Question:medium

If $P(h,k)$ is a variable point on $x^2 + y^2 = 4$ and $Q(2h+1,\,3k+3)$ always lies on an ellipse, if eccentricity of the ellipse is $e$, then $\dfrac{5}{e^2}$ is equal to

Show Hint

Always parametrize the given locus first and then transform coordinates to find the new locus.
Updated On: Feb 4, 2026
Show Solution

Correct Answer: 9

Solution and Explanation

Step 1: Represent a general point on the given circle

The circle is

x2 + y2 = 4

A general point on this circle can be written as:

P(h, k) = (2cosθ, 2sinθ)


Step 2: Express the coordinates of point Q

Given,

Q = (2h + 1, 3k + 3)

Substituting h = 2cosθ and k = 2sinθ:

Q = (4cosθ + 1, 6sinθ + 3)


Step 3: Eliminate the parameter θ to find the locus

From x-coordinate:

x − 1 = 4cosθ

⇒ cosθ = (x − 1)/4

From y-coordinate:

y − 3 = 6sinθ

⇒ sinθ = (y − 3)/6

Using the identity cos2θ + sin2θ = 1:

(x − 1)2/16 + (y − 3)2/36 = 1

This represents an ellipse.


Step 4: Identify the semi-axes of the ellipse

Comparing with the standard form:

(x − h)2/b2 + (y − k)2/a2 = 1

we get:

a2 = 36,   b2 = 16


Step 5: Compute the eccentricity

For an ellipse:

e2 = 1 − b2/a2

e2 = 1 − 16/36 = 5/9


Step 6: Required value

5 / e2 = 5 ÷ (5/9)

= 9


Final Answer:

The required value is
9

Was this answer helpful?
0