a and b are 2 complex values such that a + b = 1 . Over all real values of a b , what is the maximum / infimum?
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.
But if b = x + y = n i then since x = 0 . 5 this must mean that y = n i − 0 . 5 , which in turn makes a = x − y = 1 − n i .
Then a b = ( 1 − n i ) ( n i ) = n i + n 2 , where n is a real number. The concept of magnitude for complex numbers only makes sense if we consider the absolute value, so while asking for the maximum value of a b doesn't really make sense, asking for the maximum value of ∣ a b ∣ , i.e., the magnitude of a b , would make sense and indeed give an answer of n 2 + n 4 , which goes to ∞ as n → ∞ ..
P.S.. I made the incorrect assumption that we were only to consider real numbers so you managed to trick me. :(
Problem Loading...
Note Loading...
Set Loading...
This requires the following: ( x − y ) ( x + y ) = x 2 − y 2 and i = − 1 . We are letting a be x − y and b be x + y ,
( x + y ) + ( x − y ) = 2 x . If we make 2 x = 1 , x = 0 . 5 .
To maximize the use of − y 2 for the maximum value, y 2 must be the smallest negative number. This means that b can only be represented as n ∗ i where n is a real number.
If we increase the value of n, the value of ab increases while a+b is still equal to 1.