Thread Closed

In two equal complex numbers, what parts are equal to each other?

 
Share Thread Thread Tools
Jan9-10, 10:02 AM   #1
 

In two equal complex numbers, what parts are equal to each other?


When there are, say, two complex numbers that are equal. What can we say about their equality? Can we say that the real part of one is equal to the real part of the other? Similarly, can we say that the complex part of one is equal to the complex part of the other?

Is this what it means when we say two complex numbers are equal?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Jan9-10, 10:04 AM   #2
 
yyes
 
Jan9-10, 10:10 AM   #3
 
Can we say this for complex numbers in polar form also? That is, can we say that their magnitudes and their angles are the same?
 
Jan9-10, 10:13 AM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

In two equal complex numbers, what parts are equal to each other?


Yes, as long as you have the constraint that [itex]\theta\in[0,2\pi)[/itex] (Or some other suitable interval).
 
Jan9-10, 10:22 AM   #5
 
But I don't see the intuition behind why, in two complex numbers, the real part of one is equal to only the real part of the other, and the same thing for the complex part.
 
Jan9-10, 10:35 AM   #6
 
It is like a vector equation. You can think of a complex number a+bi as (a,b).

With vectors, [a,b]=[c,d] is equivalent to a=c and b=d. The same applies to complex numbers. (a,b)=(c,d) is equivalent to a=c and b=d.

It becomes clear when you visualize numbers in the complex plane as vectors from the origin to a point (a,b).
 
Jan9-10, 11:26 AM   #7
 
or like any other constant c, x + cy = u + cv --> x=u & y=v & replace c with i
 
Jan10-10, 06:43 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Juwane View Post
But I don't see the intuition behind why, in two complex numbers, the real part of one is equal to only the real part of the other, and the same thing for the complex part.
Because that is the way it is defined. "a+ bi= c+ di" is defined to mean "a= c and b= d". Surely that definition is in your text book.
 
Jan10-10, 08:53 AM   #9
 
Quote by Juwane View Post
But I don't see the intuition behind why, in two complex numbers, the real part of one is equal to only the real part of the other, and the same thing for the complex part.
Not only is it defined like that, but it makes sense intuitively in a geometric view. The two numbers are equal if they make the triangles they make with the axes are identical without transformation on an argand diagram.

The argand diagram view also shows an interpretation of why the components are separate, along the same reasons for vectors and vector spaces of any dimensionality. The components are independent... if you add a real number to a complex number, only the real component changes, and if you add an imaginary number to a complex number, only the imaginary component changes.
 
Jan10-10, 10:34 AM   #10
 
Recognitions:
Science Advisor Science Advisor
Quote by fourier jr View Post
or like any other constant c, x + cy = u + cv --> x=u & y=v & replace c with i
This is plainly false. An extreme counter-example would be c=0, for then y and v can be anything. Complex numbers are (usually) defined as ordered pairs, and two ordered pairs (a,b) and (c,d) are defined to be (/characterized by being) equal iff a=c and b=d.
 
Jan10-10, 10:49 AM   #11
 
for a good answer refer to chapter 7
Introduction to Mathematical Philosophy
By Bertrand Russell
available in google books too
 
Jan10-10, 11:42 AM   #12
 
So let me get this straight.

If two complex numbers in rectangular form are equal to each other, then the real part and the imaginary part of one are equal to the corresponding parts of the other.

If two complex numbers in polar form are equal to each other, then the magnitude and the angle of one are equal to the corresponding parts of the other, except that there could be a multiple of 2pi in the angle of one of the numbers.

Am I right?
 
Jan10-10, 07:02 PM   #13
 
Quote by Juwane View Post
So let me get this straight.

If two complex numbers in rectangular form are equal to each other, then the real part and the imaginary part of one are equal to the corresponding parts of the other.

If two complex numbers in polar form are equal to each other, then the magnitude and the angle of one are equal to the corresponding parts of the other, except that there could be a multiple of 2pi in the angle of one of the numbers.

Am I right?
If they are equal they are equal - if you have a parameterization then their parameterizations must be equal - because they are equal.
 
Jan11-10, 06:38 AM   #14
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Juwane View Post
So let me get this straight.

If two complex numbers in rectangular form are equal to each other, then the real part and the imaginary part of one are equal to the corresponding parts of the other.

If two complex numbers in polar form are equal to each other, then the magnitude and the angle of one are equal to the corresponding parts of the other, except that there could be a multiple of 2pi in the angle of one of the numbers.

Am I right?
Yes, that is exactly what has been said here and exactly what any book will give as the definition of the "rectangular" and "polar" forms for complex numbers.

The "[itex]2\pi[/itex]" exception for polar form is because [itex]\theta[/itex] and [itex]\theta+ 2\pi[/itex] give exactly the same angle with the positive real axis.
 
Jan11-10, 09:23 PM   #15
 
Blog Entries: 1
Here's a fairly intuitive proof that equal complex numbers have equal real and imaginary parts.
Suppose that [tex]a+bi=c+di[/tex], but [tex]b \neq d[/tex]. Then [tex]a-c=(d-b)i[/tex] and therefore [tex]i=\frac{a-c}{d-b}[/tex].
But this would mean that i is a real number, which is impossible. (In case you don't know why, square of a positive number is positive, the square of 0 is zero, and the square of a negative number is positive, no real number has a square which is negative, and hence i cannot be real).
So our original assumption is wrong, and thus equal complex numbers have equal imaginary parts, and [tex]b=d[/tex]. But then [tex]a+bi=c+bi[/tex], which implies that [tex]a=c[/tex]. So equal complex numbers have equal real parts as well.

Hope this helps.
 
Jan12-10, 07:53 AM   #16
 
Though all of the explanations here are correct I think they miss the point. A complex number is just a vector with two coordinates.

i is the vector (0,1). The purely imaginary axis is the y axis. These are the vectors (0,y) which by the definition of i is the same as iy. The purely real axis is the x axis. The vector (x,y) can be written as x + iy. This is nothing more than notation for the x,y coordinates of a 2 dimensional vector space.

Two vectors are equal iff their coordinates are equal. This has nothing to do with complex multiplication. It is just the equality of two vectors in a coordinate system.

Polar coordinates is just another coordinate system and works whether or not you think of the plane as a vector space or as the complex plane.
 
Jan12-10, 03:43 PM   #17
 
Recognitions:
Science Advisor Science Advisor
Quote by wofsy View Post
Though all of the explanations here are correct I think they miss the point. A complex number is just a vector with two coordinates.
I think this point has been mentioned:
Quote by Landau View Post
Complex numbers are (usually) defined as ordered pairs - with particular rules for the sum and product- , and two ordered pairs (a,b) and (c,d) are defined to be (/characterized by being) equal iff a=c and b=d.
 
Thread Closed
Thread Tools


Similar Threads for: In two equal complex numbers, what parts are equal to each other?
Thread Forum Replies
dividing curve area in to equal parts? Calculus 3
Numbers in Triangle Rows of 3 are equal rows of 4 are equal Brain Teasers 2
Minimum boundary when dividing eqilateral triangle in 4 equal sized parts General Math 2
Equal areas in equal times Calculus & Beyond Homework 3
Triangular numbers, T(An +B), that equal (Cn+D)*(En+F) for all n Linear & Abstract Algebra 3