Calculating second derivatives implicitly

  • Thread starter Thread starter Moogie
  • Start date Start date
  • Tags Tags
    Derivatives
Moogie
Messages
167
Reaction score
1
Hi

I've just been learning about how to get first derivatives implicitly and I think I'm getting it. Then the book comes onto calculating second derivatives implicitly and I don't know how to handle the dy/dx terms you might have in your equation from the first implicit differentiation

Lets say you have this after your first round of implicit differentiation

2\frac{dy}{dx} + cos(y)\frac{dy}{dx} = \frac{2x}{\Pi}

Then let's get the second derivative of the first term

\frac{dy}{dx}\left(2 \frac{dy}{dx}\right)

It seems so simple but I don't know how to do it. I know what the answer should be as its in the book. In fact the book thinks its so simple it doesn't bother to explain this term. But for some reason it's throwing me.

The derivative of dy/dx wrt to x is the second derivative d2y/dx^2 but I don't know how to take into account the 2. Is the 2 just classed as a multiple of a function which is why the answer is 2 (d2y/dx2)

thanks
 
Physics news on Phys.org
Moogie said:
Hi

I've just been learning about how to get first derivatives implicitly and I think I'm getting it. Then the book comes onto calculating second derivatives implicitly and I don't know how to handle the dy/dx terms you might have in your equation from the first implicit differentiation

Lets say you have this after your first round of implicit differentiation

2\frac{dy}{dx} + cos(y)\frac{dy}{dx} = \frac{2x}{\Pi}
Solving for dy/dx gives
\frac{dy}{dx}(2 + cos(y)) = \frac{2x}{\pi}
\Rightarrow \frac{dy}{dx} = \frac{2x}{\pi (2 + cos(y))}

Now take the derivative with respect to x of both sides.
Moogie said:
Then let's get the second derivative of the first term

\frac{dy}{dx}\left(2 \frac{dy}{dx}\right)
This doesn't mean what I think you intended.
This is dy/dx times 2dy/dx, which is 2(dy/dx)2. What you meant to write, I believe was
\frac{d}{dx}\left(2 \frac{dy}{dx}\right)

This means "take the derivative of 2 times dy/dx."

dy/dx is the derivative of y with respect to x. d/dx is the operator that means to take the derivative of whatever quantity it's applied to. The first is a derivative; the second indicates intent.
Moogie said:
It seems so simple but I don't know how to do it. I know what the answer should be as its in the book. In fact the book thinks its so simple it doesn't bother to explain this term. But for some reason it's throwing me.

The derivative of dy/dx wrt to x is the second derivative d2y/dx^2 but I don't know how to take into account the 2. Is the 2 just classed as a multiple of a function which is why the answer is 2 (d2y/dx2)

thanks
 
Since "2" is a constant, the derivative of 2f(x), with respect to x, is 2 df/dx. In particular, the derivative of 2dy/dx is 2d^2y/dx^2.

But, like Mark44, I suspect that is NOT the question you meant to ask! What does the problem say, really?
 
Hi

You are right about my typing error - thanks

You have rearranged the equation to make dy/dx the subject to get teh second derivative. That's not the way the book I am reading is doing it but that doesn't matter as it wasn't the actual problem itself I couldn't do - it was one step of the problem whcih confused me which was this bit in isolation

\frac{d}{dx}\left(2 \frac{dy}{dx}\right)

I wondered what rule you are applying to get the answer which is 2(d^2d/dx^2). Is it just the constant multiple of a function rule? In other words the derivative of 2x^2 wrt x is simply 2 times the derivative of x^2 wrt x. Similarly the derivative of 2(dy/dx) wrt to x is 2 times the derivative of dy/dx wrt x.

I know this is simple but it confused me at the time and I wanted to check my understanding.

I think HallsOfIvy has answered at the same time I'm typing!
 
The actual problem was to get the second derivative of

2y + sin(y) = \frac{x^2}{pi} + 1

It was a worked example and I could follow it except it confused me for some reasons on the term I pointed out.
 
If you want to go through it nitpicking detail, you can use the product rule:
\frac{d}{dx}(2\frac{dy}{dx}) =\frac{d}{dx}(2)\frac{dy}{dx} +2 \frac{d}{dx}(\frac{dy}{dx})

Since 2 is a constant, it's derivative with respect to x is zero, so the first term is zero. So you are left with:

\frac{d}{dx}(2\frac{dy}{dx}) =2 \frac{d}{dx}(\frac{dy}{dx}) = 2 \frac{d^2y}{dx^2}
 
That was why I confused myself! I wanted to use the product rule but I knew I didnt need to and got muddled. Thank-you!
 
Back
Top