Finding the General Solution for xX' = aX

naspek
Messages
176
Reaction score
0
Question: find the general solution of xX' = aX

i know it's kinda simple ode.. but, i just don't know y i can't get the correct answer..

solution..

xX' = aX
x dX/dx = aX
d/dx X = aX/x
X = ∫aX/x dx
X = aX ln |x| + C

the general solution is Ax^a

problem : i can't get the correct answer..
 
Physics news on Phys.org
is X a function x? if so that's prettty messy notation

how about starting with
xy'(x) = ay

then
x\frac{dy}{dx} = ay

the idea when rearranging is to "separate" the DE, so group all the y's on one side & x's on the other side - if you can do that it means its a "seperable DE"
\frac{dy}{x} = a\frac{dx}{x}

now try intergating both sides
 
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