How to solve a Nonhomogeneous differential equation with natural log?

asourpatchkid
Messages
7
Reaction score
0
y''-y'-30y=ln(t)

My attempt:
i tried to use the method of undetermined coefficients.
y''-y'-30y=ln(t)

Y(t)=A lnt
Y'(t)=A/t
Y''(t)= -A/t^2

I also tried:

Y(t) = A ln(t) + B 1/t + C 1/t^2


now I am stuck...any help??
 
Physics news on Phys.org
Can you at least solve the homogenous equation ?
 
Maple returns this solution:

y^{\prime \prime }-y^{\prime }-30y=\ln x,

Exact solution is : y\left( x\right) =-\frac{1}{30}\ln x-\frac{1}{55}e^{-5x}\mbox{Ei}\left( 1,-5x\right) -\allowbreak \frac{1}{66}e^{6x}\mbox{Ei}\left( 1,6x\right) +C_{1}e^{-5x}+C_{2}e^{6x}
 
You can only use "undetermined coefficients" on equations where the right hand side is one of the functions we get as solutions to linear equations with constant coefficients- exponentials, polynomials, sine and cosine, and combinations of those. For other "right hand sides", you will have to use "variation of parameters".

(And, typically, you have to leave the solution in terms of an integral since that usually results in integrals that have no elementary formula.)
 
all right, i just used the integral. thanks alot!
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top