use four terms of a Taylor series to evaluate
\[\lim_{x \rightarrow 0} \frac{ x^2 + 2cosx - 2 }{ 3x^4 }\]
how do i do this?
@freckles
tay tay series is given by: \[f(x)=\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n\]
our thingy (function if you want to be all weird about it) \[f(x)=\frac{x^2+2\cos(x)-2}{3x^4}\]
yes
we can find the first 4 terms as that thingy in your problem suggests so we are going to need the first 4 derivatives
3 actually
because the first term isn't really a derivative i guess you can call it the zero derivative (which is just the original function)
\[f(x)=\frac{x^2+2 \cos(x)-2}{3x^4} \\ f(x)=\frac{1}{3}x^{-2}+\frac{2}{3} x^{-4} \cos(x)-\frac{2}{3} x^{-4}\]
so basically what we're doing is finding its derivative 4 times?
well we only need the first derivative the second and the third
but it says use four terms
right f(x) will be used in the first term
that is 4 terms
okay \[f(x) = \frac{ x^2 + 2cosx - 2 }{ 3x^4 }\]
\[f(a)+f'(a)(x-a)+\frac{f''(a)}{2}(x-a)^2+\frac{f'''(a)}{6}(x-a)^3\]
how do you do quotient derivative again?
you don't have to
you can separate the 3 fractions as I did above and then use law of exponents to rewrite then just use power rule and product rule
but
if I'm not mistaken there might be an easier way to do this
what is it?
no I'm too afraid yeah let's just find the first 3 derivatives of f(x)
lol alright
hey hey
I think I'm going to take away my fear I think we can look at the taylor series separate for each term
so you did this right x^2 / 3x^4 + 2cosx / 3x^4 - 2 /3x^4?
polynomials are unnecessary for rewrite when it comes to tay series
what?
\[f(x) = \frac{ x^2 + 2cosx - 2 }{ 3x^4 } \] just find the first 4 terms of cos(x) using taylor series
so x^2 / 3x^4 = 3x^-2 right?
right don't do that that is going to be ugly
but it would be 1/3*x^(-2)
but yeah still don't do that that is going to be really really super duper ugly
but isnt that the way you did it
can we simplify the top if we already know the series for 2cos(x)?
I want you to only find the first 4 terms of cos(x) using taylor series
okay
\[f(x) = cosx \]
\[\lim_{x \rightarrow 0} \frac{ x^2 + 2cosx - 2 }{ 3x^4 } \\ \lim_{x \rightarrow 0}\frac{x^2+2( ...... )-2}{3x^4}\] when are you done you are going to put that mess there where those ..... things are
f(x) = cosx f'(x) = sinx f''(x) = -cosx f'''(x) = sinx
you want to me to put all for terms between those parenthesis
four*
f(x)=cos(x) f'(x)=-sin(x) f''(x)=-cos(x) f'''(x)=sin(x) just one sign on f' is gross
now plug in mister 0
we are going to evaluate the tay series at x=0
a=0*
im assuming its already known ... \[\frac{1}{3x^4}\left(x^2-2+2\sum_0\frac{(-1)^n}{(2n)!}x^{2n}\right)\] \[\frac{1}{3x^4}\left(x^2-2+2(1)-2(\frac{x^2}{2 })+2\sum_2\frac{(-1)^n}{(2n)!}x^{2n}\right)\]
do you already know the tay series for cos(x) el_arrow ?
\[\lim_{x \rightarrow 0} \frac{ x^2 + 2(cosx - sinx - cosx + sinx) -2 }{ 3x^4 }\]
no
\[\text{ Let } f(x)=\cos(x) \\f(x)=f(a)+f'(a)(x-a)+\frac{f''(a)}{2}(x-a)^2+\frac{f'''(a)}{6}(x-a)^3 \\ \text{ so far you have } f(x)=\cos(0)-\sin(a)(x-a)-\frac{\cos(a)}{2}(x-a)^2+\frac{\sin(a)}{6}(x-a)^3\] using the general thingy I wrote above for the first 4 terms of a Taylor series now it would be easiest to apply this series to find the limit when a is 0
lol I already accidentally replaced one of the a's with 0
its hard to imagine that they would not have covered the taylor series for cos or sin ... and instead give you this thing to play with.
oh oh I should be approximately sign instead of equal sign
how did you get 2 and 6 as the denominator
2!=2(1)=2 3!=3(2)(1)=6
oh
http://math.bard.edu/belk/math142af09/ApplicationsTaylorSeries.pdf also read this later
for a dbl chk ... \[\frac{1}{3x^4}\left(2\sum_2\frac{(-1)^n}{(2n)!}x^{2n}\right)\] \[\frac23\sum_2\frac{(-1)^n}{(2n)!}x^{2n-4}\] \[\frac23\sum_{0}\frac{(-1)^n}{(2(n+2))!}x^{2n}\]
what are we looking for now?
first 4 taylor series terms of cos(x)
\[\text{ Let } f(x)=\cos(x) \\f(x)=f(a)+f'(a)(x-a)+\frac{f''(a)}{2}(x-a)^2+\frac{f'''(a)}{6}(x-a)^3 \\ \text{ so far you have } f(x)=\cos(a)-\sin(a)(x-a)-\frac{\cos(a)}{2}(x-a)^2 \\ +\frac{\sin(a)}{6}(x-a)^3 \] with a being 0
replace a with 0's and evaluate cos(0) and sin(0) as they occur
the weird thing is I think we are going to need more terms and I guess they aren't counting the terms that end up as 0 as terms
okay \[f(x) = \cos(0) - \sin(0)(x-0) - \frac{ \cos(0) }{ 2 } (x-0)^2 + \frac{ \sin(0) }{ 6}(x-0)^3\]
anyways yeah I'm going to just do what @amistre64 did you can show \[\cos(x) \approx 1-\frac{1}{2}x^2+\frac{1}{4!}x^4-\frac{1}{6!}x^6\] there are the first non 0 terms of cos(x)
these are the first 4 none- zero terms of cos(x)*
f(x) = 1 - 1/2 x^2 + 1/4x^4 - 1/6x^6
don't forget your ! thingy
I didn't put it on the 2 because 2! just means 2
oh right so now how do we find the none-zero terms for the whole equation
\[\lim_{x \rightarrow 0} \frac{ x^2 + 2cosx - 2 }{ 3x^4 } \\ \lim_{x \rightarrow 0}\frac{x^2+2( 1-\frac{1}{2}x^2+\frac{1}{4!}x^4-\frac{1}{6!}x^6 )-2}{3x^4}\]
you will get a little cancel action on top
distribute and add like terms on top
oh okay cancel everything out
well not everything
just the x's?
you see the 2-2? and the x^2-x^2?
yes
ok so that is the only things that add up to zero on top
you should have two terms left on top now
you can separate the fraction and evaluate the limits separately for both
or just plug in 0
lol
well after canceling
but if i plug 0 for x everything will go to zero
after the cancellation part
\[\lim_{x \rightarrow 0}(\frac{\frac{2}{4!}x^4}{3x^4}-\frac{\frac{2}{6!}x^6}{3x^4})\] cancel a little more
\[\frac{ \frac{ 1 }{ 4! } x^4 - \frac{ 1 }{ 6! } x^6}{ 3x^4 }\]
okay so the 2/4! turns to 1/2! and the x^4/x^4 = 1
right?
4!=4*3*2*1 2/(4*3*2*1) =1/(4*3*1)
but yes x^4/x^4=1
so 2/6! x^6 / 3x^4 = 1 /( 6*5*4*3*1) x^2
you don't need to do that for the other term remember x^6/x^4=x^2 this is the part you plug 0 into
and you are left with the other number
Join our real-time social learning platform and learn together with your friends!