Disjoint union: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Bhny
 
Line 1: Line 1:
{{Refimprove|date=March 2011}}
Selected of the writer happens to be Adrianne Quesada. Managing users is what she does in her day writing but she's always sought after her own business. Her husband doesn't like thought the way she must but what she very much likes doing is so that you can bake but she's pondering on starting something better. Vermont are where her house has always been. Her husband and her help keep a [http://website.net/ website]. You might prefer to check it out: http://[http://Www.Google.Co.uk/search?hl=en&gl=us&tbm=nws&q=prometeu.net&gs_l=news prometeu.net]<br><br>Here is my web blog - [http://prometeu.net Clash Of Clans Hack Android Apk]
{{merge from|Conic section#Discriminant_classification|date=February 2011}}
 
In [[mathematics]], the '''matrix representation of conic sections''' is one way of studying a [[conic section]], its [[axis of rotation|axis]], [[vertex (curve)|vertices]], [[Focus (geometry)|foci]], [[tangent]]s, and the relative position of a given point. We can also study conic sections whose axes aren't parallel to our [[coordinate system]].
 
Conic sections have the form of a second-degree [[polynomial]]:
 
:<math>
Q \ \stackrel{\mathrm{def}}{=}\  Ax^2+Bxy+Cy^2+Dx+Ey+F=0. \,
</math>
 
That can be written as:
 
:<math>
\mathbf{x}^T A_Q\mathbf{x}=0
</math>
 
Where <math>\mathbf{x}</math> is the [[Homogeneous coordinates|homogeneous coordinate vector]]:
 
:<math>
\begin{pmatrix} x \\ y \\ 1 \end{pmatrix}
</math>
 
And <math>A_Q</math> a [[matrix (math)|matrix]]:
 
:<math>
A_Q =
\begin{pmatrix}
  A & B/2 & D/2 \\
  B/2 & C & E/2 \\
  D/2 & E/2 & F
\end{pmatrix}.
</math>
 
== Classification ==
 
Regular and degenerated conic sections can be distinguished<ref>Lawrence, J. Dennis, ''A Catalog of Special Plane Curves'', Dover Publ., 1972.</ref>{{rp|p.63;}}<ref>Spain, Barry, ''Analytical Conics'', Dover, 2007.</ref>{{rp|p.70;}}<ref>Pettofrezzo, Anthony, ''Matrices and Transformations'', Dover, 1966.</ref>{{rp|pp.101-111}} based on the [[determinant]] of A<sub>Q</sub>.
 
If <math>\det A_Q = 0</math>, the conic is degenerate.
 
If ''Q'' is not degenerate, we can see what type of conic section it is by computing the [[minor (mathematics)|minor]] <math>\det A_{33}</math> (that is, the determinant of the submatrix resulting from removing the last row and the last column of A<sub>Q</sub>):
 
:<math>
 
A_{33} =
 
\begin{bmatrix}
 
A & B/2 \\
 
B/2 & C
 
\end{bmatrix}.
 
</math>
 
* If and only if <math> \det A_{33} < 0 </math>, it is a [[hyperbola]].
* If and only if <math> \det A_{33}  = 0 </math>, it is a [[parabola]].
* If and only if <math> \det A_{33} > 0 </math>, it is an [[ellipse]].
 
In the case of an ellipse, we can make a further distinction between an ellipse and a circle by comparing the last two diagonal elements corresponding to x<sup>2</sup> and y<sup>2</sup>.
 
* If <math>A = C</math> and <math>B = 0</math>, it is a circle.
 
Moreover, in the case of a non-degenerate ellipse (with <math>\det A_{33} > 0 </math> and <math>\det A_Q \ne 0</math>), we have a real ellipse if <math>(A + C) \det A_Q < 0</math> but an imaginary ellipse if <math>(A + C) \det A_Q > 0</math>. An example of the latter is  <math>x^2 + y^2 + 10 = 0 </math>, which has no real-valued solutions.
 
If the conic section is [[Degenerate conic|degenerate]] (<math>\det A_Q = 0</math>), <math>\det A_{33}</math> still allows us to distinguish its form:
 
* If and only if <math> \det A_{33} < 0 </math>, it is two intersecting lines.
* If and only if <math> \det A_{33} = 0 </math>, it is two parallel straight lines. These lines are distinct and real if <math>D^2+E^2>4(A+C)F</math>, coincident if <math>D^2+E^2=4(A+C)F</math>, and distinct and imaginary if <math>D^2+E^2<4(A+C)F</math>.
* If and only if <math> \det A_{33} > 0 </math>, it is a single point.
 
== Center ==
In the center of the conic, the gradient of the quadratic form {{math|Q}} vanishes, so:
<math>
\nabla Q =[ \frac{\partial Q}{\partial x} , \frac{\partial Q}{\partial y}] = [0,0].
</math>
 
We can calculate the center by taking the first two rows of the associated
matrix <math>A_Q</math>, multiplying each by (''x'', ''y'', 1)<sup>T</sup>,  setting both inner products equal to 0, and solving the system.
 
:<math>
S \ \stackrel{\mathrm{def}}{=}\ 
\left\{ \begin{matrix}
  a_{11} + a_{12}x + a_{13}y & = & 0 \\
  a_{21} + a_{22}x + a_{23}y & = & 0
\end{matrix} \right.
\ \stackrel{\mathrm{def}}{=}\
    \left\{\begin{matrix}
    D/2  + Ax  + (B/2)y & = & 0 \\
    E/2  + (B/2)x +  Cy & = & 0
    \end{matrix} \right.
</math>
 
This becomes
 
:<math>
\begin{pmatrix} x_c \\ y_c \end{pmatrix}
  = \begin{pmatrix} A & B/2 \\ B/2 & C \end{pmatrix}^{-1}
    \begin{pmatrix} -D/2 \\ -E/2 \end{pmatrix}
  = \begin{pmatrix} (BE-2CD)/(4AC-B^2) \\ (DB-2AE)/(4AC-B^2) \end{pmatrix}
</math>
 
Note that in the case of a parabola, defined by (4''AC''-''B''<sup>2</sup>) = 0, there is no center since the above denominators become zero.
 
== Axes ==
 
The major and minor axes are two lines determined by the center of the conic as a point and [[eigenvectors]] of the associated matrix as vectors of direction.
 
:<math>
a_{1,2} \ \stackrel{\mathrm{def}}{=}\
    \left\{\begin{matrix}
    S(x_0,y_0) &\qquad \mbox{(center of the conic)}\\
    \vec u(u_x,u_y) &\qquad \mbox{(eigenvector of }A_{33})
    \end{matrix} \right.
</math>
 
So we can write a canonical equation:
 
:<math>
a_{1,2} \ \stackrel{\mathrm{def}}{=}\  \frac{x-x_0}{u_x} = \frac{y-y_0}{u_y}
</math>
 
Because a 2x2 matrix has 2 eigenvectors, we obtain 2 axes.
 
== Vertices ==
 
For a general conic we can determine its vertices by calculating the intersection of the conic and its axes &mdash; in other words, by solving the system:
 
:<math>
V \ \stackrel{\mathrm{def}}{=}\
    \left\{\begin{matrix}
    & e &\qquad    \mbox{(axis)} \\
    & Q &\qquad  \mbox{(the general equation of the conic)}
    \end{matrix} \right.
</math>
 
== Tangents ==
 
Through a given point, ''P'', there are generally two lines tangent to a conic. Expressing ''P'' as a column vector, '''p''', the two points of tangency are the intersections of the conic with the line whose equation is
 
:<math>
\mathbf{p}^T A_Q\mathbf{x}=0
</math>
 
When ''P'' is on the conic, the line is the tangent there. When ''P'' is inside an ellipse, the line is the set of all points whose own associated line passes through ''P''. This line is called the ''polar'' of the ''pole'' ''P'' with respect to the conic.
 
Just as ''P'' uniquely determines its polar line (with respect to a given conic), so each line determines a unique ''P''. This is thus an expression of geometric [[duality (projective geometry)|duality]] between points and lines in the plane.
 
As special cases, the center of a conic is the pole of the line at infinity, and each asymptote of a hyperbola is a polar (a tangent) to one of its points at infinity.
 
Using the theory of poles and polars, the problem of finding the four mutual tangents of two conics reduces to finding the [[conic section#Intersecting two conics|intersection of two conics]].
 
== Reduced equation ==
 
The ''reduced equation of a conic section'' is the equation of a conic section translated and rotated so that its center lies in the center of the coordinate system and its axes are parallel to the coordinate axes. This is equivalent to saying that the coordinates are moved to satisfy these properties. See the figure.
 
[[Image:Conic ref syst.svg]]
 
If <math>\lambda_1</math> and <math>\lambda_2</math> are the [[eigenvalue]]s
of the matrix ''A''<sub>33</sub>, the reduced equation can be written as<ref>Ayoub, A. B., "The central conic sections revisited", ''[[Mathematics Magazine]]'' 66(5), 1993, 322-325.</ref>
 
:<math>
\lambda_1 x'^2 + \lambda_2 y'^2 + \frac{\det A_Q}{\det A_{33}} = 0
</math>
 
Dividing by <math>-\frac{\det A_Q}{\det A_{33}}</math> we obtain a reduced canonical equation. For example, for an ellipse:
 
:<math>
\frac{{x'}^2}{a^2} + \frac{{y'}^2}{b^2} = 1.
</math>
 
From here we get ''a'' and ''b''.
 
The [[Transformation (mathematics)|transformation]] of coordinates is given by:
 
:<math>
T: RS(O,X,Y) \mapsto (O'=S,X',Y') \ \stackrel{\mathrm{def}}{=}\
    \left\{\begin{align}
    \vec t &=  \overrightarrow {OO'} = S\\
    \alpha &= \operatorname{arccos} \frac{\vec a_1 \cdot {1 \choose 0}}{|\vec a_1|}
    \end{align} \right.
</math>
 
== See also ==
<div style="-moz-column-count:2; column-count:2;">
* [[Conic section#Cartesian coordinates]]
</div>
 
==References==
 
{{reflist}}
 
{{DEFAULTSORT:Matrix Representation Of Conic Sections}}
[[Category:Conic sections]]

Latest revision as of 17:46, 5 November 2014

Selected of the writer happens to be Adrianne Quesada. Managing users is what she does in her day writing but she's always sought after her own business. Her husband doesn't like thought the way she must but what she very much likes doing is so that you can bake but she's pondering on starting something better. Vermont are where her house has always been. Her husband and her help keep a website. You might prefer to check it out: http://prometeu.net

Here is my web blog - Clash Of Clans Hack Android Apk