Question 5.1.2: Vector-Matrix Form of a Single-Mass Model Express the mass-s...
Vector-Matrix Form of a Single-Mass Model
Express the mass-spring-damper model (5.1.2) and (5.1.3) as a single vector-matrix equation. These equations are
m\ddot{x} + c\dot{x} + kx = f (5.1.1)
\dot{x}_{2} = \frac{1}{m} ( f − kx_{1} − cx_{2}) (5.1.3)
x_{2} = \frac{1}{m} f(t) − \frac{k}{m} x_{1} − \frac{c}{m} x_{2}
The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.
Learn more on how we answer questions.
The equations can be written as one equation as follows:
\begin{bmatrix} \dot{x}_{1} \\\dot{x}_{2} \end{bmatrix} = \begin{bmatrix} 0 & 1 \\ – \frac{k}{m} & – \frac{c}{m} \end{bmatrix} \begin{bmatrix} x_{1} \\ x_{2} \end{bmatrix} + \begin{bmatrix} 0 \\ \frac{1}{m} \end{bmatrix} f(t)In compact form this is
\dot{x} = Ax + B f (t)
Related Answered Questions
Question: 5.5.2
Verified Answer:
To construct the simulation, do the following step...
Question: 5.4.1
Verified Answer:
To construct the simulation, do the following step...
Question: 5.5.3
Verified Answer:
To simulate this model in Simulink, define a set o...
Question: 5.4.4
Verified Answer:
First select appropriate values for the matrices i...
Question: 5.2.2
Verified Answer:
We must first relate the initial conditions given ...
Question: 5.2.1
Verified Answer:
Because we want the transfer functions for ...
Question: 5.5.1
Verified Answer:
a. There are several ways to create the input func...
Question: 5.4.3
Verified Answer:
To construct the simulation, do the following step...
Question: 5.3.3
Verified Answer:
If we use the small angle approximation \si...