Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Geometrical proof of: | x + y |^2 = | x |^2 + | y |^2 + x y* + x* y, where x, y ∈C?
I'm seeking a geometrical proof or interpretation of the above equation. Any ideas?
x* is the complex conjugate of x. For example, if x = a + bi, then x* = a - bi.
1 Answer
- ?Lv 510 years agoFavorite Answer
You can interpret this equation as the law of cosines.
Introduce z = -y, and write the numbers in the polar form
x = a exp(i φ), z = b exp(i ψ).
These numbers corespond to vectors in the Re-Im plane. The lengths of the vectors are a and b, and they form angles φ and ψ with the real axis.
|x-z| it the length of the third side of the triangle built on vectors x and y. According to the law of cosines
|x-z|^2 = a^2 + b^2 - 2 a b cos( φ - ψ) =
a^2 + b^2 - a b exp[ i (φ - ψ) + exp(-i (φ - ψ))] =
a^2 + b^2 - a exp(i φ) b exp(- i ψ) - a exp(-i φ) b exp(i ψ) =
|x|^2 + |z|^2 - x z* - x* z.
Substitute here z = - y to get your equality.