Intervals and strict/non-strict inequality signs

LVL: FREE

MODULE: Equations and Inequalities

[EXEC: MICRO_CORE]

✖️ 1. Understanding the symbols <,>,,<, >, \le, \ge and their strictness

🔍 Strict vs. Non-Strict Inequality Symbols

  • Strict inequalities (<< and >>) mean the boundary value is not included.
  • Non-strict inequalities (\le and \ge) mean the boundary value is included.
  • x<5x < 5 means all numbers less than 5 but not 5 itself.
  • x3x \ge 3 means all numbers greater than or equal to 3 including 3.
  • The symbol \le combines less than and equals into one condition.

Example: If x>2x > 2, then x=3x = 3 works but x=2x = 2 does not.

💡 Think: Strict symbols are "picky" — they exclude the boundary!

[EXEC: DEEP_COMPUTE]

1. Understanding the symbols <,>,,<, >, \le, \ge and their strictness

Understanding the symbols <,>,,<, >, \le, \ge and their strictness

An inequality compares two quantities using symbols that indicate relative magnitude. The symbols << (less than) and >> (greater than) are strict inequalities, meaning the boundary value is excluded. The symbols \le (less than or equal to) and \ge (greater than or equal to) are non-strict inequalities, meaning the boundary value is included.

Intuition: Strict inequalities describe values that approach but never reach a limit, while non-strict inequalities allow the boundary itself.

Core Rules:

  • x<ax < a means xx is strictly smaller than aa (excludes aa)
  • x>ax > a means xx is strictly larger than aa (excludes aa)
  • xax \le a means xx can equal aa or be smaller (includes aa)
  • xax \ge a means xx can equal aa or be larger (includes aa)

Consequence: The choice between strict and non-strict determines whether boundary points satisfy the condition.

Example: x>3x > 3 is satisfied by x=4x = 4 but not x=3x = 3; x3x \ge 3 is satisfied by both.

TASK_1[0 / 3]
LVL_2
STRC: CLASSIFY

Which of the following inequalities correctly states that a variable yy is strictly smaller than 15?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 2. Graphing simple inequalities on a 1D number line (distinguishing open vs. closed circles)

📍 Open vs. Closed Circles on the Number Line

  • Use an open circle (○) for strict inequalities (<< or >>).
  • Use a closed circle (●) for non-strict inequalities (\le or \ge).
  • Shade the line in the direction the inequality points.
  • For x4x \le 4, draw a closed circle at 4 and shade left.
  • For x>1x > -1, draw an open circle at -1 and shade right.

Example: x<2x < 2 gets an open circle at 2 with shading to the left.

💡 Open circle = "don't step here"; closed circle = "you can stand here".

[EXEC: DEEP_COMPUTE]

2. Graphing simple inequalities on a 1D number line (distinguishing open vs. closed circles)

Graphing simple inequalities on a 1D number line

A number line graph visualizes the solution set of an inequality by marking boundary points and shading the region of valid values. The type of circle at the boundary encodes strictness.

Intuition: An open circle means "stop before this point," while a closed circle means "include this point."

Core Rules:

  • Open circle (○) at aa for strict inequalities (<< or >>): the value aa is excluded
  • Closed circle (●) at aa for non-strict inequalities (\le or \ge): the value aa is included
  • Shade the ray extending in the direction satisfying the inequality
  • For x<ax < a or xax \le a, shade leftward; for x>ax > a or xax \ge a, shade rightward

Consequence: The visual distinction between open and closed circles directly reflects whether the boundary belongs to the solution set.

Example: x2x \le 2 is graphed with a closed circle at 2 and shading to the left.

TASK_1[0 / 3]
LVL_2
STRC: CLASSIFY

Which description correctly matches the graph of x>3x > -3?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 3. Translating between visual inequalities and formal interval notation (brackets vs. parentheses)

