Neha Patil (Editor)

Newmark beta method

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Newmark-beta method is a method of numerical integration used to solve differential equations. It is widely used in numerical evaluation of the dynamic response of structures and solids such as in finite element analysis to model dynamic systems. The method is named after Nathan M. Newmark, former Professor of Civil Engineering at the University of Illinois, who developed it in 1959 for use in structural dynamics.

Using the extended mean value theorem, the Newmark-β method states that the first time derivative (velocity in the equation of motion) can be solved as,

u ˙ n + 1 = u ˙ n + Δ t   u ¨ γ

where

u ¨ γ = ( 1 γ ) u ¨ n + γ u ¨ n + 1         0 γ 1

therefore

u ˙ n + 1 = u ˙ n + ( 1 γ ) Δ t   u ¨ n + γ Δ t   u ¨ n + 1 .

Because acceleration also varies with time, however, the extended mean value theorem must also be extended to the second time derivative to obtain the correct displacement. Thus,

u n + 1 = u n + Δ t   u ˙ n + 1 2 Δ t 2   u ¨ β

where again

u ¨ β = ( 1 2 β ) u ¨ n + 2 β u ¨ n + 1         0 2 β 1

Newmark showed that a reasonable value of γ is 0.5, therefore the update rules are,

u ˙ n + 1 = u ˙ n + Δ t 2   ( u ¨ n + u ¨ n + 1 ) u n + 1 = u n + Δ t   u ˙ n + 1 2 β 2 Δ t 2 u ¨ n + β Δ t 2 u ¨ n + 1

Setting β to various values between 0 and 0.5 can give a wide range of results. Typically β = 1/4, which yields the constant average acceleration method, is used.

References

Newmark-beta method Wikipedia