First order ODE initial value problem

Shade
Messages
13
Reaction score
0

Homework Statement



Given the below stated equations I need to find the exact polynomial given the initial condition.

y(0) = 1
y = 4*t*sqrt(y)

Homework Equations

The Attempt at a Solution



I simply disregard the initial value condition and get y = t^4

How can I find the fourth order polynomial with the given initial value?

( see also a former thread https://www.physicsforums.com/showthread.php?t=111094 )
 
Physics news on Phys.org
Is it not possible to integrate a first order differential equation and also consider the initial value y(0) = 1 ?
 
Isn't there a typo? Where is y' ?
 
I assume the equation is written y'=4ty^(1/2) in which case it appears you have dy/dt=y' and this is a seperable equation. Solve for y and then solve for the initial value.
 
Shade said:

Homework Statement



Given the below stated equations I need to find the exact polynomial given the initial condition.

y(0) = 1
y = 4*t*sqrt(y)

Homework Equations




The Attempt at a Solution



I simply disregard the initial value condition and get y = t^4

How can I find the fourth order polynomial with the given initial value?

( see also a former thread https://www.physicsforums.com/showthread.php?t=111094 )

I can see any "attempt at a solution". Saying "I simply disregard the initial value condition and get y = t^4" makes no sense! How did you "get y= t^4"? Don't you have to integrate somewhere and doesn't that introduce a "constant of integration?

The differential equation is \frac{dy}{dt}= 4t\sqrt{y}= 4ty^{\frac{1}{2}}

That can be written y^{-\frac{1}{2}}dy= 4t dt. Now integrate both sides.

It's interesting that there are two distinct solutions (actually, there are an infinite number of solutions). The "uniqueness" part of the "existance and uniquenss" theorem is not satisfied.
 
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