Why does using the substitution u=x^2 help evaluate the limit as x approaches 0?

  • Thread starter Thread starter JustinLiang
  • Start date Start date
  • Tags Tags
    Limit
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
5 replies · 3K views
JustinLiang
Messages
79
Reaction score
0

Homework Statement


http://www.prep101.com/files/Math100PracticeExam.pdf

Question 1m

The Attempt at a Solution


I tried to do this by using
lim sinx/x = 1
x->0

Factoring out x^2 from each one and I get infinity.
Why does this method not work?

The answer says it's 4/5.

I even tried plugging in 0.001 in my calculator and I get infinity :S.
 
Last edited by a moderator:
Physics news on Phys.org
Is that sin(2x^2), sin^2(2x), sin(2)x^2 ?
 
QuarkCharmer said:
Is that sin(2x^2), sin^2(2x), sin(2)x^2 ?

Or is it 3sin(2x^2-6x^2+4x^6)? The question isn't very grammatical. And however I rearrange it I still can't figure out how to pull 4/5 as a limit out.
 
Dick said:
Or is it 3sin(2x^2-6x^2+4x^6)? The question isn't very grammatical. And however I rearrange it I still can't figure out how to pull 4/5 as a limit out.

It is 3sin(2x^2), you get 4/5, this limit is INSANE :P
 
vela said:
It helps to use the substitution u=x2 to get
[tex]\lim_{u \to 0}\frac{3 \sin 2u - 6u + 4u^3}{u^5}[/tex]Then three applications of the Hospital rule gets you to a limit you can evaluate.

Ah, indeed it does.