Message Boards Message Boards

1
|
4890 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Solve complex eigenvalue problem?

Posted 3 years ago

I need to find damped natural frequencies and mode shapes of a 2 DOF system in Mathematica. enter image description here

I am relatively new in Mathematica and I don't seem to find out how to solve this problem for natural frequencies ω and mode shape vectors x using Mathematica.

Thanks for your answers.

Alex

POSTED BY: Alex F
2 Replies
Posted 3 years ago

The equation should hold for arbitrary x, therefore the terms in the bracket has to be zero

sol= Flatten[Solve[(- \[Omega]^2 m + I \[Omega] c + k) == 0, \[Omega]]]

The solutions provides two expressions for omega which in general are a complex.

POSTED BY: Michael Helmle

I think you need a differential equation.

POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract