Given the equation
$\sqrt{11} +\sqrt{44}= \sqrt{99}$
Why is squaring each individual term not allowed? Doing so we get 11+44=99 which is incorrect. Is it because $\sqrt{11} +\sqrt{44}$ is considered a term grouped by addition and therefore to be treated as a single entity instead of two parts?
It is because 'squaring' is not linear.
That means that the function $f:\mathbb{R}\to\mathbb{R}$ given by $f(x)=x^2$ has not the property that $f(a+b)=f(a)+f(b)$ since $f(a+b)=(a+b)^2=a^2+2ab+b^2\neq a^2+b^2=f(a)+f(b)$.
You can square both sides, but you have to be more specific.
If you square (what can be done since both sides are positive) we get:
$(\sqrt{11}+\sqrt{44})^2=(\sqrt{99})^2$
Which leads to:
$11+44+2\sqrt{11}\sqrt{44}=99$
So $2\sqrt{11\cdot 44}=44$
$\sqrt{484}=22\checkmark$