jasoncurious
- 7
- 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