Find the recurrence relation satisfied by $R_n$, where $R_n$ is the number of regions into which the surface of a sphere is divided by $n$ great circles (which are the intersections of the sphere and planes passing through the center of the sphere), if no three of the great circles go through the same point.
I've been trying to find a recurrence relation for this question. I've read the answers on Slader.com and Math.SE, but I can't seem to understand them.
I can tell $f_1=2$, $f_2=4$, $f_3=8$, but other than that, I cannot seem to get $f_4$ (my answer to $f_4$ is $18$, which is wrong), and can't seem to spot the pattern.
I don't understand how the splitting occurs and why it is a summation rather than multiplication. Since it cuts every circle at 2 points does it not split the regions into 2? So we now have twice the number of regions? I don't understand the $2(n-1)$ part as well.
I know it's an old answered question, but I'm asking because unlike how the answerer put it, it is neither obvious nor simple to me. Thank you very much for your help.