Stability Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Stability.

This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.

Concept Recap

A system is stable at an equilibrium if small perturbations cause it to return toward that equilibrium; unstable if small perturbations cause it to move away.

A ball in a bowl returns to center; a ball on a hill rolls away.

Read the full concept explanation โ†’

How to Use These Examples

  • Read the first worked example with the solution open so the structure is clear.
  • Try the practice problems before revealing each solution.
  • Use the related concepts and background knowledge badges if you feel stuck.

What to Focus On

Core idea: At an equilibrium, a stable system pulls small disturbances back toward the point; an unstable one pushes them away.

Common stuck point: The procedure for stability is the easy part; the trap is confusing where the equilibrium is with whether it's stable. Asking "After a small nudge, does the system move back toward the equilibrium rather than away from it?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

Sense of Study hint: Ask: After a small nudge, does the system move back toward the equilibrium rather than away from it?

Worked Examples

Example 1

medium
Find all fixed points of f(x)=x2โˆ’x+1f(x) = x^2 - x + 1 and determine their stability using the derivative criterion โˆฃfโ€ฒ(xโˆ—)โˆฃ<1|f'(x^*)| < 1.

Answer

Fixed point xโˆ—=1x^*=1; โˆฃfโ€ฒ(1)โˆฃ=1|f'(1)|=1 โ€” marginal stability

First step

1
Fixed points: solve x=x2โˆ’x+1โ‡’x2โˆ’2x+1=0โ‡’(xโˆ’1)2=0โ‡’xโˆ—=1x = x^2-x+1 \Rightarrow x^2-2x+1=0 \Rightarrow (x-1)^2=0 \Rightarrow x^*=1 (double root).

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan โ€” every worked solution, all subjects

Example 2

hard
For the map g(x)=cosโก(x)g(x) = \cos(x), find the fixed point (Dottie number) approximately and determine its stability.

Example 3

medium
Find the fixed point of f(x)=2xโˆ’6f(x)=2x-6 and determine its stability.

Example 4

medium
A car's cruise control adjusts speed as vn+1=vn+0.4(60โˆ’vn)v_{n+1}=v_n+0.4(60-v_n). Identify equilibrium and classify stability.

Example 5

hard
Find and classify the equilibrium of xn+1=xnโˆ’0.1(xnโˆ’3)3x_{n+1}=x_n-0.1(x_n-3)^3 near xโˆ—=3x^*=3.

Example 6

challenge
A controlled inverted pendulum obeys xn+1=2xnโˆ’kโ‹…xn=(2โˆ’k)xnx_{n+1}=2 x_n - k\cdot x_n=(2-k) x_n after adding feedback strength kk. For what range of kk is the upright position stable?

Practice Problems

Try these problems on your own first, then open the solution to compare your method.

Example 1

easy
Classify the fixed points of f(x)=2x(1โˆ’x)f(x) = 2x(1-x) as stable or unstable using the derivative criterion.

Example 2

medium
For the map h(x)=12x+4h(x) = \frac{1}{2}x + 4, find the fixed point and verify stability by iterating from x0=0x_0 = 0 and x0=20x_0 = 20 for three steps each.

Example 3

easy
A ball rests at the bottom of a bowl. Nudged slightly, it rolls back to the center. Is this equilibrium stable or unstable?

Example 4

easy
A ball is balanced on the top of a smooth hill. A tiny nudge sends it rolling away and it never returns. Stable or unstable?

Example 5

easy
A pendulum hangs straight down at rest. Pushed slightly, it swings and eventually settles back to hanging down. Is the hanging-down position stable?

Example 6

easy
The recurrence xn+1=0.5xnx_{n+1} = 0.5 x_n has equilibrium x=0x = 0. Starting at x0=8x_0 = 8, compute x1,x2,x3x_1, x_2, x_3. Is x=0x=0 stable?

Example 7

easy
The recurrence xn+1=2xnx_{n+1} = 2 x_n has equilibrium x=0x = 0. Starting at x0=1x_0 = 1, compute x1,x2,x3x_1, x_2, x_3. Is x=0x=0 stable?

Example 8

easy
True or false: a stable equilibrium means the system can never move once it gets there.

Example 9

easy
A marble sits on a flat horizontal table. Nudged, it rolls to a new spot and stays there (ignoring friction stopping it). Is this equilibrium stable, unstable, or neutral?

Example 10

easy
Which sign of feedback typically produces a stable equilibrium?

Example 11

medium
For xn+1=rxnx_{n+1} = r x_n with equilibrium x=0x=0, state the exact range of rr for which the equilibrium is stable, and classify r=โˆ’0.7r = -0.7.

Example 12

