4
Translational Mechanical Systems Unit 2: Modeling in the Frequency Domain Part 5: Modeling Translational Mechanical Systems Engineering 5821: Control Systems I Faculty of Engineering & Applied Science Memorial University of Newfoundland January 20, 2010 ENGI 5821 Unit 2, Part 5: Modeling Mechanical Systems Translational Mechanical Systems 1 Translational Mechanical Systems Example: Via DE Example: Problem Stated in the Freq. Domain Linearly Independent Motions ENGI 5821 Unit 2, Part 5: Modeling Mechanical Systems Translational Mechanical Systems We will model mechanical systems using three components: Spring: A spring applies a force against compression/expansion Mass: A moving mass has inertia and resists changes in velocity Viscous Damper: Resists motion (pure energy loss) Analogies with electrical quantities: Force is analagous to voltage, velocity to current, and displacement to charge. Analogies with electrical components: Spring Capacitor, Mass Inductor, Viscous Damper Resistor

Unit 2: Modeling in the Frequency Domain Part 5: Modeling Translational Mechanical ... · 2010-01-26 · For mechanical systems we use superposition to analyze such systems. For each

  • Upload
    others

  • View
    8

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Unit 2: Modeling in the Frequency Domain Part 5: Modeling Translational Mechanical ... · 2010-01-26 · For mechanical systems we use superposition to analyze such systems. For each

Translational Mechanical Systems

Unit 2: Modeling in the Frequency DomainPart 5: Modeling Translational Mechanical

Systems

Engineering 5821:Control Systems I

Faculty of Engineering & Applied ScienceMemorial University of Newfoundland

January 20, 2010

ENGI 5821 Unit 2, Part 5: Modeling Mechanical Systems

Translational Mechanical Systems

1 Translational Mechanical Systems

Example: Via DE

Example: Problem Stated in the Freq. Domain

Linearly Independent Motions

ENGI 5821 Unit 2, Part 5: Modeling Mechanical Systems

Translational Mechanical Systems

We will model mechanical systems using three components:

Spring: A spring applies a force againstcompression/expansion

Mass: A moving mass has inertia and resists changes invelocity

Viscous Damper: Resists motion (pure energy loss)

Analogies with electrical quantities: Force is analagous to voltage, velocity to current,

and displacement to charge. Analogies with electrical components: Spring ≡Capacitor, Mass ≡ Inductor, Viscous Damper ≡ Resistor

Page 2: Unit 2: Modeling in the Frequency Domain Part 5: Modeling Translational Mechanical ... · 2010-01-26 · For mechanical systems we use superposition to analyze such systems. For each

Example: Via DEFind the transfer function X (s)/F (s) for the following system,

Assume the mass is travelling to the right, pulled by the force f (t).All other forces oppose this motion. Draw the free body diagram:

The sum of opposing forces must equal the sum of applied forces,

Md2x(t)

dt2+ fv

dx(t)

dt+ Kx(t) = f (t)

Translational Mechanical SystemsExample: Via DEExample: Problem Stated in the Freq. DomainLinearly Independent Motions

Md2x(t)

dt2+ fv

dx(t)

dt+ Kx(t) = f (t)

We can apply the Laplace transform, assuming zero initialconditions:

Ms2X (s) + fv sX (s) + KX (s) = F (s)

Solving for the transfer function X (s)/F (s),

(Ms2 + fv s + K )X (s) = F (s)

X (s)

F (s)=

1

Ms2 + fv s + K

Just as for electrical networks, we can state the original problem inthe frequency domain, as opposed to this two-step process. If wetreat the displacemnt X (s) as the input and F (s) as the output,we can define the impedances of these components (see table).

ENGI 5821 Unit 2, Part 5: Modeling Mechanical Systems

Example: Problem Stated in the Freq. DomainFind the transfer function X (s)/F (s) for the following system,

With the understanding that each component’s transfer function isits impedance ZM(s), the force from each component is,

F (s) = ZM(s)X (s)

