Understanding and Solving DiffEq: x' = 2*x^(1/2)

  • Thread starter Thread starter pergradus
  • Start date Start date
  • Tags Tags
    Diffeq
pergradus
Messages
137
Reaction score
1

Homework Statement



I have the differential equation:

x' = 2*x1/2

The Attempt at a Solution



I can see easily that the solution x = t2 satisfies the equation, however wolfram tells me the solution is:

1/4 (4 t2 + 4 t C + C2)

which also satisfies the solution... I'm wondering how do I solve this differential equation in order to get the solution Mathematic got?
 
Physics news on Phys.org
pergradus said:

Homework Statement



I have the differential equation:

x' = 2*x1/2

The Attempt at a Solution



I can see easily that the solution x = t2 satisfies the equation, however wolfram tells me the solution is:

1/4 (4 t2 + 4 t C + C2)

which also satisfies the solution... I'm wondering how do I solve this differential equation in order to get the solution Mathematic got?
This DE is separable. Write it as
dx/dt = 2x1/2
=> dx/(2x1/2) = dt

Now integrate both sides. Don't forget the constant of integration.
 
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