Piecewise Functions
Defining and evaluating functions with different rules on different intervals
Piecewise Functions
What is a Piecewise Function?
A piecewise function is defined by different formulas on different parts of its domain.
General Form
\text{formula 1} & \text{if condition 1} \\ \text{formula 2} & \text{if condition 2} \\ \vdots & \vdots \end{cases}$$ ### Example $$f(x) = \begin{cases} x^2 & \text{if } x < 0 \\ 2x + 1 & \text{if } x \geq 0 \end{cases}$$ This means: - Use $f(x) = x^2$ when $x$ is negative - Use $f(x) = 2x + 1$ when $x$ is zero or positive ## Evaluating Piecewise Functions To evaluate $f(a)$ for a piecewise function: 1. Determine which condition $a$ satisfies 2. Use the formula for that piece 3. Calculate the value ### Example For the function above: - $f(-2) = (-2)^2 = 4$ (use first piece since $-2 < 0$) - $f(0) = 2(0) + 1 = 1$ (use second piece since $0 \geq 0$) - $f(3) = 2(3) + 1 = 7$ (use second piece since $3 \geq 0$) ## Continuity of Piecewise Functions A piecewise function is **continuous** at $x = a$ if: 1. $f(a)$ is defined 2. $\lim_{x \to a} f(x)$ exists 3. $\lim_{x \to a} f(x) = f(a)$ **Practical check:** The function is continuous if the pieces "connect" (no jump or gap). ### Checking Continuity at a Boundary For continuity at $x = c$ (a boundary point): - Evaluate the left piece at $x = c$: $\lim_{x \to c^-} f(x)$ - Evaluate the right piece at $x = c$: $\lim_{x \to c^+} f(x)$ - Check which piece includes $c$ to find $f(c)$ - If left limit = right limit = $f(c)$, the function is continuous ## Absolute Value as a Piecewise Function The absolute value function is a common piecewise function: $$|x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}$$ ## Domain and Range - **Domain**: Usually all real numbers, unless specified otherwise - **Range**: Combine the ranges from all pieces (may need to sketch or analyze) ## Graphing Piecewise Functions 1. Graph each piece on its specified interval 2. Use open circles ($\circ$) for excluded endpoints 3. Use closed circles ($\bullet$) for included endpoints 4. Check for continuity at boundary points📚 Practice Problems
1Problem 1easy
❓ Question:
Evaluate the piecewise function at , , and .
💡 Show Solution
Evaluate at each point:
For : Check which condition: ✓ (first piece)
For : Check which condition: ✓ (second piece)
For : Check which condition: ✓ (third piece)
Answers:
2Problem 2medium
❓ Question:
Determine whether the piecewise function is continuous at .
💡 Show Solution
Check continuity at :
Step 1: Find (which piece includes ?) Since includes 1, use second piece:
Step 2: Find left-hand limit as (use first piece):
Step 3: Find right-hand limit as (use second piece):
Step 4: Compare
- Left limit: 4
- Right limit: 2
Since the left limit () right limit (), the overall limit does not exist.
Answer: The function is NOT continuous at because there is a jump discontinuity (the two pieces don't connect).
3Problem 3hard
❓ Question:
Find the value of that makes continuous at .
💡 Show Solution
For continuity at , we need:
Step 1: Find (use second piece since ):
Step 2: Find right-hand limit (use second piece):
Step 3: Find left-hand limit (use first piece with unknown ):
Step 4: Set left limit equal to right limit:
Verify: With :
- Left limit: ✓
- Right limit: ✓
- ✓
Answer: makes the function continuous at .
Practice with Flashcards
Review key concepts with our flashcard system
Browse All Topics
Explore other calculus topics