This is the first problem
f(x) { x + c , if x < 2
{ cx^2 + 1 , if x >= 2
Find the values of the constant C so that f(x) is continous at x = 2
So what I know is that for a function to be continous you need 3 things.
f(x) must be defined, the limit must exist, and f(x) must equal the limit.
First step I did was make both equations equal
x + c = cx^2 + 1
Next, I subbed x = 2 into the equation
2 + c = 4c + 1
Then I found c
1 = 3c
c = 1/3
Now I subbed C back in to the equations to get
x + 1/3
and
(1/3)x^2 + 1
I then attempted to check points greater than or equal to two into the 2nd function (2) and points less than 2 (0) into the first function. (This is where I don't know what I am doing)
I get 7/3 for the 2nd one
and 1/3 for the first.
They dont equal so this can't work... I am confused.
f(x) { x + c , if x < 2
{ cx^2 + 1 , if x >= 2
Find the values of the constant C so that f(x) is continous at x = 2
So what I know is that for a function to be continous you need 3 things.
f(x) must be defined, the limit must exist, and f(x) must equal the limit.
First step I did was make both equations equal
x + c = cx^2 + 1
Next, I subbed x = 2 into the equation
2 + c = 4c + 1
Then I found c
1 = 3c
c = 1/3
Now I subbed C back in to the equations to get
x + 1/3
and
(1/3)x^2 + 1
I then attempted to check points greater than or equal to two into the 2nd function (2) and points less than 2 (0) into the first function. (This is where I don't know what I am doing)
I get 7/3 for the 2nd one
and 1/3 for the first.
They dont equal so this can't work... I am confused.





Comment