An ordinary differential equation (ODE) is differential equation for the derivative of a function of one variable. When an ODE is in a form of y'=f(x,y) , this is just a first order ordinary differential equation.
The given problem: y' = -sqrt(x)/(4y) is in a form of y'=f(x,y) .
To evaluate this, we may express y' as (dy)/(dx) .
The problem becomes:
(dy)/(dx)= -sqrt(x)/(4y)
We may apply the variable separable differential equation: N(y) dy = M(x) d x.
Cross-multiply dx to the right side:
dy= -sqrt(x)/(4y)dx
Cross-multiply 4y to the left side:
4ydy= -sqrt(x)dx
Apply direct integration on both sides:
int 4ydy= int -sqrt(x)dx
Apply basic integration property: int c*f(x)dx = c int f(x) dx on both sides:
4 int ydy= (-1) int sqrt(x)dx
For the left side, we apply the Power Rule for integration: int u^n du= u^(n+1)/(n+1)+C .
4 int y dy = 4*y^(1+1)/(1+1)
= 4*y^2/2
= 2y^2
For the right side, we apply Law of Exponent: sqrt(x)= x^(1/2) before applying the Power Rule for integration: int u^n du= u^(n+1)/(n+1)+C .
(-1) int x^(1/2)dx =(-1) x^(1/2+1)/(1/2+1)+C
=- x^(3/2)/(3/2)+C
=- x^(3/2)*(2/3)+C
= -(2x^(3/2))/3+C
Combining the results, we get the general solution for differential equation:
2y^2= -(2x^(3/2))/3+C
We may simplify it as:
(1/2)[2y^2]= (1/2)[-(2x^(3/2))/3+C]
y^2= -(2x^(3/2))/6+C/2
y= +-sqrt(-(2x^(3/2))/6+C/2)
y= +-sqrt(-(x^(3/2))/3+C/2)
Friday, February 6, 2015
y' = -sqrt(x)/(4y) Solve the differential equation.
Subscribe to:
Post Comments (Atom)
Summarize the major research findings of "Toward an experimental ecology of human development."
Based on findings of prior research, the author, Bronfenbrenner proposes that methods for natural observation research have been applied in ...
-
Show that $\displaystyle a(t) = v(t) \frac{dV}{ds}$ of a particle that moves along a straight line with displacement $s(t)$, velocity $v(t)$...
-
Find the indefinite integral $\displaystyle \int \sec^4 \left( \frac{x}{2} \right) dx$. Illustrate by graphing both the integrand and its an...
-
Determine the area of the region bounded by the hyperbola $9x^2 - 4y^2 = 36$ and the line $ x= 3$ By using vertical strips, Si...
-
Determine $\displaystyle \frac{dy}{dx}$ of $y^5 + x^2y^3 = 1 + x^4 y$ by Implicit Differentiation. $\displaystyle \frac{d}{dx}(y^5) + ...
-
Find the integral $\displaystyle \int^1_0 \frac{1}{\sqrt{16 t^2 + 1}} dt$ If we let $u = 4t$, then $du = 4dt$, so $\displaystyle dt = \frac{...
-
The narrator of "Sonny's Blues" describes the neighborhood as "filled with a hidden menace which was its very breath of l...
-
Given y=cos(2x), y=0 x=0,x=pi/4 so the solid of revolution about x-axis is given as V = pi * int _a ^b [R(x)^2 -r(x)^2] dx here R(x) =cos(2x...
No comments:
Post a Comment