Derivative of the summation of the log

3.7k Views Asked by At

Given the function $f(t) = \sum^n_{i=1}{log[(x_i)^{t-1}]}$ where x > 0.

What is the derivative of $f(t)$ with respect to t?

2

There are 2 best solutions below

2
On BEST ANSWER

$$f(t) = \sum^n_{i=1}{log[(x_i)^{t-1}]}$$

$$=(t-1)\sum^n_{i=1}{log(x_i)}$$

$$ f'(t) = \sum^n_{i=1}{log(x_i)}$$

0
On

Hint :

Use the fact that :

$$\ln[x^t]=t\ln x$$