Let C be the circle of minimum area enclosing the ellipse E: fracx^2a^2 + fracy^2b^2 = 1 with eccentricity frac12 and foci (pm 2, 0). Let PQR be a variable triangle, whose vertex P is on the circle C and the side QR of length 8 is parallel to the major axis of E and contains the point of intersection of E with the negative y-axis. Then the maximum area of the triangle PQR is:

Solution & Explanation

### Related Formula For an ellipse E: - Foci: (pm ae, 0) - Eccentricity: b^2 = a^2(1 - e^2) - The circle of minimum area enclosing a centered ellipse has diameter equal to the major axis of the ellipse (R = a). - Area of triangle: textArea = frac12 cdot textbase cdot textheight ### Core Logic Let's first find coordinates a and b: - ae = 2 - e = frac12 implies aleft(frac12right) = 2 implies a = 4 - b^2 = a^2(1 - e^2) = 16left(1 - frac14right) = 12 implies b = 2sqrt3 ### Step 1: Setting Circle and Triangle geometry The enclosing circle C has radius R = a = 4, centered at (0,0). Thus, its equation is: x^2 + y^2 = 16 implies P = (4costheta, 4sintheta) The intersection of the ellipse with the negative y-axis is (0, -b) = (0, -2sqrt3). Since side QR (length = 8) is parallel to the major axis (x-axis) and contains (0, -2sqrt3), the equation of the line containing QR is: y = -2sqrt3
Enclosing circle diagram for Q67 - JEE Main 2025 Evening Shift
Enclosing circle diagram for Q67 - JEE Main 2025 Evening Shift
### Step 2: Maximizing Area of Delta PQR The perpendicular height of vertex P(4costheta, 4sintheta) from the base line y = -2sqrt3 is: H = 4sintheta - (-2sqrt3) = 4sintheta + 2sqrt3 To maximize the area, we maximize height H by choosing sintheta = 1: H_max = 4 + 2sqrt3 textMaximum Area = frac12 cdot textbase QR cdot H_max textMaximum Area = frac12 cdot 8 cdot (4 + 2sqrt3) = 4(4 + 2sqrt3) = 8(2 + sqrt3) ### Pattern Recognition The enclosing circle with minimum area is called the auxiliary circle. Its radius is equal to the semi-major axis a. Max height of a triangle with a base fixed at line y=-k and vertex on the circle is R + k. This directly gives textArea = frac12 cdot textbase cdot (a+b). ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections

Reference Study Guides

More Conic Sections Previous-Year Questions — Page 3

Q75 jee_main_2025_03_april_evening Hyperbola
If the equation of the hyperbola with foci (4, 2) and (8, 2) is 3x^2 - y^2 - alpha x + beta y + gamma = 0, then alpha + beta + gamma is equal to
Numerical Answer. Answer: 141 to 141

Solution

### Related Formula For a horizontal hyperbola centered at (h,k): frac(x-h)^2a^2 - frac(y-k)^2b^2 = 1 - Foci: (h pm ae, k) - Eccentricity relation: b^2 = a^2(e^2 - 1) = a^2 e^2 - a^2 ### Core Logic Foci are S_1 = (4,2) and S_2 = (8,2). - Center C(h,k) is the midpoint: h = frac4 + 82 = 6, quad k = 2 implies C = (6, 2) - Distance between foci: 2ae = 8 - 4 = 4 implies ae = 2 Thus, b^2 = 4 - a^2. ### Step 1: Expanding standard equation The equation is: frac(x-6)^2a^2 - frac(y-2)^24-a^2 = 1 (4-a^2)(x-6)^2 - a^2(y-2)^2 = a^2(4-a^2) Comparing with 3x^2 - y^2 - alpha x + beta y + gamma = 0, the ratio of coefficients of x^2 and y^2 is frac3-1 = -3: frac4 - a^2-a^2 = -3 implies 4 - a^2 = 3a^2 implies 4a^2 = 4 implies a^2 = 1 Thus, b^2 = 4 - 1 = 3. ### Step 2: Finding values of coefficients alpha, beta, gamma Substituting a^2 = 1 back into standard form equation: 3(x-6)^2 - (y-2)^2 = 3 3(x^2 - 12x + 36) - (y^2 - 4y + 4) = 3 3x^2 - 36x + 108 - y^2 + 4y - 4 = 3 3x^2 - y^2 - 36x + 4y + 101 = 0 Comparing coefficients: - alpha = 36 - beta = 4 - gamma = 101 alpha + beta + gamma = 36 + 4 + 101 = 141
Hyperbola diagram for Q75 - JEE Main 2025 Evening Shift
Hyperbola diagram for Q75 - JEE Main 2025 Evening Shift
### Pattern Recognition Symmetric focal coordinates (y=2) indicate the hyperbola is horizontal. Identifying coordinates of the center (6,2) quickly and using coefficient ratio comparison restricts parameters immediately without requiring complex algebraic systems. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Conic Sections
Q jee_main_2025_07_april_morning Parabola
Let mathrmP be the parabola, whose focus is (-2, 1) and directrix is 2mathrmx + mathrmy + 2 = 0 . Then the sum of the ordinates of the points on mathrmP , whose abscissa is -2 , is
  • A. frac32
  • B. frac52
  • C. frac14
  • D. frac34

