Ellipse : Exploration Properties When the ellipse is studied analytically, it is the locus of points (x, y) in the plane which satisfy the equation We associate with the ellipse two points F and F' (the foci) on the x-axis, and two lines d and d' (the directrices) perpendicular to the x-axis. The foci are equidistant from the origin, as are the directrices, and the actual distances are determined by the ellipse. The long axis of the ellipse is called the major axis; the short axis the minor axis. The origin O is the centre of the ellipse.
We dont expect the point Q on the ellipse to be equidistant from a focus and the corresponding directrix (or we would get the parabola). But some similar result might be true. Try measuring the distances for a number of positions of P. What can you say about the ratios of the distances? What is the eccentricity of this ellipse? State the property that you see illustrated here. Using the coordinates of the various points and lines given above, perhaps you can prove that the locus traced out here is an ellipse? We have illustrated here a basic property of the ellipse: an ellipse is the locus of points Q which are in constant ratio e (< 1) from a fixed point (focus) and a fixed line (directrix). Now look at this next applet. As usual, click the diagram to open the applet. QR is a chord through the focus F a focal chord of the ellipse. We have drawn tangents at the ends of the focal chord. What do you notice about the tangents? What appears to be true about segments TF and QR? We see that the tangents at the end of a focal chord meet at a point T on the corresponding directrix. Further, the segment FT is perpendicular to the focal chord. [Programming note It was surprisingly difficult to program this simple looking applet. JSP has no provision for finding the intersection of a line and a locus. So one can place point Q on the locus, and draw the line QF, but then how does one find the point R? We can probably do some hard calculations, but I was seeking a geometric solution. We can find T by taking the perpendicular to QR at F, but then how does one draw tangent TR? Let OF, QR meet the directrix in X, Z respectively, and let Q, R have projections Q', R' on the directrix. Using the focus-directrix property above, we can show that Q', R' divide X, Z internally and externally in the same ratio. Alternatively, (X, Z, Q' R') form a harmonic set. So constructing a suitable quadrangle based on XZQ'R' as base, we can locate R' and so R. See the source code for details.] It is worth noting that this piece of interesting mathematics arises from overcoming a deficiency in the JSP programming! An envelope property We are looking at the sum of the lengths, fQ + FQ. What length is equal to FQ? What length is equal to the sum fQ + FQ? If this sum is constant, what would you expect the locus of T to be? Is it?! Since F and T both lie on the same (variable) circle centre Q, we have QF = QT, Hence fQ + QF = fQ + QT. If this is constant we expect the locus of the variable point T to be a circle centre f. This result is illustrated by the applet. Could we change the roles of f and F here? Notice the locus of the point M which is the midpoint of chord PQ. Describe this locus. What name would you suggest for it? For any fixed position of the chord, where do you think the tangents at Q, R might meet? The locus of the midpoints of parallel chords of an ellipse is a straight line through the centre of the ellipse. This line is called a diameter of the ellipse. The tangents at the end of any such chord meet on the corresponding diameter. The very pretty applet below illustrates an interesting occurrence of the ellipse. It comes from a web site by Paul Kunkel : http://whistleralley.com/ellipse/ellipse.htm On this site, the source code is freely available for download. It is always a pleasure to be able to make use of someone elses hard work! The applet looks at the locus of the third vertex of a triangle for which the first two vertices slide along two inclined axes. Mathematics is full of surprises! If you wish to learn more about the sliding triangle, check out the above web site. A book of curves, Lockwood, E. H. (Cambridge University Press, 1967) http://en.wikipedia.org/wiki/Ellipse |