Homogeneous differential equation

magnifik
Messages
350
Reaction score
0
i have the equation x2y' = (y2 - xy)
which i changed to (y2 - xy)dx + x2dy = 0

i then tried to solve using the substitution y = xv
dy = xdv + vdx
so ..
(x2v2) dx + x2(xdv + vdx) = 0
(v2 - v) dx + xdv + vdx = 0
v2dx + xdv = 0
(1/x)dx + (1/v2) dv = 0
ln|x| + C - (1/v) = 0
y(x) = x/ln|x-A|, where A = eC

my answer is COMPLETELY different from what the solution is supposed to be according to wolfram. they got y(x) = 2x/(2Cx2+1)

what did i do wrong?
 
Physics news on Phys.org
You started going wrong on the second line. You didn't change the sign when you moved (y^2-xy)dx over to left side. Why don't you try that again?
 
woops - fail. thanks for pointing that out.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top