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.
(I will adopt the convention of giving different responses in different answers, labeled community wiki.)
Here's an example I quite like. The problem is to prove that the following definitions of $e$ are equivalent:
The easiest way to approach this is to generalize it to proving that the following definitions of $e^x$ (introducing the new parameter $x$) are equivalent:
The reason is that we now have the freedom to differentiate with respect to $x$, and introduce a fourth equivalent definition:
Once you've established that there is indeed a unique function with these properties, which is not hard, showing that the other three definitions give the same function amounts to showing that they all satisfy these properties, which just involves differentiating all of the definitions above with respect to $x$.
To my mind, this also explains what the point of $e$ is: it's really $e^x$ that is consistently the star player in mathematics, and $e$ just happens to be its value at $x = 1$.
Another nice exercise from here is to use definition 4 to prove the exponential property $e^{x + y} = e^x e^y$. This can be done from any of the other three definitions but it's tedious to do it directly from either definitions 2 or 3, although not bad with definition 1.