For which value of a is the function f(x) = { x^2, x < 1; ax + 1, x >= 1 }
Practice Questions
Q1
For which value of a is the function f(x) = { x^2, x < 1; ax + 1, x >= 1 } continuous at x = 1?
0
1
2
3
Questions & Step-by-Step Solutions
For which value of a is the function f(x) = { x^2, x < 1; ax + 1, x >= 1 } continuous at x = 1?
Step 1: Identify the two pieces of the function f(x). The first piece is x^2 for x < 1, and the second piece is ax + 1 for x >= 1.
Step 2: To find the value of a that makes the function continuous at x = 1, we need to ensure that the two pieces of the function are equal when x = 1.
Step 3: Calculate the value of the first piece at x = 1. Since x < 1, we use the first piece: f(1) = 1^2 = 1.
Step 4: Calculate the value of the second piece at x = 1. Since x >= 1, we use the second piece: f(1) = a(1) + 1 = a + 1.
Step 5: Set the two values equal to each other: 1 = a + 1.
Step 6: Solve for a by subtracting 1 from both sides: 1 - 1 = a, which simplifies to a = 0.
Continuity of Piecewise Functions – The question tests the understanding of how to determine the continuity of a piecewise function at a specific point by ensuring the left-hand limit and right-hand limit are equal.
Solving Equations – The question requires solving an equation derived from setting the two pieces of the function equal to each other at the point of interest.