Avoid Doing Complex Arithmetic

Algebra Level 3

True or False?

( 1 + i ) ( 1 + 2 i ) ( 1 + 3 i ) = ( 1 i ) ( 1 2 i ) ( 1 3 i ) ( 1 + i)( 1 + 2i) ( 1+3i) = ( 1 - i ) ( 1 - 2i) ( 1-3i)

Clarification : i = 1 i=\sqrt{-1} .

Bonus : Prove it without expanding all the terms.

False True

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.

7 solutions

Steven Chase
Aug 22, 2016

Moderator note:

Great! When multiplying complex numbers, it is often easier to evaluate them in the RCiS form, and perform those calculations separately. In this case, because ( r , π ) (r, \pi) and ( r , π ) (r,- \pi) yield the same point on the complex plane, the (surprising) result follows.

What is 'atan' in your answer?

Puneet Pinku - 4 years, 9 months ago

Log in to reply

arctangent

Steven Chase - 4 years, 9 months ago
Hobart Pao
Aug 22, 2016

This is sort of multiplying things out, but I did not multiply everything out.

( 1 + i ) ( 1 + 2 i ) = 3 i 1 (1+i) (1+2i) = 3i-1

( 1 i ) ( 1 2 i ) = 3 i 1 = ( 3 i + 1 ) (1-i)(1-2i) = -3i - 1 = -(3i + 1)

For the LHS, we have ( 3 i 1 ) ( 3 i + 1 ) (3i-1)(3i+1)

For the RHS, we have ( 3 i + 1 ) ( 1 3 i ) -(3i+1)(1-3i) which is the same as ( 3 i 1 ) ( 3 i + 1 ) (3i-1)(3i+1)

Thus, LHS = RHS and I didn't multiply everything out.

Kris Hauchecorne
Aug 23, 2016

Tan(x+y+z)=(tanx+tany+tanz-tanx.tany.tanz)/(1-tanx.tany-tany.tanz-tanz.tanx)=0

X+y+z=kπ, with x,y,z<π/2 this means k=1

Complex numbers are rotations, All rotations in L are positieve, All rotations in R are negatieve and Both yield to a rotation over angle pi.

Also, if L=R, then LL=RR=100 and thus L=+/-R=+/-10.

With rotation over π, this leaves -10 as a sollution: L=R=-10.

Calvin Lin Staff
Aug 22, 2016

This is a placeholder. If no one else has added a non brute force solution by Sept 1st, I will add mine.

Hint: What is tan 1 1 + tan 1 2 + tan 1 3 \tan^{-1} 1 + \tan^{-1} 2 + \tan^{-1} 3 ?

Joe Potillor
Nov 9, 2016

I'm not quite sure how to zoom it in to make the answer a bit more visible, but I hope you can see the solution. I used trig form of complex numbers to prove the equations true.

Cropping the image would reduce the amount of unnecessary white space, which allows us to display the image larger. I've edited it for you.

The trigonometric form of complex numbers is a good way to deal with multiplying so many of them easily.

Calvin Lin Staff - 4 years, 7 months ago
Zach Bian
Sep 3, 2016

Open up interactive Python:

1
2
>>> complex(1,1)*complex(1,2)*complex(1,3) - complex(1,-1)*complex(1,-2)*complex(1,-3)
0j

Pi Han Goh
Aug 24, 2016

Proving the statement is equivalent to proving the equivalent form:

( 1 + i ) ( 1 + 2 i ) ( 1 + 3 i ) ( 1 i ) ( 1 2 i ) ( 1 3 i ) = 1 ( i i 1 + i 1 i ) ( i i 1 + 2 i 1 2 i ) ( i i 1 + 3 i 1 3 i ) = 1 i + i 2 i i 2 i + 2 i 2 i 2 i 2 i + 3 i 2 i 3 i 2 = 1 ( i 1 ) ( i 2 ) ( i 3 ) ( i + 1 ) ( i + 2 ) ( i + 3 ) = 1 \begin{array} { r l c r} &\dfrac{ ( 1 + i)( 1 + 2i) ( 1+3i) }{ ( 1 - i ) ( 1 - 2i) ( 1-3i) } &= &1 \\ \Leftrightarrow &\left( \dfrac ii \cdot \dfrac{1+i}{1-i} \right) \left( \dfrac ii \cdot \dfrac{1+2i}{1-2i} \right) \left( \dfrac ii \cdot \dfrac{1+3i}{1-3i} \right) &= & 1 \\ \Leftrightarrow & \dfrac{i + i^2}{i - i^2} \cdot \dfrac{i + 2i^2}{i - 2i^2} \cdot \dfrac{i + 3i^2}{i - 3i^2} &= & 1 \\ \Leftrightarrow & \dfrac{(i-1)(i-2)(i-3)}{(i+1)(i+2)(i+3)}&= & 1 \end{array}

Let f ( x ) = ( x 1 ) ( x 2 ) ( x 3 ) f(x) = (x-1)(x-2)(x-3) and g ( x ) = ( x + 1 ) ( x + 2 ) ( x + 3 ) g(x) = (x+1)(x+2)(x+3) . By Vieta's formula , we can quickly expand these polynomials to get

{ f ( x ) = x 3 6 x 2 + 11 x 6 g ( x ) = x 3 + 6 x 2 + 11 x + 6 { f ( i ) = i 3 6 i 2 + 11 i 6 = 10 i g ( i ) = i 3 + 6 i 2 + 11 i + 6 = 10 i ( i 1 ) ( i 2 ) ( i 3 ) ( i + 1 ) ( i + 2 ) ( i + 3 ) = f ( i ) g ( i ) = 1 . \begin{cases} f(x) = x^3 - 6x^2 + 11x - 6 \\ g(x) = x^3 + 6x^2 + 11x + 6 \end{cases} \; \Rightarrow \; \begin{cases} f(i) = i^3 - 6i^2 + 11i - 6= 10i \\ g(i) = i^3 + 6i^2 + 11i + 6 = 10i \end{cases} \; \Rightarrow \; \dfrac{(i-1)(i-2)(i-3)}{(i+1)(i+2)(i+3)} = \dfrac{f(i)}{g(i)} = 1 \; .

We're done!

That's more time consuming than performing the complex arithmetic. Note that you essentially did it in the end by expanding out f ( x ) , g ( x ) f(x), g(x) .

Calvin Lin Staff - 4 years, 9 months ago

Log in to reply

Haha, I know. I just want to write a different (yet lousier) approach.

Pi Han Goh - 4 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...