Limit (L'hopitals) trig functions

whatlifeforme
Messages
218
Reaction score
0

Homework Statement


use l'hopital's to evaluate the limit.


Homework Equations


limit (∅->0) ∅-3sin∅cos ∅
--------------------
tan∅- ∅



The Attempt at a Solution


i take the derivatives of the top and bottom, and use trig identity for sec^2x - 1 to tan^x.
i get 6(cosx)^2 annd get the value of 6. but the answer is -∞.


6(sinx)^2
----------
(tanx)^2


6(cosx)^2
 
Physics news on Phys.org
whatlifeforme said:

Homework Statement


use l'hopital's to evaluate the limit.

Homework Equations


Code:
limit  (∅->0)        ∅-3sin∅cos ∅
                   --------------------
                        tan∅- ∅

The Attempt at a Solution


i take the derivatives of the top and bottom, and use trig identity for sec^2x - 1 to tan^x.
i get 6(cosx)^2 annd get the value of 6. but the answer is -∞.


6(sinx)^2
----------
(tanx)^2


6(cosx)^2
What is the derivative of -3sin(θ)cos(θ) ? (It's not 6 sin2(θ) . )
 
The same fraction, but easier to read with LaTeX:
$$\lim_{x \to 0} \frac{x-3\sin(x)\cos(x)}{\tan(x)-x}$$
 
SammyS said:
What is the derivative of -3sin(θ)cos(θ) ? (It's not 6 sin2(θ) . )

those values were actually taking out of a solution manual, but i can check again.
 
SammyS said:
What is the derivative of -3sin(θ)cos(θ) ? (It's not 6 sin2(θ) . )

using the product rule:

-3( (cosx)^2 - (sinx)^2 ) == cos2x

which means:

1-3(cos2x)
------------
(tanx)^2further:1-(3/2)sin(2x)
-----------------
2tanx * (secx)^2

i'm still not getting to -infinity, and it seems to be getting complicated in the denominator.
 
Last edited:
whatlifeforme said:
using the product rule:

-3( (cosx)^2 - (sinx)^2 ) == cos2x

which means:

1-3(cos2x)
------------
(tanx)^2

further:

1-(3/2)sin(2x)
-----------------
2tanx * (secx)^2

i'm still not getting to -infinity, and it seems to be getting complicated in the denominator.
Yes, using the product rule, \displaystyle \ \ \frac{d}{dx}\left(\sin(xcos(x)\right)=\cos^2(x)-\sin^2(x)\ \ and that's equal to \ \cos(2x)\ .\

So, you have \displaystyle \ \lim_{x \to 0} \frac{x-3\sin(x)\cos(x)}{\tan(x)-x}= \lim_{x \to 0}\,\frac{1-3\cos(2x)}{\tan^2(x)}\,,\ which is not of indeterminate form, and gives the result you're looking for.
 
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...

Similar threads

Back
Top