Question #fd5f0

1 Answer
Jun 7, 2017

I'll do the first one to show the general method of solving differential equations of this form.

These are all separable differential equations, meaning that all terms with #x#, including #"d"x#, can be moved to one side of the equation, while all terms including #y# can be moved to the other.

From there, both sides can be integrated independently, and the constant of integration found using the initial condition.

Depending on context, it may or may not be possible to solve for #y# explicitly.

In the first example

#("d"y)/("d"x)=x/y^2#

we can cross multiply to isolate #x# terms and #y# terms as:

#y^2color(white)."d"y=xcolor(white)."d"x#

Integrate both sides:

#inty^2color(white)."d"y=intxcolor(white)."d"x#

#1/3y^3=1/2x^2+C#

Note that #C#, an arbitrary constant of integration, has been added to only the right-hand side of the equation. This is arbitrary—we just as easily could have written #(1//3)y^3+C_1=(1//2)x^2+C_2# or #(1//3)y^3+C_3=(1//2)x^2#. All are analogous forms.

Proceeding with the more standard form, which is to include the constant with the #x# terms, we can solve for #C# using the initial condition—that when #x=1#, #y=1# as well.

#1/3(1)^3=1/2(1)^2+C#

#C=-1/6#

So:

#1/3y^3=1/2x^2-1/6#

Leading to:

#y=f(x)=((3x^2-1)/2)^(1//3)#