Kalpana Kalpana (Editor)

Matrix representation of conic sections

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Matrix representation of conic sections

In mathematics, the matrix representation of conic sections permits the tools of linear algebra to be used in the study of conic sections. It provides easy ways to calculate a conic section's axis, vertices, tangents and the pole and polar relationship between points and lines of the plane determined by the conic. The technique does not require putting the equation of a conic section into a standard form, thus making it easier to investigate those conic sections whose axes are not parallel to the coordinate system.

Contents

Conic sections (including degenerate ones) are the sets of points whose coordinates satisfy a second-degree polynomial equation,

Q ( x , y ) = A x 2 + B x y + C y 2 + D x + E y + F = 0.

By an abuse of notation, this conic section will also be called Q when no confusion can arise.

This equation can be written in matrix notation, in terms of a symmetric matrix to simplify some subsequent formulae, as

( x y ) ( A B / 2 B / 2 C ) ( x y ) + ( D E ) ( x y ) + F = 0.

The sum of the first three terms of this equation, namely

A x 2 + B x y + C y 2 = ( x y ) ( A B / 2 B / 2 C ) ( x y ) ,

is the quadratic form associated with the equation, and the matrix

A 33 = ( A B / 2 B / 2 C )

is called the matrix of the quadratic form. The trace and determinant of A 33 are both invariant with respect to rotation of axes and translation of the plane (movement of the origin).

The quadratic equation can also be written as

x T A Q x = 0 ,

where x is the homogeneous coordinate vector in three variables restricted so that the last variable is 1, i.e.,

( x y 1 )

and where A Q is the matrix

A Q = ( A B / 2 D / 2 B / 2 C E / 2 D / 2 E / 2 F ) .

The matrix A Q is called the matrix of the quadratic equation. Like that of A 33 , its determinant is invariant with respect to both rotation and translation.

The 2 × 2 upper left submatrix of AQ, obtained by removing the third (last) row and third (last) column from AQ is the matrix of the quadratic form. The above notation A33 is used in this article to emphasize this relationship.

Classification

Proper (non-degenerate) and degenerate conic sections can be distinguished based on the determinant of AQ.

If det A Q = 0 , the conic is degenerate.

