What are some lesser known derivations of well-known formulas and theorems?
I ask because I recently found a new way to derive the quadratic formula which didn't involve completing the square as is commonly taught. Doing so I was wondering what other proofs and derivations for other formulas that have remained unknown to most people? Whether it be because the proof is too complex or less pretty, I still find it insightful to see different ways to solve a problem. To me it makes me understand proofs better, and thus also giving a better comprehension of it.
$$ \begin{align} &\text{Given a quadratic function } f:\\[0.1em] f &=ax^2+bx+c = a(x-r_1)(x-r_2) = ax^2-a(r_1+r_2)+ar_1r_2\\[0.1em] a &= a,\enspace \frac{b}{a} = -(r_1+r_2),\enspace \frac{c}{a} = r_1r_2\\[1em] f' &= 2ax+b, \enspace f'(x) = 0 \Rightarrow x = -\frac{b}{2a}\\[0.2em] \text{This is an}& \text{ extremum of } f \text{, and is equidistant from each root } r_1, \enspace r_2 \text{ as shown:}\\[0.4em] \frac{b}{a} &= -(r_1+r_2) \iff -\frac{b}{2a} = \frac{r_1+r_2}{2} \\[1em] \Rightarrow \enspace &\text{The roots are of the form } r= -\frac{b}{2a}\pm d\\[1em] \frac{c}{a} = r_1r_2 &= (-\frac{b}{2a}+d)(-\frac{b}{2a}-d) = \frac{b^2}{4a^2}-d^2\\[0.2em] \Rightarrow\enspace& d^2 = \frac{b^2}{4a^2}-\frac{c}{a} = \frac{b^2}{4a^2}-\frac{4ac}{4a^2} = \frac{b^2-4ac}{4a^2}\\[0.2em] \Rightarrow\enspace&d = \pm\frac{\sqrt{b^2-4ac}}{2a}\\[1em] \text{Which yields }& r = -\frac{b}{2a}\pm d = \frac{-b\pm\sqrt{b^2-4ac}}{2a}\enspace\square \end{align} $$