Paul B. answered 04/03/20
Experienced College Mathematics and Computer Science Tutor
We can use separation of variables.
√x + √yy' = 0 ⇔
x + yy' = 0 [square both sides] ⇔
y dy/dx = -x ⇔
y dy = - x dx [all the y terms including dy can be moved to one side and vice verse with x].
Now we can integrate both sides.
∫ydy = ∫-xdx ⇔
1/2y2 = -1/2x2 + C1 ⇔
y= √(-x + 2C1)
Now to satisfy the I.C.
y(1)=4 ⇒ 4=√(-1 + 2C1)⇒ C1= 17/2
y= √(-x+2(17/2)) ⇔ y=√(-x+17)