Bounds Math Example 4

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

Example 4

hard
Prove that \(\sin(x) \leq 1\) and \(\sin(x) \geq -1\) for all \(x\) using the unit circle definition.

Solution

  1. 1
    On the unit circle, \(\sin(x)\) equals the y-coordinate of a point.
  2. 2
    The unit circle has radius 1, so all y-coordinates satisfy \(-1 \leq y \leq 1\).
  3. 3
    Therefore \(-1 \leq \sin(x) \leq 1\) for all real \(x\).
  4. 4
    The bounds \(\pm 1\) are achieved at \(x = \pi/2\) and \(x = -\pi/2\).

Answer

\(-1 \leq \sin(x) \leq 1\) for all \(x\)
The unit circle constrains y-coordinates to \([-1,1]\). Since \(\sin(x)\) is a y-coordinate on the unit circle, it is bounded by ยฑ1.

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