Using the Tangent Line to Approximate Function Values
Key Questions
-
A formula for a tangent line approximation of a function f, also called linear approximation , is given by
f(x)~~f(a)+f'(a)(x-a),
which is a good approximation forx when it is close enough toa .I'm not sure, but I think the question is about approximate the value
ln(1.004) . Could you verify it please? Otherwise we will need to know an approximation toln(10). In this case, we have
f(x)=ln(x) ,x=1.004 anda=1 .Since,
f'(x)=1/x=>f'(1)=1 andln(1)=0 , we getln(1.004)~~ln(1)+1*(1.004-1)=0.004. -
We need to find the derivative of
f(x) . We need to use the Chain Rule to find the derivative off(x) .f(x)=sqrt(1+x)=(1+x)^(1/2) f'(x)=(1/2)(1+x)^((1/2-1))*1 f'(x)=(1/2)(1+x)^((1/2-2/2)) f'(x)=(1/2)(1+x)^((-1/2)) f'(x)=1/(2sqrt(1+x)) f'(0)=1/(2sqrt(1+0))=1/(2sqrt(1))=1/2=0.5 -
The linear approximation
L(x) of a function is done using the tangent line to the graph of the function. The equation of the tangent line atx=a is given byy=f'(a)(x-a)+f(a) ,the linear approximation is
L(x)=f'(a)(x-a)+f(a) .