Stability Analysis of Newmark's Method for Non-Singular Linear Systems

  • Thread starter Thread starter traianus
  • Start date Start date
  • Tags Tags
    Method
Click For Summary

Discussion Overview

The discussion focuses on the stability analysis of Newmark's method when applied to non-singular linear systems described by second order differential equations. Participants explore the conditions under which stability can be achieved, particularly in the context of structural dynamics and interactions with aerodynamic forces.

Discussion Character

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

Main Points Raised

  • One participant describes Newmark's method as applicable to a generic second order system with non-singular matrices, questioning the conditions for stability in this context.
  • Another participant suggests that stability can be maintained even when the mass matrix is not positive definite, provided certain conditions regarding the eigenvalues and damping are met.
  • Concerns are raised about the stability of systems with negative damping, where an example is provided illustrating potential instability leading to exponential growth in displacements.
  • A participant mentions the complexity of their specific structural system, which interacts with aerodynamics, leading to variable stability depending on geometric factors.
  • One participant requests references for the application of Newmark's method to general second order problems with stability assurances.
  • A later reply indicates that the participant is experiencing increasing displacements in their implementation of Newmark's method, seeking further references or insights into potential issues.

Areas of Agreement / Disagreement

Participants express differing views on the stability of Newmark's method in general second order problems, with some arguing that stability is not guaranteed in all cases, while others suggest that it can work under specific conditions. The discussion remains unresolved regarding the general applicability of Newmark's method to all non-singular systems.

Contextual Notes

Participants note that the stability of the system may depend on the properties of the matrices involved, such as symmetry and eigenvalue characteristics, which are not fully explored in the discussion.

Who May Find This Useful

This discussion may be useful for researchers and practitioners working on numerical methods in structural dynamics, particularly those interested in the stability of integration methods for second order differential equations.

traianus
Messages
80
Reaction score
0
Newmark's method deals with second order differential equation in the time domain.
The equation is of the type

M*xddot + C*xdot + K*x = F(t) (1)

Now suppose to have a GENERIC system:

A*xddot + B*xdot + D*x = G(t) (2)

where A,B,C are nonsingular matrices. A is NOT necessarily positive definite as the mass matrix in equation (1). If I apply Newmark's method in equation (2), would I have stability? What are the conditions to have stability in equation (2)? Do you know good references? I applied equation (2) to my case with success, but I like to know what is the mathematics behind it. Thank you
 
Engineering news on Phys.org
Yes, it is well behaved in some cases when M is not positive definite.

There are lots of ways to formulate the Newmark method but one way (assuming beta = 1/2 and gamma = 1/4) involves solving the equations

(M + Ch/2 + Kh^2/4)x_{n+1} = something complicated (and not relevant to the issue).

at each time step.

One way to consider stability is to think how the eigenvalues and vectors of the left hand side matrix relate to the the eigenpairs of M, K, and C. For example, if K is positive definite and M is positive semidefinite (i.e. some degrees of freedom have no mass) and C represents Rayleigh damping (C = aK + bM) then the equation system will be positive definite, and this case works fine in practice.

To think about stability for a nonlinear problem, you need to consider M C and K as the linearised (small perturbations, "tangent stiffness", whatever terminology you prefer) matrices at the current state of the system. Dumping all the nonlinearities into the right hand side doesn't make stability problems go away!

For example if the structure buckles, and K is non-positive-definite, that can cause problems for large values of h, if Kh^2/4 dominates M in the equation above.

One formal approach to stability analysis is to do an eigensolution of the LHS matrix, then transform the problem into the modal coordinates so you have N uncoupled scalar equations rather than an NxN matrix equation. However physical insight into what the matrices mean is often quicker than flogging through the maths.

My "bedtime background reading" on this type of problem is T J R Hughes, "The Finite Element Method: Linear statics and dynamic FE Analysis", Prentice-Hall, 1987. Of course there may good modern texts as well - but I'm still learning from re-reading that one occasionally!
 
Last edited:
Thank you! Do you have a reference paper in which it is stated that Newmark can be applied (with stability!) on a general second order problem?
 
A general second order problem isn't always stable anyway, so if Newmark gave always gave stable answers it would be wrong!

As a trivial example, take a 1-dof problem with A = D = 1 and B < 0 in your equation. In other words a mass on a spring, with "negative damping". Give it any non-zero initial conditions you like, apply no external force, and it will go exponentially to infinity (which it should do).

Most likely the physics of your problem puts some constraints on what form the matrices can have (constraints like the matrices must be symmetric, no negative eigenvalues, etc) and what forms the solutions can have (e.g. is the system's energy conserved or it is dissipated). You need to use all the information you have to draw useful conclusions.
 
My problem is a bit more complex . I have a structural system which interacts with the aerodynamics. Then, each structural matrix is "contaminated" by an aerodynamic matrix. Sometimes there can be a stable system and sometimes there can be un unstable system, depending on the geometry. But Your aswer is enough for me: if I have a physically stable system, Newmark's method works just fine.
 
Hi,
I know this thread goes a while back but I'm trying to write a code for a linear system of spring elements using the Newmark's method of integration. The system is undamped and forced and the mass and stiffness matrices are non-singular . I was wondering if you found a good reference in the end?
I've written a code but my displacements keep increasing with time.
Thanks!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
1K
  • · Replies 15 ·
Replies
15
Views
15K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K