Integrating Factor for First Order Linear Differential Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
wowmaths
Messages
3
Reaction score
0

Homework Statement


Find an integrating factor for the first order linear differential equation
[itex]\frac{dy}{dx} - \frac{y}{x} = xe^{2x}[/itex]
and hence find its general solution

Homework Equations





The Attempt at a Solution


I found the integrating factor which is [itex]e^{-lnx} = x^{-1}[/itex]

and multiplying the equation with the integrating factor, will result in:
[itex]\frac{1}{x} \frac{dy}{dx} - \frac{y}{x^2} = e^{2x}[/itex]

how do I go on from here?
 
Physics news on Phys.org
Do you know why you found the "integrating factor"?

The whole point of an integrating factor for [itex]dy/dx+ a(x)y= f(x)[/itex] is that, with integrating factor [itex]\mu(x)[/itex], we will have
[tex]\mu(x)\frac{dy}{dx}+ \mu(x)a(x)y= \frac{d(\mu(x)y}{dx}= \mu(x)f(x)[/tex]

If [itex]\mu(x)= 1/x[/itex] here (I have not checked that) then your equation should reduce to
[tex]\frac{d(y/x)}{dx}= e^{2x}[/tex]
Integrate both sides of that with respect to x.