How to determine particular solutions for cauchy euler

  • Context: Graduate 
  • Thread starter Thread starter ericm1234
  • Start date Start date
  • Tags Tags
    Cauchy Euler
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
3 replies · 9K views
ericm1234
Messages
71
Reaction score
2
If given a cauchy euler equation (non-homogeneous) equation, does the approach in looking for a particular solution (in order to solve the non-homogeneous part), differ from normal?
I am also in general confused about how to assign a particular solution form, in many cases. I have yet to find a good, general explanation for how this is determined, covering all cases.
 
Physics news on Phys.org
ericm1234 said:
If given a cauchy euler equation (non-homogeneous) equation, does the approach in looking for a particular solution (in order to solve the non-homogeneous part), differ from normal?
I am also in general confused about how to assign a particular solution form, in many cases. I have yet to find a good, general explanation for how this is determined, covering all cases.

These equations are closely related to constant coefficient equations. The substitution ##x = e^t## in a Cauchy-Euler equation in x will change it into a constant coefficient DE in ##t##. You can solve that with the usual methods, then convert back with ##t =\ln x##. Given the few times this comes up, it is probably just as well to do it that way instead of memorizing the corresponding rules for the C-E equation. For example, take the equation$$
x^2y''(x) + xy'(x) + 4y(x) = \cos(2\ln x)$$The substitution ##x=e^t## gives this equation in ##t##:$$
y''(t) + 4y(t) = \cos(2t)$$(If you don't know how to do that, I can expand on it). This is one where the NH term contains part of the complementary solution. But the point is, you probably know how to handle it, right? So solve this for ##y(t)## and substitute ##t = \ln x## to get the solution to the original DE.
 
A general technique for finding the particular solution of a linear ode (such as Cauchy-Euler) is the method of "variation of parameters". Any differential equations book should discuss this - google probably will find something as well. Good luck!

jason
 
Ok thanks guys, that substitution idea works pretty well actually.
VOP can sometimes be very difficult with certain non-homogeneous terms in these CE problems.