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

Question

If the points of intersections of the ellipse x216+y2b2=1{{{x^2}} \over {16}} + {{{y^2}} \over {{b^2}}} = 1 and the circle x 2 + y 2 = 4b, b > 4 lie on the curve y 2 = 3x 2 , then b is equal to :

Options

Solution

Key Concept: The Principle of Concurrency in Coordinate Geometry

In coordinate geometry, if a point lies on multiple curves, its coordinates must satisfy the equations of all those curves simultaneously. This fundamental principle is the cornerstone for solving problems involving intersections. When the points of intersection of two curves (say, Curve A and Curve B) also lie on a third curve (Curve C), it means that these specific intersection points are common to all three curves. Algebraically, this implies that the (x,y)(x, y) coordinates of these points must satisfy Equation A, Equation B, and Equation C simultaneously. Our strategy will be to use algebraic substitution to find expressions for xx and yy (or x2x^2 and y2y^2) from two of the equations, and then substitute these expressions into the third equation to find any unknown parameters.


Step-by-Step Derivations

1. Understand the Given Equations and Conditions

We are provided with three equations representing different geometric curves and a crucial condition on a parameter bb:

  • Equation of the Ellipse: x216+y2b2=1(Equation 1)\frac{x^2}{16} + \frac{y^2}{b^2} = 1 \quad \text{(Equation 1)} This is an ellipse centered at the origin. The semi-major axis is a=4a=4 (along the x-axis) and the semi-minor axis is bb (along the y-axis), or vice-versa, depending on the value of bb.

  • Equation of the Circle: x2+y2=4b(Equation 2)x^2 + y^2 = 4b \quad \text{(Equation 2)} This is a circle centered at the origin with a radius R=4b=2bR = \sqrt{4b} = 2\sqrt{b}.

  • Equation of the Auxiliary Curve: y2=3x2(Equation 3)y^2 = 3x^2 \quad \text{(Equation 3)} This equation can be rewritten as y=±3xy = \pm\sqrt{3}x. These are two straight lines passing through the origin. These lines make angles of 6060^\circ and 120120^\circ with the positive x-axis, respectively.

We are also given a critical condition:

  • b>4b > 4

Our objective is to determine the specific value of bb that satisfies all these conditions.

2. Utilize the Condition of Concurrency at Intersection Points

The problem states that the points where the ellipse (Equation 1) and the circle (Equation 2) intersect, also lie on the curve y2=3x2y^2 = 3x^2 (Equation 3). This means that any such intersection point (x,y)(x, y) must simultaneously satisfy all three equations.

To find these common intersection points, we can strategically combine any two of the equations. It is often most efficient to start with the equations that are algebraically simpler to combine. In this case, Equation 2 (the circle) and Equation 3 (the auxiliary curve) are excellent choices because they directly involve x2x^2 and y2y^2 and are easy to substitute into each other.

  • Substitute Equation 3 into Equation 2: We have the equation of the circle: x2+y2=4bx^2 + y^2 = 4b. And the equation of the auxiliary curve: y2=3x2y^2 = 3x^2. Let's substitute the expression for y2y^2 from Equation 3 into Equation 2: x2+(3x2)=4bx^2 + (3x^2) = 4b Why this step? By combining these two equations, we are finding the algebraic expressions for x2x^2 and y2y^2 that define the points lying on both the circle and the auxiliary curve. Since these are the same points that intersect the ellipse, their x2x^2 and y2y^2 values must be consistent across all three curves.

  • Solve for x2x^2: 4x2=4b4x^2 = 4b x2=bx^2 = b Why this is useful? We have now found an expression for the square of the x-coordinate of the intersection points in terms of bb. Since b>4b > 4, x2=bx^2 = b will be positive, ensuring real values for xx (i.e., x=±bx = \pm\sqrt{b}).

  • Solve for y2y^2: Now that we have x2=bx^2 = b, we can substitute this back into Equation 3 (y2=3x2y^2 = 3x^2) to find y2y^2: y2=3(b)y^2 = 3(b) y2=3by^2 = 3b Why this is useful? Similarly, we have an expression for the square of the y-coordinate of the intersection points in terms of bb. Since b>4b > 4, y2=3by^2 = 3b will also be positive, ensuring real values for yy (i.e., y=±3by = \pm\sqrt{3b}).

So, for the points of intersection that satisfy the circle and the auxiliary curve (and thus, all three curves), we have the relationships x2=bx^2 = b and y2=3by^2 = 3b.

3. Substitute Derived Values into the Ellipse Equation