If det A Q 0 so that Q is not degenerate, we can see what type of conic section it is by computing the minor, det A 33 :

  • Q is a hyperbola if and only if det A 33 < 0 ,
  • Q is a parabola if and only if det A 33 = 0 , and
  • Q is an ellipse if and only if det A 33 > 0 .
  • In the case of an ellipse, we can distinguish the special case of a circle by comparing the last two diagonal elements corresponding to the coefficients of x2 and y2:

  • If A = C and B = 0, then Q is a circle.
  • Moreover, in the case of a non-degenerate ellipse (with det A 33 > 0 and det A Q 0 ), we have a real ellipse if ( A + C ) det A Q < 0 but an imaginary ellipse if ( A + C ) det A Q > 0 . An example of the latter is x 2 + y 2 + 10 = 0 , which has no real-valued solutions.

    If the conic section is degenerate ( det A Q = 0 ), det A 33 still allows us to distinguish its form:

  • Two intersecting lines (a hyperbola degenerated to its two asymptotes) if and only if det A 33 < 0 .
  • Two parallel straight lines (a degenerate parabola) if and only if det A 33 = 0 . These lines are distinct and real if D 2 + E 2 > 4 ( A + C ) F , coincident if D 2 + E 2 = 4 ( A + C ) F , and non-existent in the real plane if D 2 + E 2 < 4 ( A + C ) F .
  • A single point (a degenerate ellipse) if and only if det A 33 > 0 .
  • The case of coincident lines occurs if and only if the rank of the 3×3 matrix A Q is 1; in all other degenerate cases its rank is 2.

    Central conics

    When det A 33 0 a geometric center of the conic section exists and such conic sections (ellipses and hyperbolas) are called central conics.

    Center

    The center of a conic, if it exists, is a point that bisects all the chords of the conic that pass through it. This property can be used to calculate the coordinates of the center, which can be shown to be the point where the gradient of the quadratic function Q vanishes—that is,

    Q = [ Q x , Q y ] = [ 0 , 0 ] .

    This yields the center as given below.

    An alternative approach that uses the matrix form of the quadratic equation is based on the fact that when the center is the origin of the coordinate system, there are no linear terms in the equation. Any translation to a coordinate origin (x0, y0), using x*= xx0, y* = yy0 gives rise to

    ( x + x 0 y + y 0 ) ( A B / 2 B / 2 C ) ( x + x 0 y + y 0 ) + ( D E ) ( x + x 0 y + y 0 ) + F = 0.

    The condition for (x0, y0) to be the conic's center (xc, yc) is that the coefficients of the linear x* and y* terms, when this equation is multiplied out, are zero. This condition produces the coordinates of the center:

    ( x c y c ) = ( A B / 2 B / 2 C ) 1 ( D / 2 E / 2 ) = ( ( B E 2 C D ) / ( 4 A C B 2 ) ( D B 2 A E ) / ( 4 A C B 2 ) ) .

    This calculation can also be accomplished by taking the first two rows of the associated matrix AQ, multiplying each by (x, y, 1) and setting both inner products equal to 0, obtaining the following system:

    A x + ( B / 2 ) y + D / 2 = 0 , ( B / 2 ) x + C y + E / 2 = 0.

    This yields the above center point.

    In the case of a parabola, that is, when 4ACB2 = 0, there is no center since the above denominators become zero (or, interpreted projectively, the center is on the line at infinity.)

    Centered matrix equation

    A central (non-parabola) conic A x 2 + B x y + C y 2 + D x + E y + F = 0 can be rewritten in centered matrix form as

    ( x x c y y c ) ( A B / 2 B / 2 C ) ( x x c y y c ) = K ,

    where

    K = det ( A Q ) A C ( B / 2 ) 2 = det ( A Q ) det ( A 33 ) .

    Then for the ellipse case of AC > (B/2)2, the ellipse is real if the sign of K equals the sign of (A + C) (that is, the sign of each of A and C), imaginary if they have opposite signs, and a degenerate point ellipse if K = 0. In the hyperbola case of AC < (B/2)2, the hyperbola is degenerate if and only if K = 0.

    Standard form of a central conic

    The standard form of the equation of a central conic section is obtained when the conic section is translated and rotated so that its center lies at the center of the coordinate system and its axes coincide with the coordinate axes. This is equivalent to saying that the coordinate system's center is moved and the coordinate axes are rotated to satisfy these properties. In the diagram, the original xy-coordinate system with origin O is moved to the x'y'-coordinate system with origin O'.

    The translation is by the vector t = ( x c y c ) .

    The rotation by angle α can be carried out by diagonalizing the matrix A33. Thus, if λ 1 and λ 2 are the eigenvalues of the matrix A33, the centered equation can be rewritten in new variables x' and y' as

    λ 1 x 2 + λ 2 y 2 = det A Q det A 33 .

    Dividing by K = det A Q det A 33 we obtain a standard canonical form.

    For example, for an ellipse this form is

    x 2 a 2 + y 2 b 2 = 1.

    From here we get a and b, the lengths of the semi-major and semi-minor axes in conventional notation.

    For central conics, both eigenvalues are non-zero and the classification of the conic sections can be obtained by examining them.

  • If λ1 and λ2 have the same algebraic sign, then Q is a real ellipse, imaginary ellipse or real point if K has the same sign, has the opposite sign or is zero, respectively.
  • If λ1 and λ2 have opposite algebraic signs, then Q is a hyperbola or two intersecting lines depending on whether K is nonzero or zero, respectively.
  • Axes

    By the principal axis theorem, the two eigenvectors of the matrix of the quadratic form of a central conic section (ellipse or hyperbola) are perpendicular (orthogonal to each other) and each is parallel to (in the same direction as) either the major or minor axis of the conic. The eigenvector having the smallest eigenvalue (in absolute value) corresponds to the major axis.

    Specifically, if a central conic section has center (xc, yc) and an eigenvector of A33 is given by v(v1, v2) then the principal axis (major or minor) corresponding to that eigenvector has equation,

    x x c v 1 = y y c v 2 .

    Vertices

    The vertices of a central conic can be determined by calculating the intersections of the conic and its axes — in other words, by solving the system consisting of the quadratic conic equation and the linear equation for alternately one or the other of the axes. Two or no vertices are obtained for each axis, since, in the case of the hyperbola, the minor axis does not intersect the hyperbola at a point with real coordinates. However, from the broader view of the complex plane, the minor axis of an hyperbola does intersect the hyperbola, but at points with complex coordinates.

    Poles and polars

    Using homogeneous coordinates, the points

    p = ( p 0 p 1 p 2 ) and r = ( r 0 r 1 r 2 )

    are conjugate with respect to the conic Q provided

    p T A Q r = 0.

    The conjugates of a fixed point p either form a line or consist of all the points in the plane of the conic. When the conjugates of p form a line, the line is called the polar of p and the point p is called the pole of the line, with respect to the conic. This relationship between points and lines is called a polarity.

    If the conic is non-degenerate, the conjugates of a point always form a line and the polarity defined by the conic is a bijection between the points and lines of the extended plane containing the conic (that is, the plane together with the points and line at infinity).

    If the point p lies on the conic Q, the polar line of p is the tangent line to Q at p.

    The equation, in homogeneous coordinates, of the polar line of the point p with respect to the non-degenerate conic Q is given by

    Just as p uniquely determines its polar line (with respect to a given conic), so each line determines a unique pole p. Furthermore, a point p is on a line L which is the polar of a point r, if and only if the polar of p passes through the point r (La Hire's theorem). Thus, this relationship is an expression of geometric duality between points and lines in the plane.

    Several familiar concepts concerning conic sections are directly related to this polarity. The center of a non-degenerate conic can be identified as the pole of the line at infinity. A parabola, being tangent to the line at infinity, would have its center being a point on the line at infinity. Hyperbolas intersect the line at infinity in two distinct points and the polar lines of these points are the asymptotes of the hyperbola and are the tangent lines to the hyperbola at these points of infinity. Also, the polar line of a focus of the conic is its corresponding directrix.

    Tangents

    Let line L be the polar line of point p with respect to the non-degenerate conic Q. By La Hire's theorem, every line passing through p has its pole on L. If L intersects Q in two points (the maximum possible) then the polars of those points are tangent lines that pass through p and such a point is called an exterior or outer point of Q. If L intersects Q in only one point, then it is a tangent line and p is the point of tangency. Finally, if L does not intersect Q then p has no tangent lines passing through it and it is called an interior or inner point.

    The equation of the tangent line (in homogeneous coordinates) at a point p on the non-degenerate conic Q is given by,

    p T A Q ( x y z ) = 0.

    If p is an exterior point, first find the equation of its polar (the above equation) and then the intersections of that line with the conic, say at points s and t. The polars of s and t will be the tangents through p.

    Using the theory of poles and polars, the problem of finding the four mutual tangents of two conics reduces to finding the intersection of two conics.

    References

    Matrix representation of conic sections Wikipedia