DE with initial conditions with repeated rootsplease check work thanks

fufufu
Messages
14
Reaction score
0

Homework Statement


4y'' - 4y' + y = 0
y(1) = -4
y'(1) = 0


Homework Equations



getting the coeff's gets messier and messier.. am i doing something wrong?

The Attempt at a Solution



4y'' - 4y' + y = 0
y'' - y' - (1/4)y = 0

r_1 = r_2 = 1/2

general soln:
y(t) = c_1e^(t/2) + c_2te^(t/2)
y'(t) = (1/2)c_1e^(t/2) + [(e^(t/2) + (1/2)te^(t/2)]c_2

now applying init cond...

-4 = c_1e^(1/2) + c_2e^(1/2)
0 = (1/2)c_1e^(1/2) + [(e^(1/2) + (1/2)e^(1/2)]c_2

after trying to solve for c_2 I am ending up with c_1 = -4/e^(1/2) - (4/3)/e
but i stopped here because it looks completely wrong... please help any help is really appreciated ...thanks
 
Physics news on Phys.org
fufufu said:
y'' - y' - (1/4)y = 0

Should be y'' - y' + (1/4)y = 0.
 
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