Diff Eq problem, finding the small value and large value of k?

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Diff eq Value
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone I'm lost on how they want me to approach this:
Find the two values of k for which
y(x) = e^{kx}
is a solution of the differential equation
y'' - 16 y' + 60 y = 0.

smaller value =?
larger value = ?

I did the following:
y(x) = e^(kx);
y' = ke^(kx);
y'' = k^2e^(kx);

(k^2e^(kx)) - 16(ke^(kx)) + 60(e^(kx)) = 0;
is there a sysematic way to solve this problem rather then just trying to randomly guess numbers? i tried the randomly guessing k values and it isn't working out :bugeye:

Any help would be great!
thanks!
 
Physics news on Phys.org
so you have:
(k^2e^(kx)) - 16(ke^(kx)) + 60(e^(kx)) = 0
or slightly rewriten
(k^2 - 16k + 60) e^(kx) = 0
then since e^(kx) is never 0

k^2 - 16k + 60 = 0

I believe there might be some sort of systematic
way to figure out what k is. i seem to remember
some sort of an algebraic formula...
 
Thanks again qbert! worked out great! good old quadratic formula!
low = 6, high = 10.
 
qbert said:
I believe there might be some sort of systematic
way to figure out what k is. i seem to remember
some sort of an algebraic formula...

:smile: good one. Yeah, just solve for k. Once you take the derivatives and plug them in. the rest is just algebra.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top