Skip to main content
Back to Conic Sections
JEE Main 2020
Conic Sections
Ellipse
Medium

Question

Let p be the number of all triangles that can be formed by joining the vertices of a regular polygon P of n sides and q be the number of all quadrilaterals that can be formed by joining the vertices of P. If p + q = 126, then the eccentricity of the ellipse x216+y2n=1\frac{x^2}{16} + \frac{y^2}{n} = 1 is :

Options

Solution

1. Key Concepts and Formulas

This problem is a classic example of how different branches of mathematics, specifically Combinatorics and Conic Sections (Ellipses), are integrated in JEE. To solve it efficiently and accurately, we need a solid understanding of the following concepts:

  • Combinations (nCk^n C_k): This formula is used to calculate the number of ways to choose kk distinct items from a set of nn distinct items, where the order of selection does not matter. The formula is: nCk=n!k!(nk)!^n C_k = \frac{n!}{k!(n-k)!} In geometry, when forming polygons by selecting vertices, the order of vertices does not change the polygon, hence combinations are appropriate. For example, choosing vertices A, B, C forms the same triangle as B, C, A.

  • Pascal's Identity: This is a fundamental identity in combinatorics that simplifies sums of consecutive combination terms: nCr+nCr+1=n+1Cr+1^n C_r + ^n C_{r+1} = ^{n+1} C_{r+1} This identity is extremely useful for reducing expressions involving sums of combinations to a single term, often simplifying algebraic manipulation.

  • Standard Form of an Ellipse and Eccentricity: An ellipse centered at the origin typically has one of two standard forms:

    1. x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 (Major axis along the x-axis)
    2. x2b2+y2a2=1\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1 (Major axis along the y-axis) In both cases, aa represents the length of the semi-major axis, and bb represents the length of the semi-minor axis. Crucially, a2a^2 is always the larger of the two denominators under x2x^2 and y2y^2, and b2b^2 is the smaller one. The eccentricity (ee) of an ellipse, which measures its "ovalness" or how much it deviates from a perfect circle, is given by the formula: e=1b2a2e = \sqrt{1 - \frac{b^2}{a^2}} (Note: 0<e<10 < e < 1 for an ellipse).

2. Step-by-Step Solution

Step 1: Express the number of triangles (pp) and quadrilaterals (qq) using combinations.

  • Why this step? The problem asks us to form triangles and quadrilaterals by joining the vertices of a regular polygon of nn sides. To form any polygon, we simply need to select a specific number of distinct vertices. The order in which we select these vertices does not change the polygon formed (e.g., selecting vertices V1, V2, V3 creates the same triangle as V2, V1, V3). Therefore, this is a problem of combinations.
  • Calculation:
    • To form a triangle, we need to choose 3 distinct vertices out of the nn available vertices. p=nC3p = ^n C_3
    • To form a quadrilateral, we need to choose 4 distinct vertices out of the nn available vertices. q=nC4q = ^n C_4

Step 2: Use the given condition p+q=126p+q=126 to find the value of nn.

  • Why this step? The problem provides a direct relationship between pp and qq. By substituting our combinatorial expressions for pp and qq into this equation, we can form an equation solely in terms of nn. To simplify this equation and solve for nn efficiently, Pascal's Identity will be extremely useful.
  • Calculation: Substitute the expressions for pp and qq into the given condition: nC3+nC4=126^n C_3 + ^n C_4 = 126 Now, apply Pascal's Identity, which states nCr+nCr+1=n+1Cr+1^n C_r + ^n C_{r+1} = ^{n+1} C_{r+1}. Here, we have r=3r=3. n+1C4=126^{n+1} C_4 = 126 To find nn, we need to solve this combination equation. Let N=n+1N = n+1 for simplicity. So we need to solve NC4=126^N C_4 = 126. Expand the combination formula for NC4^N C_4: N!4!(N4)!=126\frac{N!}{4!(N-4)!} = 126 N(N1)(N2)(N3)4×3×2×1=126\frac{N(N-1)(N-2)(N-3)}{4 \times 3 \times 2 \times 1} = 126 N(N1)(N2)(N3)24=126\frac{N(N-1)(N-2)(N-3)}{24} = 126 Multiply both sides by 24: N(N1)(N2)(N3)=126×24N(N-1)(N-2)(N-3) = 126 \times 24 N(N1)(N2)(N3)=3024N(N-1)(N-2)(N-3) = 3024 We are looking for four consecutive integers whose product is 3024. We can estimate or use trial and error:
    • If N=7N=7, 7×6×5×4=8407 \times 6 \times 5 \times 4 = 840 (Too small)
    • If N=8N=8, 8×7×6×5=16808 \times 7 \times 6 \times 5 = 1680 (Still too small)
    • If N=9N=9, 9×8×7×6=72×42=30249 \times 8 \times 7 \times 6 = 72 \times 42 = 3024 (This matches!) So, N=9N=9. Since we defined N=n+1N = n+1, we have: n+1=9    n=8n+1 = 9 \implies n = 8

