Homogeneous Differential Equation

Air
Messages
202
Reaction score
0
I read that the 'Homogeneous Differential Equation' is one which has form \frac{\mathrm{d}y}{\mathrm{d}x} = f\left(\frac{y}{x}\right) but I came across one example which was \frac{\mathrm{d}y}{\mathrm{d}x} = \frac{x+y}{x+5y} and said that is 'Homogeneous Differential Equation' Too which has 'x' and 'y' in both numerator and denominator. Does that mean that 'x' and 'y' exist in numerator and denomintor, then it's 'Homogeneous Differential Equation'?
 
Physics news on Phys.org
If I remember correctly, the easiest way to see if an equation is homegenous is to add up the powers of the individual terms, and if they are all the same, then the equation is homogenous and y=Vx substitution can be used.
 
No, it doesn't. The important thing here is that every term in both numerator and denominator has x or y to the same power. One test for homogeneous equations, that probably is in your textbook, is to replace x and y by "ax" and "ay" respectively. If the "a" cancels out, then the equation is homogenous.
That is, dy/dx= f(x,y) is "homogeneous" if f(ax,ay)= f(x,y). In your case,
f(x,y)= \frac{x+ y}{x+ 5y}
f(ax,ay)= \frac{ax+ ay}{ax+ 5ay}= \frac{a(x+ y)}{a(x+ 5y}= \frac{x+ y}{x+ 5y}= f(x, y)

That means the if you divide both numerator and denominator by x, you get
dy/dx= \frac{1+ \frac{y}{x}}{1+ \frac{5y}{x}}
Now, the substitution u= y/x leads to y= xu so dy/dx= x du/dx+ u and the equation becomes
x du/dx+ u= \frac{1+ u}{1+ 5u}
so
x du/dx= \frac{1+ u}{1+ 5u}- u= \frac{1+ u- u- 5u^2}{1+ 5u}= \frac{1- 5u^2}{1+ 5u}
a separable equation in x and u.

But
dy/dx= \frac{y+ 1}{x- 2}
for example, is not homogeneous. (It is, by the way, separable.)

dy/dx= \frac{x+ y}{x+ y+ 1}
is neither homogenous nor separable.
 
HallsofIvy said:
No, it doesn't. The important thing here is that every term in both numerator and denominator has x or y to the same power. One test for homogeneous equations, that probably is in your textbook, is to replace x and y by "ax" and "ay" respectively. If the "a" cancels out, then the equation is homogenous. That is, dy/dx= f(x,y) is "homogeneous" if f(ax,ay)= f(x,y).

...

But
dy/dx= \frac{y+ 1}{x- 2}
for example, is not homogeneous. (It is, by the way, separable.)

The 'a' test, you can only put 'a' infront of 'x' and 'y' but not in front of the constant? Am I correct?

So...dy/dx= \frac{ay+ 1}{ax- 2}

And Not...dy/dx= \frac{ay+ a1}{ax- a2} which would lead to 'a' cancelling out.
 
The requirement is f(x,y)=f(ax,ay), so let f(x,y)=x+y+1, then f(ax,ay)=ax+ay+1. So you don't put a in front of terms, but you replace every x and y with ax and ay.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top