Daniel B. answered 09/15/22
Tutor
4.9
(204)
A retired computer professional to teach math, physics
Use separation of variables
4yy' = x
4ydy/dx = x
4ydy = xdx
∫4ydy = ∫xdx
2y² = x²/2 + C
Use the initial condition y(4)=3 to calculate C:
2×3² = 4²/2 + C
C = 10
So there are two solutions:
y = ±√(x²/4 + 5)