A English

Parabola Questions in English

Class 11 Mathematics · 10-2. Parabola, Ellipse, Hyperbola · Parabola

1007+

Questions

English

Language

100%

With Solutions

Showing 48 of 1007 questions in English

701
EasyMCQ
The length of the latus rectum of the parabola $(x-2)^2+(y-3)^2=\frac{1}{25}(3x-4y+7)^2$ is
A
$\frac{1}{5}$
B
$\frac{2}{5}$
C
$\frac{3}{5}$
D
$\frac{4}{5}$

Solution

(B) The given equation of the parabola is $(x-2)^2+(y-3)^2=\frac{1}{25}(3x-4y+7)^2$.
This is of the form $SP^2 = e^2 PM^2$,where $S$ is the focus,$P$ is a point $(x, y)$ on the parabola,$e$ is the eccentricity,and $PM$ is the perpendicular distance from $P$ to the directrix.
Here,$e^2 = \frac{1}{25}$,so $e = \frac{1}{5}$.
The focus $S$ is $(2, 3)$ and the directrix is $3x-4y+7=0$.
The distance $d$ from the focus to the directrix is $d = \frac{|3(2)-4(3)+7|}{\sqrt{3^2+(-4)^2}} = \frac{|6-12+7|}{5} = \frac{1}{5}$.
The length of the latus rectum is $2e \times d = 2 \times \frac{1}{5} \times \frac{1}{5} = \frac{2}{25}$.
Wait,re-evaluating the standard form: The equation is $(x-h)^2+(y-k)^2 = e^2 \frac{(ax+by+c)^2}{a^2+b^2}$.
Here,$e^2 = \frac{1}{25} \times (3^2+(-4)^2) = \frac{25}{25} = 1$. Thus,it is a parabola.
The distance from focus $(2, 3)$ to line $3x-4y+7=0$ is $d = \frac{|6-12+7|}{5} = \frac{1}{5}$.
The length of the latus rectum is $2d = 2 \times \frac{1}{5} = \frac{2}{5}$.
702
EasyMCQ
For the parabola represented in the parametric form by $x=t^2+t+1$ and $y=t^2-t+1$,the length of the latus rectum is
A
$2$
B
$3$
C
$1/2$
D
$8$

Solution

(A) Given parametric equations are $x=t^2+t+1$ and $y=t^2-t+1$.
Adding the two equations: $x+y = 2t^2+2 = 2(t^2+1)$.
Subtracting the two equations: $x-y = 2t$,which implies $t = \frac{x-y}{2}$.
Substituting $t$ into the sum equation: $x+y = 2\left(\left(\frac{x-y}{2}\right)^2+1\right)$.
$x+y = 2\left(\frac{(x-y)^2}{4}+1\right) = \frac{(x-y)^2}{2}+2$.
Multiplying by $2$: $2(x+y) = (x-y)^2+4$.
Rearranging: $(x-y)^2 = 2(x+y-2)$.
This is in the form $Y^2 = 4aX$,where $Y = x-y$,$X = x+y-2$,and $4a = 2$.
The length of the latus rectum is $4a = 2$.
703
EasyMCQ
If the directrix of the parabola $x^2+4y-6x+\lambda=0$ is $y+1=0$,then which of the following is correct?
A
$\lambda=-17$
B
$\lambda=-19$
C
focus is $(3,-3)$
D
vertex is $(3,-3)$

Solution

(C) The given equation is $x^2-6x+4y+\lambda=0$.
Completing the square for $x$: $(x-3)^2-9+4y+\lambda=0$,which simplifies to $(x-3)^2 = -4y + (9-\lambda) = -4(y - \frac{9-\lambda}{4})$.
Comparing this with the standard form $(x-h)^2 = -4a(y-k)$,we have $h=3$,$k=\frac{9-\lambda}{4}$,and $a=1$.
The directrix of this parabola is $y = k+a$.
Given the directrix is $y+1=0$,i.e.,$y=-1$,we equate $k+a = -1$.
Substituting $k$ and $a$: $\frac{9-\lambda}{4} + 1 = -1$.
$\frac{9-\lambda}{4} = -2 \implies 9-\lambda = -8 \implies \lambda = 17$.
However,checking the options,if $\lambda=17$,then $k = \frac{9-17}{4} = -2$.
The focus is $(h, k-a) = (3, -2-1) = (3, -3)$.
Thus,option $C$ is correct.
704
MediumMCQ
The equation of the directrix of the parabola $x^2+8x+12y+4=0$ is
A
$y+4=0$
B
$y-1=0$
C
$y-4=0$
D
$y-2=0$

Solution

(C) The given equation of the parabola is $x^2+8x+12y+4=0$.
Completing the square for the $x$ terms:
$x^2+8x = -12y-4$
$(x+4)^2 - 16 = -12y-4$
$(x+4)^2 = -12y+12$
$(x+4)^2 = -12(y-1)$.
Comparing this with the standard form $(x-h)^2 = 4a(y-k)$,we get $4a = -12$,so $a = -3$.
The vertex is $(h, k) = (-4, 1)$.
The equation of the directrix for a downward-opening parabola is $y = k - a$.
Substituting the values: $y = 1 - (-3) = 1 + 3 = 4$.
Thus,the equation of the directrix is $y-4=0$.
705
EasyMCQ
If the focus of a parabola is $(0,-3)$ and its directrix is $y=3$,then its equation is
A
$x^2=12 y$
B
$y^2=-12 x$
C
$y^2=12 x$
D
$x^2=-12 y$

Solution

(D) The focus of the parabola is $(0, -a) = (0, -3)$,which implies $a = 3$.
The directrix is $y = a = 3$.
Since the focus lies on the $y$-axis and is below the origin,the parabola opens downwards.
The standard equation of such a parabola is $x^2 = -4ay$.
Substituting $a = 3$ into the equation,we get:
$x^2 = -4 \times 3y$
$x^2 = -12y$
Solution diagram
706
EasyMCQ
Find the equation of the parabola which passes through $(6,-2)$,has its vertex at the origin and its axis along the $y$-axis.
A
$y^2=18x$
B
$x^2=18y$
C
$y^2=-18x$
D
$x^2=-18y$

Solution

(D) The vertex of the parabola is at the origin $(0,0)$ and its axis is along the $y$-axis.
Thus,the equation of the parabola is of the form $x^2 = 4ay$ or $x^2 = -4ay$.
Since the parabola passes through $(6,-2)$,which lies in the fourth quadrant,the parabola must open downwards.
Therefore,the equation is $x^2 = -4ay$.
Substituting the point $(6,-2)$ into the equation:
$(6)^2 = -4a(-2)$
$36 = 8a$
$a = \frac{36}{8} = \frac{9}{2}$.
Substituting $a = \frac{9}{2}$ back into the equation $x^2 = -4ay$:
$x^2 = -4 \left(\frac{9}{2}\right)y$
$x^2 = -18y$.
707
EasyMCQ
The coordinates of the focus of the parabola described parametrically by $x=5t^2+2, y=10t+4$ (where $t$ is a parameter) are
A
$(7,4)$
B
$(3,4)$
C
$(3,-4)$
D
$(-7,4)$

Solution

(A) Given parametric equations are $x=5t^2+2$ and $y=10t+4$.
From the second equation,$t = \frac{y-4}{10}$.
Substituting $t$ into the first equation:
$x-2 = 5\left(\frac{y-4}{10}\right)^2 = 5\left(\frac{(y-4)^2}{100}\right) = \frac{(y-4)^2}{20}$.
Thus,$(y-4)^2 = 20(x-2)$.
Comparing this with the standard form $(y-k)^2 = 4a(x-h)$,we have $h=2, k=4$,and $4a=20$,which gives $a=5$.
The focus of the parabola $(y-k)^2 = 4a(x-h)$ is given by $(h+a, k)$.
Substituting the values,the focus is $(2+5, 4) = (7,4)$.
708
EasyMCQ
The point of intersection of the latus rectum and axis of the parabola $y^2+4x+2y-8=0$ is
A
$\left(\frac{9}{4}, -1\right)$
B
$\left(\frac{5}{4}, -1\right)$
C
$\left(\frac{7}{2}, \frac{5}{2}\right)$
D
$\left(\frac{-5}{4}, 1\right)$

