Mathematics

SAT-96: The "Testing the Boundaries" Tactic (Domain and Range)

Check edge cases and boundary values to handle domain, range, and inequality questions confidently.

SAT-96: The "Testing the Boundaries" Tactic (Domain and Range)

Description: Many SAT questions hinge on edge cases — the smallest or largest allowed value, or the point where something is undefined. Deliberately testing the boundaries reveals the answer for domain, range, and inequality problems.

What "boundaries" means

  • For a domain: the x-values where the function breaks (division by zero, square root of a negative).
  • For a range: the smallest or largest output the function can reach.
  • For an inequality: the endpoint value where it switches from true to false.

(Oʻzbekcha: chegara — funksiya buziladigan yoki eng kichik/katta qiymatga yetadigan nuqta.)

Worked Example 1 — domain boundary

What value must be excluded from the domain of f(x) = 1/(x − 4)?

  • The boundary is where the denominator is 0: x − 4 = 0 → x = 4.
  • So x = 4 is excluded; the domain is all real numbers except 4.

Worked Example 2 — range boundary

What is the smallest value in the range of f(x) = x2 + 3?

  • x2 is smallest at x = 0 (its boundary), where x2 = 0.
  • So the minimum output is 0 + 3 = 3; the range is y ≥ 3.

(Oʻzbekcha: x² eng kichik qiymati x = 0 da, shuning uchun eng kichik chiqish 3.)

Worked Example 3 — square-root domain

What is the domain of f(x) = √(x − 2)?

  • The inside cannot be negative: x − 2 ≥ 0 → x ≥ 2. The boundary is x = 2 (allowed, since √0 = 0).
  • Domain: x ≥ 2.

Worked Example 4 — inequality endpoint

For which integers is 2x + 1 < 9 true? Test the boundary.

  • Solve the boundary: 2x + 1 = 9 → x = 4. So the switch happens at x = 4.
  • Since it's "<", x = 4 is not included; integers x ≤ 3 make it true (test x = 3: 7 < 9 ✓; x = 4: 9 < 9 ✗).
Tip: always test a value just inside and just outside the boundary to confirm which side is the solution. (Oʻzbekcha: chegaraning ikki tomonidagi qiymatlarni sinab, qaysi tomon yechim ekanini aniqlang.)

Open vs closed boundaries

Whether the boundary value itself counts depends on the symbol. With ≤ or ≥ (and "at most"/"at least"), the endpoint is included — that's a closed boundary. With < or > (and "less than"/"more than"), the endpoint is excluded — an open boundary. Square-root domains are usually closed (√0 is fine), while denominators are always open at the forbidden value (you can never divide by zero). Reading the exact symbol decides whether your answer includes the edge. (Oʻzbekcha: ≤/≥ — chegara kiritiladi (yopiq); </> — kiritilmaydi (ochiq).)

A quick way to find a range

For range questions, think about the function's shape: a parabola opening up has a minimum at its vertex and rises forever, so its range is "y ≥ (vertex y)." A parabola opening down has a maximum. A square root only outputs values ≥ 0 (shifted by any constant). Identifying the shape tells you which boundary — top or bottom — to compute, instead of testing random points. (Oʻzbekcha: funksiya shaklini aniqlang — parabola eng kichik yoki eng katta qiymatga ega, shu chegarani hisoblang.)

Practice 1

What value is excluded from the domain of f(x) = 5/(x + 2)?

Show answer

Denominator 0 at x + 2 = 0 → x = −2. Exclude x = −2.

Practice 2

What is the minimum value of f(x) = (x − 1)2 + 4?

Show answer

(x − 1)2 is smallest (0) at x = 1, so the minimum is 0 + 4 = 4.

Key words — Kalit soʻzlar

  • Boundary — chegara
  • Edge case — chekka holat
  • Domain — aniqlanish sohasi
  • Range — qiymatlar sohasi
  • Excluded value — chiqarib tashlangan qiymat
  • Undefined — aniqlanmagan
  • Minimum / Maximum — eng kichik / eng katta
  • Endpoint — chetki nuqta
  • Inequality — tengsizlik

Summary

  • For domain: find where the function breaks (zero denominator, negative under a root).
  • For range: the min/max usually sits at a boundary (like x = 0 for x2).
  • For inequalities: solve the endpoint, then test just inside and outside it.
Helpful? Dislike 0 Log in to react