Hi guys, am wondering if my reasoning is correct -
Give the quadratic approx. to sqrt(25 + h) and discuss how this approx compares to the first order approximation-
I start the problem by Taylor expanding f(x) = sqrt(x) around the initial starting point x_0 = 25. I then get
First order: f(x_0 + (x - x_0)) = f(x_0) + f ' (x_0) * (x - x_0)
This is the same as f(x_0 + h) = f(x_0) + f ' (x_0) * h
Second order: f(x_0 + h) = f(x_0) + f ' (x_0) * h + (f '' (x_0) / 2 ) * h^2
The second order approximation is much closer to the actual value x as the error is o(h^2) which implies that the error goes to 0 faster than o(h) as h goes to 0
Thanks


LinkBack URL
About LinkBacks