If the tangents at two points of a parabola are at right angles, then show that they intersect at a point on the directrix?
1 Answer
Let us take the standard equation form of a parabola which has the vertex at the origin and the directrix is the equation
# y^2=4ax#
Let us consider general coordinates
The gradient of the tangent to a curve at any particular point is given by the derivative of the curve at that point.
Differentiating implicitly the parabola equation we get:
# 2y dy/dx = 4a => dy/dx = (2a)/y #
So, the gradient of the tangent at
# m_P = (2a)/(2ap) = 1/p#
So the tangent passes through
# y-2ap = 1/p(x - ap^2) #
# :. py - 2ap^2 = x - ap^2 #
# :. py = x + ap^2 #
# :. y = (x + ap^2 )/p# ..... [A]
Similarly for
# m_Q = 1/q#
And the tangent equation:
# qy = x + aq^2 #
# :. y = (x + aq^2)/q # ..... [B]
The tangent equations at
# (x + ap^2)/p = (x + aq^2)/q #
# :. q(x + ap^2) = p(x + aq^2) #
# :. qx + ap^2q = px + apq^2 #
# :. px - qx = ap^2q - apq^2 #
# :. (p-q)x = apq(p-q) #
# :. x = apq # ..... [C]
Now we also know that the tangents at
# m_P * m_Q = -1 #
# :. 1/p * 1/q = -1 #
# :. pq = -1 #
Substituting this condition into Eq [C] we get:
# x = a*(-1) #
# x = -a #
Which, as we initially stated, is the equation of directrix
Hence the point of intersect lies on the directrix. QED