Step 3: Substitute the value of nn into the equation of the ellipse.

  • Why this step? The final part of the problem requires us to find the eccentricity of an ellipse whose equation depends on nn. Now that we have determined n=8n=8, we can form the specific equation of the ellipse, which is essential for calculating its eccentricity.
  • Calculation: The given ellipse equation is x216+y2n=1\frac{x^2}{16} + \frac{y^2}{n} = 1. Substitute n=8n=8: x216+y28=1\frac{x^2}{16} + \frac{y^2}{8} = 1

Step 4: Identify a2a^2 and b2b^2 for the ellipse.

  • Why this step? To calculate the eccentricity using the formula e=1b2a2e = \sqrt{1 - \frac{b^2}{a^2}}, we must correctly identify the values of a2a^2 (square of the semi-major axis) and b2b^2 (square of the semi-minor axis). It's crucial to remember that a2a^2 is always the larger of the two denominators in the standard ellipse equation, and b2b^2 is the smaller one.
  • Calculation: Comparing our ellipse equation x216+y28=1\frac{x^2}{16} + \frac{y^2}{8} = 1 with the general standard form x2D1+y2D2=1\frac{x^2}{D_1} + \frac{y^2}{D_2} = 1, we have D1=16D_1 = 16 and D2=8D_2 = 8. Since 16>816 > 8, the larger denominator is 1616 and the smaller is 88. Therefore: a2=16a^2 = 16 b2=8b^2 = 8 (This also tells us that the major axis of this ellipse lies along the x-axis, as a2a^2 is under x2x^2).

Step 5: Calculate the eccentricity (ee) of the ellipse.

  • Why this step? With the correct values for a2a^2 and b2b^2 established, we can now directly apply the eccentricity formula to find the required value.
  • Calculation: Using the formula e=1b2a2e = \sqrt{1 - \frac{b^2}{a^2}}: Substitute a2=16a^2=16 and b2=8b^2=8: e=1816e = \sqrt{1 - \frac{8}{16}} Simplify the fraction inside the square root: e=112e = \sqrt{1 - \frac{1}{2}} e=12e = \sqrt{\frac{1}{2}} Rationalize the denominator to get the standard form: e=12e = \frac{1}{\sqrt{2}}

3. Important Tips and Common Pitfalls

  • Combinations vs. Permutations: Always critically assess whether the order of selection matters. When forming geometric shapes like polygons by joining vertices, the order does not matter, so use combinations (nCk^n C_k). Using permutations (nPk^n P_k) by mistake is a common error.
  • Master Pascal's Identity: The identity nCr+nCr+1=n+1Cr+1^n C_r + ^n C_{r+1} = ^{n+1} C_{r+1} is a powerful tool for simplifying combinatorial expressions. Recognizing when to apply it can save significant time and prevent complex calculations involving factorials.
  • Solving for nn in Factorial Equations: When faced with an equation like N(N1)(N2)(N3)=3024N(N-1)(N-2)(N-3) = 3024, trying to solve it as a quartic polynomial is often inefficient and prone to errors. Instead, use estimation (e.g., N43024    N302447.4N^4 \approx 3024 \implies N \approx \sqrt[4]{3024} \approx 7.4) and trial-and-error with small integer values.
  • Identifying a2a^2 and b2b^2 for Ellipse Eccentricity: This is a crucial step. Never assume that a2a^2 is always the denominator under x2x^2 and b2b^2 is under y2y^2. The definition is that a2a^2 is always the larger of the two denominators, and b2b^2 is the smaller. This distinction determines the orientation of the major axis and is essential for the correct calculation of eccentricity. Failing to identify them correctly is a very common mistake.
  • Eccentricity Range: Remember that for an ellipse, the eccentricity ee must always satisfy 0<e<10 < e < 1. If your calculated value falls outside this range, it's a strong indicator of an error in your calculations or identification of a2a^2 and b2b^2.

4. Summary / Key Takeaway

This problem beautifully demonstrates the interconnectedness of different mathematical topics in JEE. The solution required:

  1. Applying combinatorics principles to count geometric configurations (pp and qq).
  2. Utilizing Pascal's Identity to simplify a combinatorial equation and solve for an unknown variable (nn).
  3. Substituting the derived value into a conic section equation.
  4. Correctly identifying the semi-axes of an ellipse and applying the eccentricity formula.

The ability to seamlessly transition between these concepts and apply the correct formulas and identities is key to solving such multi-concept problems.

Practice More Conic Sections Questions

View All Questions