Understand the definition of a circle in the complex plane

Click For Summary

Homework Help Overview

The discussion revolves around the definition of a circle in the complex plane, specifically focusing on the equation |z| = 1 for the unit circle and exploring the implications of the distance between complex numbers. Participants are examining the geometric interpretations of these relationships and the algebraic manipulations involved.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to understand whether the distance r between two complex numbers can be considered a complex number and if the equation |z-c| = r represents a line in the complex plane. They also inquire about the implications of squaring both sides of the equation.
  • Some participants question the necessity of using epsilon-delta definitions in this context and discuss the equivalence of the equations |z-c| = r and |z-c|^2 = r^2.
  • Others suggest clarifying the definitions of distance and interior points in relation to subsets of the complex plane.

Discussion Status

The discussion is ongoing, with various interpretations being explored. Participants are providing guidance on the algebraic properties of complex numbers and the geometric implications of the equations discussed. There is no explicit consensus yet, as participants are still questioning assumptions and definitions.

Contextual Notes

There are mentions of potential confusion regarding the use of the same symbols for different concepts, as well as the distinction between subsets of the complex plane and higher-dimensional spaces. Participants are also considering the implications of their definitions and the geometric shapes represented by the equations.

Susanne217
Messages
311
Reaction score
0

Homework Statement



I know following that |z| = 1 where z \in \mathbb{C} is the definition of unit circle in the complex plane.

then if the exist another complex number c which lies within the distance r from z then distance from the two numbers kan be discribe as

|z-c| = r

If two questions here.

Since both z and c lies within the complex plane is the distance r also a complex number?

Can I conclude that |z-c| = r is a line within the complex plane?

Sincerely
Susanne

p.s. if I square this both sides

|z-c|^2 = r^2 then its a circle in the complex plane?
 
Last edited:
Physics news on Phys.org
Edit: I left out a ^2 on the |z|, or a square root on the stuff after the first =, so I'm editing to fix that (after Susanne's reply below).

|z|=\sqrt{z^*z}=\sqrt{(x-iy)(x+iy)}=\sqrt{x^2+y^2}[/itex] is a non-negative real number for every complex z (=x+iy).<br /> <br /> Note that |z-c|=r is true if, and only if, |z-c|^2=r^2 is true. So it&#039;s not possible that they define different geometrical shapes.
 
Last edited:
Fredrik said:
|z|=z^*z=(x-iy)(x+iy)=x^2+y^2 is a non-negative real number for every complex z (=x+iy).

Note that |z-c|=r is true if, and only if, |z-c|^2=r^2 is true. So it's not possible that they define different geometrical shapes.

I can see that it has been a long while since I had my analysis :)

But if I define

z = r \cdot cos(v) + i \cdot r sin(v) where r > 0 and v \in \mathbb{R}

Then modulus of z is defined |z| and if v = arg(z) then |z| = r

and if there exist a second complex number called c

which is defined

c = r \cdot cos(v) + i \cdot r sin(v)

Then Euclidian distance between the two numbers are

d(z,c) = |z-c| = r?

EDIT: Do I need to show here that the two complex number do in fact lie within the same subset so I'm able to conclude that |z-c| = r? If yes do I need to go out in an epsilon-delta definition here?

if they both belong to the same subset of \mathbb{C}

and the distance between the two is found by squaring on both sides of equality (according to my textbook)

|z-c|^2 = r^2

and hence |z-c| = r \Leftrightarrow |z-c|^2 = r^2

Sincerely
Susanne
 
Last edited:
There was mistake in my previous post. I have fixed it now, so look at it again.

Susanne217 said:
z = r \cdot cos(v) + i \cdot r sin(v) where r > 0 and v \in \mathbb{R}

Then modulus of z is defined |z| and if v = arg(z) then |z| = r
Actually, regardless of what v is, you have

z=\sqrt{z^*z}=\sqrt{r^2\cos^2v+r^2\sin^2v}=\sqrt{r^2}=|r|

but if you assumed r to be positive, you have r=|r| anyway, so this makes no difference.

Susanne217 said:
Then Euclidian distance between the two numbers are

d(z,c) = |z-c| = r?
That's the correct definition of distance. Just be careful not to use the same letter to mean different things. You have already used "r" in three different ways, to mean |z|, |c| and |z-c|.

Susanne217 said:
EDIT: Do I need to show here that the two complex number do in fact lie within the same subset so I'm able to conclude that |z-c| = r? If yes do I need to go out in an epsilon-delta definition here?