Solution

### Related Formula By the definition of a parabola, the distance from any point (x, y) on the curve to the focus (x_f, y_f) equals its perpendicular distance to the directrix line Ax + By + C = 0: (x - x_f)^2 + (y - y_f)^2 = frac(Ax + By + C)^2A^2 + B^2 ### Core Logic Substituting the focus (-2, 1) and directrix 2x + y + 2 = 0 into the definition equation: (x + 2)^2 + (y - 1)^2 = frac(2x + y + 2)^22^2 + 1^2 5left[(x + 2)^2 + (y - 1)^2right] = (2x + y + 2)^2 ### Step 1: Substitute the Given Abscissa
Parabola diagram for Q55 - JEE Main 2025 Morning
Parabola diagram for Q55 - JEE Main 2025 Morning
We need the points whose abscissa (x-coordinate) is x = -2. Substitute x = -2 into the general equation: 5left[(-2 + 2)^2 + (y - 1)^2right] = (2(-2) + y + 2)^2 5left[0 + (y - 1)^2right] = (-4 + y + 2)^2 5(y - 1)^2 = (y - 2)^2 5(y^2 - 2y + 1) = y^2 - 4y + 4 5y^2 - 10y + 5 = y^2 - 4y + 4 4y^2 - 6y + 1 = 0 ### Step 2: Find the Sum of Ordinates The ordinates y_1 and y_2 are the roots of the quadratic equation 4y^2 - 6y + 1 = 0. The sum of the ordinates is: y_1 + y_2 = -frac-64 = frac64 = frac32 ### Pattern Recognition Notice how evaluating the intersection layout directly simplifies when the substitution value matches the coordinate of the focus, converting the entire quadratic horizontal layout component to 0 immediately. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections
Q73 jee_main_2025_07_april_morning Hyperbola
Consider the hyperbola fracx^2a^2 -fracy^2b^2 = 1 having one of its focus at mathrmP(-3,0) . If the latus rectum through its other focus subtends a right angle at mathrmP and a^2 b^2 = alpha sqrt2 -beta ,alpha ,beta in mathbbN , calculate alpha + beta.
Numerical Answer. Answer: 1944 to 1944

Solution

### Related Formula For a standard hyperbola: - Focus positions are (pm ae, 0). - Length of semi-latus rectum is fracb^2a. - Eccentricity identity linkage: b^2 = a^2(e^2 - 1) implies a^2e^2 = a^2 + b^2. ### Core Logic Given focus F_1 equiv (-ae, 0) equiv P(-3, 0), so ae = 3. The other focus is F_2 equiv (ae, 0) equiv (3, 0). The latus rectum passes vertically through F_2, with endpoints L_1left(ae, fracb^2aright) and L_2left(ae, -fracb^2aright). This segment subtends a right angle at P(-ae, 0). By symmetry, the top half angle at P must be exactly 45^circ. ### Step 1: Set Up Slope Relationship
Hyperbola diagram for Q73 - JEE Main 2025 Morning
Hyperbola diagram for Q73 - JEE Main 2025 Morning
Using the geometric slope relationship: tan 45^circ = fractextheighttextbase = fracb^2/a2ae 1 = fracb^22a^2e implies 2a^2e = b^2 implies b^2 = 6a quad (textsince ae = 3) ### Step 2: Solve the Quadratic Excentricity Equation Substitute ae = 3 and b^2 = 6a into the eccentricity identity a^2e^2 = a^2 + b^2: 9 = a^2 + 6a implies a^2 + 6a - 9 = 0 Solving for a using the quadratic formula (taking the positive root since a > 0): a = frac-6 pm sqrt36 - 4(1)(-9)2 = frac-6 + sqrt722 = -3 + 3sqrt2 = 3(sqrt2 - 1) ### Step 3: Evaluate product and sum coefficients Now compute a^2b^2: a^2b^2 = a^2(6a) = 6a^3 6a^3 = 6left[3(sqrt2 - 1)right]^3 = 6 times 27 times (sqrt2 - 1)^3 6a^3 = 162 times (2sqrt2 - 6 + 3sqrt2 - 1) = 162 times (5sqrt2 - 7) 6a^3 = 810sqrt2 - 1134 Matching with alphasqrt2 - beta gives: alpha = 810 quad textand quad beta = 1134 Calculate the final required sum: alpha + beta = 810 + 1134 = 1944 ### Pattern Recognition Recognizing that the right angle subtended at the opposite focus implies a perfect tan(45^circ) right triangle instantly yields the key linear constraint b^2 = 2a(ae), avoiding the need for lengthy distance-formula tracking. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections
Q60 jee_main_2025_08_april_evening Ellipse and Focal Distances
Let the ellipse 3x^2 + py^2 = 4 pass through the centre C of the circle x^2 + y^2 - 2x - 4y - 11 = 0 of radius r. Let f_1, f_2 be the focal distances of the point C on the ellipse. Then 6f_1f_2 - r is equal to
  • A. 74
  • B. 68
  • C. 70
  • D. 78

