← ریاضی

پہلے درجے کی تفاضلی مساوات

ضروری معلومات درج کریں اور نتیجہ فوراً اپنے براؤزر میں دیکھیں۔

دیگر زبانیں 日本語 | English | 简体中文 | 繁體中文 | 繁體中文(香港) | Español | Español (México) | Português (Brasil) | Português (Portugal) | Bahasa Indonesia | Tiếng Việt | 한국어 | Français | Deutsch | Italiano | Русский | हिन्दी | العربية | বাংলা | اردو | Türkçe | ไทย | Polski | Filipino | Bahasa Melayu | فارسی | Nederlands | Українська | עברית | Čeština

ان پٹ اقدار

Initial condition (x0, y0)
Window [x_min, x_max, y_min, y_max]
Field grid (Nx×Ny)
×
Curve samples

First-order ODEs

ہم Simpson تکملات، integrating factor، عددی inversion، RK4 error، CSV، اور قابلِ اشتراک URLs دکھاتے ہیں۔

Tip: click the canvas to add an initial condition at that point.

نتیجہ

حساب کیسے کیا گیا

    استاد کے نوٹس

    عمومی سوالات

    How is the direction field rendered?

    We evaluate the slope on a uniform grid of x and y, clip extreme gradients, and draw short segments so the field stays legible. RK4 runs on the same field to verify the main solution curve.

    How do you stabilise the numeric inversion?

    For separable equations we scan [y_min, y_max] for a sign change and refine with bisection. Linear equations rely on the integrating factor, and we expose the RK4 discrepancy to monitor the residual error.