Question
Question: Let \[f\left( n \right)\] be the number of regions in which \[n\] coplanar circles can divide the pl...
Let f(n) be the number of regions in which n coplanar circles can divide the plane. If it is known that each pair of circles intersect at two different points and no three of them have a common point of intersection, then
A) f(20)=382
B) f(n) is always an even number.
C) f−1(92)=10
D) f(n) can be odd.
Solution
Here, we have to find the condition for the number of regions in which the number of coplanar circles dividing the plane. We will find the number of regions for a number of circles by using the given information. Then by adding the number of regions of all the number of circles, we will find the condition for a finite number of circles.
Formula Used:
Sum of n natural numbers is given by the formula S=2n(n+1)
Complete step by step solution:
We are given that f(n) be the number of regions in which n coplanar circles can divide the plane.
We are also given that each pair of circles intersect at two different points, so we get f(1)=2
Now, we have f(n)=f(n−1)+2(n−1) for the number of regions in which the coplanar circles dividing the plane greater than 2. So,
f(n)=f(n−1)+2(n−1),∀n≥2
⇒f(n)−f(n−1)=2(n−1)………………………………………………………………(1)
Substituting n=2 in the equation (1), we get
⇒f(2)−f(2−1)=2(2−1)⇒f(2)−f(1)=2
Substituting n=3 in the equation (1), we get
⇒f(3)−f(3−1)=2(3−1)⇒f(3)−f(2)=2(2)
Substituting n=4 in the equation (1), we get
⇒f(4)−f(4−1)=2(4−1)⇒f(4)−f(3)=2(3)
Substituting n=n in the equation (1), we get
⇒f(n)−f(n−1)=2(n−1)⇒f(n)−f(n−1)=2(n−1)
Now we will add all the equations together. Therefore, we get
f(n)−f(n−1)+f(n−1)−f(n−2)+...+f(2)−f(1)=2(n−1)+2(n)+...+2(3)+2(2)+2(1)Since the consecutive terms are opposite in signs, so they will cancel each other. Therefore,
⇒f(n)−f(1)=2[1+2+3+.........+n+(n−1)]
Sum of nnatural numbers is given by the formula S=2n(n+1)
By using the sum of nnatural numbers, we get
⇒f(n)−f(1)=2[2(n−1)(n−1+1)]
⇒f(n)−f(1)=(n−1)n
Now by substitutingf(1)=2, we get
⇒f(n)−2=(n−1)n
Adding 2 on both sides, we get
⇒f(n)=(n−1)n+2
By multiplying the terms, we get
⇒f(n)=n2−n+2
Since the expression is added to 2, thus f(n) is always even.
Now, substituting n=20 in the above equation, we get
⇒f(20)=202−20+2
Applying the exponent on the terms, we get
⇒f(20)=400−20+2=382
Also we know that n2−n+2=92.
By rewriting the equation, we get
⇒n2−n+2−92=0
Subtracting the like terms, we get
⇒n2−n−90=0
By factoring the given quadratic equation, we get
⇒n2−10n+9n−90=0
By taking out the common factors, we get
⇒n(n−10)+9(n−10)=0
Factoring out common terms, we get
⇒(n+9)(n−10)=0
Now by zero product property, we get
⇒(n+9)=0
⇒n=−9
Or
⇒(n−10)=0
⇒n=10
Since n cannot be negative, so we get n=10
Therefore, f(20)=382 , f(n) is always an even number and f−1(92)=10.
Thus, option (A), (B), (C) are the correct answer.
Note:
We know that Coplanar circles are defined as the circles intersecting the plane at no point, either at one point or at two points. A coplanar circle intersecting only at one point is known as the Tangent circle. A coplanar circle with only one centre is called the concentric circle. Coplanar points are defined as three or more points lying on the same plane.