2nd order linear differential equation (homogeneous)

jumbogala
Messages
414
Reaction score
4

Homework Statement


Solve 354y`` −692y` + 235y =0

y(0) = 7
y`(0) = 4

Homework Equations


The Attempt at a Solution


First I divided the equation by 354 to get y`` - 1.56y` + 0.894y = 0.

Then I found the roots of this to be 0.94, repeated twice.

For repeated roots the solution looks like y= C1e0.94t + C2te0.94t

Using the initial conditions, solve. You find that C1 = 7.

y` = 0.94C1e0.94t + 0.94C2te0.94t + C2e0.94t. Plugging in t = 0 we find that C2 = -2.61.

Therefore y = y= 7e0.94t -2.61te0.94t

But this isn't the correct answer. Where did I go wrong?
 
Last edited:
Physics news on Phys.org
You've rounded off incorrectly. -612/324 is 1.89 to two places, not 1.88. But I would be inclined to leave it as a fraction: 17/9. Are you allowed to do that?
 
Apart from the fact that you rounded nearly every single number, why isn't the solution correct?
Because I got the same (up to rounding errors).
 
Okay, I used fractions in my answer and that worked. Next time I'll be careful not to round carelessly... thanks!
 
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