How do you find the absolute value of 5+12i?
2 Answers
Explanation:
Quick method
The first couple of Pythagorean triples are:
3, 4, 5
5, 12, 13
So a right angled triangle with legs
Standard formula using Complex conjugate
abs(z) = sqrt(zbar(z))
So:
abs(5+12i) = sqrt((5+12i)(5-12i)) = sqrt(25+144) = sqrt(169) = 13
Two dimensional distance formula
The absolute value of a Complex number is its distance from
abs(x+iy) = sqrt(x^2+y^2)
In our example:
abs(5+12i) = sqrt(5^2+12^2) = sqrt(25+144) = sqrt(169) = 13
graph{y(x+0.0001y-5)(5y-12x)sqrt(-((x-5/2)^2+(y-6)^2-169/4))/sqrt(-((x-5/2)^2+(y-6)^2-169/4)) = 0 [-12.22, 16.78, -1.6, 13]}
Absolute value of
Explanation:
Absolute value of a complex number
hence absolute value of