Mark M. answered 12/26/15
Tutor
4.9
(950)
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
For the function to be continuous at x = 2, the one sided limits at x = 2 must be equal.
limx→2- f(x)
= limx→2- [(x2-4)/(x-2)]=limx→2- [(x+2)(x-2)/(x-2)]=limx→2- [x+2]=4
limx→2+f(x) = limx→2+ (ax2-bx+3) = 4a-2b+3
So, 4a-2b+3 = 4. Therefore, 4a-2b = 1
For f(x) to be continuous at x = 3, the one sided limits of f(x) at x = 3 must be equal.
limx→3- f(x) = limx→3- (ax2-bx+3) = 9a-3b+3
limx→3+ f(x) = limx→3+ (2x-a+b) = 6-a+b
So, 9a-3b+3 = 6-a+b
Therefore, 10a -4b = 3
We have the system of equations: 4a - 2b = 1
10a - 4b = 3
Multiply the first equation by -2 and then add the equations:
-8a + 4b = -2
10a - 4b = 3
2a = 1 a = 1/2
4(1/2) - 2b = 1
2 - 2b = 1
-2b = -1
b = 1/2
So, if a = b = 1/2, then f(x) is continuous for all x.