The function f(x) = { x^2, x < 1; 2, x = 1; x + 1, x > 1 } is:
Practice Questions
1 question
Q1
The function f(x) = { x^2, x < 1; 2, x = 1; x + 1, x > 1 } is:
Continuous everywhere
Continuous at x = 1
Not continuous at x = 1
Continuous for x < 1
The function is not continuous at x = 1 because the left-hand limit does not equal the function value.
Questions & Step-by-step Solutions
1 item
Q
Q: The function f(x) = { x^2, x < 1; 2, x = 1; x + 1, x > 1 } is:
Solution: The function is not continuous at x = 1 because the left-hand limit does not equal the function value.
Steps: 5
Step 1: Understand the function f(x). It has three parts: x^2 when x is less than 1, 2 when x is exactly 1, and x + 1 when x is greater than 1.
Step 2: Find the left-hand limit as x approaches 1. This means we look at values of x that are just less than 1. For these values, f(x) = x^2. So, we calculate the limit: limit as x approaches 1 from the left is 1^2 = 1.
Step 3: Find the value of the function at x = 1. According to the function definition, f(1) = 2.
Step 4: Compare the left-hand limit and the function value at x = 1. The left-hand limit is 1, and the function value is 2. Since 1 does not equal 2, they are not the same.
Step 5: Conclude that the function is not continuous at x = 1 because the left-hand limit does not equal the function value.