The function f(x) = { x^2, x < 1; 2x - 1, x >= 1 } is continuous at which
Practice Questions
Q1
The function f(x) = { x^2, x < 1; 2x - 1, x >= 1 } is continuous at which point?
x = 0
x = 1
x = 2
x = -1
Questions & Step-by-Step Solutions
The function f(x) = { x^2, x < 1; 2x - 1, x >= 1 } is continuous at which point?
Step 1: Identify the point where we need to check continuity, which is x = 1.
Step 2: Calculate f(1) using the second part of the function since x = 1 falls into the category of x >= 1. f(1) = 2(1) - 1 = 1.
Step 3: Find the limit of f(x) as x approaches 1 from the left (x < 1). Use the first part of the function: limit as x approaches 1 from the left is f(x) = x^2. So, limit = 1^2 = 1.
Step 4: Find the limit of f(x) as x approaches 1 from the right (x >= 1). Use the second part of the function: limit as x approaches 1 from the right is f(x) = 2x - 1. So, limit = 2(1) - 1 = 1.
Step 5: Compare the values: f(1) = 1, limit from the left = 1, limit from the right = 1. Since all three values are equal, the function is continuous at x = 1.