Solution

(B) The point of intersection of the latus rectum and the axis of a parabola is its focus.
Given equation: $y^2+4x+2y-8=0$.
Rearranging the terms: $y^2+2y = -4x+8$.
Completing the square for $y$: $y^2+2y+1 = -4x+8+1$.
$(y+1)^2 = -4x+9$.
$(y+1)^2 = -4\left(x-\frac{9}{4}\right)$.
Comparing this with the standard form $(y-k)^2 = 4a(x-h)$,we get $h = \frac{9}{4}$,$k = -1$,and $4a = -4$,which implies $a = -1$.
The focus is given by $(h+a, k)$.
Focus $= \left(\frac{9}{4}-1, -1\right) = \left(\frac{5}{4}, -1\right)$.
709
EasyMCQ
If $(2,0)$ is the vertex and the $Y$-axis is the directrix of a parabola,then its focus is
A
$(2,0)$
B
$(-2,0)$
C
$(4,0)$
D
$(0,4)$

Solution

(C) The vertex of the parabola is $V = (2,0)$.
The directrix is the $Y$-axis,which is the line $x = 0$.
Since the vertex is the midpoint between the focus $F(a, 0)$ and the point on the directrix $D(0, 0)$ (where the axis of the parabola intersects the directrix),we have:
$V = \left( \frac{a + 0}{2}, \frac{0 + 0}{2} \right) = (2, 0)$
$\frac{a}{2} = 2 \implies a = 4$
Therefore,the focus is $(4, 0)$.
Solution diagram
710
MediumMCQ
The equation of the directrix of the parabola $y^2-x+4y+5=0$ is
A
$4y - 3 = 0$
B
$4x - 3 = 0$
C
$3x - 4 = 0$
D
$3y - 4 = 0$

Solution

(B) Given parabola is:
$y^2 - x + 4y + 5 = 0$
$y^2 + 4y = x - 5$
Adding $4$ to both sides to complete the square:
$y^2 + 4y + 4 = x - 5 + 4$
$(y + 2)^2 = (x - 1)$
Comparing this with the standard form $(y - k)^2 = 4a(x - h)$,we get:
Vertex $(h, k) = (1, -2)$ and $4a = 1$,so $a = \frac{1}{4}$.
The equation of the directrix for a parabola of the form $(y - k)^2 = 4a(x - h)$ is $X = -a$,where $X = x - h$.
Substituting the values:
$x - 1 = -\frac{1}{4}$
$x = 1 - \frac{1}{4} = \frac{3}{4}$
$4x = 3$
$4x - 3 = 0$
711
EasyMCQ
The length of the latus rectum of the parabola $169\{(x-1)^2+(y-3)^2\}=(5x-12y+17)^2$ is
A
$\frac{14}{13}$
B
$\frac{12}{13}$
C
$\frac{28}{13}$
D
$\frac{56}{13}$

Solution

(C) The given equation of the parabola is $169\{(x-1)^2+(y-3)^2\}=(5x-12y+17)^2$.
Dividing by $169$,we get:
$(x-1)^2+(y-3)^2 = \left(\frac{5x-12y+17}{13}\right)^2$.
This is in the form $SP^2 = PM^2$,where $S$ is the focus $(1, 3)$ and $PM$ is the perpendicular distance from point $P(x, y)$ to the directrix $5x-12y+17=0$.
The distance between the focus and the directrix is $2a$.
$2a = \left|\frac{5(1)-12(3)+17}{\sqrt{5^2+(-12)^2}}\right| = \left|\frac{5-36+17}{13}\right| = \left|\frac{-14}{13}\right| = \frac{14}{13}$.
The length of the latus rectum is $4a$.
Since $2a = \frac{14}{13}$,then $4a = 2 \times \frac{14}{13} = \frac{28}{13}$.
712
EasyMCQ
If $x+5=0$ is the directrix and $(-3,0)$ is the vertex of a parabola,then the equation of this parabola is . . . . . .
A
$y^2=8(x+3)$
B
$y^2=8(x-3)$
C
$x^2=8(y+3)$
D
$x^2=8(y-3)$

Solution

(A) The directrix is $x = -5$ and the vertex is $V(-3, 0)$.
Since the directrix is a vertical line,the axis of the parabola is horizontal (the $x$-axis).
The distance from the vertex to the directrix is $a = |-3 - (-5)| = 2$.
Since the vertex is to the right of the directrix,the parabola opens to the right.
The standard form of a parabola opening to the right with vertex $(h, k)$ is $(y-k)^2 = 4a(x-h)$.
Substituting $h = -3$,$k = 0$,and $a = 2$,we get:
$(y-0)^2 = 4(2)(x - (-3))$
$y^2 = 8(x+3)$
Solution diagram
713
EasyMCQ
The coordinates of the focus of the parabola $5x^2 = -12y$ are
A
$\left(\frac{3}{5}, 0\right)$
B
$\left(-\frac{3}{5}, 0\right)$
C
$\left(0, \frac{3}{5}\right)$
D
$\left(0, -\frac{3}{5}\right)$

Solution

(D) Given the equation of the parabola: $5x^2 = -12y$.
Dividing by $5$,we get $x^2 = -\frac{12}{5}y$.
Comparing this with the standard form $x^2 = 4ay$,we have $4a = -\frac{12}{5}$.
Solving for $a$,we get $a = -\frac{12}{5 \times 4} = -\frac{3}{5}$.
The focus of a parabola of the form $x^2 = 4ay$ is given by $(0, a)$.
Substituting the value of $a$,the focus is $\left(0, -\frac{3}{5}\right)$.
Therefore,option $D$ is correct.
714
EasyMCQ
The coordinates of the focus of the parabola $(x+3)^2 = 2(y-5)$ are
A
$(-5/2, 5)$
B
$(-3, 11/2)$
C
$(3, -11/2)$
D
$(0, 1/2)$

Solution

(B) The given equation of the parabola is $(x+3)^2 = 2(y-5)$.
Comparing this with the standard form $(x-h)^2 = 4a(y-k)$,we get the vertex $(h, k) = (-3, 5)$.
Here,$4a = 2$,which implies $a = 1/2$.
The focus of a parabola of the form $(x-h)^2 = 4a(y-k)$ is given by $(h, k+a)$.
Substituting the values,the focus is $(-3, 5 + 1/2) = (-3, 11/2)$.
Thus,option $B$ is correct.
715
EasyMCQ
The length of the latus rectum of a parabola whose focal chord $PSQ$ is such that $PS = 3$ and $QS = 2$ is
A
$\frac{24}{5}$
B
$\frac{12}{5}$
C
$\frac{6}{5}$
D
$\frac{12}{10}$

Solution

(A) For a parabola,the length of the semi-latus rectum is the harmonic mean of the segments of any focal chord $PSQ$.
Let $l$ be the semi-latus rectum. Then,$\frac{1}{PS} + \frac{1}{QS} = \frac{2}{l}$.
Given $PS = 3$ and $QS = 2$,we have $\frac{1}{3} + \frac{1}{2} = \frac{2}{l}$.
$\frac{2+3}{6} = \frac{2}{l} \implies \frac{5}{6} = \frac{2}{l}$.
$l = \frac{12}{5}$.
The length of the latus rectum is $2l = 2 \times \frac{12}{5} = \frac{24}{5}$.
716
MediumMCQ
The directrix of the parabola $2 y^2+25 x=0$ is $........$
A
$8 x-25=0$
B
$8 y-25=0$
C
$25 x-28=0$
D
$25 y-8=0$

Solution