Since the points defined by x2=bx^2 = b and y2=3by^2 = 3b are the same intersection points that lie on the ellipse, these values must satisfy the ellipse's equation (Equation 1): x216+y2b2=1\frac{x^2}{16} + \frac{y^2}{b^2} = 1

  • Substitute x2=bx^2 = b and y2=3by^2 = 3b into Equation 1: b16+3bb2=1\frac{b}{16} + \frac{3b}{b^2} = 1 Why this step? This is the crucial link that brings the parameter bb (from the circle and auxiliary curve) into the ellipse's equation. By substituting, we form an equation that must hold true for the common points, and this equation will involve only bb, allowing us to solve for it.

  • Simplify the equation: We can simplify the second term, 3bb2\frac{3b}{b^2}. Since we are given b>4b > 4, bb is non-zero, so we can cancel one bb from the numerator and denominator: b16+3b=1\frac{b}{16} + \frac{3}{b} = 1

4. Solve the Resulting Quadratic Equation for bb}

Now we have a single algebraic equation with one unknown, bb. Let's solve it:

  • Eliminate denominators: To clear the denominators (1616 and bb), multiply every term in the entire equation by their Least Common Multiple (LCM), which is 16b16b: 16b(b16)+16b(3b)=16b(1)16b \left( \frac{b}{16} \right) + 16b \left( \frac{3}{b} \right) = 16b (1) This simplifies to: b2+48=16bb^2 + 48 = 16b

  • Rearrange into a standard quadratic equation: Move all terms to one side to form a quadratic equation of the form Ab2+Bb+C=0Ab^2 + Bb + C = 0: b216b+48=0b^2 - 16b + 48 = 0

  • Factor the quadratic equation: We need to find two numbers that multiply to 4848 (the constant term) and add up to 16-16 (the coefficient of bb). These numbers are 4-4 and 12-12. (b4)(b12)=0(b - 4)(b - 12) = 0

  • Find the possible values for bb: Setting each factor to zero gives the potential solutions: b4=0    b=4b - 4 = 0 \implies b = 4 b12=0    b=12b - 12 = 0 \implies b = 12

5. Apply the Given Constraint to Determine the Unique Solution

The problem statement included a critical condition: b>4b > 4. We must check our potential solutions against this constraint to identify the correct value of bb.

  • Test b=4b = 4: This value does not satisfy the condition b>4b > 4, because 44 is not strictly greater than 44. If b=4b=4, the denominator b2b^2 in the ellipse equation would become 1616, making the ellipse x216+y216=1\frac{x^2}{16} + \frac{y^2}{16} = 1, which is a circle x2+y2=16x^2+y^2=16. Also, the original circle x2+y2=4bx^2+y^2=4b would become x2+y2=16x^2+y^2=16. In this specific case, the ellipse and the circle would be identical, and their intersection points would be all points on the circle. However, the condition b>4b>4 explicitly excludes this case. Therefore, b=4b=4 is an extraneous solution based on the problem's specific constraints.

  • Test b=12b = 12: This value does satisfy the condition b>4b > 4, as 1212 is strictly greater than 44.

Therefore, the only valid value for bb that satisfies all the given conditions is 1212.


Tips for JEE Aspirants:

  • Read Conditions Carefully: Always pay close attention to all given conditions, especially inequalities (like b>4b > 4). They are crucial for filtering out extraneous solutions and selecting the correct answer from multiple possibilities.
  • Systematic Substitution: When dealing with multiple equations, plan your substitutions. Look for the simplest equations to combine first to get expressions for x,y,x2,x, y, x^2, or y2y^2. This makes the process more efficient.
  • Avoid Unnecessary Square Roots: Notice how we consistently worked with x2x^2 and y2y^2 throughout the problem. This is often more efficient and avoids introducing square roots and their associated complexities (like ±\pm signs) until absolutely necessary. The final ellipse equation also uses x2x^2 and y2y^2, making this approach natural.
  • Understand "Intersection Points Lie On": This phrase is a direct instruction that those specific points satisfy all relevant equations. It's the core of the problem-solving strategy, allowing you to link parameters between different curves.
  • Check for Extraneous Solutions: Algebraic manipulation can sometimes introduce solutions that don't fit the original problem's domain or constraints. Always verify your final answers against all given information.

Summary and Key Takeaway:

This problem is a classic application of the principle of concurrency in coordinate geometry. By recognizing that the points of intersection must satisfy all three given equations (ellipse, circle, and auxiliary curve), we systematically derived expressions for x2x^2 and y2y^2 in terms of bb from the circle and the auxiliary curve equations. These expressions were then substituted into the ellipse

Practice More Conic Sections Questions

View All Questions