🔄 Brackets vs. Parentheses in Interval Notation

  • Parentheses ( ) match open circles and strict inequalities.
  • Brackets [ ] match closed circles and non-strict inequalities.
  • x<3x < 3 becomes (,3)(-\infty, 3) in interval notation.
  • x2x \ge -2 becomes [2,)[-2, \infty) in interval notation.
  • Infinity symbols always get parentheses never brackets.

Example: The graph with a closed circle at 1 and shading right is [1,)[1, \infty).

💡 Brackets hug the number; parentheses keep distance!

[EXEC: DEEP_COMPUTE]

3. Translating between visual inequalities and formal interval notation (brackets vs. parentheses)

Translating between visual inequalities and formal interval notation

Interval notation is a compact symbolic representation of solution sets using brackets and parentheses to encode boundary inclusion. A parenthesis ()() indicates exclusion (open circle), while a bracket [][] indicates inclusion (closed circle).

Intuition: Parentheses mean "approach but don't touch," brackets mean "include the endpoint."

Core Rules:

  • x<ax < a translates to (,a)(-\infty, a) (both ends open)
  • xax \le a translates to (,a](-\infty, a] (right end closed)
  • x>ax > a translates to (a,)(a, \infty) (both ends open)
  • xax \ge a translates to [a,)[a, \infty) (left end closed)
  • Always use parentheses with ±\pm\infty since infinity is never attainable

Consequence: Interval notation provides a standardized language for communicating solution sets across mathematics and sciences.

Example: The graph with a closed circle at 1-1 shading right corresponds to x1x \ge -1, written as [1,)[-1, \infty).

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

Which of the following is the correct interval notation for the inequality x>4x > 4?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 4. Applications: Defining safe operating temperature ranges or acceptable pH levels in biology

🌡️ Real-World Safe Ranges Using Inequalities

  • Safe temperature for a vaccine might be 2T82 \le T \le 8 degrees Celsius.
  • Human blood pH must satisfy 7.35pH7.457.35 \le pH \le 7.45 to be healthy.
  • A machine operates safely when pressure P>30P > 30 psi but P<100P < 100 psi.
  • Write the safe zone as an interval: [2,8][2, 8] for temperature or (30,100)(30, 100) for pressure.
  • Closed brackets mean the boundary is safe; open means it is dangerous.

Example: If pH must be between 6.5 and 7.5 inclusive, write [6.5,7.5][6.5, 7.5].

💡 Brackets = "safe to touch the edge"; parentheses = "stay away from the edge"!

[EXEC: DEEP_COMPUTE]

4. Applications: Defining safe operating temperature ranges or acceptable pH levels in biology

Applications: Defining safe operating ranges

Safe operating ranges in science and engineering are constraints expressed as inequalities or intervals, specifying acceptable values for physical or chemical parameters. Strictness reflects whether boundary values are permissible.

Intuition: Real-world tolerances determine whether endpoints are safe (non-strict) or represent failure thresholds (strict).

Core Rules:

  • Temperature ranges often use non-strict inequalities when boundaries are safe (e.g., 5T255 \le T \le 25 degrees C for storage)
  • pH levels in biology may use strict inequalities to exclude harmful extremes (e.g., 6.5<pH<7.56.5 < \text{pH} < 7.5 for aquatic life)
  • Interval notation communicates these constraints concisely: [5,25][5, 25] for inclusive, (6.5,7.5)(6.5, 7.5) for exclusive

Consequence: Proper use of strict versus non-strict inequalities ensures safety margins are correctly interpreted in protocols and regulations.

Example: A vaccine must be stored at temperatures satisfying 2T82 \le T \le 8 degrees C, written as [2,8][2, 8].

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

A chemical must be stored at a temperature TT such that 10T2010 \le T \le 20 degrees C. Which interval notation represents this safe operating range?

DEEP_COMPUTE
ULTRA

AWAITING_CONFIRMATION

CONFIRM KNOWLEDGE ACQUISITION TO UPDATE SYSTEM ANALYTICS.