My question is something I've been thinking about for some time now. Q: Why is it possible to make substitutions or change in variables ? I mean, how do I know which substitutions are allowed ?
For example when we use Vieta's formulas to vanish with a second degree monomial. Or when we change variables to solve an integral equation.
Here is what I think:
if we want to solve an equation like this $ax^2+bx+c=0$ we could turn it into an equation like this one $Ay^2+B=0$ which we know how to solve, to do that we write $x=u+v$ and we get $a(u+v)^2+b(u+v)+c=0$ which is equivalent to $av^2 + (2au+b)v + au^2+bu+c=0$ that we know how to solve if we get rid of the term $(2au+b)v$ but to do that we make $u=-b/2a$.
But why are we allowed to write $u=-b/2a$ ? I think that we can do that because we are solving this equation in the set $\mathbb{R}$, and we can write any real number in the form $-b/2a$. That's why we can't solve $x^2+1=0$ by setting $x=\sqrt{y}$, in other words, because the function $\sqrt{}$ is not surjective. Finally, I think that we are allowed to make a substitution if the set we are trying to solve the equation in (in this case $\mathbb{R}$) allows us to write the number as the substution we make. Is that somewhat right?