D'Alembert's Reduction of Order Method

  • Thread starter Thread starter _N3WTON_
  • Start date Start date
  • Tags Tags
    Method Reduction
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 · 3K views
_N3WTON_
Messages
350
Reaction score
3

Homework Statement


Use the reduction of order metho to find a second linearly independent solution. What is the general solution of the differential equation?
[itex]y'' - y = 0[/itex]
[itex]y_1(x) = e^x[/itex]

Homework Equations


Reduction of order formula

The Attempt at a Solution


First, I set:
[itex]y = ve^x[/itex]
[itex]y' = ve^x + e^{x}v'[/itex]
[itex]y'' = ve^x + 2e^{x}v' + e^{x}v''[/itex]
[itex](ve^x + 2e^{x}v' + e^{x}v'') - (ve^x) = 0[/itex]
[itex]2e^{x}v' + e^{x}v'' = 0[/itex]
[itex]e^{x}v'' + 2e^{x}v' = 0[/itex]
[itex]v'' + e^{x}v' = 0[/itex]
Then I made a substitution:
[itex]w = v'[/itex]
So the equation becomes:
[itex]w' + e^{x}w = 0[/itex]
At this point, I tried to find an integration factor. However, the integrating factor I obtained is a bit unusual, which leads me to believe that I have made a mistake somewhere. This is the integrating factor I obtained:
[itex]p(x) = e^x[/itex]
[itex]u(x) = e^{\int e^x} = e^{e^x}[/itex]
At this point, due to the odd integrating factor, I am not sure what I have done wrong or how to continue the problem.
 
Physics news on Phys.org
vela said:
I hope this mistake was a total brainfart. If not, you really need to get a handle on basic algebra. It'll make learning this stuff a lot easier when you're not wasting time tracking down avoidable errors like this one.
It totally was, I promise my algebra is not that bad :p ...anyway thanks you both for the help