Solveeit Logo

Question

Question: How do you find linear approximation of function ? \[\]...

How do you find linear approximation of function ? $$$$

Explanation

Solution

We recall the Taylor series approximation where approximate an nn times differentiable function f(x)f\left( x \right) at the point x=ax=awith an nth{{n}^{th}} degree polynomial as f(x)=f(a)+f(a)(xa)+f(a)(xa)22!+...+fn(a)(xa)n2!f\left( x \right)=f\left( a \right)+{{f}^{'}}\left( a \right)\left( x-a \right)+{{f}^{''}}\left( a \right)\dfrac{{{\left( x-a \right)}^{2}}}{2!}+...+{{f}^{n}}\left( a \right)\dfrac{{{\left( x-a \right)}^{n}}}{2!}. We take degree of polynomial 1 to approximate linearly. []

Complete step-by-step answer:
We know that if f(x)f\left( x \right) is function that is nn times differentiable which means the derivative of f(x)f\left( x \right) that is dnx(dx)nf(x)\dfrac{{{d}^{n}}x}{{{\left( dx \right)}^{n}}}f\left( x \right)exist for n=1,2,3...n=1,2,3... , then we can approximate the function f(x)f\left( x \right) with an nn degree polynomial described as ;
f(x)=f(a)+f(a)(xa)+f(a)(xa)22!+...+fn(a)(xa)n2!f\left( x \right)=f\left( a \right)+{{f}^{'}}\left( a \right)\left( x-a \right)+{{f}^{''}}\left( a \right)\dfrac{{{\left( x-a \right)}^{2}}}{2!}+...+{{f}^{n}}\left( a \right)\dfrac{{{\left( x-a \right)}^{n}}}{2!}
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)(xa)f\left( x \right)=f\left( a \right)+{{f}^{'}}\left( x \right)\left( x-a \right)
Alternative method: We can alternatively approximate the slope-point equation of tangent line at x=ax=a. . We know that if a line with slope mm passes through a point (x1,y1)\left( {{x}_{1}},{{y}_{1}} \right) then its equation is given by
yy1=m(xx1)y-{{y}_{1}}=m\left( x-{{x}_{1}} \right)
Let us approximate the function f(x)f\left( x \right) at x=ax=a. We have the function value at x=ax=a that is f(a)f\left( a \right).So (a,f(a))\left( a,f\left( a \right) \right) 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=ddxf(x)x=a=f(x)x=a=f(a)m={{\left. \dfrac{d}{dx}f\left( x \right) \right|}_{x=a}}={{\left. {{f}^{'}}\left( x \right) \right|}_{x=a}}={{f}^{'}}\left( a \right)
We use slope-point equation with y=f(x),x=x,x1=a,y1=f(a),m=f(a)y=f\left( x \right),x=x,{{x}_{1}}=a,{{y}_{1}}=f\left( a \right),m={{f}^{'}}\left( a \right)and find the equation of tangent line as

& f\left( x \right)-f\left( a \right)={{f}^{'}}\left( a \right)\left( x-a \right) \\\ & \Rightarrow f\left( x \right)=f\left( a \right)+{{f}^{'}}\left( a \right)\left( x-a \right) \\\ \end{aligned}$$ ![](https://www.vedantu.com/question-sets/adb4cc3b-c838-4802-b45d-6fa2e44555b55972021486080119663.png) **Note:** We note that if we approximate the function with a linear polynomial we are assuming the curve as linear and linear approximation is also known as tangent line approximation. If $L\left( x \right)=f\left( a \right)+{{f}^{'}}\left( a \right)\left( x-a \right)$ is the approximation the we get the absolute error as $E=\left| f\left( x \right)-L\left( x \right) \right|$. If $f\left( x \right)$ is concave upward between $x,a$ then $L\left( x \right)$ is an underestimate and if $f\left( x \right)$ is concave upward between $x,a$ like in the diagram above $L\left( x \right)$ is an overestimate.