Second order differential equation

eidbadr
Messages
2
Reaction score
0
hello i need some help here!

solve:

x''+3x'+2x=1/(1+e^t)

well ok the homogeneous solution is c1*e^t+c2*e^2t
but how to determine the particular solution Xp!
 
Physics news on Phys.org
Try using the variation of parameters method
 
If the right hand side were a function of the kind one gets as a solution to a "homogenoous linear equation with constant coefficients"- polynomial, exponentian, sine and cosine, or combinations of those- then you could try "undetermined coefficients' but since it is not you will need to try "variation of parameters" as rock.freak667 suggested.
 
thanks that worked,

if you could give me a hint for this one

t*x'=x+sqrt(x^2-t^2)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top