(A) Given equation of the parabola is $2 y^2+25 x=0$.
Rearranging the equation,we get $2 y^2 = -25 x$.
Dividing by $2$,we get $y^2 = -\frac{25}{2} x$.
Comparing this with the standard form of the parabola $y^2 = -4 a x$,we have:
$4 a = \frac{25}{2}$
$a = \frac{25}{8}$
The equation of the directrix for the parabola $y^2 = -4 a x$ is $x = a$.
Substituting the value of $a$,we get $x = \frac{25}{8}$.
This can be written as $8 x = 25$,or $8 x - 25 = 0$.
Solution diagram
717
EasyMCQ
The length of the latus rectum of the parabola $20(x^2+y^2-6x-2y+10) = (4x-2y-5)^2$ is
A
$\frac{\sqrt{5}}{2}$
B
$2\sqrt{5}$
C
$\sqrt{5}$
D
$4\sqrt{5}$

Solution

(C) The given equation of the parabola is $20(x^2+y^2-6x-2y+10) = (4x-2y-5)^2$.
Dividing by $20$,we get $(x-3)^2 + (y-1)^2 = \left(\frac{4x-2y-5}{\sqrt{20}}\right)^2$.
This is in the form $SP^2 = PM^2$,where $S(3,1)$ is the focus and $4x-2y-5=0$ is the directrix.
The distance from the focus to the directrix is $2a = \frac{|4(3)-2(1)-5|}{\sqrt{4^2+(-2)^2}} = \frac{|12-2-5|}{\sqrt{16+4}} = \frac{5}{\sqrt{20}} = \frac{5}{2\sqrt{5}} = \frac{\sqrt{5}}{2}$.
The length of the latus rectum is $4a = 2(2a) = 2 \times \frac{\sqrt{5}}{2} = \sqrt{5}$.
718
EasyMCQ
The parametric equations of the parabola $y^2-8x-4y-12=0$ are
A
$x=2+2t^2, y=-2+4t$
B
$x=2+4t, y=-2+2t^2$
C
$x=-2+2t^2, y=2+4t$
D
$x=-2+4t, y=2+2t^2$

Solution

(C) Given equation of the parabola is $y^2-8x-4y-12=0$.
Completing the square for $y$:
$(y^2-4y+4)-4-8x-12=0$
$(y-2)^2=8x+16$
$(y-2)^2=8(x+2)$.
Comparing this with the standard form $(y-k)^2=4a(x-h)$,we get $h=-2, k=2$,and $4a=8$,which implies $a=2$.
The parametric equations for $(y-k)^2=4a(x-h)$ are $x=h+at^2$ and $y=k+2at$.
Substituting the values,we get $x=-2+2t^2$ and $y=2+2(2)t$,which simplifies to $x=-2+2t^2$ and $y=2+4t$.
Thus,the correct option is $C$.
719
EasyMCQ
For the parabola $y^2+6y-2x+5=0$,match the items in List-$I$ with the suitable item in List-$II$ given below:
List-$I$List-$II$
$(I)$ Vertex$(A)$ $(-\frac{3}{2}, -3)$
$(II)$ Focus$(B)$ $(\frac{3}{2}, -3)$
$(III)$ Equation of the directrix$(C)$ $2x+5=0$
$(IV)$ Equation of the axis$(D)$ $2x+y+3=0$
$(E)$ $y+3=0$
$(F)$ $(-2, -3)$
A
$F, A, E, C$
B
$F, A, C, E$
C
$A, B, C, D$
D
$F, A, C, D$

Solution

(B) Given parabola: $y^2+6y-2x+5=0$
Completing the square for $y$:
$y^2+6y+9 = 2x-5+9$
$(y+3)^2 = 2(x+2)$
Comparing with $(y-k)^2 = 4a(x-h)$,we get:
Vertex $(h, k) = (-2, -3)$. This matches $(F)$.
$4a = 2 \Rightarrow a = \frac{1}{2}$.
Focus $(h+a, k) = (-2+\frac{1}{2}, -3) = (-\frac{3}{2}, -3)$. This matches $(A)$.
Equation of directrix: $x = h-a$ $\Rightarrow x = -2-\frac{1}{2}$ $\Rightarrow x = -\frac{5}{2}$ $\Rightarrow 2x+5=0$. This matches $(C)$.
Equation of axis: $y = k \Rightarrow y+3=0$. This matches $(E)$.
Thus,the correct matching is $(I-F, II-A, III-C, IV-E)$.
720
MediumMCQ
If a parabola passes through the points $(-2, 1)$,$(1, 2)$,and $(-1, 3)$ and has a horizontal axis,then the length of the latus rectum of that parabola is:
A
$5$
B
$\frac{5}{2}$
C
$\frac{2}{5}$
D
$\frac{1}{5}$

Solution

(C) The equation of a parabola with a horizontal axis is given by $(y - k)^2 = 4a(x - h)$.
Substituting the given points $(-2, 1)$,$(1, 2)$,and $(-1, 3)$ into the equation:
For $(-2, 1)$: $(1 - k)^2 = 4a(-2 - h) \implies 1 - 2k + k^2 = -8a - 4ah$ $(i)$
For $(1, 2)$: $(2 - k)^2 = 4a(1 - h) \implies 4 - 4k + k^2 = 4a - 4ah$ (ii)
For $(-1, 3)$: $(3 - k)^2 = 4a(-1 - h) \implies 9 - 6k + k^2 = -4a - 4ah$ (iii)
Subtracting (ii) from $(i)$: $(1 - 2k + k^2) - (4 - 4k + k^2) = -8a - 4ah - (4a - 4ah) \implies -3 + 2k = -12a \implies 2k = 3 - 12a$ (iv)
Subtracting (iii) from (ii): $(4 - 4k + k^2) - (9 - 6k + k^2) = 4a - 4ah - (-4a - 4ah) \implies -5 + 2k = 8a$ $(v)$
Substituting (iv) into $(v)$: $(3 - 12a) - 5 = 8a \implies -2 = 20a \implies a = -\frac{1}{10}$.
The length of the latus rectum is $|4a| = |4 \times -\frac{1}{10}| = |-\frac{4}{10}| = \frac{2}{5}$.
721
EasyMCQ
For the parabola $y^2+6y-2x+5=0$,match the items in List-$I$ with the suitable item in List-$II$ given below:
List-$I$ (Geometric Property) List-$II$ (Coordinates/Equations)
$I$. Vertex $A$. $\left(-\frac{3}{2}, -3\right)$
$II$. Focus $B$. $\left(\frac{3}{2}, -3\right)$
$III$. Equation of the directrix $C$. $2x + 5 = 0$
$IV$. Equation of the axis $D$. $2x + y + 3 = 0$
$E$. $y + 3 = 0$
$F$. $(-2, -3)$

The correct matching is:
A
$I$-$F$,$II$-$A$,$III$-$E$,$IV$-$C$
B
$I$-$F$,$II$-$A$,$III$-$C$,$IV$-$E$
C
$I$-$A$,$II$-$B$,$III$-$C$,$IV$-$D$
D
$I$-$F$,$II$-$A$,$III$-$C$,$IV$-$D$

Solution

(B) Given equation: $y^2+6y-2x+5=0$
Completing the square for $y$: $(y^2+6y+9) - 9 - 2x + 5 = 0$
$(y+3)^2 = 2x + 4$
$(y+3)^2 = 2(x+2)$
Comparing with $(y-k)^2 = 4a(x-h)$,we get vertex $V(h, k) = (-2, -3)$. This matches $F$.
Here,$4a = 2$,so $a = \frac{1}{2}$.
Focus is $(h+a, k) = (-2 + \frac{1}{2}, -3) = (-\frac{3}{2}, -3)$. This matches $A$.
Equation of directrix is $x = h - a = -2 - \frac{1}{2} = -\frac{5}{2}$,which implies $2x + 5 = 0$. This matches $C$.
Equation of the axis is $y = k$,so $y = -3$,which implies $y + 3 = 0$. This matches $E$.
Thus,the correct matching is $I-F, II-A, III-C, IV-E$.
722
EasyMCQ
If the vertex of a parabola is $(4,3)$ and its directrix is $3x+2y-7=0$,then the equation of the latus rectum of the parabola is
A
$3x+2y-18=0$
B
$3x+2y-29=0$
C
$3x+2y-8=0$
D
$3x+2y-31=0$

Solution