if they both belong to the same subset of \mathbb{C}
I don't understand what you're trying to do, but nothing you have mentioned so far suggests that you need to consider epsilon-delta stuff, or anything else from calculus. This is just algebra.

Susanne217 said:
and the distance between the two is found by squaring on both sides of equality (according to my textbook)

|z-c|^2 = r^2

and hence |z-c| = r \Leftrightarrow |z-c|^2 = r^2
I think you misunderstood something. The distance between z and c is |z-c|, as you said yourself. Also, my point when I mentioned that the two equations are equivalent, was that if we try to define a geometric shape by saying that it's the set of points for which a certain equation is true, then an equivalent equation will obviously define the same shape.
 
Fredrik said:
I think you misunderstood something. The distance between z and c is |z-c|, as you said yourself. Also, my point when I mentioned that the two equations are equivalent, was that if we try to define a geometric shape by saying that it's the set of points for which a certain equation is true, then an equivalent equation will obviously define the same shape.

I was trying to remember something from Analysis where in metric space we have

If c is a point in \mathbb{R}^n and that r is a given positive number. Then the set of all points x in \mathbb{R}^n such that

|x-c| &lt; r which is called an open n-ball of radius r and center c. Which is denoted B(c;r). Where B(c;r) consists of all points whose distance from c is less than r.

and if there exists a subset T of \mathbb{R}^n and asuming c \in T then c is an interior point of S if there is an open ball with center at c of all points in T.

My question is do I apply this definition to my situation and say let c be a complex number in
\mathbb{C}^n and let r be a positive number. Then the set of all complex numbers z \in \mathbb{C}^n is

|z-c| = r and if c is a interior point of the subset T of \mathbb{C}^n then this implies

|z-c|^2 = r^2??

But if expand this I get

|z|^2 + |c|^2 - \overline{z}c - \overline{c}z = r^2 which implies that

|z|^2 - \overline{z}c - \overline{c}z + |c|^2 -r^2 = 0

and if I set d = |c|^2 -r^2 where t is a real number then

|z|^2 - \overline{z}c - \overline{c}z + d = 0

Have I got this correctly?

if yes to get the socalled generalized circle from the above the two minus signs has to change to plus and I have to multiply |z|^2 by a real number b and just to fail to realize why I must to do this?

I multiply by a real number don't a still get a circle, but just small? depending on the size of b?
 
Last edited:
Susanne217 said:
My question is do I apply this definition to my situation and say let c be a complex number in
\mathbb{C}^n and let r be a positive number.
It's hard to answer, because I don't know what you mean by "my situation". I don't see what exactly you're asking.

