What is the solution of $a^2=b^2$?

630 Views Asked by At

How to solve $a^2=b^2$?

Should I consider if the number is negative or positive?

3

There are 3 best solutions below

0
On

$$a^2=b^2\implies a=\pm b$$ so they are either the same sign (or zero) or different sign ...

0
On

The equation is equivalent to $a^2-b^2 = 0$ or $(a-b)(a+b) = 0$, hence all $a,b\in\mathbb R$ with $b=a$ or $b = -a$ are solutions.

0
On

$$ a^2=b^2\Leftrightarrow |a|=|b| $$ $$ \Rightarrow a=b ~~~~~ \vee~~~~~ a=-b$$