Simple Trig Limit: Evaluate lim x->0 of (1-cos4x)/9x^2

  • Thread starter Thread starter L4N0
  • Start date Start date
  • Tags Tags
    Cos Limit Trig
L4N0
Messages
3
Reaction score
0

Homework Statement


Evaluate the limits that exist:

lim x->0 of \frac{1-cos4x}{9x^{2}}

Homework Equations


lim x->0 \frac{1-cosax}{ax} = 0


The Attempt at a Solution


so far I've got this
\frac{4x}{9x^{2}}\frac{1-cos4x}{4x}
The second part has a limit of 0 but I don't know what to do about the first fraction. To me it looks undefined but according to some java applet I found on the internet the limit should be 8/9. What's the right answer?
 
Physics news on Phys.org
The limit has the form 0/0. That suggests you use L'Hopital's rule. Alternatively, if you know the power series expansion of cos(x)=1-x^2/2!+x^4/3!-..., you could substitute x->4x and use that.
 
Last edited:
Thank you. So far we are in Ch 2. so we haven't done L'Hopital's rule or power series. I guess saying it is undefined is enough for now.
 
The trouble with that is that is IS defined. If you can't use those, then you have to use tricks. Try a double angle formula like cos(2x)=1-2*sin(x)^2. Use that to express cos(4x). Then use lim x->0 sin(ax)/(ax)=1. I'm guessing you do know that from the relevant equation you posted.
 
oops, I got confused a bit...
Anyways, I used your suggestion and solved it.
Thanks again.
 
L4N0 said:
oops, I got confused a bit...
Anyways, I used your suggestion and solved it.
Thanks again.

Very sneaky little problem: the limit law it looks the most obvious to use is the wrong one!. Keep these kinds of manipulations in mind on exam problems...
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top