How Do You Calculate the Second Derivative of an Implicit Function?

menco
Messages
42
Reaction score
0

Homework Statement


Find the second derivative of 3(x^2)y+y+x=x^5


Homework Equations


Find the first derivative using implicit differentiation.
Find the second by using quotient rule.


The Attempt at a Solution


So I found the first derivative to be

dy/dx = 5(x^4)-6xy-1 / 3(x^2)+1

I get very lost after this trying to find the second derivative using the quotient rule as there is the y variable still in the equation. Any help please?
 
Physics news on Phys.org
menco said:

The Attempt at a Solution


So I found the first derivative to be

dy/dx = (5(x^4)-6xy-1) / (3(x^2)+1)

I get very lost after this trying to find the second derivative using the quotient rule as there is the y variable still in the equation. Any help please?

The equation for y' is wrong without parentheses.
Isolate y from the first equation 3(x^2)y+y+x=x^5 and sub into y'.

ehild
 
Put u = 5(x^4)-6xy-1, then get du/dx using implicit differentiation and put v= 3(x^2)+1 and get dv/dx.

Then just put it into your formula for the quotient rule. But in du/dx you will have a term with dy/dx in it (which you know from the first derivative).
 
Finding du/dx I get 20(x^3)-6x(dy/dx)-6y and dv/dx I get 6x. Is that correct?

This is what I tried earlier but got very lost trying to sub in dy/dx
 
Last edited:
menco said:
Finding du/dx I get 20(x^3)-6x(dy/dx)-6y and dv/dx I get 6x. Is that correct?

This is what I tried earlier but got very lost trying to sub in dy/dx

It is correct now.:smile:

Show your further work.

ehild
 
so then using the quotient rule

dy/dx = (v(du/dx)-u(dv/dx))/(v^2)

= ((3(x^2)+1)*(20(x^3)-(6x((5(x^4)-6xy-1)) / (3(x^2)+1))-6y) - (5(x^4)-6xy-1)* (6x)) / ((3(x^2)+1)^2)

sorry it looks very confusing like that if I knew how to make an image i would.

My calculator gives a result of (2(10(x^3)+27(x^2)(y)+6x-3y) / (3(x^2)+1)^2)
and I have not been able to get close to that answer.
 
factoring the above I get a result of

(-60(x^5)+20(x^3)+72(x^2)(y)+12x-6y) / ((3x^2+1)^2)

or

(2(-30(x^5)+10(x^3)+36(x^2)(y)+6x-3y)) / ((3x^2+1)^2)
 
Finding y' by implicit diferentiation is a good idea and I see no reason not to do the same for the second derivative.

3x^2y+y+x=x^5 so
6xy+ 3x^2y'+ y'+ 1= 5x^4

Differentiating, implicitely, again,
6y+ 6xy'+ 6xy'+ 3x^2y''+ y''= 20x^3
6y+ 12xy'+ (3x^2+ 1)y''= 20x^3

You can solve
3x^2y+y+x=x^5
for y= \frac{x^5- x}{3x^2+ 1} and
6xy+ 3x^2y'+ y'+ 1= 5x^4
for y'= \frac{5x^4- 6xy+ 1}{3x^2+ 1}
and put those into y''= \frac{20x^3- 12xy'- 6y}{3x^2+ 1}
if you like but my experience is that you seldom have to solve for y'' in terms of x only.
 
Back
Top