Imagine a circle with k lines and therefore 1/2.(k2+k+2) regions (by assumption).
We're required to prove maximum number of regions is:
1/2.{(k+1)2 + (k + 1) + 2} = 1/2.(k2 + 3k + 4)
We want the (k+1)th line to create a maximum number of extra regions and this occurs when this (k+1)th line is drawn so that intersects each of the k lines. This creates an extra k+1 regions.
Therefore total maximum number of regions made by k+1 lines is equal to
1/2.(k2+k+2) + k + 1 = 1/2.(k2+k+2) + 1/2.(2k+2)
= 1/2.(k2 + k + 2k + 2 + 2)
= 1/2.(k2 + 3k + 4) #