Category: News

Vieta's theorem

Vieta's theorem states that given a polynomial $$ a_nx^n + \cdots + a_1x+a_0$$ the quantities $$\begin{align*}s_1&=r_1+r_2+\cdots\\ s_2&=r_1 ...

How to prove $\log n < n$?

Sorry if this is a silly question but most books claim $\log n < n$ for $n \geq 1$ without providing any proof, saying it's too obvious. Could som...

Summation of logs

Are there any useful identities for quickly calculating the sum of consecutive logs? For example $\sum_{k=1}^{N} log(k)$ or something to this effect. I sh...