If f(x) = { x^2, x < 1; kx + 1, x >= 1 } is continuous at x = 1, find k.
Practice Questions
1 question
Q1
If f(x) = { x^2, x < 1; kx + 1, x >= 1 } is continuous at x = 1, find k.
0
1
2
3
Setting the two pieces equal at x = 1 gives 1 = k + 1, hence k = 0.
Questions & Step-by-step Solutions
1 item
Q
Q: If f(x) = { x^2, x < 1; kx + 1, x >= 1 } is continuous at x = 1, find k.
Solution: Setting the two pieces equal at x = 1 gives 1 = k + 1, hence k = 0.
Steps: 7
Step 1: Understand that the function f(x) has two parts: one for x less than 1 (f(x) = x^2) and one for x greater than or equal to 1 (f(x) = kx + 1).
Step 2: Since we want the function to be continuous at x = 1, the value of f(x) from the left side (when x is just less than 1) must equal the value of f(x) from the right side (when x is just greater than or equal to 1).
Step 3: Calculate f(1) using the left side: f(1) = 1^2 = 1.
Step 4: Calculate f(1) using the right side: f(1) = k(1) + 1 = k + 1.
Step 5: Set the two results equal to each other: 1 = k + 1.
Step 6: Solve for k by subtracting 1 from both sides: 1 - 1 = k + 1 - 1, which simplifies to 0 = k.