To prove the distributive property for complex numbers, we need to show that:
t(w+z)=(tw)+(tz)
Definitions:
- t=r+is
- w=u+iv
- z=x+iy
where r,s,u,v,x,y∈R.
Step 1: Expand w+z
w+z=(u+iv)+(x+iy)=(u+x)+i(v+y)
Step 2: Multiply t with w+z
t(w+z)=(r+is)((u+x)+i(v+y))
Using the distributive property of real numbers and i2=−1:
t(w+z)=r(u+x)+ri(v+y)+is(u+x)+i2s(v+y)
t(w+z)=r(u+x)+ir(v+y)+is(u+x)−s(v+y)
t(w+z)=(r(u+x)−s(v+y))+i(r(v+y)+s(u+x))
Step 3: Expand tw and tz separately
-
tw=(r+is)(u+iv):
tw=ru+riv+isu+i2sv
tw=ru−sv+i(rv+su)
-
tz=(r+is)(x+iy):
tz=rx+riy+isx+i2sy
tz=rx−sy+i(ry+sx)
Step 4: Add tw and tz
tw+tz=((ru−sv)+i(rv+su))+((rx−sy)+i(ry+sx))
tw+tz=(ru−sv+rx−sy)+i(rv+su+ry+sx)
Step 5: Compare t(w+z) and tw+tz
-
From t(w+z), we have:
t(w+z)=(r(u+x)−s(v+y))+i(r(v+y)+s(u+x))
-
From tw+tz, we have:
tw+tz=(ru+rx−sv−sy)+i(rv+ry+su+sx)
Both expressions are identical. Thus:
t(w+z)=tw+tz
Conclusion:
The multiplication of complex numbers is distributive over addition.
Would you like a more detailed breakdown of any step or additional examples? Here are some related questions:
- How do you prove associativity of complex number multiplication?
- Why is i2=−1 crucial in these calculations?
- Can you illustrate this property geometrically in the complex plane?
- How does this distributive property relate to vector addition?
- What happens if t,w,z are purely imaginary numbers?
Tip: Always expand terms systematically to avoid missing negative signs, especially when working with i2=−1.