How to Prove the Recurrence Relation for the Number of Regions in a Plane?

  • Thread starter Thread starter e(ho0n3
  • Start date Start date
  • Tags Tags
    Plane
e(ho0n3
Messages
1,349
Reaction score
0
Hi everyone,

I'm stumped on this problem: Let R_n denote the nubmer of regions into which the plane is divided by n lines. Assume that each pair of lines meets in a point, but that no three lines meet in a point. Derive a recurrence relation for the sequence R_1, R_2, ...

After doing a couple of examples, the recurrence relation seems to be
R_n = R_{n-1} + n​
. I want to prove that this is the proper recurrence relation. More specifically, I want to show that when I cut a plane consisting of R_k regions with the appropriate line, k+1 of those regions will be divided in two so that the number of regions is R_{k+1} = R_k + k + 1. I can't think of any geometrical argument for this. Any tips?
 
Last edited:
Mathematics news on Phys.org
Okay, well you know there are k existing lines. Now, the (k+1)th line can, at maximum, cut through the k lines (if it is parallel to anyone line, it will not cut it). Show that this is possible, and that it is optimal. Also, recognize that if it passes through n lines, it cuts n+1 regions in half. Basically, you can think of the existing lines forming boundaries of regions, and include some boundaries at infinity. If the line goes from one boundary at infinity to another at infinity, and cuts through n lines, then the points it intersects (imagine it intersects some points at the infinite boundary) form a set. You'll notice that every consecutive pair of points it intersects means that it cuts a region in half. If there are n points in the set (including the 2 at infinity) then there will be n-1 split regions. Of course, since there are k lines, and we're including 2 boundary points, n-1 = k+1, so it splits k+1 regions. This is of course a rough argument, you can fix it up so that you're not treating it as though there are lines at infinity, but the idea is right.
 
Or you can use the Euler relation for the plane (F(n)+V(n)-E(n)=1), along with AKG's observations, (but you don't have to worry about regions anymore) i.e:

1. the (n+1)th line intersects the previous n lines creating n new vertices. Or, V(n+1)=V(n)+n

2. These intersections give rise to n new edges on the existing n lines and n+1 edges on the (n+1)th line.
Or E(n+1)=E(n)+n+1+n=E(n)+2n+1

Now plug these into Euler to get
F(n+1)=1-V(n+1)+E(n+1)=[1-V(n)+E(n)]+2n+1-n=F(n)+n+1

which is what you want.
 
My lack of intuition disables me from understanding your argument very well.

AKG said:
Okay, well you know there are k existing lines. Now, the (k+1)th line can, at maximum, cut through the k lines (if it is parallel to anyone line, it will not cut it). Show that this is possible, and that it is optimal.
What do you mean 'optimal'? What makes it optimal? The only way I can think of showing this is using one of Euclid's axioms.

Also, recognize that if it passes through n lines, it cuts n+1 regions in half. Basically, you can think of the existing lines forming boundaries of regions, and include some boundaries at infinity. If the line goes from one boundary at infinity to another at infinity, and cuts through n lines, then the points it intersects (imagine it intersects some points at the infinite boundary) form a set. You'll notice that every consecutive pair of points it intersects means that it cuts a region in half. If there are n points in the set (including the 2 at infinity) then there will be n-1 split regions. Of course, since there are k lines, and we're including 2 boundary points, n-1 = k+1, so it splits k+1 regions. This is of course a rough argument, you can fix it up so that you're not treating it as though there are lines at infinity, but the idea is right.
Interesting argument. Maybe things would be simpler if I just assume the plane is finite. I'll think about this some more and I'll post a proper argument when I have something.
Gokul43201 said:
Or you can use the Euler relation for the plane (F(n)+V(n)-E...
I would like to solve this problem without using graph theory (since this problem came from the chapter right before the chapters on graph theory). I'll consider this solution later on. Thanks.
 
AKG said:
Okay, well you know there are k existing lines. Now, the (k+1)th line can, at maximum, cut through the k lines (if it is parallel to anyone line, it will not cut it). Show that this is possible, and that it is optimal.

This is simply an extension of the Euclidean axiom that says "2 lines intersect at most, at one point". I don't believe there is any need to optimize anything in it.
 
e(ho0n3 said:
What do you mean 'optimal'? What makes it optimal? The only way I can think of showing this is using one of Euclid's axioms.
I suppose it's a trivial point, but show that it is, for example, better than having 2 parallel lines in there somewhere, or having a line pass through an existing point of intersection. I had a nice big thing on proving this with diagrams and everything, including an extension to 3-space, as well as the recurrence relation derived for 3-space, but I think I only have it in hard copy now. meh...

Interesting argument. Maybe things would be simpler if I just assume the plane is finite. I'll think about this some more and I'll post a proper argument when I have something.
You can treat the plane (two-space) as an infinitely large square, or circle, whatever works best. The assignment I was talking about in the paragraph above asked about slicing a pizza and a loaf of bread, and we did this with some analogies, treating 2-space as a very big pizza...
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top