\mathbb C^n would be the set of ordered n-tuples of complex numbers (z_1,\dots,z_n). We're not going to be needing any of those. Besides, you'd have to define "distance" differently in that space. The definition d((z_1,\dots,z_n),(w_1,\dots,w_n))=\sqrt{z_1^*w_1+\cdots+z_n^*w_n} would work. (But ignore that for now, it's not relevant here).

Susanne217 said:
Then the set of all complex numbers z \in \mathbb{C}^n is

|z-c| = r
The set \{z\in \mathbb C|\ |z-c|=r\} is a subset of \mathbb C, not \mathbb C^n. Compare this to the definition of an open ball, and you'll see that this is the boundary of B(c;r), i.e. the open ball of radius r around c, in the metric space \mathbb C.

Susanne217 said:
and if c is a interior point of the subset T of \mathbb{C}^n then this implies

|z-c|^2 = r^2??
No it would imply that there exists s>0 such that B(c;s) is a subset of T, but I don't know why you're concerned with interior points, and you really need to stop using the same letter for many different things. You also seem to be confusing \mathbb C^n with \mathbb C.

A complex number like c+r/2 is an interior point of B(c;r), because B(c+r/2;r/2) is a subset of B(c;r).

Susanne217 said:
But if expand this I get

|z|^2 + |c|^2 - \overline{z}c - \overline{c}z = r^2 which implies that

|z|^2 - \overline{z}c - \overline{c}z + |c|^2 -r^2 = 0

and if I set t = |c|^2 -r^2 where t is a real number then

|z|^2 - \overline{z}c - \overline{c}z + t = 0
I don't know why you're doing these things or why the result surprises you.
 
Fredrik said:
It's hard to answer, because I don't know what you mean by "my situation". I don't see what exactly you're asking.

\mathbb C^n would be the set of ordered n-tuples of complex numbers (z_1,\dots,z_n). We're not going to be needing any of those. Besides, you'd have to define "distance" differently in that space. The definition d((z_1,\dots,z_n),(w_1,\dots,w_n))=\sqrt{z_1^*w_1+\cdots+z_n^*w_n} would work. (But ignore that for now, it's not relevant here).


The set \{z\in \mathbb C|\ |z-c|=r\} is a subset of \mathbb C, not \mathbb C^n. Compare this to the definition of an open ball, and you'll see that this is the boundary of B(c;r), i.e. the open ball of radius r around c, in the metric space \mathbb C.


No it would imply that there exists s>0 such that B(c;s) is a subset of T, but I don't know why you're concerned with interior points, and you really need to stop using the same letter for many different things. You also seem to be confusing \mathbb C^n with \mathbb C.

A complex number like c+r/2 is an interior point of B(c;r), because B(c+r/2;r/2) is a subset of B(c;r).


I don't know why you're doing these things or why the result surprises you.

I don't know either, but I am trying to understand the definition of the generalized circle in the complex plane

mentioned here
http://en.wikipedia.org/wiki/Generalised_circle

but I go stuck at point mentioned in my previous post :cry:

and to understand you correctly Fredrik then firstly if all complex numbers z in C^n then there exists a complex number c such that

d(z,c) = |z-c|=r

which simply implies that

|z-c|^2 = r^2 ?

/Susanne
 
There are no complex numbers in \mathbb C^n. The set of complex numbers is \mathbb C. A sphere of radius r around a complex number c would be defined the same way as in any metric space, as \{z\in\mathbb C| d(z,c)=r\}. The metric on \mathbb C is defined by d(z,w)=|z-w|, so that sphere of radius r around c can be written as \{z\in\mathbb C|\ |z-c|=r\}. Consider the special case c=0, r=1. That's the set of complex z satisfying |z|=1. If you write z=x+iy, with x and y real, that equality turns into 1=|z|=\sqrt{x^2+y^2}.

This is clearly a circle in \mathbb R^2=\mathbb C. Note that the set \mathbb R^2 of ordered pairs of real numbers, and the set \mathbb C of complex numbers are the same set. The field \mathbb C is just the set \mathbb R^2 with a funny multiplication operation defined on it.

Also note that this means that \{z\in\mathbb C|\ |z|=1\} and \{(x,y)\in\mathbb R^2|x^2+y^2=1\} are the same set.
 
Last edited:
Okay Fredrik,

My mistake. So my task is to loook at C^n as a field and by that obtain the correct operations to get the circle?
 
  • #10
No. Why do you think \mathbb C^n is relevant at all?

Do you understand why |z|=1 defines a circle?
 
Last edited:
  • #11
Fredrik said:
No. Why do you think \mathbb C^n is relevant at all?

Do you understand why |z|=1 defines a circle?

yes I understand it defines the unit circle in the complex plane! A circle or radius r = 1.

I thought it need to show that with a circle there lies a point called c which is a complex number or do I just assume this?
 
  • #12
I'm still really confused about what you want to do and why. Do you want to prove that the set of all complex z satisfying |z|<1 isn't empty? This is the proof: |0|=0<1. No need to mention \mathbb C^n.

You linked to a Wikipedia article earlier, but it talks about points in \mathbb C, not \mathbb C^n.
 
  • #13
Fredrik said:
I'm still really confused about what you want to do and why. Do you want to prove that the set of all complex z satisfying |z|<1 isn't empty? This is the proof: |0|=0<1. No need to mention \mathbb C^n.

You linked to a Wikipedia article earlier, but it talks about points in \mathbb C, not \mathbb C^n.

I looked at my notes again and like the link yes its suppose to be \mathbb C

but maybe you can explain to my the it expand |z-c|^2 = r^2

that I can change the sign in front of -c\overline{z} -\overline{c}z to
c\overline{z} +\overline{c}z? Like in the example?

Is there some rule with addition of complex numbers and their modulus which I have forgotten? Which allows the matematician to do this?

and why multiply |z^2| by a real number? to decrease the size of circle?

Sincerely
Susanne
 
  • #14
Susanne217 said:
but maybe you can explain to my the it expand |z-c|^2 = r^2
You need to be more specific. Is there a step in the derivation in this section of the generalized circle article that you don't understand?

Susanne217 said:
that I can change the sign in front of -c\overline{z} -\overline{c}z to
c\overline{z} +\overline{c}z? Like in the example?
I don't understand why you're talking about changing the signs. And I'm not sure what example you're talking about. There's no sign change in the section I just linked to.

Susanne217 said:
Is there some rule with addition of complex numbers and their modulus which I have forgotten?
I can't answer that, obviously, but there isn't much to remember. If you write z=x+iy and w=u+iv, with x,y,u,v real, can you tell me what the following are equal to?

z*
zw
(zw)*
z+z*
z-z*
z*z

(Physicists usually use the asterisk (^*) instead of \overline for complex conjugation, but feel free to use \overline if you prefer).

Susanne217 said:
and why multiply |z^2| by a real number? to decrease the size of circle?
That step is pointless. They're trying to explain that any circle is also a generalized circle, but they're doing it badly. They should have started by defining a "generalized circle" to be a set of the form

\{z\in\mathbb C|Az\overline z+Bz+D\overline z+D=0\}

where A and D are real, and C=B*. And then they should have just told you that the choices A=1, B=-c*, C=-c, D=|c|2-r2 gives you the equation of a circle of radius r around c.
 
Last edited:
  • #15
Hi Frederik

What I am talking about is the step in the link where they jump from

|z^2| - z\overline{c} - \overline{z}c + |c^2|-r^2 = 0

To something like

A|z^2| + Bz + C\overline{z} + D = 0

is that because the author of that wiki-link is say

that

\overline{c} = B discribes he complex conjugate of c

and that c = C and C is a complex number C

and D = |c^2|-r^2

Is that what they are doing?

Sincerely Susanne
 
  • #16
If you multiply the first equation by A, you obviously have to set B=-\overline c,\ C=-c,\ D=|c|^2-r^2 to get the second equation. The lower case c is a complex number because you started with the equation of a circle in the complex plane, with c at the center.
 
  • #17
Fredrik said:
If you multiply the first equation by A, you obviously have to set B=-\overline c,\ C=-c,\ D=|c|^2-r^2 to get the second equation. The lower case c is a complex number because you started with the equation of a circle in the complex plane, with c at the center.

Thank You Fredrik,

I think I understand it now for the most part :)

So the trick is to say

Let c,z \mathbb{C} and the metric distance between these two points are defined as
d(c,z) = |z-c| = r \Leftrightarrow |z-c|^2 = r^2 which expanded gives

|z|^2 + |c|^2 - \overline{c}z - c\overline{z} = r^2

Let A,D \in \mathbb{R}

and by setting

B = -\overline{c} and C = -c D = r^2 - |c|^2 I arrive at

which is

A|z|^2 + Bz + C\overline{z} + D = 0, z\in \mathbb{C} which is the generalized circle in the set of all complex numbers.

If I set A = 1 then its a circle then its a circle in the complex plane with c as the center.

and if A and D er zero then it a line in the complex plane and if B = 1 if C, D = 0 its just a point in the complex of radius zero.

Is this it?

Sincerely
Susanne
 
  • #18
That's essentially correct, but there are some inaccuracies in what you said.

Susanne217 said:
Let c,z \mathbb{C} and the metric distance between these two points are defined as
d(c,z) = |z-c| = r \Leftrightarrow |z-c|^2 = r^2
That makes no sense. You shouldn't try to say several things at once. The distance d(c,z) between c and z is defined by d(c,z)=|c-z|. The circle of radius r around c is the set of all z that satisfies d(z,c)=r. That equation is equivalent to |z-c|^2=r^2.

Susanne217 said:
which expanded gives

|z|^2 + |c|^2 - \overline{c}z - c\overline{z} = r^2
OK.

Susanne217 said:
Let A,D \in \mathbb{R}

and by setting

B = -\overline{c} and C = -c D = r^2 - |c|^2 I arrive at

which is

A|z|^2 + Bz + C\overline{z} + D = 0, z\in \mathbb{C} which is the generalized circle in the set of all complex numbers.
You got the sign of D wrong. Also, the equation you end up with has A=1, so you should have mentioned that.

Susanne217 said:
If I set A = 1 then its a circle then its a circle in the complex plane with c as the center.
If you set A=1 in an equation that defines a generalized circle, then you get a circle, but you can't tell where the center is. Your equation has C=B*=-c, and that means that the circle it represents is centered at c, but you can't "set A=1", because A is already =1.

You should have stated the definition of a generalized circle first, and then made a comment along these lines.

Susanne217 said:
and if A and D er zero then it a line in the complex plane
You only need to set D=0 if you want to make sure that it's a line through the origin, and...I didn't notice this until now, but the condition C=B* can't be a part of the definition of a generalized circle, because then the only straight lines that satisfy the definition of a generalized circle would be of the form Re z=constant. This means that the Wikipedia article is worse than I thought. I think any set of the form

\{z\in\mathbb C|Az\overline z+Bz+C\overline z+D=0\}

where A,B,C,D are complex numbers, should be called a generalized circle.

Susanne217 said:
and if B = 1 if C, D = 0 its just a point in the complex of radius zero.
These choices give us A|z|^2+z=0, which is equivalent to z=-1/A*, and yes, that's a point.
 
  • #19
Fredrik said:
That's essentially correct, but there are some inaccuracies in what you said.


That makes no sense. You shouldn't try to say several things at once. The distance d(c,z) between c and z is defined by d(c,z)=|c-z|. The circle of radius r around c is the set of all z that satisfies d(z,c)=r. That equation is equivalent to |z-c|^2=r^2.


OK.


You got the sign of D wrong. Also, the equation you end up with has A=1, so you should have mentioned that.


If you set A=1 in an equation that defines a generalized circle, then you get a circle, but you can't tell where the center is. Your equation has C=B*=-c, and that means that the circle it represents is centered at c, but you can't "set A=1", because A is already =1.

You should have stated the definition of a generalized circle first, and then made a comment along these lines.


You only need to set D=0 if you want to make sure that it's a line through the origin, and...I didn't notice this until now, but the condition C=B* can't be a part of the definition of a generalized circle, because then the only straight lines that satisfy the definition of a generalized circle would be of the form Re z=constant. This means that the Wikipedia article is worse than I thought. I think any set of the form

\{z\in\mathbb C|Az\overline z+Bz+C\overline z+D=0\}

where A,B,C,D are complex numbers, should be called a generalized circle.


These choices give us A|z|^2+z=0, which is equivalent to z=-1/A*, and yes, that's a point.

maybe we should write a new wiki page on subject :) One final point if I set B,C, D = 0

