Monotonicity Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

medium
Is \(f(x) = 2x + 3\) monotonically increasing? Show that if \(x_1 < x_2\) then \(f(x_1) < f(x_2)\).

Solution

  1. 1
    Assume \(x_1 < x_2\).
  2. 2
    Multiply by 2 (positive, preserves inequality): \(2x_1 < 2x_2\).
  3. 3
    Add 3 to both sides: \(2x_1 + 3 < 2x_2 + 3\).
  4. 4
    So \(f(x_1) < f(x_2)\). βœ“
  5. 5
    \(f\) is monotonically increasing on all of \(\mathbb{R}\).

Answer

Yes β€” \(f(x) = 2x+3\) is strictly increasing
A function is monotonically increasing when larger inputs always produce larger outputs. Here the positive slope (2) guarantees this.

About Monotonicity

A function or sequence that consistently moves in one direction onlyβ€”always increasing or always decreasing throughout its domain.

Learn more about Monotonicity β†’

More Monotonicity Examples