Suppose that we use Euler's method to approximate the solution to the differential equation Let f(x, y) = x5/y. We let x0 = 0.3 and y0 = 9 and pick a step size h = 0.2. Euler's method is the the following algorithm. From xn and yn, our approximations to the solution of the differential equation at the nth stage, we find the next stage by computing xn+1 = xn + h, yn+l = yn + h Complete the following The exact solution can also be found using separation of variables. It is y(x) = Thus the actual value of the function at the point x = 1.3 y(1.3) =