Bounds Math Example 2

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

Example 2

hard
Show that for all real \(x\), \(x^2 \geq 0\). What is the greatest lower bound (infimum) of \(x^2\)?

Solution

  1. 1
    Case 1: \(x > 0\). Then \(x^2 = x \times x > 0\).
  2. 2
    Case 2: \(x = 0\). Then \(x^2 = 0\).
  3. 3
    Case 3: \(x < 0\). Then \(x^2 = (-|x|)^2 = |x|^2 > 0\).
  4. 4
    In all cases \(x^2 \geq 0\).
  5. 5
    The greatest lower bound is \(0\), achieved at \(x=0\).

Answer

\(x^2 \geq 0\) for all \(x\); infimum = 0
Squaring any real number gives a non-negative result. The minimum (infimum) of \(x^2\) is 0, achieved when \(x=0\).

About Bounds

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

Learn more about Bounds โ†’

More Bounds Examples