I am trying to convince my students that "completing the square" method is widely used in mathematics.
Here is my effort, could you add other applications to my list?
- Finding the maximum or minimum value of $ax^2+bx+c$.
- Solving quadratic equations $ax^2+bx+c=0$.
- Finding the characteristic of a conic section (such as center, major/minor axes, radius, etc) $Ax^2+Bx+Cy^2+Dy+E=0$.
- Evaluating $\int \frac{\mathrm{d}x}{ax^2+bx+c}$.
- Factorizing polynomial, for example $x^4+64=(x^2-4x+8)(x^2+4x+8)$.
- Finding inverse Laplace of, for example, $\frac{s+1}{s^2+4s+10}$.