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

Question

If x 2 + 9y 2 - 4x + 3 = 0, x, y \in R, then x and y respectively lie in the intervals :

Options

Solution

Key Concept: Transforming General Quadratic Equations into Standard Conic Section Forms using Completing the Square

This problem requires us to find the permissible range of real values for xx and yy that satisfy a given quadratic equation. The most effective strategy for such problems is to transform the equation into the standard form of a conic section, if possible. In this case, we will find that the equation represents an ellipse. Once in standard form, the geometric properties of the ellipse directly reveal the maximum and minimum values (the range) for xx and yy. The technique of completing the square is the fundamental algebraic tool for achieving this transformation.

The standard form of an ellipse centered at (h,k)(h, k) is given by: (xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1 Here, aa and bb represent the lengths of the semi-major and semi-minor axes (or semi-axes along the x and y directions, respectively). For any point (x,y)(x, y) that lies on the boundary or within this ellipse, the following conditions must hold true:

  • The xx-coordinates range from hah-a to h+ah+a, i.e., x[ha,h+a]x \in [h-a, h+a].
  • The yy-coordinates range from kbk-b to k+bk+b, i.e., y[kb,k+b]y \in [k-b, k+b]. These ranges are derived from the fact that since both terms (xh)2a2\frac{(x-h)^2}{a^2} and (yk)2b2\frac{(y-k)^2}{b^2} are non-negative and their sum is 1, each individual term must be less than or equal to 1. For example, (xh)2a21    (xh)2a2    xha\frac{(x-h)^2}{a^2} \le 1 \implies (x-h)^2 \le a^2 \implies |x-h| \le a, which then leads to haxh+ah-a \le x \le h+a.

Step-by-Step Solution:

1. Rearrange and Group Terms We begin with the given equation: x2+9y24x+3=0x^2 + 9y^2 - 4x + 3 = 0 To prepare for completing the square, we group the terms involving xx together and the terms involving yy together, moving the constant term to the side: (x24x)+9y2+3=0(x^2 - 4x) + 9y^2 + 3 = 0 Notice that the yy-term, 9y29y^2, is already a perfect square in terms of y2y^2 and lacks a linear yy-term (like cycy). This simplifies the process for yy.

2. Complete the Square for x-terms Our goal is to transform the expression (x24x)(x^2 - 4x) into a perfect square of the form (xh)2(x-h)^2. For a general quadratic expression X2+BXX^2 + BX, we complete the square by adding (B/2)2(B/2)^2 to make it (X+B/2)2(X + B/2)^2. For x24xx^2 - 4x, the coefficient of xx is B=4B = -4. So, we need to add (4/2)2=(2)2=4(-4/2)^2 = (-2)^2 = 4. To maintain the equality of the original equation, if we add a value to one side, we must also subtract it from the same side (or add it to the other side). (x24x+4)4+9y2+3=0(x^2 - 4x + 4) - 4 + 9y^2 + 3 = 0 Now, the terms inside the parenthesis form a perfect square: (x24x+4)=(x2)2(x^2 - 4x + 4) = (x - 2)^2. Substitute this back into the equation: (x2)24+9y2+3=0(x - 2)^2 - 4 + 9y^2 + 3 = 0 Combine the constant terms: 4+3=1-4 + 3 = -1. (x2)2+9y21=0(x - 2)^2 + 9y^2 - 1 = 0

3. Transform to the Standard Form of an Ellipse To match the standard form (xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1, we first move the constant term to the right side of the equation: (x2)2+9y2=1(x - 2)^2 + 9y^2 = 1 Now, we need to express each term as a square divided by a constant squared.

  • For the xx-term, (x2)2(x-2)^2 can be written as (x2)21\frac{(x-2)^2}{1}. This implies that a2=1a^2 = 1, so a=1=1a = \sqrt{1} = 1.
  • For the yy-term, we have 9y29y^2. To get y2y^2 in the numerator with a denominator representing b2b^2, we can rewrite 9y29y^2 as y21/9\frac{y^2}{1/9}. This implies b2=1/9b^2 = 1/9, so b=1/9=1/3b = \sqrt{1/9} = 1/3.

Substituting these values, we obtain the standard form of an ellipse: (x2)212+y2(13)2=1\frac{(x - 2)^2}{1^2} + \frac{y^2}{\left(\frac{1}{3}\right)^2} = 1 From this standard form, we can identify the key properties of the ellipse:

  • The center of the ellipse is (h,k)=(2,0)(h, k) = (2, 0).
  • The semi-axis length along the xx-direction is a=1a = 1.
  • The semi-axis length along the yy-direction is b=1/3b = 1/3.

4. Determine the Range of x and y For any real values x,yx, y that satisfy this ellipse equation, the terms on the left side must be non-negative. Since their sum is 1, each term must individually be less than or equal to 1.

  • Range for x: The term involving xx is (x2)212\frac{(x - 2)^2}{1^2}. For this to be part of an ellipse equation equal to 1, it must satisfy: (x2)2121\frac{(x - 2)^2}{1^2} \le 1 (x2)21(x - 2)^2 \le 1 Taking the square root of both sides, we must remember the property u2=u\sqrt{u^2} = |u|: x21|x - 2| \le 1 This absolute value inequality means that x2x-2 must lie between 1-1 and 11, inclusive: 1x21-1 \le x - 2 \le 1 To isolate xx, we add 2 to all parts of the inequality: 1+2x1+2-1 + 2 \le x \le 1 + 2 1x31 \le x \le 3 Therefore, x[1,3]x \in [1, 3].

  • Range for y: Similarly, the term involving yy is y2(13)2\frac{y^2}{\left(\frac{1}{3}\right)^2}. This term must also be less than or equal to 1: y2(13)21\frac{y^2}{\left(\frac{1}{3}\right)^2} \le 1 Multiply both sides by (13)2\left(\frac{1}{3}\right)^2: y2(13)2y^2 \le \left(\frac{1}{3}\right)^2 Taking the square root of both sides: y13|y| \le \frac{1}{3} This inequality means that yy must lie between 1/3-1/3 and 1/31/3, inclusive: 13y13-\frac{1}{3} \le y \le \frac{1}{3} Therefore, y[13,13]y \in \left[ -\frac{1}{3}, \frac{1}{3} \right].

5. Compare with Options Our derived ranges are:

  • x[1,3]x \in [1, 3]
  • y[13,13]y \in \left[ -\frac{1}{3}, \frac{1}{3} \right]

Let's check the given options: (A) [13,13]\left[ - \frac{1}{3}, \frac{1}{3} \right] and [13,13]\left[ - \frac{1}{3}, \frac{1}{3} \right] (B) [13,13]\left[ - \frac{1}{3}, \frac{1}{3} \right] and [1,3][1, 3] (C) [1,3][1, 3] and [1,3][1, 3] (D) [1,3][1, 3] and [13,13]\left[ - \frac{1}{3}, \frac{1}{3} \right]

Our calculated ranges for xx and yy perfectly match Option (D).


Important Tips and Common Mistakes:

  1. Completing the Square with a Coefficient: If you have an expression like Ax2+BxAx^2 + Bx, first factor out AA: A(x2+(B/A)x)A(x^2 + (B/A)x). Then complete the square inside the parenthesis: A((x+B2A)2(B2A)2)A \left( (x + \frac{B}{2A})^2 - \left(\frac{B}{2A}\right)^2 \right). Remember to distribute AA back or adjust the constant term carefully. In this problem, the coefficient of x2x^2 was 1, simplifying this step.
  2. Correctly Identifying Denominators for Ellipse Standard Form: When you have an equation like C(yk)2=DC(y-k)^2 = D, to get it into the standard form (yk)2b2=1\frac{(y-k)^2}{b^2} = 1, you must divide by DD: C(yk)2D=1    (yk)2D/C=1\frac{C(y-k)^2}{D} = 1 \implies \frac{(y-k)^2}{D/C} = 1. So, b2=D/Cb^2 = D/C. A common error is to directly take b2=Cb^2 = C or b2=Db^2 = D. In our problem, 9y2=19y^2 = 1, so y2=1/9y^2 = 1/9, which correctly gives b2=1/9b^2 = 1/9 and b=1/3b = 1/3.
  3. Deriving Ranges from Absolute Value: Always remember that u2=u\sqrt{u^2} = |u|. For an inequality like Xha|X-h| \le a, it translates to aXha-a \le X-h \le a. This is a crucial step to correctly determine the bounds of the interval. Don't forget the negative bound!
  4. Checking for Real Solutions: Before determining ranges, ensure that the equation results in a valid conic section. If, for instance, the right-hand side of the standard form were negative, or if it were zero (representing a single point or a line), the interpretation of ranges would be different or no real solution would exist. Here, the right-hand side is 1, confirming an ellipse.

Key Takeaway: Problems involving general quadratic equations in two variables, especially when asking for the range of these variables, are often solved by converting the equation into the standard form of a conic section (ellipse, parabola, hyperbola, or degenerate cases). The technique of completing the square is the indispensable algebraic tool for this transformation. Once in standard form, the geometric properties (like center and semi-axes for an ellipse) directly provide the bounds for the variables. Always perform algebraic manipulations carefully and understand the interpretation of the standard forms.

Practice More Conic Sections Questions

View All Questions