HW #1, due Thursday January 29 ============================== Problem #1 ---------- (a) By the method of separation of variables solve the following IVP: y'(t) = sqrt(y) 0 < t < 1, y is non-negative . y(0) = alpha (a non-negative number). (b) Find a solution corresponding to y(0)=0, using the general solution from the part (a). Also, guess a different solution to the problem with y(0) = 0. Now that you have two different solutions satisfying the same initial condition, explain the seeming contradiction to the Theorem 5.4 (p.252) that states that the solution is unique. Problem #2 ---------- Write your own Euler solver, that will take as an input a,b,n, alpha, and the name of the function with f(t,y), and will solve approximately the ODE y'(t) = f(t,y), a