What is a solution to the differential equation dy/dy=sqrt(x/y)?

1 Answer
Jul 11, 2016

y^(3/2) = x^(3/2) + C

and if you like

y = ( x^(3/2) + C)^(2/3)

Explanation:

assuming firstly this is a typo and that you meant to say dy/color{red}{dx}

if so, separate it

dy/dx=sqrt(x/y)

sqrt y dy/dx=sqrt(x)

int \ sqrt y dy/dx \ dx =int sqrt(x) \ dx

int \ sqrt y \ dy =int sqrt(x) \ dx

power rule

2/3 y^(3/2) = 2/3 x^(3/2) + C

y^(3/2) = x^(3/2) + C

and if you like

y = ( x^(3/2) + C)^(2/3)