Differential Equation (Very peculiar initial condition)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
TranscendArcu
Messages
277
Reaction score
0

Homework Statement



Solve: [itex]dy/dy = y^3[/itex] given the initial condition y(0)=0

The Attempt at a Solution


[itex]\int \frac{dy}{y^3} = \int dt[/itex]
[itex]\frac{-1}{2y^2} = t + c[/itex]
[itex]y^2 = \frac{-1}{2(t+c)}[/itex]
[itex]y = ± \sqrt{ \frac{1}{2(-t-c)}}[/itex]

This equation isn't going to support the initial condition, so can someone tell me where I've gone wrong in calculating the integral?
 
Physics news on Phys.org
You have:

[tex]\frac{dy}{dt}=y^3,\quad y(0)=0[/tex]

so immediately I want to divide out by [itex]y^3[/itex]. But I can do that only if [itex]y\neq 0[/itex]. Poke-a-poke then. However, if [itex]y=0[/itex], then I can't. But if y=0, then what?
 
So if y'=y^3 = 0, then clearly y=0, and it is the constant zero, which makes sense since such a function has y'=0 as well.
 
I think you can say that a little better: if y=0, then [itex]\frac{dy}{dt}=0[/itex] so that [itex]y=k[/itex] is a solution to the DE so that the solution to the IVP:

[tex]y'=y^3,\quad y(0)=0[/tex]

is y=0.