medium
A logistic-type map has a fixed point at xโˆ—x^* with local multiplier (slope of the update at xโˆ—x^*) equal to โˆ’0.4-0.4. Is xโˆ—x^* locally stable, and roughly how does the approach look?

Example 13

medium
A system is locally stable near x=0x = 0 but a large enough push sends it diverging. The behavior 'returns if pushed by less than 3, diverges if pushed more' describes which combination?

Example 14

medium
The same map xn+1=xn2x_{n+1} = x_n^2 has fixed points at x=0x = 0 and x=1x = 1. Starting at x0=0.5x_0 = 0.5, where does it go, and is x=0x=0 stable?

Example 15

medium
An inverted pendulum (balanced straight up) is held by a controller that pushes the base toward the lean. Without the controller, is the upright position stable? With a strong correcting controller, can it become stable?

Example 16

medium
A savings model Bn+1=1.05Bnโˆ’100B_{n+1} = 1.05 B_n - 100 (5% growth minus a $100 withdrawal). Find the equilibrium balance and decide whether it is stable.

Example 17

medium
A ball rolls in a double-well: two valleys separated by a hill. List which of the three special points are stable and which is unstable.

Example 18

challenge
For the map xn+1=rxn(1โˆ’xn)x_{n+1} = r x_n (1 - x_n) the nonzero fixed point is xโˆ—=1โˆ’1/rx^* = 1 - 1/r. The local multiplier there is 2โˆ’r2 - r. For what range of rr (with r>1r>1) is this fixed point stable?

Example 19

challenge
A system has xn+1=xn+c(5โˆ’xn)x_{n+1} = x_n + c(5 - x_n). Determine the range of cc for which the equilibrium x=5x=5 is stable, and identify the cc giving fastest (one-step) convergence.

Example 20

challenge
Two coupled towns share population: xn+1=0.5xn+0.5ynx_{n+1} = 0.5x_n + 0.5y_n, yn+1=0.5xn+0.5yny_{n+1} = 0.5x_n + 0.5y_n. Show the total xn+ynx_n + y_n is conserved and determine whether the equal-split state is stable.

Example 21

medium
For xn+1=rxnx_{n+1} = r x_n with equilibrium 0, classify the stability for r=1r = 1 exactly (the boundary case).

Example 22

medium
A damped pendulum is pushed and swings with shrinking oscillations until it rests straight down. Is the rest position stable, and does 'stable' allow oscillation on the way back?

Example 23

easy
For the map xn+1=0.3xnx_{n+1}=0.3 x_n with equilibrium x=0x=0, is x=0x=0 stable?

Example 24

easy
For the map xn+1=1.4xnx_{n+1}=1.4 x_n, is the fixed point x=0x=0 stable?

Example 25

easy
Find the fixed point of f(x)=12x+3f(x)=\tfrac{1}{2}x+3.

Example 26

easy
True or false: a stable equilibrium means the system never moves.

Example 27

medium
For the recurrence xn+1=โˆ’0.5xnx_{n+1}=-0.5 x_n with xโˆ—=0x^*=0, classify stability.

Example 28

medium
For xn+1=โˆ’1.2xnx_{n+1}=-1.2 x_n with xโˆ—=0x^*=0, classify stability.

Example 29

medium
For f(x)=x2f(x)=x^2, classify the fixed point xโˆ—=0x^*=0.

Example 30

medium
Find all fixed points of f(x)=x2โˆ’2x+2f(x)=x^2-2x+2 and classify each.

Example 31

medium
A drug-clearance model is Cn+1=0.7Cn+50C_{n+1}=0.7 C_n + 50 (residual after dosing). Find the equilibrium and decide stability.

Example 32

hard
For the Newton iteration xn+1=xnโˆ’f(xn)fโ€ฒ(xn)x_{n+1}=x_n-\dfrac{f(x_n)}{f'(x_n)} with f(x)=x2โˆ’2f(x)=x^2-2, classify the fixed point xโˆ—=2x^*=\sqrt 2.

Example 33

hard
A predator-prey simplification gives xn+1=xn+h(ฮฑxnโˆ’ฮฒxnyn)x_{n+1}=x_n+h(\alpha x_n-\beta x_n y_n). Linearizing about (xโˆ—,yโˆ—)(x^*,y^*) with eigenvalues 1ยฑiฮธ1\pm i\theta (ฮธ\theta small) signals what kind of behavior?

Example 34

hard
A savings account uses Bn+1=1.02Bnโˆ’WB_{n+1}=1.02 B_n - W (2% growth minus withdrawal WW). Find the equilibrium and classify stability.

Example 35

challenge
For the iteration xn+1=xn2+cx_{n+1}=x_n^2+c with c=โˆ’1c=-1, find the fixed points and classify each.

Related Concepts

Background Knowledge

These ideas may be useful before you work through the harder examples.

function definition