If S and S' are the foci of the ellipse fracx^218 + fracy^29 = 1 and P be a point on the ellipse, then min(SP cdot S'P) + max(SP cdot S'P) is equal to:

Solution & Explanation

### Related Formula Focal distances of any point P(acostheta, bsintheta) on an ellipse are given by: SP = a - ex_P = a(1 - ecostheta) S'P = a + ex_P = a(1 + ecostheta) Product of focal distances: SP cdot S'P = a^2(1 - e^2cos^2theta) = a^2 - e^2x_P^2 ### Core Logic Compute the eccentricity e, express the product SP cdot S'P in terms of cos^2theta, and analyze its bounds across the domain to find minimum and maximum limits.
Properties of Ellipse diagram for Q66 - JEE Main 2025 Morning
Properties of Ellipse diagram for Q66 - JEE Main 2025 Morning
### Step 1: Determine Ellipse Parameters Given a^2 = 18 and b^2 = 9. b^2 = a^2(1 - e^2) implies 9 = 18(1 - e^2) implies 1 - e^2 = frac12 implies e = frac1sqrt10 ### Step 2: Express Focal Product The parametric coordinates are P(3sqrt2costheta, 3sintheta). SP cdot S'P = a^2 - (ae)^2cos^2theta Since a^2=18 and (ae)^2 = a^2-b^2 = 18-9 = 9: SP cdot S'P = 18 - 9cos^2theta ### Step 3: Evaluate Extrema and Sum Since 0 le cos^2theta le 1: * Maximum value occurs when cos^2theta = 0 implies max = 18. * Minimum value occurs when cos^2theta = 1 implies min = 18 - 9 = 9. textSum = min + max = 9 + 18 = 27 ### Pattern Recognition The product of focal distances can also be written directly as b^2 at the minor axis vertices (max) and a^2(1-e^2) varying down to a^2-c^2. Summing them up yields b^2 + a^2 = 9 + 18 = 27 instantly. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections

More Conic Sections Previous-Year Questions — Page 2

Q jee_main_2025_02_april_morning Properties of Parabola
Let the focal chord PQ of the parabola y^2 = 4x make an angle of 60^circ with the positive x-axis, where P lies in the first quadrant. If the circle, whose one diameter is PS, S being the focus of the parabola, touches the y-axis at the point (0, a), then 5a^2 is equal to:
  • A. 15
  • B. 25
  • C. 30
  • D. 20

Solution

### Related Formula For a standard parabola y^2 = 4ax: Focus: S(a, 0) Parametric coordinates: (at^2, 2at) Equation of a circle on diametric endpoints (x_1, y_1) and (x_2, y_2): (x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0 ### Core Logic Find the point P using the slope of the focal chord, write the equation of the circle with diameter PS, and find its y-intercept.
Properties of Parabola diagram for Q70 - JEE Main 2025 Morning
Properties of Parabola diagram for Q70 - JEE Main 2025 Morning
### Step 1: Determine P Coordinates For y^2 = 4x, parameter a=1 implies S(1,0) and P(t^2, 2t). Slope of focal chord PS: tan 60^circ = frac2t - 0t^2 - 1 = sqrt3 implies 2t = sqrt3t^2 - sqrt3 sqrt3t^2 - 2t - sqrt3 = 0 implies (sqrt3t + 1)(t - sqrt3) = 0 Since P is in the first quadrant, t > 0 implies t = sqrt3. Thus, P((sqrt3)^2, 2sqrt3) = P(3, 2sqrt3). ### Step 2: Construct the Diametric Circle Equation Endpoints are S(1,0) and P(3, 2sqrt3): (x - 1)(x - 3) + (y - 0)(y - 2sqrt3) = 0 ### Step 3: Solve for y-intercept The circle touches/intersects the y-axis at x = 0: (0 - 1)(0 - 3) + y(y - 2sqrt3) = 0 implies 3 + y^2 - 2sqrt3y = 0 This is a perfect square expression (y - sqrt3)^2 = 0 implies y = sqrt3. Thus, the intercept value is a = sqrt3. ### Step 4: Compute Final Target Value 5a^2 = 5(sqrt3)^2 = 15 ### Pattern Recognition A circle whose diameter is a focal radius always touches the tangent at the vertex (y-axis for a standard parabola). The coordinate of the contact point is simply given by a t = 1 cdot sqrt3 = sqrt3, bypasses the full equation construction entirely. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections
Q53 jee_main_2025_03_april_evening Circles
If the four distinct points (4, 6), (-1, 5), (0, 0) and (k, 3k) lie on a circle of radius r, then 10k + r^2 is equal to
  • A. 32
  • B. 33
  • C. 34
  • D. 35

Solution

### Related Formula The general equation of a circle is: x^2 + y^2 + 2gx + 2fy + c = 0 Radius of the circle: r = sqrtg^2 + f^2 - c If a set of points lies on this circle, their coordinates must satisfy the equation. ### Core Logic Since (0,0) lies on the circle: 0^2 + 0^2 + 2g(0) + 2f(0) + c = 0 implies c = 0 Thus, the equation simplifies to: x^2 + y^2 + 2gx + 2fy = 0 ### Step 1: Finding g, f and r^2 Substitute (4,6): 16 + 36 + 8g + 12f = 0 implies 2g + 3f = -13 quad text--- (1) Substitute (-1,5): 1 + 25 - 2g + 10f = 0 implies -g + 5f = -13 implies g = 5f + 13 quad text--- (2) Substituting g from (2) into (1): 2(5f + 13) + 3f = -13 13f + 26 = -13 implies f = -3 g = 5(-3) + 13 = -2 The circle equation is: x^2 + y^2 - 4x - 6y = 0 Calculating radius squared r^2: r^2 = g^2 + f^2 - c = (-2)^2 + (-3)^2 - 0 = 13
Circle diagram for Q53 - JEE Main 2025 Evening Shift
Circle diagram for Q53 - JEE Main 2025 Evening Shift
### Step 2: Solving for k The point (k, 3k) lies on this circle: k^2 + (3k)^2 - 4k - 6(3k) = 0 10k^2 - 22k = 0 implies k(10k - 22) = 0 Since the points must be distinct and k=0 gives (0,0) which is already a given point, we must have: 10k = 22 implies k = frac115 Now, calculate 10k + r^2: 10k + r^2 = 10left(frac115right) + 13 = 22 + 13 = 35 ### Pattern Recognition Notice that the slope of the line joining origin (0,0) to the general point is y = 3x. For three given coordinates, if origin is one of them, the circle equation lacks the constant c. It is always faster to first solve for parameters g, f and then check geometry. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections Class 10 Mathematics: Coordinate Geometry
Q67 jee_main_2025_03_april_evening Ellipse
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:
  • A. 6(3 + sqrt2)
  • B. 8(3 + sqrt2)
  • C. 6(2 + sqrt3)
  • D. 8(2 + sqrt3)

Solution

### 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
Q68 jee_main_2025_03_april_evening Parabola
The shortest distance between the curves y^2 = 8x and x^2 + y^2 + 12y + 35 = 0 is :
  • A. 2sqrt3 - 1
  • B. sqrt2
  • C. 3sqrt2 - 1
  • D. 2sqrt2 - 1

Solution

### Related Formula For a circle x^2 + (y-k)^2 = R^2 and any smooth curve, the shortest distance lies along the normal to the curve passing through the center of the circle C(h,k): textShortest Distance = textDistance(P, C) - R where P is the point of normal intersection on the curve. ### Core Logic Let's first identify the circle parameters: x^2 + y^2 + 12y + 35 = 0 implies x^2 + (y+6)^2 = 36 - 35 = 1 Center C = (0, -6) and radius R = 1. The first curve is the parabola y^2 = 8x, where a = 2. Normal equation of y^2 = 4ax in slope form: y = mx - 2am - am^3 Substituting a=2: y = mx - 4m - 2m^3 ### Step 1: Find normal passing through circle center Normal passes through C(0, -6): -6 = m(0) - 4m - 2m^3 2m^3 + 4m - 6 = 0 implies m^3 + 2m - 3 = 0 By inspection, m=1 is a real solution: (m-1)(m^2 + m + 3) = 0 Since m^2 + m + 3 = 0 has complex roots, the unique real normal slope is m=1.
Shortest distance diagram for Q68 - JEE Main 2025 Evening Shift
Shortest distance diagram for Q68 - JEE Main 2025 Evening Shift
### Step 2: Point calculation and shortest distance For m=1 and a=2, normal intersection point P(am^2, -2am) is: P = (2(1)^2, -2(2)(1)) = (2, -4) Distance from P(2,-4) to center C(0,-6): PC = sqrt(2-0)^2 + (-4 - (-6))^2 = sqrt4 + 4 = 2sqrt2 Shortest distance: textSD = PC - R = 2sqrt2 - 1 ### Pattern Recognition The shortest distance between a parabola and a circle is always along the common normal of the parabola passing through the circle's center. Finding the normal in slope form and solving for m avoids complex calculus. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Conic Sections
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%)