(B) The vertex $V$ is $(4,3)$ and the directrix $L$ is $3x+2y-7=0$.
The axis of the parabola is perpendicular to the directrix and passes through the vertex.
The slope of the directrix is $m = -3/2$.
Thus,the slope of the axis is $m' = 2/3$.
The equation of the axis is $y-3 = \frac{2}{3}(x-4)$,which simplifies to $2x-3y+1=0$.
The focus $S$ lies on the axis at a distance $a$ from the vertex,where $a$ is the distance from the vertex to the directrix.
The distance $a = \frac{|3(4)+2(3)-7|}{\sqrt{3^2+2^2}} = \frac{|12+6-7|}{\sqrt{13}} = \frac{11}{\sqrt{13}}$.
The latus rectum is parallel to the directrix and passes through the focus.
The distance from the vertex to the latus rectum is $a$.
The equation of the latus rectum is $3x+2y+k=0$.
Since the vertex is at distance $a$ from the directrix and the focus is at distance $2a$ from the directrix,the latus rectum is at distance $2a$ from the directrix.
The equation of the latus rectum is $3x+2y+k=0$.
The distance between $3x+2y-7=0$ and $3x+2y+k=0$ is $2a = \frac{22}{\sqrt{13}}$.
$\frac{|k-(-7)|}{\sqrt{13}} = \frac{22}{\sqrt{13}} \implies |k+7| = 22$.
$k+7 = 22 \implies k=15$ or $k+7 = -22 \implies k=-29$.
Since the focus must be on the opposite side of the vertex from the directrix,we find the focus $S = (4+2a\cos\theta, 3+2a\sin\theta)$ where $\cos\theta = \frac{3}{\sqrt{13}}, \sin\theta = \frac{2}{\sqrt{13}}$.
$S = (4 + 2(\frac{11}{\sqrt{13}})(\frac{3}{\sqrt{13}}), 3 + 2(\frac{11}{\sqrt{13}})(\frac{2}{\sqrt{13}})) = (4 + \frac{66}{13}, 3 + \frac{44}{13}) = (\frac{118}{13}, \frac{83}{13})$.
Substituting $S$ into $3x+2y+k=0$: $3(\frac{118}{13}) + 2(\frac{83}{13}) + k = 0 \implies \frac{354+166}{13} + k = 0 \implies k = -\frac{520}{13} = -40$.
Wait,checking the distance again: The latus rectum is $3x+2y+k=0$. The vertex $(4,3)$ is at distance $a$ from directrix. The latus rectum is at distance $2a$ from directrix.
The equation is $3x+2y-29=0$.
723
EasyMCQ
The equation of the parabola whose axis is parallel to the $X$-axis and which passes through the points $(-2, 1)$,$(1, 2)$,and $(-1, 3)$ is
A
$18 y^2-12 x-21 y-21=0$
B
$5 y^2+2 x-21 y+20=0$
C
$15 y^2+12 x-11 y+20=0$
D
$25 y^2-2 x-65 y+36=0$

Solution

(B) The general equation of a parabola with its axis parallel to the $X$-axis is given by $x = Ay^2 + By + C$.
Since the parabola passes through the points $(-2, 1)$,$(1, 2)$,and $(-1, 3)$,we substitute these coordinates into the general equation:
For $(-2, 1)$: $-2 = A(1)^2 + B(1) + C \Rightarrow A + B + C = -2 \quad (i)$
For $(1, 2)$: $1 = A(2)^2 + B(2) + C \Rightarrow 4A + 2B + C = 1 \quad (ii)$
For $(-1, 3)$: $-1 = A(3)^2 + B(3) + C \Rightarrow 9A + 3B + C = -1 \quad (iii)$
Subtracting $(i)$ from $(ii)$: $(4A + 2B + C) - (A + B + C) = 1 - (-2) \Rightarrow 3A + B = 3 \quad (iv)$
Subtracting $(ii)$ from $(iii)$: $(9A + 3B + C) - (4A + 2B + C) = -1 - 1 \Rightarrow 5A + B = -2 \quad (v)$
Subtracting $(iv)$ from $(v)$: $(5A + B) - (3A + B) = -2 - 3$ $\Rightarrow 2A = -5$ $\Rightarrow A = -\frac{5}{2}$
Substituting $A = -\frac{5}{2}$ into $(iv)$: $3(-\frac{5}{2}) + B = 3 \Rightarrow B = 3 + \frac{15}{2} = \frac{21}{2}$
Substituting $A$ and $B$ into $(i)$: $-\frac{5}{2} + \frac{21}{2} + C = -2$ $\Rightarrow \frac{16}{2} + C = -2$ $\Rightarrow 8 + C = -2$ $\Rightarrow C = -10$
Thus,the equation is $x = -\frac{5}{2}y^2 + \frac{21}{2}y - 10$.
Multiplying by $2$: $2x = -5y^2 + 21y - 20$.
Rearranging gives $5y^2 + 2x - 21y + 20 = 0$.
724
MediumMCQ
$A$ point on the parabola whose axis is parallel to the $X$-axis and which passes through the points $(0,1), (3,0), (0,-2)$ is
A
$(3,-1)$
B
$(2,-3)$
C
$(3,2)$
D
$(-2,2)$

Solution

(A) The general equation of a parabola with its axis parallel to the $X$-axis is $x = ay^2 + by + c$.
Since the parabola passes through $(0,1)$,we have $0 = a(1)^2 + b(1) + c$,so $a + b + c = 0$.
Since it passes through $(0,-2)$,we have $0 = a(-2)^2 + b(-2) + c$,so $4a - 2b + c = 0$.
Subtracting the two equations: $(4a - 2b + c) - (a + b + c) = 0 \implies 3a - 3b = 0 \implies a = b$.
Substituting $b = a$ into $a + b + c = 0$,we get $2a + c = 0$,so $c = -2a$.
Since the parabola passes through $(3,0)$,we have $3 = a(0)^2 + b(0) + c$,so $c = 3$.
Thus,$c = 3$,$2a = -3 \implies a = -\frac{3}{2}$,and $b = -\frac{3}{2}$.
The equation is $x = -\frac{3}{2}y^2 - \frac{3}{2}y + 3$,or $2x = -3y^2 - 3y + 6$.
Testing the options:
For $(A) (3,-1)$: $3 = -\frac{3}{2}(-1)^2 - \frac{3}{2}(-1) + 3 = -\frac{3}{2} + \frac{3}{2} + 3 = 3$. This point lies on the parabola.
725
EasyMCQ
The distance between the vertex and the focus of the parabola $x^2-2x+3y-2=0$ is
A
$\frac{4}{5}$
B
$\frac{3}{4}$
C
$\frac{1}{2}$
D
$\frac{5}{6}$

Solution

(B) Given equation of the parabola:
$x^2-2x+3y-2=0$
Rearranging the terms to complete the square:
$x^2-2x = -3y+2$
Adding $1$ to both sides:
$x^2-2x+1 = -3y+2+1$
$(x-1)^2 = -3y+3$
$(x-1)^2 = -3(y-1)$
Comparing this with the standard form $(x-h)^2 = 4a(y-k)$,we get $4a = -3$,so $a = -\frac{3}{4}$.
The distance between the vertex $(h, k)$ and the focus is given by $|a|$.
Distance $= |-\frac{3}{4}| = \frac{3}{4}$.
726
EasyMCQ
An equilateral triangle is inscribed in the parabola $y^2 = 8x$,with one of its vertices at the vertex of the parabola. Then,the length of the side of that triangle is
A
$24 \sqrt{3} \text{ units}$
B
$16 \sqrt{3} \text{ units}$
C
$8 \sqrt{3} \text{ units}$
D
$4 \sqrt{3} \text{ units}$

Solution

