Woo, more parametrics.. -_-
So, the equation of the chord PQ should be:
y = <sup>x(p+q)</sup>/<sub>2</sub> - apq.
If PQ is focal chord, pq = -1 (I think you typed that part up wrong)
i) Find the equation of the tangent at P and the co-ordinates of T, the point of intersection of the tangents at P, Q. Hence determine the equation of the locus of T as P, Q vary
First, we need the equations of tangents.
<sup>dy</sup>/<sub>dx</sub> = <sup>2ap</sup>/<sub>2a </sub>= p
Hence, equation of tangent is: (y - ap<sup>2</sup>) = p(x - 2ap)
y = px - ap<sup>2</sup>
Similarly, for Q, tangent is y = qx - aq<sup>2</sup>
So, to find T, we interest these two lines.
That is, find x for : px - ap<sup>2</sup> = qx - aq<sup>2
</sup>px - qx = ap<sup>2 </sup>- aq<sup>2</sup>
x(p - q) = a(p - q)(p + q)
Hence, the x-coordinate of T = a(p+q)
Subbing this value of x into either tangent for P or Q, you'll get the y value of T.
y = p[a(p+q)] - ap<sup>2</sup>
= ap<sup>2</sup> + apq - ap<sup>2</sup>
= apq
Thus, T is {a(p + q), apq}
From before, we know that pq = -1.
So T becomes {a(p + q), -a}, with no restriction on the x-value. The y-value is restricted to -a, so equation of the locus is: y= -a, or the directrix.
ii) Find the equation of the normal at P and the co-ordinates of N, the point of intersection of the normals at P, Q. Hence determine the equation of the locus of N.
We have from part i) that <sup>dy</sup>/<sub>dx</sub> = p, so the gradient of the normal would be -<sup>1</sup>/<sub>p</sub>
Equation of the normal at P is: (y - ap<sup>2</sup>) = -<sup>1</sup>/<sub>p</sub>(x - 2ap)
py - ap<sup>3</sup> = -x - 2ap
x + py = 2ap + ap<sup>3
</sup>Likewise, for Q, the normal is: x + qy = 2aq + aq3
Solving these 2 simultaneously to find y-coordinate of N:
- py + 2ap + ap<sup>3</sup> = - qy + 2aq + aq<sup>3</sup>
y(p - q) = 2ap + ap<sup>3</sup> - 2aq - aq<sup>3</sup>
y(p - q) = 2a(p - q) + a(p - q)(p<sup>2</sup>+pq+q<sup>2</sup>)
Hence, y = a(2 + p<sup>2</sup>+pq+q<sup>2</sup>)
Substitute back into either normal equation to get x.
x + pa(2 + p<sup>2</sup>+pq+q<sup>2</sup>) = 2ap + ap<sup>3</sup>
x = 2ap + ap<sup>3</sup> - 2ap - ap<sup>3</sup> - ap<sup>2</sup>q - apq<sup>2</sup>
x = -apq(p + q)
Hence, N is {-apq(p + q), a(2 + p<sup>2</sup>+pq+q<sup>2</sup>)}
Finally, we can get the locus. Remembering that pq = -1, we can change the x and y-values.
x = a(p + q)
y = a(1 + p<sup>2</sup> + q<sup>2</sup>)
Here, it's quite tricky to eliminate the variables p and q.
x<sup>2</sup> = a<sup>2</sup>(p + q)<sup>2</sup>
y = a(1 + (p + q)<sup>2</sup> - 2pq) = a(3 + (p + q)<sup>2</sup>)
Note that <sup>x^2</sup>/<sub>a^2</sub> = (p + q)<sup>2</sup>.
Hence, the locus is: y = a(3 + <sup>x^2</sup>/<sub>a^2</sub>)
y = 3a + <sup>x^2</sup>/<sub>a</sub>
y - 3a = <sup>x^2</sup>/<sub>a</sub>
Hence, x<sup>2</sup> = a(y - 3a)
Phew... what a longgggg question.