Is There a Solution to This Differential Equation Problem?

AI Thread Summary
The discussion revolves around solving the differential equation y'' + 2y' + y = e^{-x}. The initial approach involved solving the homogeneous equation and finding the complementary solution y = e^{-x}(k_1x + k_2). Attempts to find a particular solution using f(x) = Axe^{-x} led to contradictions, suggesting no solutions exist. Further trials with f(x) = Ax^2e^{-x} yielded conflicting values for A, indicating possible errors in calculations. The thread concludes with a request for assistance in identifying mistakes in the approach to finding a valid solution.
Gunni
Messages
39
Reaction score
0
The last example on my homework assignment this week is this: Solve the following differential equation.

y'' + 2y' + y = e^{-x}

I started by solving it like it was y'' + 2y' +y = 0 (Instert y = e^ax and so on) and got the following equation and solution:

e^{ax}(a^2 + 2a + 1) = 0 => a = -1

y'' + 2y' + y = 0, y = e^{-x}(k_1x + k_2)

Since the right side of the original equation is of the form Me^hx, and h is a solution to the equation above (a = -1), I tried inserting f(x) = Axe^(-x).

From that I got that f'(x) = Ae^(-x) - Axe^(-x) and f''(x) = Axe^(-x) -2Ae^(-x).

But when I insert that into the original equation everything cancels out and I'm left with e^(-x) = 0. Since that never applies I'm inclined to think that there are no solutions to the equation. What do you think?
 
Physics news on Phys.org
You might try a particular solution of the form f(x)=Ax^(2)e^(-x)
 
That doesn't seem to work, I get that A should equal both 0 and 1/2. I've also tried Ae^-x, which didn't work either.
 
f(x)=Ax^(2)e^(-x)
f'(x)=2Axe^(-x)-Ax^(2)e^(-x)
f''(x)=Ax^(2)e^(-x)-4Axe^(-x)+2Ae^(-x)
f''+2f'+f=2Ae^(-x)-->A=1/2
 
Hmm... I must have made some mistake. Well, thanks a lot for the help.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top