For which value of c is the function f(x) = { x^2 - c, x < 1; 2x + 1, x >=
Practice Questions
Q1
For which value of c is the function f(x) = { x^2 - c, x < 1; 2x + 1, x >= 1 continuous at x = 1?
0
1
2
3
Questions & Step-by-Step Solutions
For which value of c is the function f(x) = { x^2 - c, x < 1; 2x + 1, x >= 1 continuous at x = 1?
Correct Answer: 2
Step 1: Identify the function f(x) which has two parts: f(x) = x^2 - c for x < 1 and f(x) = 2x + 1 for x >= 1.
Step 2: To find the value of c that makes the function continuous at x = 1, we need to ensure that the two parts of the function equal each other at x = 1.
Step 3: Calculate the value of f(x) when x = 1 using the second part of the function: f(1) = 2(1) + 1 = 3.
Step 4: Now, calculate the value of f(x) using the first part of the function when x is just less than 1. We set x = 1 in the first part: f(1) = 1^2 - c = 1 - c.
Step 5: Set the two results equal to each other to ensure continuity: 1 - c = 3.
Step 6: Solve for c: 1 - c = 3 leads to -c = 3 - 1, which simplifies to -c = 2, and thus c = -2.
Continuity of Piecewise Functions – The question tests the understanding of how to ensure continuity at a point for piecewise functions by equating the two pieces at that point.
Limit and Function Value – It assesses the ability to find the correct value of a parameter that makes the left-hand limit equal to the right-hand limit at a specified point.