Question #fd5f0
1 Answer
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
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
In the first example
#("d"y)/("d"x)=x/y^2#
we can cross multiply to isolate
#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
Proceeding with the more standard form, which is to include the constant with the
#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)#