Solving Limits: Seeking Help with x Approaching 0

  • Thread starter Thread starter vgower
  • Start date Start date
  • Tags Tags
    Limits
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
11 replies · 3K views
vgower
Messages
4
Reaction score
0
Limits

I'm doing some online practice work... and I can't find out how to get the following two limits... I know they are not undefined.

The limit as x approaches 0 of sin^2(4x) / xtan(x) .. I tried to flip it... but I couldn't get it that way either.


The limit as x approaches 0 of (x + tan(4x)) / sin(9x)

Any help would be appreciated.
 
Physics news on Phys.org
We're not doing derivitaves yet.. so it wouldn't make sense.. but I could try.
 
I'm doing some online practice work... and I can't find out how to get the following two limits... I know they are not undefined.

The limit as x approaches 0 of sin^2(4x) / xtan(x) .. I tried to flip it... but I couldn't get it that way either.


The limit as x approaches 0 of (x + tan(4x)) / sin(9x)

Any help would be appreciated.
 
I am getting 16 as my answer. I first broke [tex]\sin(4x)^2[/tex] into [tex](2\sin(2x)*\cos(2x))^2[/tex] and then I further broke this down to [tex]16\sin(x)^2\cos(x)^2(\cos(x)^2-\sin(x)^2)^2[/tex]. Then I didived it by x*tan(x) from which I got:

[tex]16*\frac{\sin(x)}{x}\cos(x)^3(\cos(x)^2-\sin(x)^2)[/tex]

Then ... here is the muddy part ... I assumed that the limit of the products is the product of the limits. Then, since the limit of sinx(x)/x is 1, you end up with 16 as your answer after you evalute the rest of the limit at x=0.
 
Then ... here is the muddy part ... I assumed that the limit of the products is the product of the limits.
Then find a reason why you can assume that. It's not hard.


Incidentally, if you know (sin x)/x --> 1 as x --> 0, there's a much easier way to deal with sin (4x)...
 
i also got 16 for the first one using l'hospital's rule (although I had to go to second derivatives) but I just expanded sin^2(4x) as [1-cos(8x)]/2 and did l'hospital's rule twice (making sure I kept my fractions separate)
 
You're all making these way too hard. Think about it -- what is the intuitive meaning of:

[tex] \lim_{x \rightarrow 0} \frac{\sin x}{x}[/tex]

? Does it tell you anything interesting geometrically or algebraically?

Highlight if you need to see the answer: (it tells you that, when x is small, sin x looks and acts very much like x[/color])

So what does that tell you about these limits?
 
Last edited:
vgower said:
I'm doing some online practice work... and I can't find out how to get the following two limits... I know they are not undefined.

The limit as x approaches 0 of sin^2(4x) / xtan(x) .. I tried to flip it... but I couldn't get it that way either.
The simplest method would be L'Hopital's rule. Have you tried that? If you don't want to do that, you might separate it as
[tex]4\frac{sin(4x)}{4x}\frac{sin(4x)}{tan(x)}[/tex]
You should know the limit of [itex]4\frac{sin(4x)}{4x}[/itex] and you should be able to use the trig identity sin(4x)= 2sin(2x)cos(2x) to reduce
[tex]\frac{sin(4x)}{tan(x)}[/tex]
 
you should be able to use the trig identity sin(4x)= 2sin(2x)cos(2x) to reduce
You shouldn't need the trig identity. :wink: The only facts you need are the elementary limit properties, and that the limits of (sin x)/x and (tan x)/x are both 1, as x goes to zero.