What is the solution to this trigonometric limit question?

AI Thread Summary
The limit of (1 - cosX)/X^2 as X approaches 0 can be evaluated using the identity sin^2(X) = (1 - cosX)(1 + cosX). By multiplying the numerator and denominator by (1 + cos(X)), the expression simplifies to sin^2(X)/(X^2(1 + cos(X))). As X approaches 0, the limit of sin(X)/X equals 1, leading to the conclusion that the limit is 1/(1 + cos(0)), which equals 1/2. This approach effectively resolves the limit question posed.
shocker121
Messages
2
Reaction score
0

Homework Statement


Lim (1-cosX)/X^2
X->0

Homework Equations


Not 100% sure try to use the following identity:
sin^2(X)=(1-cosX)(1+cosX) or
sin^2(X)=1-cos^2(X)

The Attempt at a Solution


Tried substituting (sin^2(X))/(1+cosX)) for 1-cosX but that didnt help and so for the last half hour I've been staring at this problem and I am still lost. Somebody help me out.
Possible answers were 0, .5, 1, 2
 
Physics news on Phys.org
shocker121 said:

Homework Statement


Lim (1-cosX)/X^2
X->0

Homework Equations


Not 100% sure try to use the following identity:
sin^2(X)=(1-cosX)(1+cosX) or
sin^2(X)=1-cos^2(X)

The Attempt at a Solution


Tried substituting (sin^2(X))/(1+cosX)) for 1-cosX but that didnt help and so for the last half hour I've been staring at this problem and I am still lost. Somebody help me out.
Possible answers were 0, .5, 1, 2

There are at least a couple of ways to do this, but one of them might not be applicable based on which class you're in.

Try multiplying the numerator and denominator by (1 + cos(x))/(1 + cos(x)). Then make your substitution. If you do that, the limit, as x --> 0, will be
lim \frac{sin^2(x)}{x^2(1 + cos(x))}
Now, do you know any limits that involve sin(x) and x, as x --> 0?
 
Im in AP calculus B/C if it affects your answer at all
and if I'm not mistaken

limit sin(x)/x = 1
x-> 0

and

limit sin^2(x)/x^2 = 1
x-> 0

but how would i go about seperating the the 1+cos(x) from the denominator

could i make the function

limit (sin^2(x)/x^2)*(1/(1+cosx))
x-> 0

then substitute in for x?
 
Last edited:
shocker121 said:
Im in AP calculus B/C if it affects your answer at all
and if I'm not mistaken

limit sin(x)/x = 1
x-> 0

and

limit sin^2(x)/x^2 = 1
x-> 0

but how would i go about seperating the the 1+cos(x) from the denominator

could i make the function

limit (sin^2(x)/x^2)*(1/(1+cosx))
x-> 0

then substitute in for x?

Not quite, but a property of limits is that lim (A * B) = lim A * lim B, providing that all the limits exist. Is that enough of a hint?

The other approach is to look at the infinite series for 1 - cos(x). I hesitated to point you in that direction since I didn't know where you were in your course. If you're interested in the details of this approach, let me know.

Mark
 
Yes, you certainly can write
\frac{1- cos(x)}{x^2}= \frac{(1- cos(x))(1+ cos(x))}{x^2(1+ cos(x))}

= \frac{1-cos^2(x)}{x^2(1+ cos(x))}= \frac{sin^2(x)}{x^2(1+ cos(x))}

= \left(\frac{sin(x)}{x}\right)^2 \frac{1}{1+ cos(x)}

That should make the limit easy.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top