then the result of the circle equation is the empty set. isn't it?

Sincerely
Susanne
 
  • #20
Susanne217 said:
One final point if I set B,C, D = 0

then the result of the circle equation is the empty set. isn't it?
No it's not. What does the equation look like when you've set B=C=D=0? You're saying that it doesn't have any solutions, but it does.
 
  • #21
Fredrik said:
No it's not. What does the equation look like when you've set B=C=D=0? You're saying that it doesn't have any solutions, but it does.

I can see that now then its still a point in the complex plane. Then A=B=C=D=0 is the only way for it to become the empty set?

Because if I set

a = 0 (which is a real number)

B = 0+i0 (Which is a complex number)

C = 0+i0

and r = 0

which implies that D = 0

then the only solution must be the empty set :(
 
Last edited:
  • #22
You're right that B=C=D=0 defines a point, the point 0 to be exact.

It seems that you're still not really thinking about what the definition of the generalized circle means. We defined a generalized circle to be a set of the form

\{z\in\mathbb C|Az\overline z+Bz+C\overline z+D=0\}

where A,B,C,D are complex numbers. Now consider specifically the "generalized circle" with A=B=C=D=0. What set is that? (You really need to think about what the definition above means).

This actually means that I didn't get the definition quite right. We don't want this set to be called a generalized circle, so the definition should say that a generalized circle is a set of that form, with A,B,C,D complex numbers that are not all zero.
 
  • #23
Fredrik said:
You're right that B=C=D=0 defines a point, the point 0 to be exact.

Good that I understand :)

