Calc 2 series question: prove the inequality

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
brushman
Messages
112
Reaction score
1

Homework Statement


Use the Maclaurin series for cosx and the Alternating Series Estimation Theorem to show that

[tex]\frac{1}{2} - \frac{x^2}{24} < \frac{1-cosx}{x^2} < \frac{1}{2}[/tex]

Homework Equations



[tex] <br /> cosx = 1 - \frac{x^2}{2} + \frac{x^4}{4} - \cdot \cdot \cdot = \sum_{n=0}^\infty \frac{x^{2n}(-1)^{n}}{(2n)!} <br /> [/tex]

The Attempt at a Solution



Using the Alternating Series Estimation Theorem I know the error is less then the next term:

[tex] |error| < \frac{x^{2n+2}}{(2n + 2)!}[/tex]

But I don't know how to use this to prove the inequality.

EDIT: Thanks, I figured it out.
 
Last edited:
Physics news on Phys.org
Look at the two functions:
[tex] f(x):=\frac{1-cosx}{x^2}-\frac{1}{2}\quad g(x)=\frac{1-cosx}{x^2}-\frac{1}{2}+\frac{x^{2}}{24}[/tex]
Look for when the functions f and g have a maximum/ minimum.
 
well, you can use the maclaurin series of the function and take the derivative of it as if it was the actual function, no?
 
brushman said:

Homework Statement


Use the Maclaurin series for cosx and the Alternating Series Estimation Theorem to show that

[tex]\frac{1}{2} - \frac{x^2}{24} < \frac{1-cosx}{x^2} < \frac{1}{2}[/tex]


Homework Equations



[tex] <br /> cosx = 1 - \frac{x^2}{2} + \frac{x^4}{4} - \cdot \cdot \cdot = \sum_{n=0}^\infty \frac{x^{2n}(-1)^{n}}{(2n)!} <br /> [/tex]


The Attempt at a Solution



Using the Alternating Series Estimation Theorem I know the error is less then the next term:

[tex] |error| < \frac{x^{2n+2}}{(2n + 2)!}[/tex]

But I don't know how to use this to prove the inequality.

EDIT: Thanks, I figured it out.

____________________________________________________________________

I'm having trouble figuring this one out. Brushman, you said you've figured it out - can you help me out?
 
The way I understood it is this:

The first three terms of the series for cosx give us an approximation of the function. We can find this approximation, and the remainder, using the alternating series estimation theorem.

Based on the sign of the remainder, we know whether our approximation was an overestimate, or underestimate of cosx.

If it was an overestimate (the remainder is negative) then we know that our estimation is greater then cosx. For an understimate, we have a positive remainder so are estimation is less then cosx.

This allows us to set up an inequality, the one you see in micromass's post, for which we can then solve for (1-cosx)/(x^2).