So one of the exercises in my math class that I’m supposed to solve goes something along the lines of this:
"Solve the initial value problem with the differential equation of
y’(x) = sqrt(abs(y(x)))
with y(0) != 0. Solve the initial value problem with y(0)=0. What can you say about the uniqueness of the solution?"
(Not sure if “uniqueness” is the right word; the german term is “eindeutigkeit”; implying that there’s one precise solution or something like that).
So I’ve followed the typical path (reduce it to dy/sqrt(y) = dx or dy/sqrt(-y) = dx depending on whether y is positive or not, integrate) and gotten to y = 1/4(x+c)^2 (I used a substitution of -y = z for y < 0, I think that’s the way to go on that…). c is a constant from integration.
But now what? I don’t know what they mean by “solve”. I don’t know what I’m solving for. Is it just y? Is it y with a specific c? And what do they mean by “eindeutig”? In the given solution, they get as far as I got and continue with:
“y = 1/4(x+2*sqrt(y_0)^2 solves the initial value problem on y(0) != 0”
…But wouldn’t any c != 0 solve for y(0) != 0?
But where it really loses me is the second part. Solve for y(0) = 0.
The solution says that y(x) = 0 is a solution, because y’ = 0 = sqrt(0), but what does that even mean? How do you get from y(x) = (x+c)^2 * 1/4 to y(x) = 0? c = x? Is that even possible? But the next line really puzzles me:
y(x) =
{1/4(x-a)^2 for x>= a, a >= 0 }
{0 for x <= 0. }
This was the solution the professor offered. I have no** idea what a is supposed to be (well, to be fair, it’s alpha, maybe that helps someone).
This is gonna be a big part of the upcoming makeup test. Any help would be much appreciated. I just don’t understand what, exactly I’m solving for, and I have no idea what the “uniqueness quantification” is or how to demonstrate it.