Fredrik said:
It seems that you're still not really thinking about what the definition of the generalized circle means. We defined a generalized circle to be a set of the form

\{z\in\mathbb C|Az\overline z+Bz+C\overline z+D=0\}

where A,B,C,D are complex numbers. Now consider specifically the "generalized circle" with A=B=C=D=0. What set is that? (You really need to think about what the definition above means).

This actually means that I didn't get the definition quite right. We don't want this set to be called a generalized circle, so the definition should say that a generalized circle is a set of that form, with A,B,C,D complex numbers that are not all zero.

As I understand if I define A=B=C=D=0 then the set contains no elements and hence its with those conditions the empty set.

Finally, I thought that A and D were suppose to be considered as real numbers? Only B and C complex?

Susanne
 
  • #24
Susanne217 said:
As I understand if I define A=B=C=D=0 then the set contains no elements and hence its with those conditions the empty set.
This is wrong. What does the choice A=B=C=D=0 do to the mathematical expression \{z\in\mathbb C|Az\overline z+Bz+C\overline z+D=0\}? What does that expression look like after you've set all those numbers to zero? (You really need to think about what the notation means. It helps to express it in words instead of symbols).

Susanne217 said:
Finally, I thought that A and D were suppose to be considered as real numbers? Only B and C complex?
No, they can all be complex. But note that A can be chosen to be real without loss of generality. Do you see why? When A is real and the generalized circle is a circle, then D is real too. Do you see why?
 
