Question
Question: How do you find the Taylor expansion of\[\sqrt x \]at \( x = 1 \) ?...
How do you find the Taylor expansion ofxat x=1 ?
Solution
Hint : In order to calculate the Taylor polynomial of the f(x) which is centred at x=a=1 ,use the formula of Taylor polynomial Tn(x)=i=0∑ni!f(i)(a)(x−a)i ,up to the value of n=∞ but for simplicity we find terms up to n=3 .Find the derivative of the function up to the order 3 using the property of dxd(xn)=nxn−1 and chaining rule .Putting all the values back into the formula will give your required result.
Complete step-by-step answer :
We are given a function f(x)=x
Let’s have a look into the Taylor formula which we are going to use,
Tn(x)=i=0∑ni!f(i)(a)(x−a)i
According to our question, Taylor Polynomial for f is centred at x=a=1
In order to calculate the Taylor expansion of f ,Since we have not given any information about upto which term we have to expand ,so we have to extend summation up to the term having n=∞
But as we know that it is not actually possible to go up to n=∞ .SO for the simplicity we will define the starting 3 terms of the expansion
If we closely look the formula, we conclude that the each term in the formula requires:
1.A derivative of order (i). The i above the f looks like an exponent but its is not .It is actually representing the order of the derivative.
2.Putting the value of a in the derivatives.
3.Then Dividing every term by the factorial number i!
4.Finally Multiplying by (x−a) raised to the power i .
Let’s Expand our formula up to n=3 ,we get
T3(x)=f(a)+1!f(1)(a)(x−a)1+2!f(2)(a)(x−a)2+3!f(3)(a)(x−a)3....... T3(x)=f(1)+1!f(1)(1)(x−1)1+2!f(2)(1)(x−1)2+3!f(3)(1)(x−1)3........... ----------(1)
Finding the vales of f(1)(1) , f(2)(1) , f(3)(1) , f(1)
f(x)=x⇒f(1)=1=1
Let’s find out the derivatives with respect to x up to order 3, using the property of derivative that dxd(xn)=nxn−1 .
1st derivative:
f′(x)=f1(x)=21x−21⇒f1(1)=21
2nd derivative:
f′′(x)=f2(x)=−41x−23⇒f2(1)=−41
3rd derivative:
f′′′(x)=f3(x)=83x−25⇒f3(1)=83
Putting vales of f(1)(1) , f(2)(1) , f(3)(1) , f(1) all together in our original formula i.e. equation (1),we get
T3(x)=f(1)+1!f(1)(1)(x−1)1+2!f(2)(1)(x−1)2+3!f(3)(1)(x−1)3......... =1+21(x−1)1+4−1(x−1)2+83(x−1)3........... =1+21(x−1)1−41(x−1)2+83(x−1)3.........
Therefore, we have successfully found out the Taylor expansion of a given function.
So, the correct answer is “ 1+21(x−1)1−41(x−1)2+83(x−1)3 ”.
Note : Tn(x)=i=0∑ni!f(i)(a)(x−a)i
dxd(lnx)=x1
dxd(xn)=nxn−1
Factorial: The continued product of first n natural numbers is called the “n factorial “and denoted by n! .
1.Don’t forget to cross-check your answer at least once.
2.Meaning of Zero factorial is senseless to define it as the product of integers from 1 to zero. So, we define it as 0!=1 .
3.Factorial of any number can calculated as n!=n(n−1)(n−2)(n−3).......(2)(1)