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 xx, including "d"xdx, can be moved to one side of the equation, while all terms including yy 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 yy explicitly.

In the first example

("d"y)/("d"x)=x/y^2dydx=xy2

we can cross multiply to isolate xx terms and yy terms as:

y^2color(white)."d"y=xcolor(white)."d"xy2.dy=x.dx

Integrate both sides:

inty^2color(white)."d"y=intxcolor(white)."d"xy2.dy=x.dx

1/3y^3=1/2x^2+C13y3=12x2+C

Note that CC, 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(1/3)y3+C1=(1/2)x2+C2 or (1//3)y^3+C_3=(1//2)x^2(1/3)y3+C3=(1/2)x2. All are analogous forms.

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

1/3(1)^3=1/2(1)^2+C13(1)3=12(1)2+C

C=-1/6C=16

So:

1/3y^3=1/2x^2-1/613y3=12x216

Leading to:

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