Les guides pour les nuls

Disclaimer

For the algebra section only, I assume everyone reading this guide is algebraically sound. This section thus contains only little tips and hacks I have found useful.

Polynomials

Root finding

\(\text{for a polynomial of form: } ax^2 + bx + c = 0\) \(\text{use: } x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}\)

derived from completing the square. to get the ball rolling, divide both sides by $a$, move $c/a$, add $b^2/4a^2$ to both sides…