(B) Let $a$ be the length of the side of the equilateral triangle.
Since the triangle is symmetric about the $x$-axis,one vertex is at the origin $(0, 0)$.
The other two vertices are at $(x, y)$ and $(x, -y)$.
For an equilateral triangle with side $a$,the height is $\frac{\sqrt{3}}{2}a$ and the vertical distance from the $x$-axis to the vertices is $\frac{a}{2}$.
Thus,the coordinates of the vertex on the parabola are $\left(\frac{\sqrt{3}}{2}a, \frac{a}{2}\right)$.
Since this point lies on the parabola $y^2 = 8x$,we substitute the coordinates:
$\left(\frac{a}{2}\right)^2 = 8 \left(\frac{\sqrt{3}}{2}a\right)$
$\frac{a^2}{4} = 4\sqrt{3}a$
Since $a \neq 0$,we divide by $a$:
$\frac{a}{4} = 4\sqrt{3}$
$a = 16\sqrt{3} \text{ units}$.
Solution diagram
727
EasyMCQ
The point $(3,4)$ is the focus and $2x - 3y + 5 = 0$ is the directrix of a parabola. Its latus rectum is:
A
$\frac{2}{\sqrt{13}}$
B
$\frac{4}{\sqrt{13}}$
C
$\frac{1}{\sqrt{13}}$
D
$\frac{3}{\sqrt{13}}$

Solution

(A) The focus of the parabola is $(3,4)$ and the equation of the directrix is $2x - 3y + 5 = 0$.
The distance $d$ from the focus $(x_1, y_1)$ to the line $Ax + By + C = 0$ is given by $d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}$.
Here,$d = \frac{|2(3) - 3(4) + 5|}{\sqrt{2^2 + (-3)^2}} = \frac{|6 - 12 + 5|}{\sqrt{4 + 9}} = \frac{|-1|}{\sqrt{13}} = \frac{1}{\sqrt{13}}$.
The length of the latus rectum of a parabola is $2 \times$ (distance from the focus to the directrix).
Therefore,the length of the latus rectum $= 2 \times \frac{1}{\sqrt{13}} = \frac{2}{\sqrt{13}}$.
728
DifficultMCQ
Let $Z$ be the point of intersection of the axis and the directrix of the parabola $4x^2 - 12x + 4y + 5 = 0$. If $S$ is its focus,then the point which divides $SZ$ in the ratio $2:1$ is
A
$\left(\frac{3}{2}, \frac{13}{12}\right)$
B
$\left(1, \frac{13}{12}\right)$
C
$\left(\frac{3}{4}, \frac{13}{4}\right)$
D
$\left(\frac{3}{2}, \frac{13}{4}\right)$

Solution

(A) The given equation of the parabola is $4x^2 - 12x + 4y + 5 = 0$.
Dividing by $4$,we get $x^2 - 3x + y + \frac{5}{4} = 0$.
Completing the square for $x$: $(x - \frac{3}{2})^2 = -y - \frac{5}{4} + \frac{9}{4} = -(y - 1)$.
This is of the form $(x - h)^2 = -4a(y - k)$,where $h = \frac{3}{2}$,$k = 1$,and $4a = 1 \Rightarrow a = \frac{1}{4}$.
The vertex is $V = (h, k) = (\frac{3}{2}, 1)$.
The focus $S$ is $(h, k - a) = (\frac{3}{2}, 1 - \frac{1}{4}) = (\frac{3}{2}, \frac{3}{4})$.
The directrix is $y = k + a = 1 + \frac{1}{4} = \frac{5}{4}$.
The axis of the parabola is $x = h = \frac{3}{2}$.
The point $Z$ is the intersection of the axis and the directrix,so $Z = (\frac{3}{2}, \frac{5}{4})$.
We need to find the point $P$ that divides $SZ$ in the ratio $2:1$. Using the section formula:
$P = \left(\frac{2 \times \frac{3}{2} + 1 \times \frac{3}{2}}{2+1}, \frac{2 \times \frac{5}{4} + 1 \times \frac{3}{4}}{2+1}\right) = \left(\frac{3 + \frac{3}{2}}{3}, \frac{\frac{5}{2} + \frac{3}{4}}{3}\right) = \left(\frac{9/2}{3}, \frac{13/4}{3}\right) = \left(\frac{3}{2}, \frac{13}{12}\right)$.
729
EasyMCQ
The distance of the point $(6, 4 \sqrt{3})$ from the focus of the parabola $y^2 = 8x$ is:
A
$64$
B
$4$
C
$8$
D
$2$

Solution

(C) For the parabola $y^2 = 8x$,comparing with $y^2 = 4ax$,we get $4a = 8$,so $a = 2$.
The focus of the parabola is $(a, 0) = (2, 0)$.
The distance between the point $(6, 4 \sqrt{3})$ and the focus $(2, 0)$ is given by the distance formula:
$d = \sqrt{(6 - 2)^2 + (4 \sqrt{3} - 0)^2}$
$d = \sqrt{(4)^2 + (4 \sqrt{3})^2}$
$d = \sqrt{16 + 16 \times 3} = \sqrt{16 + 48} = \sqrt{64}$
$d = 8$.
730
EasyMCQ
If the point $(a, 2a)$ is an interior point of the region bounded by the parabola $y^2 = 16x$ and the double ordinate through the focus,then
A
$a < 4$
B
$0 < a < 4$
C
$0 < a < 2$
D
$a > 4$

Solution

(B) Given the parabola $y^2 = 16x$.
Comparing this with the standard form $y^2 = 4px$,we get $4p = 16$,so $p = 4$.
The focus of the parabola is $S = (4, 0)$.
The double ordinate through the focus is the line $x = 4$.
Since the point $P(a, 2a)$ lies in the interior region of the parabola $y^2 - 16x = 0$,we must have $y^2 - 16x < 0$.
Substituting the point $(a, 2a)$ into the inequality:
$(2a)^2 - 16a < 0$
$4a^2 - 16a < 0$
$4a(a - 4) < 0$
This implies $0 < a < 4$.
Additionally,the point $P(a, 2a)$ must lie to the left of the double ordinate $x = 4$ to be within the bounded region.
Thus,$a < 4$.
Combining both conditions,we get $0 < a < 4$.
Solution diagram
731
EasyMCQ
The line $y = 6x + 1$ touches the parabola $y^2 = 24x$. The coordinates of a point $P$ on this line,from which the tangent to $y^2 = 24x$ is perpendicular to the line $y = 6x + 1$,is
A
$(-1, -5)$
B
$(-2, -11)$
C
$(-6, -35)$
D
$(-7, -41)$

Solution

(C) The equation of the parabola is $y^2 = 24x$,which is of the form $y^2 = 4ax$,where $4a = 24$,so $a = 6$.
The directrix of the parabola is $x = -a$,which is $x = -6$.
The locus of the point of intersection of two perpendicular tangents to a parabola is its directrix.
We are looking for a point $P$ on the line $y = 6x + 1$ such that the tangent drawn from $P$ to the parabola is perpendicular to the given line.
Since the point $P$ must lie on the directrix,we substitute $x = -6$ into the equation of the line $y = 6x + 1$.
$y = 6(-6) + 1 = -36 + 1 = -35$.
Thus,the coordinates of point $P$ are $(-6, -35)$.
732
MediumMCQ
If $(x_1, y_1)$ and $(x_2, y_2)$ are the points on the parabola $y^2 = 32x$ each at a focal distance of $10$ units,then $2(x_1^2 + x_2^2 + y_1^2 + y_2^2) = $
A
$68$
B
$136$
C
$272$
D
$8$

Solution

(C) For a parabola $y^2 = 4ax$,the focal distance of a point $(x, y)$ is given by $x + a$.
Given $y^2 = 32x$,we have $4a = 32$,so $a = 8$.
The focal distance is $x + 8 = 10$,which implies $x = 2$.
Substituting $x = 2$ into the parabola equation: $y^2 = 32(2) = 64$,so $y = \pm 8$.
Thus,the points are $(2, 8)$ and $(2, -8)$.
Here,$x_1 = 2, y_1 = 8$ and $x_2 = 2, y_2 = -8$.
We need to calculate $2(x_1^2 + x_2^2 + y_1^2 + y_2^2)$.
$x_1^2 + x_2^2 + y_1^2 + y_2^2 = 2^2 + 2^2 + 8^2 + (-8)^2 = 4 + 4 + 64 + 64 = 136$.
Therefore,$2(136) = 272$.
733
MediumMCQ
If the locus of a point that divides a chord of slope $2$ of the parabola $y^2 = 4x$ internally in the ratio $1:2$ is a parabola,then its vertex is
A
$\left(\frac{2}{9}, \frac{8}{9}\right)$
B
$\left(\frac{1}{9}, \frac{3}{9}\right)$
C
$\left(\frac{4}{9}, \frac{8}{9}\right)$
D
$\left(\frac{2}{9}, \frac{4}{9}\right)$

