AJ L. answered 03/31/23
Patient and knowledgeable Calculus Tutor committed to student mastery
The given function is a polynomial, which means we can assume the function is differentiable everywhere:
f'(x) = (x-4)'(x-6)(x-7) + (x-4)(x-6)'(x-7) + (x-4)(x-6)(x-7)' = (x-6)(x-7) + (x-4)(x-7) + (x-4)(x-6) = (x2-13x+42) + (x2-11x+28) + (x2-10x+24) = 3x2-34x+94
One of the requirements for Rolle's Theorem is that f(a)=f(b), so f(4)=(4-4)(4-6)(4-7)=0, and f(7)=(7-4)(7-6)(7-7)=0, so this requirement is met. The other requirements were met previously because the function is continuous on the closed interval and differentiable on the open interval, so Rolle's Theorem can be applied!
Hence, now we find all values of c in the open interval (a,b) such that f'(c)=0:
f'(c) = 3c2-34c+94
0 = 3c2-34c+94
c = (-(-34)±√((-34)2-4(3)(94)))/(2(3))
c = (34±√(1156-1128))/6
c = (34±√28)/6
c = (34±2√7)/6
c = (17±√7)/3
Thus, the values of c are (17+√7)/3≈6.549 and (17-√7)/3≈4.785
Hope this helped!