We can draw the free-body diagram with forces in the freq.domain:

Summing these forces we arrive at the same result as before:

(Ms2 + fv s + K )X (s) = F (s)

Linearly Independent Motions

Often mechanical systems require more than one DE to describethem. The number of DE’s equals the number of linearlyindependent motions. If there are two parts of the system, eachof which can be moved while the other is held still, then there aretwo linearly indpenendent motions or two degrees of freedom.

This is the same as an electrical network with multiple meshes ornodes. The quantities governed by the separate DE’s are related.However, changing one does not effect the other in a purely linearway.

For mechanical systems we use superposition to analyze suchsystems. For each independently moving part:

Assume all other independently moving parts are held still

Draw the free-body diagram for the part, consisting of theforces due to its own motion

Sum the forces to generate the DE or Laplace equation

Page 3: Unit 2: Modeling in the Frequency Domain Part 5: Modeling Translational Mechanical ... · 2010-01-26 · For mechanical systems we use superposition to analyze such systems. For each

e.g. Find the transfer function X2(s)/F (s) for this system,

There are two independently moving parts. Consider the forces onM1 for the following two situations:

(a) Assume M2 is held still and M1 moves to the right

(b) Assume M1 is held still and M2 moves to the right

The sum of all these forces is shown in (c):

The sum of opposing forces should equal the applied force (c):[K1 + K2 + (fv1 + fv3)s + M1s

2]X1(s)− [K2 + fv3s] X2(s) = F (s)

We now consider the forces on M2:

[K2 + K3 + (fv2 + fv3)s + M2s

2]X2(s)− [K2 + fv3s] X1(s) = 0

Although complicated, we have purely a pair of linear equations tosolve. The transfer function is as follows,

X2(s)

F (s)=

fv3s + K2

where,

∆ =

˛̨̨̨˛̨hK1 + K2 + (fv1

+ fv3)s + M1s2

i−(fv3

s + K2)

−(fv3s + K2)

hK2 + K3 + (fv2

+ fv3)s + M2s2

i ˛̨̨̨˛̨

Translational Mechanical SystemsExample: Via DEExample: Problem Stated in the Freq. DomainLinearly Independent Motions

Here are the two equations for the previous example again,[K1 + K2 + (fv1 + fv3)s + M1s

2]X1(s)− [K2 + fv3s] X2(s) = F (s)[

K2 + K3 + (fv2 + fv3)s + M2s2]X2(s)− [K2 + fv3s] X1(s) = 0

Notice that they both adhere to the following pattern:(∑imped’s connected to Xi

)Xi (s)

−(∑

imped’s between Xi and Xj

)Xj(s)

=(∑

applied forces at Xi

)If there were more moving parts then there would be multiple Xj

entries.

ENGI 5821 Unit 2, Part 5: Modeling Mechanical Systems

Page 4: Unit 2: Modeling in the Frequency Domain Part 5: Modeling Translational Mechanical ... · 2010-01-26 · For mechanical systems we use superposition to analyze such systems. For each

e.g. Write the equations of motion for the following system byinspection:

The pattern is as follows,(∑imped’s connected to X1

)X1(s)

−(∑

imped’s between X1 and X2

)X2(s)

−(∑

imped’s between X1 and X3

)X3(s)

=(∑

applied forces at X1

)

Translational Mechanical SystemsExample: Via DEExample: Problem Stated in the Freq. DomainLinearly Independent Motions

[K1 + K2 + sfv1 + sfv3 + M1s

2]X1(s)− [K2] X2(s)− [sfv3 ] X3(s) = 0

− [K2] X1(s)+[K2 + sfv2 + sfv4 + M2s

2]X2(s)− [sfv4 ] X3(s) = F (s)

− [sfv3 ] X1(s)− [sfv4 ] X2(s) +[sfv3 + sfv4 + M3s

2]X3(s) = 0

ENGI 5821 Unit 2, Part 5: Modeling Mechanical Systems