Can we use y=vx for non-homogeneous differential equation?

jasoncurious
Messages
7
Reaction score
0

Homework Statement


Can we use y=vx for non-homogeneous differential equation?

Example:
yy'=x^3+(y^2/x)→not homogeneous


Homework Equations


y=vx
dy/dx=v+x(dv/dx)

The Attempt at a Solution


By substituting the equation above:
vx(v+x dv/dx)=x^3+(v^2 x^2)/x
v^2*x+vx^2 dv/dx=x^3+v^2*x
Eliminate the v^2*x:
vx^2 dv/dx=x^3
Divide both sides with x^2:
v dv/dx=x
vdv=xdx
Continue the integration:
y^2=x^2(x^2+c), where c is a constant
 
Physics news on Phys.org
The substitution y=vx makes it easier to find the solution, because a homogenous differential equation takes the form:

##\frac{dy}{dx}=\frac{f_1(x,y)}{f_2(x,y)}##

which then equals ##\frac{f(y/x)}{g(y/x)}## or ##\frac{f(x/y)}{g(x/y)}## by taking ##x^n## or ##y^n## common, if f1 and f2 are homogenous in degree n.
 
jasoncurious said:

Homework Statement


Can we use y=vx for non-homogeneous differential equation?

Example:
yy'=x^3+(y^2/x)→not homogeneous


Homework Equations


y=vx
dy/dx=v+x(dv/dx)

The Attempt at a Solution


By substituting the equation above:
vx(v+x dv/dx)=x^3+(v^2 x^2)/x
v^2*x+vx^2 dv/dx=x^3+v^2*x
Eliminate the v^2*x:
vx^2 dv/dx=x^3
Divide both sides with x^2:
v dv/dx=x
vdv=xdx
Continue the integration:
y^2=x^2(x^2+c), where c is a constant

Easier: ##v \, dv/dx = d(v^2/2)/dx.## And, there are two solutions.
 
May I know the hint to the other solution? Thanks
 
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