We have given the differential equation,
p(p+y)=x(x+y)
p2+py−x(x+y)=0
p=2−y±y2+4x(x+y)
p=2−y±(2x+y)
Taking the positive sign,
p=2−y+2x+y
p=x
dxdy=x
dy=xdx
y=2x2+C ---------- (First solution)
Now, Taking the negative sign.
p=2−y−2x−y
p=−(x+y)
dxdy=−x−y
dxdy+y=−x
This is a linear first order differential equation.
I.F=ex
Its solution can be given as,
yex=∫−xex+C
yex=−(x−1)ex+C
y=−(x−1)+Ce−x ------- (Second solution)
Comments