First Order Linear Differential Equation with Initial Value | y'=y+x, y(0)=2

ganondorf29
Messages
49
Reaction score
0

Homework Statement


Solve the inital value first order linear differential equation

y'=y+x y(0) = 2

Homework Equations


The Attempt at a Solution



y'-y=x

That's as far as I got. I'm not sure how to approach this. I've looked through my notes and book, and I don't have any examples that are similar to this. I looked online and it said something about raising the coefficient of y to e, but I'm not sure what to do after.
 
Physics news on Phys.org
You should multiply by an exponential factor.
y'-y=x
exp(-x)y'-exp(-x)y=exp(-x)x
(exp(-x)y)'=exp(-x)x
Usually the exponential factor is of the form:
if y'+f(x)y=g(x)
then the exponential factor is:
u=exp(\int f(x)dx)
Take the integral of xexp(-x) by parts, and then your'e done.
 
Hi; I tried using an integration factor, and using the initial value provided (y(0)=2), I arrived at a particular solution of y=x-1+3e^{-x}.

I just saw loop's reply above. The integration factor I obtained was e^x.
 
For the linear equation y'+ f(x)y= g(x), and integrating factor is a function m(x) such that multiplying by it, m(x)y'+ m(x)f(x)y= f(x)g(x), reduces the left side to a single derivative: (m(x)y)'. Since, by the product rule, (m(x)y)'= my'+ m'y= my'+ mfy, we must have m'= m(x)f(x) which is, itself, a separable differential equation: dm/m= f(x)dx so ln(m)= \int f(x)dx and so m(x)= e^{\int f(x)dx}. For this particular problem f(x) is the constant -1 so your integrating factor is e^{-x}, not e^x. Multiplying the equation by e^{-x}, we have e^{-x}y'- e^{-x}y= (e^{-x}y)'= xe^{-x}. Integrating both sides of that (the left side by parts, as loop quantum gravity said) you get e^{-x}y= -(x+1)e^{-x}+ C or y= -x- 1+ Ce^x and, since y(0)= 2, 2= -1+ C and C= 3.
y= -x-1+ 3e^x

Notice that if y= x- 1+ 3e^{-x} then y'= 1- 3e^{-x} while y+ x= x- 1+ 3e^{-x}+ x= 2x- 1+ 3e^{-x} so your y does NOT satisfy the differential equation.
 
Last edited by a moderator:
Thanks for pointing out that mistake Ivy...
 
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