atrus_ovis
- 99
- 0
Homework Statement
<br /> f(x,y) = y' = \frac{y+x^2-2}{x+1} , y(0) = 2
Write the formula for the 2nd order Taylor approximation
I just want to ask a question
Homework Equations
Taylor series
The Attempt at a Solution
Taylor:
<br /> y(x) = y(x_0) + y'(x_0)(x-x_0) + \frac{y''(x_0)(x-x_0)^2 }{2} = \\<br /> y(x_0) + f(x_0,y_0)(x-x_0) + \frac{f'(x_0,y_0)(x-x_0)}{2} \\
To find the derivative , since f is a function of x and y(x) , i have to apply the chain rule and calculate
\frac{df}{dx} = \frac{df}{dy}\frac{dy}{dx} , aka calculate the derivative with respect to y and then just multiply by y' = f ?