
The Duffing equation (or Duffing oscillator), named after
Georg Duffing
Georg Wilhelm Christian Caspar Duffing (born April 11, 1861 in Waldshut; died April 5, 1944 in Schwedt/Oder) was a German engineer and inventor. In 1918, he described vibrations and their resonances mathematically, as the Duffing equation. Georg ...
(1861–1944), is a
non-linear
In mathematics and science, a nonlinear system is a system in which the change of the output is not proportional to the change of the input. Nonlinear problems are of interest to engineers, biologists, physicists, mathematicians, and many other ...
second-order
differential equation
In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, a ...
used to model certain
damped and driven oscillators. The equation is given by
:
where the (unknown) function
is the displacement at time
is the first
derivative
In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. ...
of
with respect to time, i.e.
velocity
Velocity is the directional speed of an object in motion as an indication of its rate of change in position as observed from a particular frame of reference and as measured by a particular standard of time (e.g. northbound). Velocity i ...
, and
is the second time-derivative of
i.e.
acceleration
In mechanics, acceleration is the rate of change of the velocity of an object with respect to time. Accelerations are vector quantities (in that they have magnitude and direction). The orientation of an object's acceleration is given by ...
. The numbers
and
are given constants.
The equation describes the motion of a damped oscillator with a more complex
potential
Potential generally refers to a currently unrealized ability. The term is used in a wide variety of fields, from physics to the social sciences to indicate things that are in a state where they are able to change in ways ranging from the simple r ...
than in
simple harmonic motion
In mechanics and physics, simple harmonic motion (sometimes abbreviated ) is a special type of periodic motion of a body resulting from a dynamic equilibrium between an inertial force, proportional to the acceleration of the body away from the ...
(which corresponds to the case
); in physical terms, it models, for example, an
elastic pendulum whose spring's
stiffness
Stiffness is the extent to which an object resists deformation in response to an applied force.
The complementary concept is flexibility or pliability: the more flexible an object is, the less stiff it is.
Calculations
The stiffness, k, of a b ...
does not exactly obey
Hooke's law
In physics, Hooke's law is an empirical law which states that the force () needed to extend or compress a spring by some distance () scales linearly with respect to that distance—that is, where is a constant factor characteristic of ...
.
The Duffing equation is an example of a dynamical system that exhibits
chaotic behavior. Moreover, the Duffing system presents in the
frequency response
In signal processing and electronics, the frequency response of a system is the quantitative measure of the magnitude and phase of the output as a function of input frequency. The frequency response is widely used in the design and analysis of s ...
the jump resonance phenomenon that is a sort of frequency
hysteresis
Hysteresis is the dependence of the state of a system on its history. For example, a magnet may have more than one possible magnetic moment in a given magnetic field, depending on how the field changed in the past. Plots of a single component of ...
behaviour.
Parameters
The parameters in the above equation are:
*
controls the amount of
damping
Damping is an influence within or upon an oscillatory system that has the effect of reducing or preventing its oscillation. In physical systems, damping is produced by processes that dissipate the energy stored in the oscillation. Examples in ...
,
*
controls the linear
stiffness
Stiffness is the extent to which an object resists deformation in response to an applied force.
The complementary concept is flexibility or pliability: the more flexible an object is, the less stiff it is.
Calculations
The stiffness, k, of a b ...
,
*
controls the amount of non-linearity in the restoring force; if
the Duffing equation describes a damped and driven simple
harmonic oscillator
In classical mechanics, a harmonic oscillator is a system that, when displaced from its Mechanical equilibrium, equilibrium position, experiences a restoring force ''F'' Proportionality (mathematics), proportional to the displacement ''x'':
\v ...
,
*
is the
amplitude
The amplitude of a periodic variable is a measure of its change in a single period (such as time or spatial period). The amplitude of a non-periodic signal is its magnitude compared with a reference value. There are various definitions of a ...
of the periodic driving force; if
the system is without a driving force, and
*
is the
angular frequency
In physics, angular frequency "''ω''" (also referred to by the terms angular speed, circular frequency, orbital frequency, radian frequency, and pulsatance) is a scalar measure of rotation rate. It refers to the angular displacement per unit ti ...
of the periodic driving force.
The Duffing equation can be seen as describing the oscillations of a mass attached to a nonlinear
spring
Spring(s) may refer to:
Common uses
* Spring (season), a season of the year
* Spring (device), a mechanical device that stores energy
* Spring (hydrology), a natural source of water
* Spring (mathematics), a geometric surface in the shape of a h ...
and a linear damper. The restoring force provided by the nonlinear spring is then
When
and
the spring is called a ''hardening spring''. Conversely, for
it is a ''softening spring'' (still with
). Consequently, the adjectives ''hardening'' and ''softening'' are used with respect to the Duffing equation in general, dependent on the values of
(and
).
The number of parameters in the Duffing equation can be reduced by two through scaling (in accord with the
Buckingham π theorem
In engineering, applied mathematics, and physics, the Buckingham theorem is a key theorem in dimensional analysis. It is a formalization of Rayleigh's method of dimensional analysis. Loosely, the theorem states that if there is a physically m ...
), e.g. the excursion
and time
can be scaled as:
and
assuming
is positive (other scalings are possible for different ranges of the parameters, or for different emphasis in the problem studied). Then:
:
where
and
The dots denote differentiation of
with respect to
This shows that the solutions to the forced and damped Duffing equation can be described in terms of the three parameters (
and
) and two
initial conditions
In mathematics and particularly in dynamic systems, an initial condition, in some contexts called a seed value, is a value of an evolving variable at some point in time designated as the initial time (typically denoted ''t'' = 0). F ...
(i.e. for
and
).
Methods of solution
In general, the Duffing equation does not admit an exact symbolic solution. However, many approximate methods work well:
*Expansion in a
Fourier series
A Fourier series () is a summation of harmonically related sinusoidal functions, also known as components or harmonics. The result of the summation is a periodic function whose functional form is determined by the choices of cycle length (or '' ...
may provide an equation of motion to arbitrary precision.
*The
term, also called the ''Duffing term'', can be approximated as small and the system treated as a
perturbed simple harmonic oscillator.
*The
Frobenius method
In mathematics, the method of Frobenius, named after Ferdinand Georg Frobenius, is a way to find an infinite series solution for a second-order ordinary differential equation of the form
z^2 u'' + p(z)z u'+ q(z) u = 0
with u' \equiv \frac and u'' ...
yields a complex but workable solution.
*Any of the various
numeric methods such as
Euler's method
In mathematics and computational science, the Euler method (also called forward Euler method) is a first-order numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. It is the most basic explicit m ...
and
Runge–Kutta methods
In numerical analysis, the Runge–Kutta methods ( ) are a family of implicit and explicit iterative methods, which include the Euler method, used in temporal discretization for the approximate solutions of simultaneous nonlinear equations. Th ...
can be used.
*The
homotopy analysis method
The homotopy analysis method (HAM) is a semi-analytical technique to solve nonlinear ordinary/partial differential equations. The homotopy analysis method employs the concept of the homotopy from topology to generate a convergent series solut ...
(HAM) has also been reported for obtaining approximate solutions of the Duffing equation, also for strong nonlinearity.
In the special case of the
undamped
Damping is an influence within or upon an oscillatory system that has the effect of reducing or preventing its oscillation. In physical systems, damping is produced by processes that dissipate the energy stored in the oscillation. Examples incl ...
(
) and undriven (
) Duffing equation, an exact solution can be obtained using
Jacobi's elliptic functions In mathematics, the Jacobi elliptic functions are a set of basic elliptic functions. They are found in the description of the motion of a pendulum (see also pendulum (mathematics)), as well as in the design of electronic elliptic filters. While tr ...
.
Boundedness of the solution for the unforced oscillator
Undamped oscillator
Multiplication of the undamped and unforced Duffing equation,
with
gives:
[.]
:
with ''H'' a constant. The value of ''H'' is determined by the initial conditions
and
The substitution
in ''H'' shows that the system is
Hamiltonian
Hamiltonian may refer to:
* Hamiltonian mechanics, a function that represents the total energy of a system
* Hamiltonian (quantum mechanics), an operator corresponding to the total energy of that system
** Dyall Hamiltonian, a modified Hamiltonian ...
:
:
with
When both
and
are positive, the solution is bounded:
:
and
with the Hamiltonian ''H'' being positive.
Damped oscillator
Similarly, for the damped oscillator,
:
since
for damping. Without forcing the damped Duffing oscillator will end up at (one of) its ''stable''
equilibrium point
In mathematics, specifically in differential equations, an equilibrium point is a constant solution to a differential equation.
Formal definition
The point \tilde\in \mathbb^n is an equilibrium point for the differential equation
:\frac = \m ...
(s). The equilibrium points, stable and unstable, are at
If
the stable equilibrium is at
If
and
the stable equilibria are at
and
Frequency response

The forced Duffing oscillator with cubic nonlinearity is described by the following ordinary differential equation:
:
The
frequency response
In signal processing and electronics, the frequency response of a system is the quantitative measure of the magnitude and phase of the output as a function of input frequency. The frequency response is widely used in the design and analysis of s ...
of this oscillator describes the
amplitude
The amplitude of a periodic variable is a measure of its change in a single period (such as time or spatial period). The amplitude of a non-periodic signal is its magnitude compared with a reference value. There are various definitions of a ...
of steady state response of the equation (i.e.
) at a given
frequency
Frequency is the number of occurrences of a repeating event per unit of time. It is also occasionally referred to as ''temporal frequency'' for clarity, and is distinct from '' angular frequency''. Frequency is measured in hertz (Hz) which is ...
of excitation
For a linear oscillator with
the frequency response is also linear. However, for a nonzero cubic coefficient
, the frequency response becomes nonlinear. Depending on the type of nonlinearity, the Duffing oscillator can show hardening, softening or mixed hardening–softening frequency response. Anyway, using the
homotopy analysis method
The homotopy analysis method (HAM) is a semi-analytical technique to solve nonlinear ordinary/partial differential equations. The homotopy analysis method employs the concept of the homotopy from topology to generate a convergent series solut ...
or
harmonic balance
Harmonic balance is a method used to calculate the steady-state response of nonlinear differential equations, and is mostly applied to nonlinear electrical circuits
.
It is a ''frequency domain'' method for calculating the steady state, as oppo ...
, one can derive a frequency response equation in the following form:
[.][
:
For the parameters of the Duffing equation, the above algebraic equation gives the ]steady state
In systems theory, a system or a process is in a steady state if the variables (called state variables) which define the behavior of the system or the process are unchanging in time. In continuous time, this means that for those properties ' ...
oscillation amplitude at a given excitation frequency.
Jumps
For certain ranges of the parameters in the Duffing equation, the frequency response may no longer be a single-valued function
In mathematics, a multivalued function, also called multifunction, many-valued function, set-valued function, is similar to a function, but may associate several values to each input. More precisely, a multivalued function from a domain to ...
of forcing frequency For a hardening spring oscillator ( and large enough positive ) the frequency response overhangs to the high-frequency side, and to the low-frequency side for the softening spring oscillator ( and ). The lower overhanging side is unstable – i.e. the dashed-line parts in the figures of the frequency response – and cannot be realized for a sustained time. Consequently, the jump phenomenon shows up:
* when the angular frequency is slowly increased (with other parameters fixed), the response amplitude
The amplitude of a periodic variable is a measure of its change in a single period (such as time or spatial period). The amplitude of a non-periodic signal is its magnitude compared with a reference value. There are various definitions of a ...
drops at A suddenly to B,
* if the frequency is slowly decreased, then at C the amplitude jumps up to D, thereafter following the upper branch of the frequency response.
The jumps A–B and C–D do not coincide, so the system shows hysteresis
Hysteresis is the dependence of the state of a system on its history. For example, a magnet may have more than one possible magnetic moment in a given magnetic field, depending on how the field changed in the past. Plots of a single component of ...
depending on the frequency sweep direction.[
]
Examples
Some typical examples of the time series
In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. E ...
and phase portrait
A phase portrait is a geometric representation of the trajectories of a dynamical system in the phase plane. Each set of initial conditions is represented by a different curve, or point.
Phase portraits are an invaluable tool in studying dyn ...
s of the Duffing equation, showing the appearance of subharmonic
In music, the undertone series or subharmonic series is a sequence of notes that results from inverting the intervals of the overtone series. While overtones naturally occur with the physical production of music on instruments, undertones must ...
s through period-doubling bifurcation In dynamical systems theory, a period-doubling bifurcation occurs when a slight change in a system's parameters causes a new periodic trajectory to emerge from an existing periodic trajectory—the new one having double the period of the original. W ...
– as well chaotic behavior – are shown in the figures below. The forcing amplitude increases from to The other parameters have the values: and The initial conditions are and The red dots in the phase portraits are at times which are an integer
An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the language ...
multiple of the period [Based on the examples shown in .]
References
Inline
Historical
*
Other
*.
*.
*.
*.
External links
Duffing oscillator on Scholarpedia
*
{{Chaos theory
Ordinary differential equations
Chaotic maps