fluidistic
Gold Member
- 3,928
- 272
Homework Statement
1)Find the solution of x'=x^{\frac{1}{2}} that passes through the point (t_0, x_0) where x_0>0.
2)Find all the solutions of this equation that pass through the point (t_0,0).
Homework Equations
Direct integration.
The Attempt at a Solution
1)\frac{dx}{dt}=x^{\frac{1}{2}} \Rightarrow \frac{dx}{x^{\frac{1}{2}}}=dt \Rightarrow \int \frac{dx}{x^{\frac{1}{2}}}=t+C\Rightarrow 2 x^{\frac{1}{2}}=t+C \Rightarrow x=\frac{t^2}{4}+tC+C^2.
I determined C thanks to the initial condition and the equation became x=\frac {t^2}{4}+t \left ( \frac{2x_0 ^{\frac{1}{2}}-t_0}{2}} \right ) + \frac{(2x_0 ^{\frac{1}{2}}-t_0)^2}{4}}.
2) Replacing x_0 by 0 in the above equation yields x= \left ( \frac{t}{2}-\frac{t_0}{2} \right ) ^2.
Unfortunately I replaced this solution into the original equation and the equality isn't true. So I made an error. I also replaced the first solution I got (the one with C's) into the equation and it didn't work. Hence I made an error quite early. I don't know where though.