
Russ P. answered 10/16/14
Tutor
4.9
(135)
Patient MIT Grad For Math and Science Tutoring
Zuhair,
You need to remember two things to prove this:
First, that the logarithm of a product is the sum of the individual logarithms. That is ln(ab) = ln(a) + ln(b). And this generalizes to any finite number of factors.
Second, that the derivative of the logarithm of a function is as follows: d{ln[f(x)]}/dx = f'(x) / f(x), where f'(x) is the first derivative of f(x) wrt to the variable x.
For clarity, I should also redefine the function as f(x,t) having 2 arguments: the variable x and the constant t which says how many factors it has.
Therefore, f(x,t) = (x - a1)(x - a2)(x - a3) ... (x - at), where the an are constants 1<= n <= t
Take the natural logarithm (ln) of both sides which maintains the equality
ln[f(x,t)] = ln(x - a1) + ln(x - a2) + ln(x - a3) + ... + ln(x - at)
Now take the derivative of both side wrt the variable x which also maintains the equality
f'(x,t) / f(x,t) = 1 / (x -a1) + 1 / (x - a2) + 1/ (x - a3) + ... + 1 / (x-at)
That finishes the proof.