Bounds Formula

Bounds are the upper and lower limits within which a quantity must lie; often expressed as a <= x <= b.

The Formula

a≀x≀ba \leq x \leq b

When to use: Temperature tomorrow will be between 60F and 75F. Those are bounds.

Quick Example

2≀x≀72 \leq x \leq 7 Here 2 is the lower bound and 7 is the upper bound.

Notation

a≀x≀ba \leq x \leq b means xx is between aa and bb inclusive; (a,b)(a, b) or [a,b][a, b] in interval notation

What This Formula Means

The upper and lower limits within which a quantity must lie; often expressed as a≀x≀ba \leq x \leq b.

Temperature tomorrow will be between 60F and 75F. Those are bounds.

Formal View

L≀x≀Uβ€…β€ŠβŸΊβ€…β€Šx∈[L,U],β€…β€ŠwhereΒ L=inf⁑(S)Β andΒ U=sup⁑(S)L \leq x \leq U \iff x \in [L, U], \; \text{where } L = \inf(S) \text{ and } U = \sup(S)

Worked Examples

Example 1

medium
For f(x)=βˆ’x2+6xβˆ’5f(x) = -x^2 + 6x - 5, find the maximum value (upper bound) on [0,5][0, 5].

Answer

Maximum value = 4 at x=3x = 3

First step

1
Find the vertex: x=βˆ’b/(2a)=βˆ’6/(2Γ—βˆ’1)=3x = -b/(2a) = -6/(2 \times -1) = 3.

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
Show that for all real xx, x2β‰₯0x^2 \geq 0. What is the greatest lower bound (infimum) of x2x^2?

Example 3

medium
For f(x)=x2f(x)=x^2 on [βˆ’3,2][-3,2], find the upper and lower bounds of ff.

Common Mistakes

  • Stating only one limit - bounds need both a lower and an upper value to define the range.
  • Mixing strict and inclusive ends carelessly - a≀x<ba\le x<b includes aa but not bb; match the brackets accordingly.
  • Reversing the order so the lower bound exceeds the upper - always write the smaller value first: a≀x≀ba\le x\le b.

Why This Formula Matters

Bounds describe tolerances, temperature ranges, and feasible intervals, and they set up interval notation and limits in later math; treating a two-sided range as a single number loses half the information about where a value can live. Recognizing it by "Is the value pinned by both a smallest and a largest allowed amount?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from one-sided inequality and interval notation and single equation/constraint value in a mixed problem set.

Frequently Asked Questions

What is the Bounds formula?

The upper and lower limits within which a quantity must lie; often expressed as a≀x≀ba \leq x \leq b.

How do you use the Bounds formula?

Temperature tomorrow will be between 60F and 75F. Those are bounds.

What do the symbols mean in the Bounds formula?

a≀x≀ba \leq x \leq b means xx is between aa and bb inclusive; (a,b)(a, b) or [a,b][a, b] in interval notation

Why is the Bounds formula important in Math?

Bounds describe tolerances, temperature ranges, and feasible intervals, and they set up interval notation and limits in later math; treating a two-sided range as a single number loses half the information about where a value can live. Recognizing it by "Is the value pinned by both a smallest and a largest allowed amount?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from one-sided inequality and interval notation and single equation/constraint value in a mixed problem set.

What do students get wrong about Bounds?

The procedure for bounds is the easy part; the trap is stating only one limit. Asking "Is the value pinned by both a smallest and a largest allowed amount?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Bounds formula?

Before studying the Bounds formula, you should understand: inequality intuition.