Line in a plane, so that it intersects all previously existing lines but no previously existing intersections and recursion formula

46 Views Asked by At

I don't know what this has to do with combinatorics, but it appeared in an exam last year.

In a plane, $n$ lines should be drawn, so that the amount of resulting areas are maximal. The amount of resulting areas is denoted as $L_n$

How can one show, that the following is possible?

A line can be drawn in the plane, so that it intersects all the previously existing lines. At the same time it should not intersect with previously existing intersections. (Meaning that all intersections of the line with already existing lines should be different)

So I thought that it could look like below and then the next line, f.ex. $h$ would intersect $g$ and the next line, f.ex. $i$ should intersect both $h$ and $g$ without intersecting any previous existing intersections.

But I don't know how to write this formally and how to find a recursion formula for $L_n$. enter image description here

1

There are 1 best solutions below

1
On BEST ANSWER

"Is the following possible?" - Yes. Just note that if you already have $n$ distinct lines in the plane, then you can surely pick a line $\ell$ that is not parallel to any of these (because there are infinitely many directions to choose from and only finitely many to avoid). Among the infinitely many parallels to $\ell$, there is certainly one that avoids the finitely many intersection points between the previous $n $lines. Take ons such line as line $n+1$.

With the above construction, the new line number $n+1$ will have $n$ distinct intersection points on it, thereby being split into $n+1$ segments (with two of the segments infinite). Each of these segments cuts a region in two. Therefore we have the recursion $$L_{n+1}=L_n+n+1 $$