How to Solve a Second Order Differential Equation?

  • Thread starter Thread starter physiker99
  • Start date Start date
  • Tags Tags
    2nd order
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
physiker99
Messages
36
Reaction score
0
what's the method to solve a diff. equation as follows:

d^2(psi)/d(x^2) - (k^2)*(psi) = 0
 
Physics news on Phys.org
Notice that:

[tex]\frac{d^2 \psi}{dx^2}=k^2 \psi[/tex]

And the general solution is,

[tex]\psi(x) = Ae^{kx} + Be^{-kx}[/tex]

Since

[tex]\frac{d^2 \psi}{dx^2} = k^2(Ae^{kx} + Be^{-kx}) = k^2 \psi(x)[/tex]
 
thanks kreil. but how do you get a*e^kx and b*e^-kx?
 
When you have a linear differential equation with constant coefficients, like yours, you assume a solution of the form y=erx and substitute it into the equation. You'll get what's called a characteristic polynomial. Its roots are the values of r for which your assumed solution will satisfy the differential equation.