Skip to main content

Introduction

  • Chapter
  • First Online:
Mechanical Vibrations

Abstract

The subject of mechanical vibrations deals with the oscillating response of elastic bodies to disturbances, such as an external force or other perturbation of the system from its equilibrium position. All bodies that possess mass and have finite stiffness are capable of vibrations. While some vibrations are desirable, such as the “silent ring” mode for cell phones, it is often the engineer’s objective to reduce or eliminate vibrations.

The last thing one discovers in composing a work is what to put first.

—Blaise Pascal

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 16.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 64.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book
USD 109.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    A plot of complex numbers as points in the complex plane is referred to as an Argand diagram [4]; we will use this description throughout the text.

  2. 2.

    MATLAB® and Simulink® are registered trademarks of The MathWorks, Inc.

  3. 3.

    “Harmonics” is used to indicate the terms in the Fourier series.

  4. 4.

    A Maclaurin series is a Taylor series expansion of a function evaluated about zero.

  5. 5.

    To give this frequency some frame of reference, middle C on the musical scale has a frequency of 261.63 Hz. The frequency for this example would therefore be well within the audible range if its amplitude was large enough.

References

  1. Kreyszig E (1983) Advanced engineering mathematics, 5th edn. Wiley, New York, NY

    MATH  Google Scholar 

  2. http://en.wikipedia.org/wiki/Tacoma_Narrows_Bridge_(1940)

  3. Schmitz T, Smith KS (2009) Machining dynamics: Frequency response to improved productivity. Springer, New York, NY

    Book  Google Scholar 

  4. Weisstein EW (2010) “Argand Diagram” from MathWorld—a Wolfram Web Resource. http://mathworld.wolfram.com/ArgandDiagram.html

  5. http://en.wikipedia.org/wiki/Gibbs_phenomenon

Download references

Author information

Authors and Affiliations

Authors

Exercises

