First let's see some examples:
I've seen a lot of examples of calculating the definite integrals by introducing a suitable parameter, but still cannot understand why this method so effective, while calculating the integral directly could be incredibly difficult.
I remember that in linear algebra we can prove the following fact by introducing a new parameter $x$:
Fact: For any $A,B\in M_n(\mathbb R),$ we have $\chi_{A\cdot B}(t)=\chi_{B\cdot A} (t).$
Here for any $A\in M(\mathbb R),$ $\chi_A(t):=\det(tE-A)$ is the characteristic polynomial of matrix $A,$ and $E$ is the identity matrix in $M_n(\mathbb R).$
Proof: If at least ome of $A,B$ is non-degenerate, for example, assume that $A$ is non-degenerate, then we have $$\chi_{AB}(t)=\det(tE-AB)=\det(A\cdot(tE-BA)\cdot A^{-1})=\det(tE-BA)=\chi_{BA}(t).$$
Now if both $A$ and $B$ are degenerate, then we can find that since polynimal $f(x)=\det(A+xE)$ only have finite roots, and $f(0)=\det A=0,$ then there exists a deleted neighbourhood $U(0)$ of $0,$ such that $f(x)\neq 0,\ \forall\ x\in U(0).$
Denote the real coefficient polynomial ring as $\mathbb R[t],$ then notice that map $\varphi:\mathbb R\to \mathbb R[t],\ x\mapsto \chi_{(A+xE)B}(t)-\chi_{B(A+xE)}(t)$
is continuous, and $\varphi(x)=0,\ \forall\ x\in U(0),$ so we have $\varphi(0)=0,$ or $\chi_{A\cdot B}(t)=\chi_{B\cdot A} (t).$
End of proof
- Another interesting example: https://math.stackexchange.com/q/1395378
I'm really interested in the motivation of introducing the new parameter and would like to see more examples of solving problems through introducing a new parameter.
Question: Give (as many as possible) examples of solving or simplifying a problem by introducing new parameters. Also, explanation of why it works is also welcomed.