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

  • Thread starter e(ho0n3
  • Start date
  • Tags
    Plane
In summary: It's just the easiest way to visualize it, I think.In summary, the conversation is discussing the derivation of a recurrence relation for the number of regions formed by intersecting lines on a plane. The recurrence relation is found to be R_n = R_{n-1} + n, and various arguments and approaches are presented to prove its validity. Some arguments involve considering the plane as an infinite surface, while others use the Euler relation for the plane. The conversation also briefly touches on the concept of optimization in terms of the placement of the intersecting lines.
  • #1
e(ho0n3
1,357
0
Hi everyone,

I'm stumped on this problem: Let [itex]R_n[/itex] denote the nubmer of regions into which the plane is divided by [itex]n[/itex] 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 [itex]R_1[/itex], [itex]R_2[/itex], ...

After doing a couple of examples, the recurrence relation seems to be
[tex]R_n = R_{n-1} + n[/tex]​
. 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 [itex]R_k[/itex] regions with the appropriate line, [itex]k+1[/itex] of those regions will be divided in two so that the number of regions is [itex]R_{k+1} = R_k + k + 1[/itex]. I can't think of any geometrical argument for this. Any tips?
 
Last edited:
Mathematics news on Phys.org
  • #2
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.
 
  • #3
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.
 
  • #4
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.
 
  • #5
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.
 
  • #6
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...
 

What is the definition of "Number of Regions in a Plane"?

The Number of Regions in a Plane is a mathematical concept that refers to the maximum number of non-overlapping regions that can be created by drawing a certain number of lines on a plane.

How is the Number of Regions in a Plane calculated?

The formula for calculating the Number of Regions in a Plane is given by n(n+1)/2 + 1, where n is the number of lines drawn on the plane.

What is the relationship between the Number of Regions in a Plane and the number of lines drawn?

The relationship between the Number of Regions in a Plane and the number of lines drawn is that for every additional line, the number of regions increases by the number of lines plus one.

Can the Number of Regions in a Plane be negative?

No, the Number of Regions in a Plane cannot be negative as it represents a physical quantity and cannot have a negative value.

What real-life applications does the concept of Number of Regions in a Plane have?

The concept of Number of Regions in a Plane has various applications in fields such as computer science, geometry, and graph theory. It is used in the design of computer algorithms, network optimization, and in analyzing the complexity of problems. It also has applications in art and design, as it helps to understand the maximum number of regions that can be created by intersecting lines.

Similar threads

Replies
4
Views
595
Replies
3
Views
1K
Replies
36
Views
4K
  • General Math
Replies
11
Views
1K
Replies
1
Views
2K
Replies
12
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
762
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
Back
Top