Question
Question: How do you find the Maclaurin Series for \(\sin \left( {{x^2}} \right)?\)...
How do you find the Maclaurin Series for sin(x2)?
Solution
First find the Maclaurin Series for sinx then put x2 in place of the argument that is x. Maclaurin Series of a function f(x) is given as following:
f(x)=f(0)+1!f′(0)(x)+2!f′′(0)(x2)+3!f′′′(0)(x3)+...
Where f′(0),f′′(0)andf′′′(0) are derivatives of first, second and third order at x=0 of the given function f(x)
Complete step by step solution:
In order to find the Maclaurin Series for sin(x2) we need to first
to find the Maclaurin Series of sinx and then we will replace xwithx2 then we will get the required Maclaurin series for sin(x2)
Maclaurin series of a function f(x) is given by
f(x)=f(0)+1!f′(0)(x)+2!f′′(0)(x2)+3!f′′′(0)(x3)+...
So first finding the Maclaurin Series for f(x)=sinx
Here f(x)=sinx so finding respective values at x=0
f(0)=sin(0)=0 f′(0)=cos(0)=1 f′′(0)=−sin(0)=0 f′′′(0)=−cos(0)=−1
Putting these values above in order to find the Maclaurin Series expansion of f(x)=sinx
f(x)=f(0)+1!f′(0)(x)+2!f′′(0)(x2)+3!f′′′(0)(x3)+... sinx=0+1!1(x)+2!0(x2)+3!(−1)(x3)+... sinx=1!x−3!x3+5!x5−...
This is the Maclaurin Series of a sine function
Hence for Maclaurin Series expansion for f(x)=sin(x2) we will replace xwithx2 we will get
sinx=1!x−3!x3+5!x5−... sin(x2)=1!x2−3!(x2)3+5!(x2)5−...
Now we will use the law of indices for brackets to simplify it,
sin(x2)=1!x2−3!x2×3+5!x2×5−... sin(x2)=1!x2−3!x6+5!x10−...
So sin(x2)=1!x2−3!x6+5!x10−... is
the required Maclaurin Series for the given trigonometric function sin(x2)
Now we should more simplify and generalize this expansion in order to understand the expansion more easily
It can be generalized with the use of sigma summation notation as follows:
sin(x2)=1!x2−3!x6+5!x10−... sin(x2)=n=0∑∞(2n+1)!x4n+2×(−1)n
Note: Maclaurin Series is a special case of Taylor Series, we obtain it by substituting x0=0 in the Taylor series. Maclaurin Series is very useful in finding the approximate values for any argument of a given function, this is to be noted that it gives approximate values instead of the absolute value, if you want absolute value then go for regular methods.