English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

f(x) = sqrt(3+x)
a = 6
delta(x) = 1

I get delta(f) = 1/2 * 9^(-1/2), but I don't understand how you can get the error since the formula says:
Error: abs( delta(f) - f '(a)*delta(x) )

I keep getting 0 as the error, but I know it isn't correct.

2007-10-14 09:25:10 · 3 answers · asked by Steve waka 1 in Science & Mathematics Mathematics

3 answers

Linear approximation is L = f(a) + f'(a)(x - a)
f(6) = 3, f'(x) = 1/(2sqrt(3+x)), f'(6) = 1/6, so finally
L(x) = 3 + (x - 6)/6 = 2 + x/6
At a - 1 = 5 we have L(5) - f(5) = 17/6 - sqrt(8) = 0.0049
At a + 1 = 7 we have L(7) - f(7) = 19/6 - sqrt(10) = 0.0043

2007-10-21 21:00:26 · answer #1 · answered by Alexey V 5 · 0 0

It looks as if you may be taking the delta of f' when you should be taking the delta of f (possibly among other errors).

When x changes from 6 to 7, f changes from 3 to sqrt(10).

Also -- SOMETIMES the error happens to be zero. There generally would have to be an inflection point in the curve nearby for that to happen, but it's possible.

2007-10-14 18:17:22 · answer #2 · answered by Curt Monash 7 · 0 1

wrong way

2007-10-22 02:50:59 · answer #3 · answered by helen_vorobyova 2 · 1 1

fedest.com, questions and answers