A homogeneous differential equation is a type of ordinary differential equation (ODE) that can be expressed in the form:
dxdy=F(xy)where F is a function of the ratio xy. This means that the equation is homogeneous of degree zero, as it can be rewritten in terms of the variable v=xy.
To solve a homogeneous differential equation, we can use the substitution v=xy, which implies that y=vx. Differentiating both sides with respect to x, we get:
dxdy=v+xdxdvSubstituting this back into the original equation gives us:
v+xdxdv=F(v)Rearranging this, we can express it as:
xdxdv=F(v)−vThis is a separable differential equation, which can be solved by separating the variables:
F(v)−v1 dv=x1 dxIntegrating both sides, we have:
∫F(v)−v1 dv=∫x1 dxThe integral on the right side is straightforward and yields:
∫x1 dx=ln∣x∣+Cwhere C is the constant of integration. The integral on the left side will depend on the specific form of the function F(v). Once we evaluate the integral on the left, we can express the solution in terms of v and then substitute back to find y in terms of x.
Consider the homogeneous differential equation:
2xydxdy=y2−x2x>0Show a general solution, where c is a positive constant, for this equation is:
x2+y2=cxFirst, we can rewrite the given equation in the form of a homogeneous differential equation. We have:
dxdy=2xyy2−x2Then, recognizing the fraction can be separated into two:
=21v−2v1Then equating the derivative substitution (for y=vx) to the above gives us:
v+xdxdv=21v−2v1Rearranging this, we can express it as:
xdxdv=−21v−2v1This is a separable differential equation, which can be solved by separating the variables:
x1 dx=−21v−2v11 dvIntegrating both sides, we have:
∫x1 dx=∫−21v−2v11 dvThe integral on the left side is straightforward and yields:
∫x1 dx=ln∣x∣+CThe integral on the right side can be simplified as follows:
−∫1+v22v dvUsing u-substitution, let u=1+v2, then du=2v dv. This gives us:
−∫u1 du=−ln∣u∣+C=−ln∣1+v2∣+CEquating the two integrals, we have:
ln∣x∣+C=−ln∣1+v2∣Rearranging this, we can express it as:
ln∣x∣+ln∣1+v2∣=CUsing the properties of logarithms, we can combine the left side:
ln∣x(1+v2)∣=CExponentiating both sides gives us:
x(1+v2)=eCLet c=eC, which is a positive constant. Then we have:
x(1+v2)=cSubstituting back v=xy, we get:
x(1+(xy)2)=cThis simplifies to:
x2+y2=cx