Bezi_cat's question at Yahoo Answers (Unknown initial condition)

  • Context:
  • Thread starter Thread starter Fernando Revilla
  • Start date Start date
  • Tags Tags
    Condition Initial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 7K views
Fernando Revilla
Gold Member
MHB
Messages
631
Reaction score
0
Here is the question:

y'' - 25y = e^(-t)
y(0) = 1
y'(0) = ?

As t -> infinity, y(t) -> 0

Determine the solution and the unknown initial condition.

Here is a link to the question:

No idea how to solve this 2nd order IVP. Please help? - Yahoo! Answers

I have posted a link there to this topic so the OP can find my response.
 
Physics news on Phys.org
Hello bezi_cat,

We have the equation: $$y''-25y=e^{-t}\quad(1)$$ The roots of the characteristic equation $\lambda^2-25=0$ are $\lambda=\pm 5$ so, the general solution of the homogeneous is $y_h(t)=C_1e^{5t}+C_2e^{-5t}$. According to a well-known theorem, a particular solution for $(1)$ has the form $y_p(t)=Ke^{-t}$. Substituting in $(1)$ we get $(K-25K)e^{-t}=e^{-t}$ so, $K=-1/24$ that is, the general solution of $(1)$ is: $$y(t)=-\dfrac{1}{24}e^{-t}+C_1e^{5t}+C_2e^{-5t}$$ If $t\to +\infty$ then, $e^{-t}\to 0$, $e^{-5t}\to 0$ and $e^{5t}\to+\infty$. This means that $\lim_{t\to +\infty}y(t)=0$ if and only if $C_1=0$ so, the solution of the IVP has the form $$y(t)=-\dfrac{1}{24}e^{-t}+C_2e^{-5t}$$ The condition $y(0)=1$ implies $\frac{-1}{24}+C_2=1$ that is, $C_2=\frac{25}{24}$. Now, we only need to compute $y'(0)$ where $y(t)=-\frac{1}{24}e^{-t}+\frac{25}{24}e^{-5t}$.