- #1
bcahmel
- 25
- 0
Homework Statement
stimate Δf using the Linear Approximation and use a calculator to compute both the error and the percentage error.
f(x) =1/(1+x^2) , a = 3, Δx = 0.5
Homework Equations
f'(a)(x)
percentage error= abs(error) divided by actual value
The Attempt at a Solution
So first I got the derivative which is -2x/(1+x)^2.
Then I plugged the a value, 3 into it which came out to be -3/50 and then multiplied it by x, 0.5, to get my linear approximation of -0.3. I understand this part.
Now to find the error, I first have to find the actual value on the calculator. So I plugged 3.5 into the original function, 1/(1+3.5^2)= 1/13.25. Is this right so far?
Plugging just 3 into the equation I get 1/10.
Now 1/13.25- 1/10 is about -.0245. This is the error, I think...
and percentage error would be .0055/-.0245=22.44% Seems high..
Basically I'm confused on the error part. I would be really grateful if anyone could straighten out how to do this!