Solution

### Related Formula textFocal Distance Product on Vertical Ellipse = b^2 - e^2 k^2 ### Core Logic Extract the coordinate center of the target circle, substitute it directly to locate the missing parameter p, and resolve eccentricity metrics. ### Step 1: Extract Circle Metric Values For circle x^2 + y^2 - 2x - 4y - 11 = 0: textCentre C(1, 2), quad textRadius r = sqrt1 + 4 + 11 = 4 ### Step 2: Standardize Ellipse Formulation Ellipse passes through point C(1,2): 3(1)^2 + p(2)^2 = 4 implies 3 + 4p = 4 implies p = frac14 Standard model form: fracx^24/3 + fracy^216 = 1 (b > a, vertical configuration axis). e = sqrt1 - frac4/316 = sqrt1 - frac112 = sqrtfrac1112 ### Step 3: Evaluate Product Chain Focal distance elements at ordinate coordinate height k=2 are bounded by b pm ek: f_1 f_2 = b^2 - e^2 k^2 = 16 - left(frac1112right) times 4 = 16 - frac113 = frac373 Target evaluation expression response string: 6f_1 f_2 - r = 6 left(frac373right) - 4 = 74 - 4 = 70 ### Pattern Recognition Pay attention to whether b > a or a > b when analyzing ellipse forms. Focal distance definitions swap directions immediately across major horizontal/vertical configurations. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections Class 11 Mathematics: Circles
Q75 jee_main_2025_08_april_evening Tangent to Parabola and Circle Properties
Let r be the radius of the circle, which touches x -axis at point (a, 0) , a < 0 and the parabola y^2 = 9x at the point (4, 6) . Then r is equal to
Numerical Answer. Answer: 30 to 30

Solution

### Related Formula textTangent line at point (x_1, y_1) implies yy_1 = 2a(x+x_1) ### Core Logic Establish the tangent vector expression at the parabola intersection mark. Since this path line functions as a shared contact tangent boundaries sheet for the circular arc, impose radius equations. ### Step 1: Derive Shared Parabola Tangent Line Tangent line profile for y^2 = 9x at coordinate indicator (4,6): 6y = 9 cdot left( fracx+42 right) implies 3x - 4y + 12 = 0 ### Step 2: Build Geometric Metric Connections Circle touches axis at (a,0), mapping coordinates center directly to C(a,r). Perpendicular boundary constraint steps require: frac3a - 4r + 125 = pm r implies 3a + 12 = 4r pm 5r ### Step 3: Solve for Radius Matrix Bounds Enforce circle equation intersection constraint profile (x-a)^2 + (y-r)^2 = r^2 at point (4,6): a^2 - 8a - 12r + 52 = 0 Evaluating the target systems from structural logic tracks rejects positive value parameters, providing: a = -14, quad r = 30 {{SOL_IMG_75}} ### Pattern Recognition Shared tangent elements connect independent conic fields. Locating circular center boundaries using axial coordinate tracking simplifies secondary equations. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections Class 11 Mathematics: Circles

More Conic Sections Questions — jee_main_2025_03_april_evening

Practice all Conic Sections previous-year questions →

Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)