Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Consider a linear array of \(n\) masses, each equal to \(m,\) connected by \(n+1\) springs, all massless and having spring constant \(k\), with the outer ends of the first and last springs fixed. The masses can move without friction in the linear dimension of the array. a) Write the equations of motion for the masses. b) Configurations of motion for which all parts of a system oscillate with the same angular frequency are called normal modes of the system; the corresponding angular frequencies are the system's normal-mode angular frequencies. Find the normal-mode angular frequencies of this array.

Short Answer

Expert verified
a) The equations of motion for the linear array of masses can be written as: For mass 1: $$m\ddot{x}_1 = k(x_1-x_2) - kx_1$$ For mass 2: $$m\ddot{x}_2 = k(x_2 - x_1) - k(x_2-x_3)$$ For mass i: $$m\ddot{x}_i = k(x_i - x_{i-1}) - k(x_i - x_{i+1})$$ For mass n: $$m\ddot{x}_n = k(x_n-x_{n-1})-kx_n$$ b) The normal-mode angular frequencies for the linear array of masses connected by springs are given by: $$\omega = \sqrt{\frac{k}{m}} \sqrt{1-\cos\frac{(2j-1)\pi}{2(n+1)}}$$ Where \(j = 1, 2, \dots, n\).

Step by step solution

01

Derive the equations of motion for the masses

Let us consider the displacement of each mass along the linear dimension as \(x_1, x_2, \dots, x_n\). Now, we can find the net force acting on each mass using Hooke's law and Newton's second law: For mass \(1\): $$F_1 = k(x_1-x_2) - kx_1 = m\ddot{x}_1$$ For mass \(2\): $$F_2 = k(x_2 - x_1) - k(x_2-x_3) = m\ddot{x}_2$$ Similarly, for mass \(i\): $$F_i = k(x_i - x_{i-1}) - k(x_i - x_{i+1}) = m\ddot{x}_i$$ For mass \(n\): $$F_n = k(x_n-x_{n-1})-kx_n = m\ddot{x}_n$$
02

Write the equations of motion in matrix form

We can represent the above equations of motion in the matrix form: $$ \begin{bmatrix} k & -k & 0 & \dots & 0 \\ -k & 2k & -k & \dots & 0 \\ 0 & -k & 2k & \dots & 0 \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & 0 & \dots & k \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \\ x_3 \\ \vdots \\ x_n \\ \end{bmatrix} = m \begin{bmatrix} \ddot{x}_1 \\ \ddot{x}_2 \\ \ddot{x}_3 \\ \vdots \\ \ddot{x}_n \\ \end{bmatrix} $$
03

Find the normal modes

In order to find the normal modes of oscillation, we assume a trial solution of the following form: $$x_i(t) = A_i \cos(\omega t + \phi_i)$$ Substitute the trial solution into the matrix equation derived above. This will give us: $$ \begin{bmatrix} k & -k & 0 & \dots & 0 \\ -k & 2k & -k & \dots & 0 \\ 0 & -k & 2k & \dots & 0 \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & 0 & \dots & k \end{bmatrix} \begin{bmatrix} A_1 \\ A_2 \\ A_3 \\ \vdots \\ A_n \end{bmatrix} = m\omega^2 \begin{bmatrix} A_1 \\ A_2 \\ A_3 \\ \vdots \\ A_n \end{bmatrix} $$
04

Find normal-mode angular frequencies

To find the normal-mode angular frequencies, we need to find the eigenvalues of the mass-spring matrix: $$ \begin{bmatrix} (k-m\omega^2) & -k & 0 & \dots & 0 \\ -k & (2k-m\omega^2) & -k & \dots & 0 \\ 0 & -k & (2k-m\omega^2) & \dots & 0 \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & 0 & \dots & (k-m\omega^2) \end{bmatrix} \begin{bmatrix} A_1 \\ A_2 \\ A_3 \\ \vdots \\ A_n \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \\ 0 \\ \vdots \\ 0 \\ \end{bmatrix} $$ We now have to solve this eigenvalue problem. The eigenvalues will give us the normal-mode angular frequencies: $$\omega = \sqrt{\frac{k}{m}} \sqrt{1-\cos\frac{(2j-1)\pi}{2(n+1)}}$$ Where \(j = 1, 2, \dots, n\). These are the normal-mode angular frequencies for the linear array of masses connected by springs.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Equations of Motion
Understanding the equations of motion is crucial for analyzing systems in classical mechanics. These equations describe how the position of an object changes in time due to the forces acting upon it. In our exercise, we consider a linear array of masses connected by springs, obeying Newton's second law: the acceleration of an object is proportional to the net force acting on it and inversely proportional to its mass.

To derive the equations of motion for each mass, we look at the forces applied by the neighboring masses through the connecting springs. Each spring force is determined by Hooke's law, where the force is proportional to the displacement from the equilibrium position with a proportionality constant known as the spring constant. By writing out these forces for each mass and assuming that the ends of the array are fixed, we end up with a set of second-order differential equations. These equations can be conveniently expressed in matrix form, facilitating the use of linear algebra to solve for the system's behavior.
Hooke's Law
At the heart of our problem lies Hooke's law, a principle stating that the force exerted by a spring is directly proportional to the amount it is stretched or compressed from its relaxed position. Mathematically, Hooke's law is expressed as \( F = -kx \), where \( F \) is the force exerted by the spring, \( k \) is the spring constant, and \( x \) is the displacement. This linear relationship is fundamental to understanding oscillatory motion, as it provides a predictive basis for the force present at any given displacement within the elastic limit of the spring.

In the given exercise, Hooke's law is used to calculate the forces exerted on each mass by the springs. This allows us to find the net force acting on each mass, which in turn is used to establish the equations of motion for the masses.
Eigenvalue Problem
An eigenvalue problem is a type of mathematical problem that arises in many fields of science and engineering. In the context of our exercise, it is related to determining the normal-mode angular frequencies of an oscillatory system. When we represent the system of masses and springs in matrix form and substitute a trial solution for the motion of the masses, we transform our problem into seeking values of angular frequency \( \omega \) that satisfy the characteristic equation.

This leads us to a classic eigenvalue problem, where we are looking for eigenvalues of the matrix that relates to the spring constants and mass. Solving this problem yields values for \( \omega \), which correspond to the natural frequencies at which the system tends to oscillate without external forces. These are the normal-mode angular frequencies.
Oscillatory Motion
Oscillatory motion is a type of repetitive movement back and forth about an equilibrium position, the central point of the motion. This is exhibited by systems like our mass-spring array when they're displaced from equilibrium. An important feature of such systems is that they can experience normal-mode oscillations, where all parts oscillate with the same frequency and in a fixed pattern. These modes are particularly simple forms of motion that the system can undergo.

To find the normal-mode angular frequencies for our array of masses, we seek solutions to the equations of motion where all masses move in sync. We achieve this by predicting a form for the motion, substituting it into our matrix equations, and then solving the resulting eigenvalue problem. The resulting frequencies from this calculation denote the specific frequencies at which our system prefers to vibrate and are a key concept in understanding the behavior of such oscillatory systems.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

The middle-C key (key 52 ) on a piano corresponds to a fundamental frequency of about \(262 \mathrm{~Hz},\) and the sopranoC key (key 64) corresponds to a fundamental frequency of \(1046.5 \mathrm{~Hz}\). If the strings used for both keys are identical in density and length, determine the ratio of the tensions in the two strings.

A string with linear mass density \(\mu=0.0250 \mathrm{~kg} / \mathrm{m}\) under a tension of \(T=250 . \mathrm{N}\) is oriented in the \(x\) -direction. Two transverse waves of equal amplitude and with a phase angle of zero (at \(t=0\) ) but with different frequencies \((\omega=3000\). rad/s and \(\omega / 3=1000 . \mathrm{rad} / \mathrm{s}\) ) are created in the string by an oscillator located at \(x=0 .\) The resulting waves, which travel in the positive \(x\) -direction, are reflected at a distant point, so there is a similar pair of waves traveling in the negative \(x\) -direction. Find the values of \(x\) at which the first two nodes in the standing wave are produced by these four waves.

The different colors of light we perceive are a result of the varying frequencies (and wavelengths) of the electromagnetic radiation. Infrared radiation has lower frequencies than does visible light, and ultraviolet radiation has higher frequencies than visible light does. The primary colors are red (R), yellow (Y), and blue (B). Order these colors by their wavelength, shortest to longest. a) \(\mathrm{B}, \mathrm{Y}, \mathrm{R}\) b) \(B, R, Y\) c) \(\mathrm{R}, \mathrm{Y}, \mathrm{B}\) d) \(R, B, Y\)

Write the equation for a sinusoidal wave propagating in the negative \(x\) -direction with a speed of \(120 . \mathrm{m} / \mathrm{s}\), if a particle in the medium in which the wave is moving is observed to swing back and forth through a \(6.00-\mathrm{cm}\) range in \(4.00 \mathrm{~s}\). Assume that \(t=0\) is taken to be the instant when the particle is at \(y=0\) and that the particle moves in the positive \(y\) -direction immediately after \(t=0\).

A string with a mass of \(30.0 \mathrm{~g}\) and a length of \(2.00 \mathrm{~m}\) is stretched under a tension of \(70.0 \mathrm{~N}\). How much power must be supplied to the string to generate a traveling wave that has a frequency of \(50.0 \mathrm{~Hz}\) and an amplitude of \(4.00 \mathrm{~cm} ?\)

See all solutions

Recommended explanations on Physics Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free