Question
Question: How do you find linear approximation of function ? \[\]...
How do you find linear approximation of function ? $$$$
Solution
We recall the Taylor series approximation where approximate an n times differentiable function f(x) at the point x=awith an nth degree polynomial as f(x)=f(a)+f′(a)(x−a)+f′′(a)2!(x−a)2+...+fn(a)2!(x−a)n. We take degree of polynomial 1 to approximate linearly. []
Complete step-by-step answer:
We know that if f(x) is function that is n times differentiable which means the derivative of f(x) that is (dx)ndnxf(x)exist for n=1,2,3... , then we can approximate the function f(x) with an n degree polynomial described as ;
f(x)=f(a)+f′(a)(x−a)+f′′(a)2!(x−a)2+...+fn(a)2!(x−a)n
We know that a linear function has the degree 1. We see that in the above series from the degree of terms from the third term onward is greater than 1. So we can approximate with first two terms as linear polynomial as
f(x)=f(a)+f′(x)(x−a)
Alternative method: We can alternatively approximate the slope-point equation of tangent line at x=a. . We know that if a line with slope m passes through a point (x1,y1) then its equation is given by
y−y1=m(x−x1)
Let us approximate the function f(x) at x=a. We have the function value at x=a that is f(a).So (a,f(a)) becomes a point on the curve. We know that the slope of the tangent line at any point on the curve is given by the derivative value of the curve at that point. So the slope is
m=dxdf(x)x=a=f′(x)x=a=f′(a)
We use slope-point equation with y=f(x),x=x,x1=a,y1=f(a),m=f′(a)and find the equation of tangent line as