How Do You Calculate the Second Derivative of a Parametric Equation?

  • Thread starter Thread starter ILoveBaseball
  • Start date Start date
  • Tags Tags
    Parametric
AI Thread Summary
To calculate the second derivative of the parametric equations x = cos(t)^7 and y = 8sin(t)^2, the first step involves finding the first derivatives dy/dt and dx/dt, yielding dy/dt = 16sin(t)cos(t) and dx/dt = -7cos(t)^6sin(t). The second derivative d^2y/dx^2 can be expressed as d^2y/dx^2 = (d^2y/dt)/(dx/dt)^2, leading to the formula d^2y/dx^2 = (16cos(2t))/((-7cos(t)^6sin(t))^2). The discussion highlights the importance of using implicit differentiation and the chain rule to derive the correct expressions. Ultimately, the correct answer simplifies to d^2y/dx^2 = 80/49 sec^12(t).
ILoveBaseball
Messages
30
Reaction score
0
x = cos(t)^7
y= 8sin(t)^2

Find \frac{d^2y}{dx^2} expressed as a function of t

\frac{d^2y}{dx^2} = _________

well second derivative for y is \frac{d^2y}{dt} = (16*cos(2t))


dx/dt = (-7*cos(t)^6*sin(t))

so dx^2 = ((-7*cos(t)^6*sin(t)))^2 right?

so...\frac{d^2y}{dx^2} = \frac{(16*cos(2t))}{(-7*cos(t)^6*sin(t))^2} right?
 
Physics news on Phys.org
\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}

\frac{d^2y}{dx} = \frac{\frac{d^2y}{dt}}{\frac{d^2x}{dt}}

x = cos(t)^7. y= 8sin(t)^2

\frac{dx}{dt} = -7cos(t)^6sin(t)

\frac{dy}{dt} = 16sin(t)cos(t)

I'll let you derive the rest.
 
Remember \frac{d^2y}{dx} = \frac{d\frac{dy}{dx}}{dx}

Aka the second derivative.
 
so it wants the second derivative of both y and x? then divide y/x? but it's dx^2 not d^2x, or is it the same? well if you want the second derivative of both, it should look like this, but it's not correct:

\frac{(16*cos(2t))}{(-7/2*cos(t)^5*((7*cos(2t))-5))}
 
by the chain rule,

\frac{dy}{dx} = \frac{dy}{dt}\frac{dt}{dx}

differentiate directly for \frac{dy}{dx} and implicitly for \frac{dt}{dx}.

You can then just differentiate again (implicitly) for \frac{d^2y}{dx^2}

I get

\frac{d^2y}{dx^2} = \frac{80}{49} \sec^{12}{t}
 
i don't get how you got 80/49*sec(t)^12 which is the correct answer.

dy/dx = \frac{(8*2*sin(t)*cos(t))}{(-7*cos(t)^6*sin(t))} (this is correct, it was the first question asked and i got it correct)

so are you telling me to now differentiate that function from above agian? if i do that, i get a different answer from you
 
Your derivative is correct. It simplifies to

\frac{dy}{dx} = \frac{-16}{7}\sec^5{t}

from there, differentiate implicitly wrt x for the second derivative. If you try and don't get the right answer, post your work and I'll help~
 
Last edited:
I think your getting confused with mixing the chain rule + implicit differentiation. Just take it one step at a time. The answer you posted above is correct and indeed simplifies to what Data told you. Now take the numerator, differentiate it with respect to T, do the same with the denominator, and divide the two. This is dy/dx.

It may be harder to see, but both my method and datas method are two ways to do the same problem. His is more efficient, but mine has easier steps.
 
Back
Top