Solution

(A) Let the chord have slope $m = 2$. The equation of a chord with slope $m$ is $y = mx + c$,so $y = 2x + c$.
Substituting into $y^2 = 4x$,we get $(2x + c)^2 = 4x$,which simplifies to $4x^2 + (4c - 4)x + c^2 = 0$.
Let the endpoints of the chord be $P(x_1, y_1)$ and $Q(x_2, y_2)$.
By the section formula,the point $R(h, k)$ dividing $PQ$ in ratio $1:2$ is $h = \frac{1x_2 + 2x_1}{3}$ and $k = \frac{1y_2 + 2y_1}{3}$.
Since $y_i = 2x_i + c$,we have $k = \frac{(2x_2 + c) + 2(2x_1 + c)}{3} = \frac{2(x_2 + 2x_1) + 3c}{3} = 2h + c$.
Thus $c = k - 2h$.
From the quadratic equation,$x_1 + x_2 = -\frac{4c - 4}{4} = 1 - c$.
Then $3h = x_2 + 2x_1$. Also $x_1 + x_2 = 1 - c = 1 - (k - 2h) = 1 - k + 2h$.
Substituting $x_2 = 3h - 2x_1$,we get $x_1 + 3h - 2x_1 = 1 - k + 2h$,so $x_1 = h + k - 1$.
Since $x_1$ is a root of $4x^2 + (4c - 4)x + c^2 = 0$,we substitute $x_1$ and $c$:
$4(h + k - 1)^2 + (4(k - 2h) - 4)(h + k - 1) + (k - 2h)^2 = 0$.
Expanding this leads to the locus of $(h, k)$.
After simplification,the vertex of the resulting parabola is $\left(\frac{2}{9}, \frac{8}{9}\right)$.
734
MediumMCQ
Let the equation of the tangent at a point $P$ on the parabola $x^2-4x-4y+16=0$ be $2x-y-5=0$. If the equation of the normal drawn at $P$ to this parabola is $ax+y+c=0$,then find the value of $ac$.
A
-$20$
B
$20$
C
$5$
D
-$5$

Solution

(D) Given the parabola equation: $x^2-4x-4y+16=0$.
Differentiating with respect to $x$: $2x-4-4\frac{dy}{dx}=0 \Rightarrow \frac{dy}{dx} = \frac{2x-4}{4} = \frac{x-2}{2}$.
The slope of the tangent $2x-y-5=0$ is $m=2$.
Equating the derivative to the slope: $\frac{x-2}{2} = 2$ $\Rightarrow x-2=4$ $\Rightarrow x=6$.
Substituting $x=6$ into the tangent equation: $2(6)-y-5=0$ $\Rightarrow 12-y-5=0$ $\Rightarrow y=7$.
Thus,the point of contact is $P(6, 7)$.
The slope of the normal at $P$ is $m' = -\frac{1}{m} = -\frac{1}{2}$.
The equation of the normal is $(y-7) = -\frac{1}{2}(x-6)$.
$2y-14 = -x+6 \Rightarrow x+2y-20=0$.
Dividing by $2$ to match the form $ax+y+c=0$: $\frac{1}{2}x+y-10=0$.
Comparing with $ax+y+c=0$,we get $a=\frac{1}{2}$ and $c=-10$.
Therefore,$ac = \frac{1}{2} \times (-10) = -5$.
735
MediumMCQ
The perpendicular distance from the origin to the focal chord drawn through the point $(4, 5)$ to the parabola $y^2 - 4y - 3x + 7 = 0$ is
A
$\frac{2}{5}$
B
$\frac{1}{\sqrt{2}}$
C
$\frac{1}{5}$
D
$1$

Solution

(C) The given equation of the parabola is $y^2 - 4y - 3x + 7 = 0$.
Rewriting it as $(y - 2)^2 = 3x - 3 = 3(x - 1)$,which is of the form $(y - k)^2 = 4a(x - h)$.
Here,$4a = 3$,so $a = \frac{3}{4}$. The vertex is $(h, k) = (1, 2)$.
The focus is $(h + a, k) = (1 + \frac{3}{4}, 2) = (\frac{7}{4}, 2)$.
The focal chord passes through the focus $(\frac{7}{4}, 2)$ and the point $(4, 5)$.
The slope of the chord is $m = \frac{5 - 2}{4 - 7/4} = \frac{3}{9/4} = \frac{12}{9} = \frac{4}{3}$.
The equation of the chord is $y - 5 = \frac{4}{3}(x - 4)$,which simplifies to $3y - 15 = 4x - 16$,or $4x - 3y - 1 = 0$.
The perpendicular distance from the origin $(0, 0)$ to the line $4x - 3y - 1 = 0$ is given by $d = \frac{|4(0) - 3(0) - 1|}{\sqrt{4^2 + (-3)^2}} = \frac{|-1|}{\sqrt{16 + 9}} = \frac{1}{\sqrt{25}} = \frac{1}{5}$.
736
MediumMCQ
Let a focal chord $12x + 5y - 27 = 0$ of the parabola $y^2 = kx$ intersect the parabola at the points $P$ and $P^{\prime}$. If $S$ is the focus of this parabola,then $9(SP + SP^{\prime}) = $
A
$27$
B
$108$
C
$16 SP \cdot SP^{\prime}$
D
$4 SP \cdot SP^{\prime}$
737
EasyMCQ
If the focal chord drawn through the point $P(5,5)$ to the parabola $y^2=5x$ meets the parabola again at the point $Q$,then the tangent drawn to this parabola at $Q$ meets the axis of the parabola at the point
A
$\left(\frac{-5}{4}, 0\right)$
B
$\left(\frac{5}{16}, 0\right)$
C
$\left(\frac{-5}{16}, 0\right)$
D
$\left(\frac{5}{4}, 0\right)$

Solution

(C) The parabola is $y^2=5x$,so $4a=5 \Rightarrow a=\frac{5}{4}$. The focus $S$ is $\left(\frac{5}{4}, 0\right)$.
The focal chord passes through $P(5,5)$ and $S\left(\frac{5}{4}, 0\right)$.
The slope of the chord $PS$ is $m = \frac{5-0}{5-\frac{5}{4}} = \frac{5}{15/4} = \frac{20}{15} = \frac{4}{3}$.
The equation of the focal chord is $y-0 = \frac{4}{3}\left(x-\frac{5}{4}\right)$ $\Rightarrow 3y = 4x-5$ $\Rightarrow 4x-3y=5$.
To find $Q$,substitute $x = \frac{3y+5}{4}$ into $y^2=5x$:
$y^2 = 5\left(\frac{3y+5}{4}\right)$ $\Rightarrow 4y^2 - 15y - 25 = 0$ $\Rightarrow (4y+5)(y-5) = 0$.
Since $P$ is $(5,5)$,$Q$ must be $\left(\frac{5}{16}, -\frac{5}{4}\right)$.
The tangent at $Q(x_1, y_1)$ is $yy_1 = \frac{5}{2}(x+x_1)$.
Substituting $Q\left(\frac{5}{16}, -\frac{5}{4}\right)$: $y\left(-\frac{5}{4}\right) = \frac{5}{2}\left(x+\frac{5}{16}\right) \Rightarrow -\frac{1}{2}y = x+\frac{5}{16}$.
The axis of the parabola is $y=0$. Setting $y=0$ in the tangent equation gives $x = -\frac{5}{16}$.
Thus,the point is $\left(-\frac{5}{16}, 0\right)$.
Solution diagram
738
MediumMCQ
If one end of a focal chord of the parabola $y^2=8x$ is $\left(\frac{1}{2}, 2\right)$,then the length of the focal chord is $........$ units.
A
$\frac{625}{4}$
B
$\frac{5}{\sqrt{2}}$
C
$\frac{25}{2}$
D
$25$

