The function f(x) = { x^2, x < 1; 2x - 1, x >= 1 } is continuous at which point?
Practice Questions
1 question
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
To check continuity at x = 1, we find f(1) = 1, limit as x approaches 1 from left is 1, and from right is also 1.
Questions & Step-by-step Solutions
1 item
Q
Q: The function f(x) = { x^2, x < 1; 2x - 1, x >= 1 } is continuous at which point?
Solution: To check continuity at x = 1, we find f(1) = 1, limit as x approaches 1 from left is 1, and from right is also 1.
Steps: 5
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.