Thread Closed

Nonlinear ODE

 
Share Thread Thread Tools
Apr4-07, 03:05 PM   #1
 

Nonlinear ODE


1. The problem statement, all variables and given/known data

I have to find the solution of (1) and show that it is not unique if y(0) = 0.
I can prove it is not unique by using Picard's theorem but I don't know how to find the non trivial solution.

2. Relevant equations

(1) y(t)' = Sqrt(y(t))

3. The attempt at a solution

I don't know where to start... We have not seen how to solve nonlinear ODE's. A link to a technique or explanation to how to solve it would be very helpful. I'm not looking for the answer, I can get it with Mathematica... I want to understand how to get there.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Apr4-07, 03:10 PM   #2
 
You can directly integrate that function:

dy/dt = y^1/2 => y^(-1/2) dy = dt

Nontrivial solution. However, you'll find the trivial y(t) = 0 is a perfectly good solution to those initial conditions as well.
 
Apr4-07, 03:19 PM   #3
 
wow I'm so stupid...

dy/dt = y^(1/2)
dy/y^(1/2) = dt
2y^(1/2) = t + c
y^(1/2) = 2t + 2c
y = 4t^2 + 8tc + c^2

thanks
 
Thread Closed
Thread Tools


Similar Threads for: Nonlinear ODE
Thread Forum Replies
Nonlinear operators General Math 5
Nonlinear ODE Question Differential Equations 5
Nonlinear Equation Differential Equations 2
nonlinear DE fro CM Differential Equations 10
numerical solutions of system of nonlinear algebraic equations nonlinear algebraic eq General Math 6