Last edited:
  • #25
Fredrik said:
This is wrong. What does the choice A=B=C=D=0 do to the mathematical expression \{z\in\mathbb C|Az\overline z+Bz+C\overline z+D=0\}? What does that expression look like after you've set all those numbers to zero? (You really need to think about what the notation means. It helps to express it in words instead of symbols).

looking at the notation. B = -*^c and C = -c and D = |c|^2-r^2

that means that if A = B = C = D = 0 then the equation doesn't represent a circle, line or point and if the multiplication of A with (z times *^z) that gives us a complex us real rumber times a complex number which is still a complex number, and if A is zero then that still gives us a complex number om the form 0+i0 and that just represents a point in both the complex set and real set. If D is zero that that means that both c and its positive and negative conjugate become zero and they still represent a point zero in both the complex and real plane. Then in order to making the equation represent the empty set do I have prove that it contains no elements and thusly is the empty set?

Fredrik said:
No, they can all be complex. But note that A can be chosen to be real without loss of generality. Do you see why? When A is real and the generalized circle is a circle, then D is real too. Do you see why?

All I can see here is that result in the same representation of the equation as a line, circle and point. Is that what you are referring to Fredrik?
 
  • #26
Susanne217 said:
looking at the notation. B = -*^c and C = -c and D = |c|^2-r^2

that means that if A = B = C = D = 0 then the equation doesn't represent a circle, line or point and if the multiplication of A with (z times *^z) that gives us a complex us real rumber times a complex number which is still a complex number, and if A is zero then that still gives us a complex number om the form 0+i0 and that just represents a point in both the complex set and real set. If D is zero that that means that both c and its positive and negative conjugate become zero and they still represent a point zero in both the complex and real plane. Then in order to making the equation represent the empty set do I have prove that it contains no elements and thusly is the empty set?
I didn't mean that you should tell me what shape a generalized circle is for different choices of A,B,C,D. I want you to think about what the notation means. Forget about the equation for the moment. Do you understand for example what \{x\in \mathbb R|x^2=1\} means? (And please don't say that it means that x is 1 or -1. I'm not asking you to solve the equation. I'm asking you tell me what the notation means).

The choice A=B=C=D=0 does not give you the empty set.

Susanne217 said:
All I can see here is that result in the same representation of the equation as a line, circle and point. Is that what you are referring to Fredrik?
I don't even know what the word "that" refers to in the first sentence. Sounds like you're referring to the text I quoted, but what you're saying doesn't answer the questions I asked. Here they are again: Why can you choose A to be real? Why does A being real imply that D is real too when the generalized circle is a circle?
 
  • #27
Fredrik said:
I didn't mean that you should tell me what shape a generalized circle is for different choices of A,B,C,D. I want you to think about what the notation means. Forget about the equation for the moment. Do you understand for example what \{x\in \mathbb R|x^2=1\} means? (And please don't say that it means that x is 1 or -1. I'm not asking you to solve the equation. I'm asking you tell me what the notation means).

The choice A=B=C=D=0 does not give you the empty set.


I don't even know what the word "that" refers to in the first sentence. Sounds like you're referring to the text I quoted, but what you're saying doesn't answer the questions I asked. Here they are again: Why can you choose A to be real? Why does A being real imply that D is real too when the generalized circle is a circle?

The first question is the set of real numbers which satisfies the equation x^2 = 1.

Sorry, about that my english gramma isn't very good...

What I don't understand about you question(sorry for me being dumb) if choose "a" to be real then he whole a|z|^2 and becomes a point in real plane by itself from what I see it..

