Seperation of Variables/Integrating Factor Method

  • Thread starter Thread starter _N3WTON_
  • Start date Start date
  • Tags Tags
    Method
_N3WTON_
Messages
350
Reaction score
3

Homework Statement


The first order linear equation of the form:
\frac{dy}{dx} + ay = b
where a and b are constants, can be solved both by the integrating factor method and by separation of variables. Solve the equation using both methods to see that you get the same solution.



Homework Equations


Separation of variables and Integrating factor equations

The Attempt at a Solution


I am 80% sure that I have correctly found the solution using both methods; however, I am having trouble equating the two solutions. This is what I have done so far, first I will show using the integrating factor method, followed by separation of variables:
p(x) = a
u(x) = e^{ax}
\frac{d}{dx}(e^{ax} y(x)) = be^{ax}
\int\frac{d}{dx}(e^{ax} y(x))\,dx = \int be^{ax}\, dx
e^{ax} y(x) = abe^{ax} + C
y(x) = ab + \frac{C}{e^ax}
Now again using the separation of variables method:
\frac{dy}{dx} = b-ay
\frac{dy}{y} = (b-a)dx
\int\frac{dy}{y} = \int b-a\, dx
ln(y) = bx - ax + C
y = e^{bx} - e^{ax} + e^C
 
Physics news on Phys.org
(b-ay)/y =b/y -a
 
_N3WTON_ said:

Homework Statement


The first order linear equation of the form:
\frac{dy}{dx} + ay = b
where a and b are constants, can be solved both by the integrating factor method and by separation of variables. Solve the equation using both methods to see that you get the same solution.



Homework Equations


Separation of variables and Integrating factor equations

The Attempt at a Solution


I am 80% sure that I have correctly found the solution using both methods; however, I am having trouble equating the two solutions. This is what I have done so far, first I will show using the integrating factor method, followed by separation of variables:
p(x) = a
u(x) = e^{ax}
\frac{d}{dx}(e^{ax} y(x)) = be^{ax}
\int\frac{d}{dx}(e^{ax} y(x))\,dx = \int be^{ax}\, dx
e^{ax} y(x) = abe^{ax} + C
y(x) = ab + \frac{C}{e^ax}
Now again using the separation of variables method:
\frac{dy}{dx} = b-ay
\frac{dy}{y} = (b-a)dx
\int\frac{dy}{y} = \int b-a\, dx
ln(y) = bx - ax + C
y = e^{bx} - e^{ax} + e^C

Never write ##1/e^{ax}##; always write it as ##e^{-ax}##, because that way you can apply standard differentiation/integration formulas.

Your second method has an obvious blunder: from
\frac{dy}{dx} = b-ay
it dos NOT follow that
\frac{dy}{y} = (b-a)dx \: \longleftarrow \:\text{false}
 
Ray Vickson said:
Never write ##1/e^{ax}##; always write it as ##e^{-ax}##, because that way you can apply standard differentiation/integration formulas.

Your second method has an obvious blunder: from
\frac{dy}{dx} = b-ay
it dos NOT follow that
\frac{dy}{y} = (b-a)dx \: \longleftarrow \:\text{false}
im a little confused about what is wrong with the separation I performed?
Edit: Nvm I see it now, thank you
 
Last edited:
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