Solution

(C) The given parabola is $y^2=8x$.
Comparing this with the standard form $y^2=4ax$,we get $4a=8$,so $a=2$.
$A$ point on the parabola is given by $(at^2, 2at) = (2t^2, 4t)$.
Given one end of the focal chord is $\left(\frac{1}{2}, 2\right)$,we have $4t=2$,which implies $t=\frac{1}{2}$.
The length of a focal chord with parameter $t$ is given by the formula $L = a\left(t + \frac{1}{t}\right)^2$.
Substituting $a=2$ and $t=\frac{1}{2}$:
$L = 2\left(\frac{1}{2} + \frac{1}{1/2}\right)^2 = 2\left(\frac{1}{2} + 2\right)^2$.
$L = 2\left(\frac{5}{2}\right)^2 = 2 \times \frac{25}{4} = \frac{25}{2}$ units.
739
MediumMCQ
If the coordinates of the ends of a focal chord of the parabola $x^2=4ay$ are $(x_1, y_1)$ and $(x_2, y_2)$,then
A
$y_1 y_2 = 4a^2$
B
$y_1 y_2 = -4a^2$
C
$y_1 y_2 = -a^2$
D
$y_1 y_2 = a^2$

Solution

(D) The given parabola is $x^2 = 4ay$.
Let the coordinates of the endpoints of the focal chord be $(2at_1, at_1^2)$ and $(2at_2, at_2^2)$.
Since the chord is a focal chord,the product of the parameters is $t_1 t_2 = -1$.
We need to find the product $y_1 y_2$.
$y_1 y_2 = (at_1^2)(at_2^2) = a^2(t_1 t_2)^2$.
Substituting $t_1 t_2 = -1$,we get:
$y_1 y_2 = a^2(-1)^2 = a^2$.
740
MediumMCQ
If a normal chord at a point $t (\neq 0)$ on the parabola $y^2 = 9x$ subtends a right angle at its vertex,then $t =$
A
$\sqrt{3}$
B
$\sqrt{5}$
C
$\pm \sqrt{3}$
D
$\pm \sqrt{2}$

Solution

(D) The equation of the given parabola is $y^2 = 9x$. Here,$4a = 9$,so $a = \frac{9}{4}$.
The equation of the normal chord at point $t$ is $y = -tx + 2at + at^3$.
Substituting $a = \frac{9}{4}$,we get $y = -tx + \frac{9}{2}t + \frac{9}{4}t^3$,which can be written as $tx + y = \frac{9}{2}t + \frac{9}{4}t^3$.
Since the chord subtends a right angle at the vertex $V(0,0)$,we homogenize the parabola $y^2 = 9x$ using the line equation:
$y^2 = 9x \left( \frac{tx + y}{\frac{9}{2}t + \frac{9}{4}t^3} \right)$
$y^2 = 9x \left( \frac{tx + y}{\frac{9}{4}t(2 + t^2)} \right) = \frac{4x(tx + y)}{t(2 + t^2)}$
$t(2 + t^2)y^2 = 4tx^2 + 4xy$
$4tx^2 + 4xy - t(2 + t^2)y^2 = 0$
For a right angle at the origin,the sum of coefficients of $x^2$ and $y^2$ must be zero:
$4t - t(2 + t^2) = 0$
Since $t \neq 0$,we divide by $t$:
$4 - (2 + t^2) = 0$
$4 - 2 - t^2 = 0$
$t^2 = 2 \Rightarrow t = \pm \sqrt{2}$.
Thus,option $D$ is correct.
741
MediumMCQ
If the focus of a parabola divides a focal chord of the parabola into segments of lengths $5$ and $3$ units,then the length of the latus rectum of that parabola is:
A
$\frac{15}{4}$
B
$20$
C
$\frac{25}{2}$
D
$\frac{15}{2}$

Solution

(D) Let the lengths of the segments of the focal chord be $l_1 = 5$ and $l_2 = 3$.
For a parabola,the semi-latus rectum $L$ is the harmonic mean of the segments of any focal chord.
Thus,$L = \frac{2 l_1 l_2}{l_1 + l_2}$.
Substituting the values,$L = \frac{2 \times 5 \times 3}{5 + 3} = \frac{30}{8} = \frac{15}{4}$.
The length of the latus rectum is $2L$.
Therefore,the length of the latus rectum $= 2 \times \frac{15}{4} = \frac{15}{2}$ units.
742
MediumMCQ
If a focal chord of the parabola $y^2 = 4x$ makes an angle $45^{\circ}$ with the positive $X$-axis,then the slopes of the normals drawn at the ends of the focal chord will satisfy the equation:
A
$m^2 - 2m - 1 = 0$
B
$m^2 + 2m - 1 = 0$
C
$m^2 - 1 = 0$
D
$m^2 + 2m - 2 = 0$

Solution

(B) For the parabola $y^2 = 4ax$,where $a = 1$,the focal chord makes an angle $\theta = 45^{\circ}$ with the $X$-axis. The slope of the focal chord is $m_c = \tan(45^{\circ}) = 1$.
Let the ends of the focal chord be $P(at_1^2, 2at_1)$ and $Q(at_2^2, 2at_2)$. Since it is a focal chord,$t_1 t_2 = -1$.
The slope of the chord is $m_c = \frac{2}{t_1 + t_2} = 1$,which implies $t_1 + t_2 = 2$.
The slope of the normal at any point $t$ on the parabola $y^2 = 4ax$ is given by $m = -t$.
Thus,the slopes of the normals at the ends are $m_1 = -t_1$ and $m_2 = -t_2$.
We need to find the equation satisfied by $m_1$ and $m_2$. The sum of the roots is $m_1 + m_2 = -(t_1 + t_2) = -2$.
The product of the roots is $m_1 m_2 = (-t_1)(-t_2) = t_1 t_2 = -1$.
The quadratic equation with roots $m_1$ and $m_2$ is $m^2 - (m_1 + m_2)m + m_1 m_2 = 0$.
Substituting the values,we get $m^2 - (-2)m + (-1) = 0$,which simplifies to $m^2 + 2m - 1 = 0$.
743
EasyMCQ
Let $S$ be the focus of the parabola $y^2=4ax$ and $PQ$ be a focal chord such that $SP=\alpha$ and $SQ=\alpha^{\prime}$. Then $\frac{1}{\alpha}+\frac{1}{\alpha^{\prime}}=$
A
$a$
B
$a^2$
C
$\frac{1}{a}$
D
$\frac{1}{2a}$

Solution

(C) The focus of the parabola $y^2=4ax$ is $S(a, 0)$.
Let the coordinates of $P$ be $(at^2, 2at)$ and $Q$ be $(\frac{a}{t^2}, -\frac{2a}{t})$.
Since $SP = \alpha$,the distance from $S(a, 0)$ to $P(at^2, 2at)$ is $\alpha = \sqrt{(at^2-a)^2 + (2at-0)^2} = \sqrt{a^2(t^2-1)^2 + 4a^2t^2} = \sqrt{a^2(t^4-2t^2+1+4t^2)} = \sqrt{a^2(t^2+1)^2} = a(t^2+1)$.
Similarly,for $SQ = \alpha^{\prime}$,the distance from $S(a, 0)$ to $Q(\frac{a}{t^2}, -\frac{2a}{t})$ is $\alpha^{\prime} = \sqrt{(\frac{a}{t^2}-a)^2 + (-\frac{2a}{t}-0)^2} = \sqrt{a^2(\frac{1-t^2}{t^2})^2 + \frac{4a^2}{t^2}} = \sqrt{\frac{a^2(1-2t^2+t^4+4t^2)}{t^4}} = \sqrt{\frac{a^2(1+t^2)^2}{t^4}} = \frac{a(1+t^2)}{t^2}$.
Now,$\frac{1}{\alpha} + \frac{1}{\alpha^{\prime}} = \frac{1}{a(t^2+1)} + \frac{t^2}{a(1+t^2)} = \frac{1+t^2}{a(1+t^2)} = \frac{1}{a}$.
744
DifficultMCQ
The angle subtended by the normal chord at the point $(9, 9)$ on the parabola $y^2 = 9x$ at the focus of the parabola is (in $^{\circ}$)
A
$45$
B
$60$
C
$90$
D
$135$

