e(ho0n3
- 1,349
- 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
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: