Continuity: Apply It

  • Determine whether a function is continuous at a number.
  • Determine the input values for which a function is discontinuous.

Parking Garage Pricing

Most functions in real life follow a piecewise pattern with jump discontinuities depending on the conditions.

A downtown parking garage charges $4 per hour or any fraction of an hour, with a $24 daily maximum. The cost function is:

[latex]C(t) = \begin{cases} 4 & 0 < t \leq 1 \\ 8 & 1 < t \leq 2 \\ 12 & 2 < t \leq 3 \\ 16 & 3 < t \leq 4 \\ 20 & 4 < t \leq 5 \\ 24 & t > 5 \end{cases}[/latex]

where [latex]t[/latex] is hours parked and [latex]C(t)[/latex] is cost in dollars.

This function is not continuous on the hour as the price “jumps” from one level to the next.

How To: Determining Continuity at a Point

  1. Check Condition 1: Does [latex]f(a)[/latex] exist?
  2. Check Condition 2: Does [latex]\lim_{x \to a} f(x)[/latex] exist? (Do left and right limits equal each other?)
  3. Check Condition 3: Does [latex]\lim_{x \to a} f(x) = f(a)[/latex]?
  4. If all three conditions hold, the function is continuous at [latex]x = a[/latex]
  5. If conditions fail, identify the type of discontinuity