Second derivative in terms of x and y?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 12K views
ObviousManiac
Messages
37
Reaction score
0

Homework Statement



Find y" in terms of x and y:

y^2 + 2y = 2x + 1

Homework Equations



N/A

The Attempt at a Solution



I found the first derivative:

y^2 + 2y = 2x + 1
2yy'+2y'=2
2y'.(y+1)=2
y'=2/2(y+1)
y'=1/(y+1)

But I'm having trouble moving on from there.
 
Physics news on Phys.org
ObviousManiac said:

Homework Statement



Find y" in terms of x and y:

y^2 + 2y = 2x + 1

Homework Equations



N/A

The Attempt at a Solution



I found the first derivative:

y^2 + 2y = 2x + 1
2yy'+2y'=2
2y'.(y+1)=2
y'=2/2(y+1)
y'=1/(y+1)

But I'm having trouble moving on from there.
Now, take the derivative of y'.

Sure it will have y' in it, but then substitute the result you have for y' into that.
 
SammyS said:
Now, take the derivative of y'.

Sure it will have y' in it, but then substitute the result you have for y' into that.

alrighty so...

y" = derivative of 1/y+1

= (1)(y+1)^-1 ... then use product rule

= 0 + (-1(y+1)^-2)y' ... then plug in y'

= - [1/(y+1)]/(y+1)^2 ... combine

y" = - 1/(y+1)^3 final answer...

I think I did it right. Does this satisfy "in terms of x and y?"