Skip to main content

Introduction

  • Chapter
  • First Online:

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.

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

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   54.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   69.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

Learn about institutional subscriptions

Notes

  1. 1.

    Both of these “desirable” vibrations are a product of the same phenomenon. See Sect. 3.5.

  2. 2.

    A plot of complex numbers as points in the complex plane is referred to as an Argand diagram (Weisstein 2010); we will use this description throughout the text.

  3. 3.

    MATLAB® and Simulink® are registered trademarks of The MathWorks, Inc. For MATLAB® and Simulink® product information, please contact: The MathWorks, Inc., 3 Apple Hill Drive, Natick, MA, 01760–2098 USA, Tel: (508) 647–7000, Fax: (508) 647–7001, E-mail: info@mathworks.com, Web: www.mathworks.com.

  4. 4.

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

  5. 5.

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

  6. 6.

    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

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Tony L. Schmitz .

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 below, 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)?

    Fig. P1.2
    figure 1_1

    Example waveform

  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.

      \(\hskip 22pt x = \displaystyle\frac{4}{\pi }\sin \left( {\omega t} \right) + \frac{4}{{3\pi }}\sin \left( {3\omega t} \right) + \frac{4}{{5\pi }}\sin \left( {5\omega t} \right) + \frac{4}{{7\pi }}\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:

      figure 2_1

      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:

      figure 3_1

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

      figure 4_1
    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 \left( {\omega t} \right) \) 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 = {e^{{i\omega 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 to 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:

      • \( A\cos \left( {{\omega_n}t + {\Phi_c}} \right) \)

      • \( A\sin \left( {{\omega_n}t + {\Phi_s}} \right) \)

      • \( B\cos \left( {{\omega_n}t} \right) + C\sin \left( {{\omega_n}t} \right) \)

      • \( D{e^{{i\left( {{\omega_n}t} \right)}}} + E{e^{{ - i\left( {{\omega_n}t} \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 \left( {100t} \right) \), complete the following.

    1. (a)

      Plot the velocity in the complex plane at \( t = 0.1 \) 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 \( \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 \left( \theta \right) \) and:

    • \( \theta \,\left( {\hbox{rad}} \right) \)

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

    • \( \theta - \frac{{{\theta^3}}}{{3!}} + \frac{{{\theta^5}}}{{5!}}\,\left( {\hbox{rad}} \right) \)

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

      Calculate the percent error using \( \left( {\frac{{\theta - \sin \left( \theta \right)}}{{\sin \left( \theta \right)}}} \right)\! \cdot 100 \) for the \( \theta \) approximation, \( \left( {\frac{{\left( {\theta - \frac{{{\theta^3}}}{{3!}}} \right) - \sin \left( \theta \right)}}{{\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?

Rights and permissions

Reprints and permissions

Copyright information

© 2012 Springer Science+Business Media, LLC

About this chapter

Cite this chapter

Schmitz, T.L., Smith, K.S. (2012). Introduction. In: Mechanical Vibrations. Springer, Boston, MA. https://doi.org/10.1007/978-1-4614-0460-6_1

Download citation

  • DOI: https://doi.org/10.1007/978-1-4614-0460-6_1

  • Published:

  • Publisher Name: Springer, Boston, MA

  • Print ISBN: 978-1-4614-0459-0

  • Online ISBN: 978-1-4614-0460-6

  • eBook Packages: EngineeringEngineering (R0)

Publish with us

Policies and ethics