Solve DE: dy/dt = 2*(abs(sqrt(y)))

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
SomeRandomGuy
Messages
55
Reaction score
0
Consider dy/dt = 2*(abs(sqrt(y)))

1.Show that y(t)=0 is a solution for all t.
I did this part

2.Find all solutions (hint, give solution like y(t)=... for t>=0, y(t)=... t<0).
He told us in class that t=0 isn't necessarily the point we should be concerned with

3.Why doesn't this contradict the uniqueness theorem?
I have a feeling it's because our DE isn't differentiable at y=0, but my main problem is number 2.

I graphed this DE on the computer, so assuming I typed it in right I know what it looks like. I also tried splitting the DE up into cases for part 2, but it seems that I would have to perform the same integral twice which doesn't really make sense.
 
Physics news on Phys.org
SomeRandomGuy said:
I also tried splitting the DE up into cases for part 2, but it seems that I would have to perform the same integral twice which doesn't really make sense.
Could you show your work then? There should be a small difference...
Remember the definition of the absolute value.
 
TD said:
Could you show your work then? There should be a small difference...
Remember the definition of the absolute value.

dy/dt = 2*sqrt(abs(y)) = 2*sqrt(y) y>=0, 2*sqrt(-y) y<0

isn't 2*sqrt(-y) when y<0 = 2*sqrt(y)
 
I have y(t) = (t-C)^2 when y>=0. I get the same thing when y<0 as well, by separation of variables. I use t-C rather than t+C thanks to a hint from my professor from yesterday's lecture. So, is this the solution I am looking for?
 
SomeRandomGuy said:
dy/dt = 2*sqrt(abs(y)) = 2*sqrt(y) y>=0, 2*sqrt(-y) y<0
The initial problem was "abs(sqrt(y))" and now you write "sqrt(abs(y))", which one is it?