Exercises

  1. 1.

    Answer the following questions.

    1. (a)

      All bodies which possess ___________ and ___________ are capable of vibrations.

    2. (b)

      Name the three fundamental categories of vibration.

    3. (c)

      How many degrees of freedom are necessary to fully describe the vibratory motion of an elastic body?

  2. 2.

    For the waveform shown in Fig. P1.2, answer the following questions.

    1. (a)

      Is this motion periodic?

    2. (b)

      If the motion is periodic, what is the period of the motion (in seconds)?

    3. (c)

      If the motion is periodic, what is the frequency of its motion (express your answer in both rad/s and Hz)?

  3. 3.

    To explore the Fourier series representation of signals, complete the following.

    1. (a)

      Approximate a square wave by plotting the following function in Matlab®. Begin a new m-file by selecting File/New/M-File.

      $$ x=\frac{4}{\pi}\mathit{\sin}\left(\omega t\right)+\frac{4}{3\pi}\mathit{\sin}\left(3\omega t\right)+\frac{4}{5\pi}\mathit{\sin}\left(5\omega t\right)+\frac{4}{7\pi}\mathit{\sin}\left(7\omega t\right) $$

      Use ω = 2π rad/s and plot your results from t = 0 to 5 s in steps of 0.001 s. You can define your time vector using the following statement.

      t = 0:0.001:5;

      Also, π can be defined in Matlab® using pi. Finally, the argument for sine (or any harmonic function) must be in rad/s in Matlab® (not degrees). For example, you can define the displacement using the following statement.

      x = 4/pi*sin(omega*t) + 4/(3*pi)*sin(3*omega*t) + 4/(5*pi)*sin(5*omega*t) + 4/(7*pi)*sin(7*omega*t);

      To plot the result, you can use the following statements.

      figure(1) plot(t, x) xlabel('t (s)') ylabel('x(t)')

    2. (b)

      What is the period (in seconds) of the waveform?

    3. (c)

      What is the frequency in Hz?

    4. (d)

      Replot the function using 50 terms (following the pattern of odd multiples of ω with the \( \frac{4}{n\pi} \) coefficients where n = 1, 3, 5, …). What is the effect of including additional terms?

  4. 4.

    If displacement can be described as x = 5 cos (ωt) mm, where ω = 6π rad/s, complete the following.

    1. (a)

      Plot the displacement over the time interval from t = 0 to 3 s in steps of 0.02 s. What is the period (in seconds) of the harmonic displacement?

    2. (b)

      Plot the velocity (in mm/s) over the same time interval.

    3. (c)

      Plot the acceleration (in mm/s2) over the same time interval.

    4. (d)

      Calculate the maximum velocity (i.e., calculate the time derivatives and find the maximum values) and acceleration and verify your results using your plots.

  5. 5.

    The complex exponential function, x = eiωt, can be used to describe harmonic motion (the function can be defined in Matlab® using x = exp(1i*omega*t);). Complete the following to explore this function.

    1. (a)

      Plot the real part of the function for ω = π rad/s over a time interval of t = 0–10 s using time steps of 0.05 s. Use the command plot(t, real(x)) to complete this task.

    2. (b)

      Plot the imaginary part of the function. Use the command plot(t, imag(x)).

    3. (c)

      Describe your results from parts (a) and (b) in terms of sine and cosine functions.

    4. (d)

      Sketch the Argand diagram for x at t = 0.25 s and show its projections on the real and imaginary axes. What is the numerical value of these projections? How do these results relate to parts (a) and (b)?

  6. 6.

    A harmonic motion has an amplitude of 0.2 cm and a period of 15 s.

    1. (a)

      Determine the maximum velocity (m/s) and maximum acceleration (m/s2) of the periodic motion.

    2. (b)

      Assume that the motion expresses the free vibration of an undamped single degree of freedom system and that the motion was initiated with an initial displacement and no initial velocity. Express the motion (in units of meters) in each of the following four forms.

      • Acos(ωnt + Φc)

      • Asin(ωnt + Φs)

      • Bcos(ωnt) + Csin(ωnt)

      • \( D{e}^{i\left({\omega}_nt\right)}+E{e}^{-i\left({\omega}_nt\right)} \)

  7. 7.

    Determine the sum of the two vectors \( {x}_1=6{e}^{i\frac{\pi }{6}} \) and \( {x}_2=-1{e}^{i\frac{\pi }{3}} \).

  8. 8.

    If the velocity at a particular point on a body is v(t) = 250 sin (100t), complete the following. \( v(t)=\frac{dx}{dt}=\omega Acos\left(\omega t\right) \)

    1. (a)

      Plot the velocity in the complex plane at t = 0.01 s.

    2. (b)

      Using the velocity equation, determine the corresponding expression for displacement.

  9. 9.

    In bungee jumping, a person leaps from a tall structure while attached to a long elastic cord. Would the resulting oscillation be best described as free, forced, or self-excited vibration?

  10. 10.

    The sine function can be represented as \( \mathit{\sin}\left(\theta \right)=\theta -\frac{\theta^3}{3!}+\frac{\theta^5}{5!}-\frac{\theta^7}{7!}+\frac{\theta^9}{9!}\cdots \). Plot the percent error between sin(θ) and:

    • θ (rad)

    • \( \theta -\frac{\theta^3}{3!} \) (rad)

    • \( \theta -\frac{\theta^3}{3!}+\frac{\theta^5}{5!} \) (rad)

    for a range of θ values from 0.001 rad to \( \frac{\pi }{2} \) rad in steps of 0.001 rad.

    Calculate the percent error using \( \left(\frac{\theta -\mathit{\sin}\left(\theta \right)}{\mathit{\sin}\left(\theta \right)}\right)\cdot 100 \) for the θ approximation, \( \left(\frac{\left(\theta -\frac{\theta^3}{3!}\right)-\mathit{\sin}\left(\theta \right)}{\mathit{\sin}\left(\theta \right)}\right)\cdot 100 \) for the \( \theta -\frac{\theta^3}{3!} \) approximation, and so on. How do these results relate to the small angle approximation?

Fig. P1.2
figure 20

Example waveform

Rights and permissions

Reprints and permissions

Copyright information

© 2021 Springer Nature Switzerland AG

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Schmitz, T.L., Smith, K.S. (2021). Introduction. In: Mechanical Vibrations. Springer, Cham. https://doi.org/10.1007/978-3-030-52344-2_1

Download citation

  • DOI: https://doi.org/10.1007/978-3-030-52344-2_1

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-030-52343-5

  • Online ISBN: 978-3-030-52344-2

  • eBook Packages: EngineeringEngineering (R0)

Publish with us

Policies and ethics