If you come back on and get a chance, you think you could help me with I, more so in see if the answer I obtained is correct.
For Part H I solved it as follows:
x*(dx/dy)^2 + 2y*(dx/dy) = x
w=x^2
.5w^(-1/2)*dw = dx
w^(1/2)*(.5w^(-1/2)*(dw/dy))^2 + 2y*.5w^(-1/2)*dw/dx = w^(1/2)
.25w^(-1/2)*(dw/dy)^2 + y*w^(-1/2)*(dw/dy) = w^(1/2)
.25(dw/dy)^2 +y(dw/dy) =w <--- I'm assuming this is the correct answer for H
Now when solving Part I, I can treat (dw/dy) as if it were a variable, say v, and complete the square,
(dw/dy)^2 + 4*y*(dw/dy) + 4y^2 = 4w+4y^2
Now assuming that z = w+ y^2, that would mean that d/dy = dw/dy + 2y correct?
So that would mean dz/dy = dw/dy +2y
(dw/dy + 2y)^2 = 4(w + y^2)
(dz/dy)^2 = 4z
dz/dy = +,- 2z
dz/z = +,- 2*dy
ln(z) = +,- 2y + C
z=e^+,-2y + C
z=Ke^+,-2y
x^2 + y^2 = Ke^+,-2y
x= +,- (Ke^+,-2y) - y^2)^(1/2)
Basically I'm asking if what I did makes sense/ is correct.