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!
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top