Proof That Given Equation is Implicit Solution of Differential Eqn

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
Color_of_Cyan
Messages
386
Reaction score
0
"Show that the given equation is an implicit solution of the given differential eqn"

Homework Statement


Show that the given equation is an implicit solution of the given differential equation -

y2 - 1 - (2y + xy)(y-prime) = 0

y2 - 1 = (x + 2)2

Homework Equations


y2 - 1 - (2y + xy)(y-prime) = 0

y2 - 1 = (x + 2)2

The Attempt at a Solution



I probably went wrong here: Solve for y-prime: y2 - 1 = (x + 2 )2

y2 = (x + 2)2 + 1

y = [ (x + 2)2 + 1 ]1/2

y-prime (using chain rule)= 1/ { 2 [ ( x + 2 )2 + 1 ]1/2 } * 2(x + 2)

Then I would substitute y2 = (x + 2)2 + 1 into y2 - 1 - (2y + xy)(y-prime) = 0Am I on the right track? Because the problem as you can probably see may get a little messy unless I have to check my algebra better or something. Thank you!
 
Physics news on Phys.org


You aren't using the 'implicit differentiation' trick. If y^2=(x+1)^2+1 then you can find y' without solving for y. Just take d/dx of both sides. d/dx(y^2)=2*y*dy/dx. Take it from there.
 


Thanks I got it now, sorry to get back to this a bit late.