PDA

View Full Version : Find EQ of tangent line for y=sin x at x = 6*pi


VinnyCee
Dec7-11, 05:51 PM
1. The problem statement, all variables and given/known data

Find the tangent line equation for y = sin x at x = 6\,\pi.


2. Relevant equations

m_{tangent}\,=\,\lim_{h \to 0}\,\frac{f(c+h)\,-\,F(c)}{h}

y\,-\,y_1\,=\,m\,(x\,-\,x_1)


3. The attempt at a solution

m_{tangent}\,=\,\lim_{h \to 0}\,\frac{f(c+h)\,-\,F(c)}{h}

m_{tangent}\,=\,\lim_{h \to 0}\,\frac{f(6\pi\,h)\,-\,F(6\pi)}{h}

m_{tangent}\,=\,\lim_{h \to 0}\,\frac{sin(6\pi\,+\,h)}{h}

Now use L'Hopital's Rule and take the derivative of the denominator and numerator...

\frac{d}{dh}\,\left[\frac{sin(6\pi\,+\,h)}{h}\right]\,=\,cos(h)

y\,-\,y_1\,=\,m\,(x\,-\,x_1)

y\,-\,(0)\,=\,(cos\,h)\,(x\,-\,6\pi)

Since h is zero, the coefficient, m, is 1.

So your tangent line equation is then...

y\,=\,x\,-\,6\pi

Mentallic
Dec7-11, 10:31 PM
This is one of those cases where two wrongs can make a right. You have the right answer, but the way you got there is just flat out wrong in many ways.


m_{tangent}\,=\,\lim_{h \to 0}\,\frac{f(c+h)\,-\,F(c)}{h}

m_{tangent}\,=\,\lim_{h \to 0}\,\frac{f(6\pi\,h)\,-\,F(6\pi)}{h}

m_{tangent}\,=\,\lim_{h \to 0}\,\frac{sin(6\pi\,+\,h)}{h}[/tex]

These lines should instead be:

m=\lim_{h \to 0}\frac{f(c+h)-f(c)}{h}

m=\lim_{h \to 0}\frac{f(6\pi+h)-f(6\pi)}{h}

m=\lim_{h \to 0}\frac{\sin(6\pi+h)-sin(6\pi)}{h}

Now, I don't understand why you would take the approach of finding the derivative by this method, and then use L'Hospital's rule. Why didn't you just take the derivative of sin(x) to begin with?
Regardless,

Now use L'Hopital's Rule and take the derivative of the denominator and numerator...

\frac{d}{dh}\,\left[\frac{sin(6\pi\,+\,h)}{h}\right]\,=\,cos(h)

To use L'Hospital's rule correctly, you need to take the derivative of the numerator and denominator separately as you said, so, this should instead be:

\frac{\frac{d}{dh}\left(\sin(6\pi+h)-\sin(6\pi)\right)}{\frac{d}{dh}\cdot h}=\frac{\cos(6\pi+h)-0}{1}=\cos(6\pi+h)

Then you apply the rules you used in a similar fashion:

y\,-\,y_1\,=\,m\,(x\,-\,x_1)

y\,-\,(0)\,=\,(cos\,h)\,(x\,-\,6\pi)

Since h is zero, the coefficient, m, is 1.

So your tangent line equation is then...

y\,=\,x\,-\,6\pi

As a note, a much quicker, tidier, and easier method is to just start with the equation, and find the values you need accordingly.

y-y_0=m(x-x_0)

Finding x_0,y_0,m

We are given that x_0=6\pi

And we have the function f(x)=\sin(x) so f(x_0)=y_0=f(6\pi)=\sin(6\pi)=0

And finally, m is just the gradient at that point so what we are looking for is \sin'(6\pi) taking the derivative of sin(x) gives cos(x), and \cos(6\pi)=1 and there you have it, all the values you need to plug into the point-gradient formula for a line.