Multiple choice

If $a,b,c,\cdots k,$ are roots of the equation $\displaystyle f(x)= 0$, then the value of $\displaystyle \dfrac{f(x)}{x-a}+\dfrac{f(x)}{x-b}+\cdots+\dfrac{f(x)}{x-k}$, is

  1. $f(x)$
  2. $2f'(x)$
  3. $2f(x)$
  4. $f'(x)$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

If f(x) = (x-a)(x-b)...(x-k), then by the product rule of differentiation, f'(x) = sum(f(x)/(x-root_i)). Therefore, the sum is equal to f'(x).

AI explanation

Let f(x) = (x-a)(x-b)...(x-k), so differentiating gives f'(x) = sum over all roots of f(x)/(x-r). Therefore, adding f(x)/(x-a) + f(x)/(x-b) + ... + f(x)/(x-k) yields f'(x). The result is f'(x).