Verifying Relations: Solving x^2 + y^2 = 1 | Homework Help

  • Thread starter Thread starter bengaltiger14
  • Start date Start date
  • Tags Tags
    Relations
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
16 replies · 2K views
bengaltiger14
Messages
135
Reaction score
0

Homework Statement


Verify that the relation x^2 + y^2 = 1 is a solution to the differential equation:
dy/dx = xy/(x^2 - 1)

Can anyone point me in the right direction on how to begin to solve this problem? Do I take integral of the DE and just plug into equation?
 
Last edited:
Physics news on Phys.org
dy/dx is just 2x+2y. So it does not equal correct?
 
bengaltiger14 said:
dy/dx is just 2x+2y. So it does not equal correct?

2x+2y(dy/dx)=0 is what you get when you differentiate implicitly with repect to x. Now just find dy/dx and do a bit of algebra.
 
I'm sorry but I'm really slow at DE's.

2x+2y(dy/dx)=0

What do you mean find dy/dx. I thought dy/dx was 2x+2y=0.

Are you saying to solve for dy/dx in the first equation?
 
bengaltiger14 said:
Are you saying to solve for dy/dx in the first equation?

Yes, make dy/dx the subject of the equation.

EDIT: is the relation supposed to be y2-x2=1 ?
 
Last edited:
2y(dy/dx) = -2x

divide by 2y:

dy/dx = -2x/2y
 
bengaltiger14 said:
2y(dy/dx) = -2x

divide by 2y:

dy/dx = -2x/2y

So dy/dx= -x/y right?

Now multiply the numerator and denominator by y.

(Forget my edit in the previous post)
 
dy/dx = -xy

That is the answer to the problem? So the DE is not a solution.
 
bengaltiger14 said:
dy/dx = -xy

That is the answer to the problem? So the DE is not a solution.

If dy/dx=-x/y and you multiply by y/y, do you really get dy/dy=-xy or -xy/y2?
 
yeah, your right... dy/dx = -xy/y^2

But the top y would just cancel and the y^2 would become y again so why do that?
 
bengaltiger14 said:
yeah, your right... dy/dx = -xy/y^2

But the top y would just cancel and the y^2 would become y again so why do that?

Don't cancel out anything. Keep it the way it is. Now from the relation x2+y2=1, what is y2 equal to?
 
dy/dx = -xy/1-x^2

So they do equal. If you multiply by -1, it gives the DE.
 
Cool..Thank you very much for your help and patience.