Home › CBSE Class 12 › Mathematics › Differential Equations › Euler's method for a DE y' = f(x, y) computes th…
Euler's method for a DE y' = f(x, y) computes the next value as:
A$y_{n+1} = y_n + h f(x_n, y_{n+1})$ (implicit)
B$y_{n+1} = y_n \cdot f(x_n, y_n)$ (multiplicative)
C$y_{n+1} = y_n + h$ (no f)
D$y_{n+1} = y_n + h f(x_n, y_n)$ (explicit)
Answer & Solution
Correct answer: D. $y_{n+1} = y_n + h f(x_n, y_n)$ (explicit)
Euler's: explicit step using current slope. y_{n+1} = y_n + h × f(x_n, y_n). Simple but error O(h). RK4 is more accurate (averages 4 slope estimates, error O(h^4)).
Related questions
Reducing $(2x-1)\dfrac{d^2y}{dx^2}-2\dfrac{dy}{dx}=0$ with $y=2$ and $\dfrac{dy}{dx}=3$ atA village grows at a rate proportional to its population. It was 20,000 in 1999 and 25,000For $\dfrac{d^2y}{dx^2}+3\dfrac{dy}{dx}+2y=6e^{x}+ in x$, the particular integral is:The complementary function of $\dfrac{d^2y}{dx^2}+3\dfrac{dy}{dx}+2y=6e^{x}+ in x$ is:Solutions of a differential equation form a set that is a:The power counted for the degree must be a whole number that is:An equation whose highest derivative is the third has order:The study at this stage is confined to equations that are: