Symmetric matrices and Newton's third law

Click For Summary

Discussion Overview

The discussion revolves around the relationship between symmetric matrices and Newton's Third Law in the context of coupled oscillations. Participants explore how the symmetry of the stiffness matrix relates to the physical principles governing the system's behavior, particularly in terms of work done and energy conservation.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions how Newton's Third Law leads to the symmetry of the stiffness matrix in the context of coupled oscillations.
  • Another participant requests clarification on the physical setup and the definitions of variables involved, noting a potential inconsistency with the mass notation.
  • A participant argues that the symmetry of the stiffness matrix is not immediately obvious and discusses the implications of a non-symmetric matrix on work done in a system.
  • One participant provides a specific example of calculating work done along different paths in a system, suggesting that symmetry in the matrix leads to consistent work results.
  • Another participant expresses confusion about the application of work done when forces are not constant and suggests using integration to resolve this issue.
  • A later reply elaborates on the integration approach to calculating work done, reinforcing the argument for the symmetry of the stiffness matrix through the work-energy relationship.

Areas of Agreement / Disagreement

Participants express differing views on the relationship between the symmetry of the stiffness matrix and Newton's Third Law. There is no consensus on how to demonstrate this relationship, and some participants challenge the clarity of the examples provided.

Contextual Notes

There are unresolved issues regarding the definitions and roles of the variables in the equations presented, as well as the implications of non-constant forces in the context of work done.

TomServo
Messages
281
Reaction score
9
So, I was studying coupled oscillations and came across a statement that I couldn't figure out. It was that a particular matrix was symmetrical by Newton's Third Law. I know what Newton's Third Law is, I know what symmetric matrix is.

But, for example, a matrix like this:

-2k/m k/m


k/m -2k/m

Being multiplied times a vector like <x1,x2> to produce the acceleration vector <x1'',x2''>. It comes from the equations

x1''=(-2k/m)x1+(k/m)x2
x2''=(k/m2)x1+(-2k/m)x2

I'm trying to see how Newton's third law makes the matrix symmetrical. I mean, I can see why each mass's equation of acceleration takes the same form, because the choice of x1 being x1 and x2 being x2 is arbitrary. Can somebody explain how the force-pair law means that this matrix will be symmetrical?
 
Science news on Phys.org
Please describe the physical set up and the meanings of x1, x2, k, m in the context.
Btw, you have an m2 at one point. Should that be m, or should all the other m's be qualified as m1, m2?
 
It's certainly not "obvious" how the symmetry of the stiffness relates to the third law.

If the stiffness matrix is not symmetric, the amount of work done moving between two points in space depends on the path you take when you move. In other words, if the stiffness matrix is not symmetric it is possible to do work (or extract work) from the system by moving around a closed path.

You can demonstrate this with a 2 DOF system (but the details are fairly tedious, so you will have to work those out for yourself!)

Suppose the stiffness is
$$\begin{bmatrix} k_{11} & k_{12} \\ k_{21} &k_{22} \end{bmatrix}$$
and you move from (0, 0) to (1, 1) by two different paths:
1. Along the straight line from (0, 0) to (1, 0) and then along the straight line to (1, 1).
2. From (0,0) to (0, 1) and then to (1, 1).

Using "work = force x distance" you find the work done in one case is ##k_{11}/2 + k_{12} + k_{22}/2## and in the other case is ##k_{11}/2 + k_{21} + k_{22}/2##. If these are the same, then ##k_{12} = k_{21}##.

A similar argument works for the mass matrix, using kinetic energy.

In fact there are situations where the stiffness matrix is NOT symmetric, because there is an external source of energy and you CAN make the system do work by moving around a closed path, without creating a perpetual motion machine. But you don't need to worry about that in a first course on dynamics!
 
Last edited:
Sorry, I should have said that the system is the following, in order from left to right (arbitrary, I know):

<wall><spring of constant k><mass m><spring of constant k><mass m><spring of constant k><wall>

AlephZero, I tried following your example but I couldn't get the result you were getting. How can you use Fd=W when the force isn't constant? I tried using 1/2<x|K|x> but only got 1/2k11+1/2k22 for both. I couldn't get the middle terms.
 
TomServo said:
How can you use Fd=W when the force isn't constant?

Use integration. Work done = ##\int_{x_1}^{x_2} F(x)\,dx##. Since the k's are constant, this is the same as Work done = (average force) x distance.

Along the line from (0,0) to (1,0), the first force component goes from 0 to ##k_{11}## so the work done is ##[(0 + k_{11})/2]\times (1-0) = k_{11}/2##. The displacement in the second component direction doesn't change, so the second force component does no work.

Along the line from (1,0) to (1,1) the first force component does no work. The second force component goes from ##k_{21}## to ##k_{21}+k_{22}##, so the work done is ##[(k_{21} + (k_{21} + k_{22}))/2] \times (1-0) = k_{21} + k_{22}/2##.

Of course the standard ##x^TKx/2## formula for the work done moving from (0,0) to (1,1) gives ##(k_{11} + k_{12} + k_{21} + k_{22})/2##, and because K is symmetric ##(k_{12} + k_{21})/2 = k_{12} = k_{21}##.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
7K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K