Jyotishka B. answered 12/29/13
Tutor
5
(11)
MIT Grad For K-12 Tutoring and Standardized Test Prep
This is a homogenous second order linear differential equation, and can be solved in a couple of ways, of which I will describe the first (most intuitive) way. Essentially, it is to make an educated "guess" at the answer, and to use this guess to arrive at the actual solution, as follows:
- "Guess" that the solution will be proportional to eλx for some constant λ (which is the case for this kind of equation). Substitute this for f(x), yielding
λ2eλx - λeλx - 2eλx = 0 - Factor out eλx, yielding
(λ2 - λ - 2)(eλx) = 0 - For any finite λ, eλx cannot equal zero, so it can be eliminated by dividing through by it.
λ2 - λ - 2 = 0 - Solving this gives us λ = 2 and λ = -1, which leads to the general solution for the differential equation.
f(x) = c1e2x + c2e-1x - Substitute with the given values for f'(0) and f(0).
2 = c1 + c2
-2 = 2c1 - c2 - Solving the system gives c1 = 0 and c2 = 2, which gives us the particular solution:
f(x) = 2e-x - So f(1) = 2e-1.
The second way is to use a Laplace Transform, which is actually less work, but has a little more conceptual overhead, so I won't go into describing it here. Hope this helps :)
Sun K.
12/29/13