Something simple that i cannot visualize?

  • Thread starter Thread starter r6mikey
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
r6mikey
Messages
11
Reaction score
0
Something simple that i cannot visualize??

Homework Statement



limit as x approaches 0 for sinx/4x

Homework Equations



ok...what i know is that sinx/x=1 so by that simple statement the answer becomes 1/4 because sinx/x=1 and than there's 4x which gives me the 4...so 1/4...i tend to over think things...another question is why would cos3x=1 when x goes to 0? i know cosx goes to 1 when x equals 0...but wouldn't you multiply 1 by 3 so it would be 3 or is it because it oscillates to 1 all the time?


The Attempt at a Solution



ok so there's a way our teacher does it that I'm trying to figure out that way, even though i know the answer right off the bat, just thinking it might help me in the future

lim as X approaches 0 for sinx/4x...lim as x approaches 0 for (sinx)/((4x/4)*4)...this is to get rid of the 4(or should i be multiplying by 4x?) in the 4x and to put it on the outside...1/4 lim as x approaches 0 for (sinx)/(x)...lim as x approaches 0 for (1/4)*(1)=1/4...look right to everyone? am i cancelling out the 4x right?
 
Last edited:
Physics news on Phys.org
Hint: ignore squeeze theorem, use l'Hôpital's rule
 
Last edited:
By L'Hopital,
[tex]\lim_{x \to 0} \frac{\sin x}{4 x} = \lim_{x \to 0} \frac{\cos x}{4} = \frac{1}{4}[/tex]

Or by Taylor expansion,
[tex]\lim_{x \to 0} \frac{\sin x}{4 x} = \lim_{x \to 0} \frac{x + \mathcal O(x^3) }{4 x} = \lim_{x \to 0} \frac{1 + \mathcal O(x^2) }{4} = \lim_{x \to 0} \left( \frac{1}{4} + \mathcal O(x^2) \right) = \frac14.[/tex]

Both ways completely analogous to how you would prove the [itex]\sin x/x[/itex] limit.

Or the stupid way :smile:
[tex]\lim_{x \to 0} \frac14 \frac{\sin x}{x} = \left( \lim_{x \to 0} \frac14 \right) \times \left( \lim_{x \to 0} \frac{\sin x}{x} \right) = \frac14 \times 1 = \frac14.[/tex]
 
CompuChip said:
Or the stupid way :smile:
[tex]\lim_{x \to 0} \frac14 \frac{\sin x}{x} = \left( \lim_{x \to 0} \frac14 \right) \times \left( \lim_{x \to 0} \frac{\sin x}{x} \right) = \frac14 \times 1 = \frac14.[/tex]
:smile:
 
Last edited: