Understanding the Limit of (sinx)/x^3 as x Approaches 0

  • Thread starter Thread starter mad
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The limit of (sin x)/x^3 as x approaches 0 is evaluated as infinity, contrary to the initial assumption of 0. This is because both sin x and x^3 approach 0, creating an indeterminate form. Using L'Hôpital's rule or limit properties, the limit can be rewritten to show that it approaches infinity. It's important to avoid indeterminate forms when applying limit laws. Understanding these concepts is crucial for accurate limit calculations.
mad
Messages
65
Reaction score
0
Hello, I tried doing this limit problem:

lim (sinx)/x^3
x-->0

here's what I did:

(lim sinx)/(lim x^3)

which should give something like 0,000000000...1 / 0,00000000001
since lim sinx (x->0) = 0 and lim x^3 = 0 too. When I make the graphic in maple, the answer is +infintiy, and the answer in my book too. Could someone clarify this for me plwase
thanks a lot
 
Physics news on Phys.org
Do you know L'Hospital?

\lim_{x \rightarrow 0} \frac{\sin x}{x^3}

\lim_{x \rightarrow 0} \frac{\cos x}{3x^2} = \frac{1}{0} = \infty

Alternatively you could use the fact that

\lim_{x \rightarrow 0} \frac{\sin x}{x} = 1

So we rewrite the first expression to

\lim_{x \rightarrow 0} \frac{\sin x}{x} \frac{1}{x^2}

Applying limit laws:

\lim_{x \rightarrow 0} \frac{\sin x}{x} \lim_{x \rightarrow 0} \frac{1}{x^2}

1 \cdot \frac{1}{0} = \infty

Note: when you try to calculate the limit, you should try to get it without making a indeterminate form such as the one you got (\frac{0}{0}).
 
Last edited:
Cyclovenom said:
Do you know L'Hospital?

\lim_{x \rightarrow 0} \frac{\sin x}{x^3}

\lim_{x \rightarrow 0} \frac{\cos x}{3x^2} = \frac{1}{0} = \infty

Alternatively you could use the fact that

\lim_{x \rightarrow 0} \frac{\sin x}{x} = 1

So we rewrite the first expression to

\lim_{x \rightarrow 0} \frac{\sin x}{x} \frac{1}{x^2}

Applying limit laws:

\lim_{x \rightarrow 0} \frac{\sin x}{x} \lim_{x \rightarrow 0} \frac{1}{x^2}

1 \cdot \frac{1}{0} = \infty

Note: when you try to calculate the limit, you should try to get it without making a indeterminate form such as the one you got (\frac{0}{0}).

Thank you very much for your help. I appreciate it :)
What do you mean by L'hospital? In french we say L'hopital ;).. if its a theorem we haven't seen it yet.
thanks again
 
mad said:
Thank you very much for your help. I appreciate it :)
What do you mean by L'hospital? In french we say L'hopital ;).. if its a theorem we haven't seen it yet.
thanks again

He means L'Hopital's rule. Mathworld can't seem to spell hopital :/, but read their page on L'Hopital's rule.
 
Sorry, my native language is spanish :smile:, and i was taught L'Hospital like that, it appears like that on our books in spanish, and in the english books too, I've seen it too as L'Hospitel, oh well :smile:
 
mad: The name of the theorem does not refer to an actual "hôpital" but as a dude whose last name was Guillaume François Antoine de L'Hospital (he was a Marquis in France I think).

Also, be careful while using those properties of the limit such as the one Cyclovenom used, that is, since

\lim_{x \rightarrow 0} \frac{\sin x}{x} = 1

and

\lim_{x \rightarrow 0} \frac{1}{x^2} = +\infty

therefor

\lim_{x \rightarrow 0} \frac{\sin x}{x} \frac{1}{x^2} = +\infty

You have to watch out for the cases where the limits you "separated" have indeterminate forms (there are 7 of them). When you have a quotient, or product, or sum of limits that have this form, you cannot conclude to the value of limit. (as much as one would be tempted to conclude that \infty - \infty = 0 for exemple, we can not.)
 
Last edited:
mad: The name of the theorem does not refer to an actual "hôpital" but as a dude whose last name was Guillaume François Antoine de L'Hospital (he was a Marquis in France I think).

This page explains everything.
 
Thanks a lot guys!
 
Back
Top