This is a bit necro but I am surprised no one mention the distributive property1. The reason this is not working out is because of a a misapplication of the distributive property probably due to the explanation of numaths1.
You are trying distribute exponents across addition, but exponentiation is not distributive across addition2. As an aside a square root is an exponentiation to a $\frac{1}{2}$ power ($\sqrt{x} = x^\frac{1}{2}$)
You are probably used to distributing multiplicands, which is valid as multiplication is distributive across addition. In other words multiplying the sum of two or more addends produces the same result as multiplying the addends individually, and then summing the products. Using numbers:
$2(1+3) = 2 \times 1 + 2 \times 3 = 8$
$2(1 + 3) = 2(4) = 8$
Proof that exponentiation is not distributive across addition by example.
$(1+2)^2 = (3)^2 = 9 \neq 1^2 +2^2 = 1 + 4 = 5$
A more complete explanation why exponentiation is not distributive across addition can be found in this answer or by analysis in my geometric proofs.
So how does this apply to my question?
Because exponentiation is not distributive across addition one cannot distribute the exponent across the addends. This $\sqrt{a^2 + b^2} = (a^2 + b^2) ^\frac{1}{2} = a^{2 \times \frac{1}{2}} + b^{2 \times \frac{1}{2}} = a + b$, is invalid because of an illegal operation (distributing the exponent). Thus it is not possible to simplify $\sqrt{a^2 + b^2}$ more.
Geometric proof that multiplication is distributive across addition:
[
$A \times (B \times C) == A \times B + A \times C)$3" />
$A \times (B+C)$ is the same as finding the area of a rectangle with a side of length A and a side of length $B+C$, which from the picture is made up of a rectangle with sides A/B and a rectangle with sides A/C.
Geometric proof that exponentiation is not distributive across addition:
[
$(A+B) \times (A+B)$ does not equal $A^2 + B^2$" />
Not my best drawing but, $(A+B)^2$ is the same as finding the area of a square with a side of length A+B, from the image we see that square is made up of a Square with length A ($A^2$), square with length B ($B^2$), and two rectangles with an A side and a B side ($A \times B$).
As we can see, if we were to distribute the exponent thru the parenthesis we would miss out on rectangles AB, and BA. if $A = B$ then we have removed half the area of the square created by squaring $A+B$
You can perform this experiment yourself! Get a ruler and draw out the lengths on a sheet of paper.
1 not really surprised as new math which does a horrible job at explaining simple mathematical concepts.
2 However it is distributive across multiplication:
$(2*3)^2 = (2^2 * 3^2) =4 \times 9 = 36$
$(2*3)^2 = (6) ^ 2 = 36$
There are only a couple of things in mathematics that there is not a good explanation as to why it is wrong/right (the three base axioms). One of those is why 1 + 1 = 2 instead of 3 or 4. Everything else has a clear explanation (or not so clear, but an explanation nonetheless) as to why it is wrong or right.
– Questor May 19 '23 at 17:29