The Limit of a Trigonometric Function

Jambr
Messages
2
Reaction score
0

Homework Statement



lim x-> 0 ( sin(5x) - 3x ) / ( 3x )

Homework Equations



(a - b) / c = (a / c) - b

The Attempt at a Solution



(1/3) lim x->0 ( sin(5x) / x ) - 3x
= (1/3) lim x->0 ( sin(5x) / x )( 5 / 5) - 3x
= (5/3) lim x->0 ( sin(5x) / 5x ) - 3x
= (5/3) * 1 - 3x
= (5/3) - 3x
= (5/3)

I use WolframAlpha to check whether or not my answers are correct. WolframAlpha and I are having a disagreement (even though I am most likely wrong) about this problem. I say 5/3, it says 2/3. Can someone please explain where I went wrong?

Sorry, I tried using LaTeX but I just got annoyed.
 
Physics news on Phys.org
You can start with (a - b) / c = (a / c) - b. That's not right. (a-b)/c=(a/c)-(b/c).
 
Jambr said:

Homework Statement



lim x-> 0 ( sin(5x) - 3x ) / ( 3x )

Homework Equations



(a - b) / c = (a / c) - b

The Attempt at a Solution



(1/3) lim x->0 ( sin(5x) / x ) - 3x
= (1/3) lim x->0 ( sin(5x) / x )( 5 / 5) - 3
Here is your error.
\frac{sin(5x)- 3x}{3x}= \frac{sin(5x)}{3x}-\frac{3x}{3x}= \frac{sin(5x)}{3x}- 1
= \frac{5}{3}\frac{sin(5x)}{5x}- 1

= (5/3) lim x->0 ( sin(5x) / 5x ) - 3x
= (5/3) * 1 - 3x
= (5/3) - 3x
= (5/3)

I use WolframAlpha to check whether or not my answers are correct. WolframAlpha and I are having a disagreement (even though I am most likely wrong) about this problem. I say 5/3, it says 2/3. Can someone please explain where I went wrong?

Sorry, I tried using LaTeX but I just got annoyed.
 
Thank you, I had tried that already but I did it by removing the 3 from the bottom first off, which was wrong.

Another question: As we all know sin x / x = 1, is it also true at sin^2 x / x^2 = 1?
 
Jambr said:
Thank you, I had tried that already but I did it by removing the 3 from the bottom first off, which was wrong.

Another question: As we all know sin x / x = 1, is it also true at sin^2 x / x^2 = 1?

If you mean limit as x->0, sure. Both limits are 1.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top