Lesson 46: Domain and Range Deep-Dive

Boundaries of Reality

Every function has limits on what it can accept and what it can produce.

The Two Domain Killers

In real-number algebra, there are two things you can never do:

  1. Divide by Zero: The denominator cannot be 0.
  2. Square Root of a Negative: The expression inside a radical must be \(\geq 0\).

Worked Examples

Example 1: Rational Function

Find the domain of \(f(x) = \frac{10}{x - 3}\).

Example 2: Radical Function

Find the domain of \(f(x) = \sqrt{x + 5}\).

Example 3: Finding Range

Find the range of \(f(x) = x^2 + 4\).

The Bridge to Quantum Mechanics

In Quantum Mechanics, the "Domain" is the physical space where a particle can exist. If a particle is inside a box of length \(L\), its wavefunction \(\psi(x)\) has a domain of \([0, L]\). Outside this domain, the probability is zero. The "Range" of the wavefunction's values is also restricted; for a particle to "exist," the total probability across the domain must add up to exactly 1. This is called Normalization. Understanding the limits of your functions is how you define the physical boundaries of an experiment.