Solving Limit Without Derivatives

  • Thread starter Thread starter mohlam12
  • Start date Start date
  • Tags Tags
    Derivatives Limit
AI Thread Summary
The limit problem presented is to solve lim_{x→0} (tan(x) - sin(x)) / x^3 without using derivatives. The initial approach leads to an indeterminate form of 0/0. A suggested method involves rewriting the limit using the sine function and the cosine identity, ultimately simplifying it to lim_{x→0} (sin(x)/x)^3 / (cos(x)(1 + cos(x))). The discussion hints at the answer being 1/2, although there is some uncertainty about this conclusion. The conversation emphasizes that alternative methods exist for solving limits without derivatives.
mohlam12
Messages
153
Reaction score
0
hey again!
this time, I have this one to solve

\lim_{x\rightarrow 0}\frac{\tan(x)-\sin(x)}{x^3}

i went like this

\lim_{x\rightarrow 0}\frac{\frac{tan(x)}{x} - \frac{sin(x)}{x}}{x^2}

= lim (0/0)

which is always an undetermined form... is there any other way to solve this WITHOUT using derivatives (not learned yet)

Thank you!
 
Last edited:
Physics news on Phys.org
There's ALWAYS another way! :smile:
Here's how you could start out:
\lim_{x\to[0}}\frac{\tan(x)-\sin(x)}{x^{3}}=\lim_{x\to{0}}\frac{\sin(x)}{x}\frac{\frac{1}{\cos(x)}-1}{x^{2}}=\lim_{x\to{0}}\frac{\sin(x)}{x}\frac{1-\cos^{2}(x)}{\cos(x)(1+\cos(x))x^{2}}=\lim_{x\to{0}}(\frac{\sin(x)}{x})^{3}\frac{1}{\cos(x)(1+\cos(x))}
Can you take it from there?
 
I think so,
So the answer is 1/2 ?
 
You are not sure about that?
 
I am actually!
Thank you
 
You're welcome.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top