Second order linear differential equations

CloudKel
Messages
2
Reaction score
0

Homework Statement


a) ẍ + 5ẋ + 4x = 0
x(0) = 0, ẋ(0)=1
What type of damping?

b) ẍ + x = cos(t)
x(0) = 0, ẋ(0)= 1
What type of motion?

The Attempt at a Solution


a) Let x = R Eᴿᵀ

R = -4
R = -1

x(t) = CE**-4T + DE**-t

C + D = 0
-4C - D = 1

C = 1/5
D = 1/5

And it is over damping

I think this is the right answer for a) but i have no idea how to do b)
 
Physics news on Phys.org
CloudKel said:

Homework Statement


a) ẍ + 5ẋ + 4x = 0
x(0) = 0, ẋ(0)=1
What type of damping?

b) ẍ + x = cos(t)
x(0) = 0, ẋ(0)= 1
What type of motion?

The Attempt at a Solution


a) Let x = R Eᴿᵀ

R = -4
R = -1

x(t) = CE**-4T + DE**-t

C + D = 0
-4C - D = 1

C = 1/5
D = 1/5

And it is over damping

I think this is the right answer for a) but i have no idea how to do b)

a is correct, didn't check your values though.

You need to solve b) in the same way.

Set the LHS to zero and solve for xh

and your steady-state solution would be the PI for the right side.
 
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