i can be expressed as a + b i , where i = − 1 , then what is ( a + b ) 2 ?
If
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Method 3:
2 1 2 i
2 1 i 2 + 2 i + 1
2 1 ( 1 + i ) 2
= ± ( 2 1 + 2 i )
Log in to reply
Nice. In the last step, just as x 2 = ∣ x ∣ we would have ( 1 + i ) 2 = ∣ 1 + i ∣ , so the last line would be ± ( 2 1 + 2 i ) , where the principal square root would take the positive sign, as you have done.
Thanks for the solution. I didn't know there are so many.
I solved it using method 1.
i = a + b i , i = a 2 − b 2 + 2 a b i 2 a b i = i a n d a 2 = b 2 t h e r e f o r e 2 a b = 1 a n d b = ± a 2 a ( ± a ) = 1 t h e r e f o r e a = ± 2 1 = b t h e r e f o r e ( a + b ) 2 = ( 2 1 + 2 1 ) 2 = ( 2 2 ) 2 = ( 2 4 ) = $ 2 $
Assume that i = x + i y for some x , y ∈ ℜ .
Then i = x 2 − y 2 + 2 i x y
Comparing real and imaginary parts, we get:
x 2 − y 2 = 1 ; 2 x y = 1
Using the identity ( x 2 − y 2 ) = ( x 2 + y 2 ) 2 − ( 2 x y ) 2 , we get:
( x 2 − y 2 ) = 0 ⇒ x = 2 1 = y or x = − 2 1 = y .
Here, both must be of the same sign since 2 x y > 0 .
Hence, i = ± 2 1 ± 2 1 i
Finally giving the answer ( a + b ) 2 = ( ± 2 ) 2 = 2
Thanks for the solution. It is in fact my first real math problem.
in the second step,sign of y 2 shouls be -ve
Its simple square the relation. I=a²-b²+2abi then we get comparing coefficients a=b a=-b not possible. 2ab=1 a=b=±1/(2)½
Here's a pretty simple way I did in my head:
With complex numbers, to find the product of two of them you multiply their norms and add the angles to the x-axis. So, you want the complex number with norm 1 that is at 45 degrees to the x-axis, which happens to make a very familiar triangle. The hypotenuse is 1, so each side is 2 2 . Therefore, a + b = 2 , so the square of a + b is 2 .
Problem Loading...
Note Loading...
Set Loading...
Method 1: Since i = e i ∗ 2 π we have that
i = e i ∗ 4 π = cos ( 4 π ) + i ∗ sin ( 4 π ) = 2 2 + i ∗ 2 2 = a + b i ,
and so ( a + b ) 2 = ( 2 ∗ 2 2 ) 2 = 2 .
Method 2: With i = a + b i , square both sides of this equation to find that
i = a 2 − b 2 + 2 a b i .
Next, equating coefficients of real and complex terms from each side, we have that
a 2 − b 2 = 0 ⟹ a 2 = b 2 and 2 a b = 1 .
The second of these equations tells us that a and b must be of the same sign, so from the first equation we can conclude that a = b . Thus 2 a 2 = 1 , and so ( a + b ) 2 = ( 2 a ) 2 = 4 a 2 = 2 .