Is this solution valid for the original ODE?

  • Thread starter Thread starter wtmoore
  • Start date Start date
  • Tags Tags
    Homogeneous Ode
wtmoore
Messages
20
Reaction score
0
[Ok so I have transformed a
1st order homogenous ODE into a seperable ODE. However I am having trouble seperating to get y on it's own.

Here's the problem:

du/dx=(2u^2)/x where u = y/x

du/(2u^2)=dx/x <<can't get tex to work

-1/(4u^2)=ln(x)+C=ln(Ax) <<can't get tex to work

1=-4u^2ln(Ax)

1=-4(y^2/x^2)ln(Ax)

y^2=-4x^2ln(Ax)

y=i2xsqrt(lnAx)


Is this algebra correct? Is this the right solution? I'm not sure about bringing the y^2 over to the left is ok.
 
Physics news on Phys.org
I realize now, I messed up the integration.

The general solution is:

y=-x/(ln(Ax^2))
 
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