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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top