Solution

(C) The equation of the parabola is $y^2 = 9x$. Comparing with $y^2 = 4ax$,we get $4a = 9$,so $a = \frac{9}{4}$.
The focus of the parabola is $S = (a, 0) = (\frac{9}{4}, 0)$.
The point $P$ is $(9, 9)$. Let the normal at $P$ meet the parabola again at $Q$.
The slope of the tangent at $P(x_1, y_1)$ is $m = \frac{2a}{y_1} = \frac{9/2}{9} = \frac{1}{2}$.
The slope of the normal at $P$ is $m' = -2$.
The equation of the normal at $P(9, 9)$ is $y - 9 = -2(x - 9)$,which simplifies to $y = -2x + 27$.
Substituting $y = -2x + 27$ into $y^2 = 9x$ gives $(-2x + 27)^2 = 9x$,which is $4x^2 - 108x + 729 = 9x$,or $4x^2 - 117x + 729 = 0$.
Since $x = 9$ is one root,the other root $x_2$ satisfies $9 \times x_2 = \frac{729}{4}$,so $x_2 = \frac{81}{4}$.
Then $y_2 = -2(\frac{81}{4}) + 27 = -\frac{81}{2} + \frac{54}{2} = -\frac{27}{2}$.
The focus is $S = (\frac{9}{4}, 0)$. The slopes of $SP$ and $SQ$ are $m_1 = \frac{9 - 0}{9 - 9/4} = \frac{9}{27/4} = \frac{4}{3}$ and $m_2 = \frac{-27/2 - 0}{81/4 - 9/4} = \frac{-27/2}{72/4} = \frac{-27/2}{18} = -\frac{3}{4}$.
Since $m_1 \times m_2 = (\frac{4}{3}) \times (-\frac{3}{4}) = -1$,the angle subtended at the focus is $90^{\circ}$.
745
EasyMCQ
If $(x_1, y_1)$ and $(x_2, y_2)$ are the end points of a focal chord of the parabola $y^2 = 5x$,then $4x_1x_2 + y_1y_2$ is equal to
A
$25$
B
$5$
C
$0$
D
$\frac{5}{4}$

Solution

(C) Given the parabola $y^2 = 4ax$,where $4a = 5$,so $a = \frac{5}{4}$.
Let the end points of the focal chord be $(x_1, y_1) = (at_1^2, 2at_1)$ and $(x_2, y_2) = (at_2^2, 2at_2)$.
For a focal chord,the condition is $t_1t_2 = -1$.
Then $x_1x_2 = (at_1^2)(at_2^2) = a^2(t_1t_2)^2 = a^2(-1)^2 = a^2$.
Also,$y_1y_2 = (2at_1)(2at_2) = 4a^2(t_1t_2) = 4a^2(-1) = -4a^2$.
We need to find $4x_1x_2 + y_1y_2$.
Substituting the values: $4(a^2) + (-4a^2) = 4a^2 - 4a^2 = 0$.
Since $a = \frac{5}{4}$,the result is $0$.
746
MediumMCQ
If the tangents of the parabola $y^2=8x$ passing through the point $P(1,3)$ touch the parabola at $A$ and $B$,then the area (in sq. units) of $\triangle PAB$ is
A
$1$
B
$\frac{3}{4}$
C
$\frac{1}{2}$
D
$\frac{1}{4}$

Solution

(D) The equation of the parabola is $y^2 = 8x$,which implies $4a = 8$,so $a = 2$.
Let the point $P$ be $(x_1, y_1) = (1, 3)$.
The chord of contact $AB$ of the tangents drawn from $P(1, 3)$ to the parabola $y^2 = 8x$ is given by $yy_1 = 2a(x + x_1)$.
Substituting the values,we get $3y = 2(2)(x + 1)$,which simplifies to $3y = 4x + 4$,or $4x - 3y + 4 = 0$.
The area of the triangle formed by the tangents from a point $(x_1, y_1)$ to the parabola $y^2 = 4ax$ is given by the formula $\text{Area} = \frac{(y_1^2 - 4ax_1)^{3/2}}{2a}$.
Substituting $a = 2$,$x_1 = 1$,and $y_1 = 3$:
$\text{Area} = \frac{(3^2 - 4(2)(1))^{3/2}}{2(2)} = \frac{(9 - 8)^{3/2}}{4} = \frac{1^{3/2}}{4} = \frac{1}{4}$ sq. units.
747
EasyMCQ
The line $x-2y-3=0$ cuts the parabola $y^2=4ax$ at the points $P$ and $Q$. If the focus of this parabola is $(\frac{1}{4}, k)$,then $PQ=$
A
$16a\sqrt{5}$
B
$8a\sqrt{5}$
C
$4a\sqrt{5}$
D
$2a\sqrt{5}$

Solution

(A) The standard form of the parabola is $y^2=4ax$. The focus is given as $(a, 0) = (\frac{1}{4}, k)$.
Comparing these,we get $a = \frac{1}{4}$ and $k = 0$.
So,the parabola is $y^2 = 4(\frac{1}{4})x$,which simplifies to $y^2 = x$.
The line is $x - 2y - 3 = 0$,so $x = 2y + 3$.
Substituting $x$ in the parabola equation: $y^2 = 2y + 3 \Rightarrow y^2 - 2y - 3 = 0$.
Factoring the quadratic: $(y-3)(y+1) = 0$,so $y = 3$ or $y = -1$.
If $y = 3$,$x = 2(3) + 3 = 9$. So $Q = (9, 3)$.
If $y = -1$,$x = 2(-1) + 3 = 1$. So $P = (1, -1)$.
The distance $PQ = \sqrt{(9-1)^2 + (3-(-1))^2} = \sqrt{8^2 + 4^2} = \sqrt{64 + 16} = \sqrt{80} = 4\sqrt{5}$.
Since $a = \frac{1}{4}$,we have $16a = 16(\frac{1}{4}) = 4$.
Therefore,$PQ = 16a\sqrt{5}$.
748
MediumMCQ
The parabola $x^2=4ay$ makes an intercept of length $\sqrt{40}$ units on the line $y=2x+1$. Find the value of $4a$.
A
$2$
B
$-2$
C
$-1$
D
$4$

Solution

(B) The equation of the parabola is $x^2=4ay$ and the line is $y=2x+1$. Here $m=2$ and $c=1$.
Substituting $x = \frac{y-1}{2}$ into the parabola equation:
$(\frac{y-1}{2})^2 = 4ay$ $\Rightarrow y^2 - 2y + 1 = 16ay$ $\Rightarrow y^2 - (16a+2)y + 1 = 0$.
Let the roots be $y_1$ and $y_2$. Then $y_1+y_2 = 16a+2$ and $y_1y_2 = 1$.
The points of intersection are $(x_1, y_1)$ and $(x_2, y_2)$.
The length of the intercept is $L = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$.
Since $y=2x+1$,$x_2-x_1 = \frac{y_2-y_1}{2}$.
$L = \sqrt{\frac{5}{4}(y_2-y_1)^2} = \frac{\sqrt{5}}{2} \sqrt{(y_1+y_2)^2 - 4y_1y_2}$.
Given $L = \sqrt{40}$,so $40 = \frac{5}{4} ((16a+2)^2 - 4)$.
$32 = (16a+2)^2 - 4 \Rightarrow (16a+2)^2 = 36$.
$16a+2 = 6$ or $16a+2 = -6$.
$16a = 4$ $\Rightarrow a = 1/4$ $\Rightarrow 4a = 1$ (Not in options).
$16a = -8$ $\Rightarrow a = -1/2$ $\Rightarrow 4a = -2$.
Thus,the value of $4a$ is $-2$.

10-2. Parabola, Ellipse, Hyperbola — Parabola · Frequently Asked Questions

1Are these 10-2. Parabola, Ellipse, Hyperbola questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a 10-2. Parabola, Ellipse, Hyperbola Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.