Solving a Simple Differential Equation: x.dy/dx+1-y^2=0

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
CNS92
Messages
8
Reaction score
0

Homework Statement


Solve x.dy/dx+1-y^2=0


Homework Equations





The Attempt at a Solution



Separate:
dy/(y^2-1) = dx/x

The LHS can be broken into
dy/(2(y-1))-dy/(2(y+1))

Integrating:

Log[y-1]/[y+1] = log[x^2] + c

Given x=1 when y=0 c=0

Y-1=x^2.y+x^2

Y=(x^2+1)/(x^2-1)

The answer is the reciprocal of mine, can anyone see my mistake?

Thanks
 
Physics news on Phys.org
Actually it's not the reciprocal, it is the negative:
y = (x^2+1)/(1-x^2) = -(x^2+1)/(x^2-1)
is the correct answer.

There is a simple algebraic error in the last step, everything is correct up to
y-1=x^2.y+x^2

Then,
y - x^2 y = 1 + x^2
(1 - x^2) y = (1 + x^2)
y = (1 + x^2) / (1 - x^2)
 
The answer is
y=(1-x^2)/(1+x^2)
I think you lost a sign with the logarithms.
y=(C-x^2)/(C+x^2)
y=1
for example are solutions
Given x=1 when y=0 we see C=1.
Your answer is the case C=-1 which does not satisfy the initial conditions, but since you were working in absolute value the condition |C|=1 was satisfied.