However if choose a to be complex then a|z|^2 lies within the complex plane and hence by itself lies within the complex plan.
Thats the only difference that I can see at the moment :confused:

regarding the second question if B=C=D=0 then the point generated by the eqn is zero and the only element which is contained within the empty set is zero and thus its also the empty set. Can I put it like that?
 
  • #28
Susanne217 said:
The first question is the set of real numbers which satisfies the equation x^2 = 1.
Yes, that's exactly what I had in mind. In general, the notation \{x\in S|P\} means "the set of all x in the set S, for which the statement P is true". Now consider the set \{z\in\mathbb C|Az\overline z+Bz+C\overline z+D=0\} with A=B=C=D=0 again. (Edit: For some reason I wrote A=B=C=C instead of A=B=C=D=0 above. I have fixed it now, after you replied). What is the statement "P" in this case? For which values of z is that statement true?

Susanne217 said:
What I don't understand about you question(sorry for me being dumb) if choose "a" to be real then he whole a|z|^2 and becomes a point in real plane by itself from what I see it..
Now you seem to be talking about choosing A real after choosing B=C=D=0. That's not what we were discussing. You were supposed to consider an arbitrary generalized circle with A,B,C,D complex, and realize that there's always a generalized circle with A real that is actually the same set. Can you see why?

Susanne217 said:
However if choose a to be complex then a|z|^2 lies within the complex plane and hence by itself lies within the complex plan.
The solution to A|z|2=0 is the same regardless of A. It doesn't matter if A is real, as long as it's not =0.

Susanne217 said:
regarding the second question if B=C=D=0 then the point generated by the eqn is zero and the only element which is contained within the empty set is zero and thus its also the empty set. Can I put it like that?
With the assumptions you have made (you weren't supposed to set B=C=D=0, but I'll play along for the moment), it's correct that the only solution to the equation (which has been reduced to A|z|2=0 by your assumption) is z=0.

Maybe it's the language barrier, but it looks like you just said that the empty set contains 0. :confused: A set that contains something isn't empty. {0} is not equal to {}.
 
Last edited:
  • #29
Fredrik said:
Yes, that's right. In general, the notation \{x\in S|P\} means "the set of all x in the set S, for which the statement P is true". Now consider the set \{z\in\mathbb C|Az\overline z+Bz+C\overline z+D=0\} with A=B=C=C again. What is the statement "P" in this case? For which values of z is that statement true?

Thats the set of all complex numbers which satisfies the eqn for the generalized circle.

Fredrik said:
Now you seem to be talking about choosing A real after choosing B=C=D=0. That's not what we were discussing. You were supposed to consider an arbitrary generalized circle with A,B,C,D complex, and realize that there's always a generalized circle with A real that is actually the same set. Can you see why?

yes cause if I a to be real its still on the form a = x + i0 and that that it lies within the same plane if a = x+iy.

Fredrik said:
With the assumptions you have made (you weren't supposed to set B=C=D=0, but I'll play along for the moment), it's correct that the only solution to the equation (which has been reduced to Az=0 by your assumption) is z=0.

Maybe it's the language barrier, but it looks like you just said that the empty set contains 0. :confused: A set that contains something isn't empty. {0} is not equal to {}.

Maybe it is but in order for the eqn to represent the empty then I have to show that there exists a form of the eqn where there is no solution? Hence the empty set?

It can't be simply that any z which lies outside the circle represents the empty set?
 
  • #30
Susanne217 said:
Thats the set of all complex numbers which satisfies the eqn for the generalized circle.
And what is that equation in this case? (Sorry if my typo confused you. It's supposed to be A=B=C=D=0, not A=B=C=C. I have edited my post to correct the mistake). For which values of z is the equation true?

Susanne217 said:
yes cause if I a to be real its still on the form a = x + i0 and that that it lies within the same plane if a = x+iy.
You're just saying that \mathbb R\subset\mathbb C. That doesn't answer the question at all.

Susanne217 said:
Maybe it is but in order for the eqn to represent the empty then I have to show that there exists a form of the eqn where there is no solution? Hence the empty set?
I have told you lots of times that you won't end up with the empty set.

Susanne217 said:
It can't be simply that any z which lies outside the circle represents the empty set?
I don't know why you think points in the complex plane have anything to do with the empty set.
 

Similar threads

Replies
8
Views
3K
Replies
7
Views
3K
Replies
2
Views
1K
Replies
4
Views
2K
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 22 ·
Replies
22
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K