Formelsammlung analytische Geometrie

Dieser Artikel oder nachfolgende Abschnitt ist nicht hinreichend mit Belegen (beispielsweise Einzelnachweisen) ausgestattet. Angaben ohne ausreichenden Beleg könnten demnächst entfernt werden. Bitte hilf Wikipedia, indem du die Angaben recherchierst und gute Belege einfügst.
Dieser Artikel ist eine Formelsammlung zum Thema analytische Geometrie. Es werden mathematische Symbole verwendet, die im Artikel Liste mathematischer Symbole erläutert werden.

Dies ist eine Formelsammlung zu dem mathematischen Teilgebiet analytische Geometrie.

Vorbemerkungen zur Schreibweise

Im Folgenden werden durchnummerierte kartesische Koordinaten x 1 {\displaystyle x_{1}} (gleichwertig zu x {\displaystyle x} ), x 2 {\displaystyle x_{2}} (gleichwertig zu y {\displaystyle y} ), x 3 {\displaystyle x_{3}} (gleichwertig zu z {\displaystyle z} ) verwendet. Vektoren werden in Pfeilschreibweise notiert. Ortsvektoren werden mit demselben Großbuchstaben bezeichnet wie die entsprechenden Punkte. Das Skalarprodukt wird durch {\displaystyle \cdot } ausgedrückt, das Kreuzprodukt (Vektorprodukt) durch × {\displaystyle \times } .

Analytische Geometrie der euklidischen Ebene

Bezeichnungen

Im Folgenden habe der Punkt P {\displaystyle P} die Koordinaten ( p 1 , p 2 ) {\displaystyle (p_{1},p_{2})} ; die Punkte A , B , C {\displaystyle A,B,C} in dieser Reihenfolge ( a 1 , a 2 ) , ( b 1 , b 2 ) , ( c 1 , c 2 ) {\displaystyle (a_{1},a_{2}),(b_{1},b_{2}),(c_{1},c_{2})}

Punkte

Punkte werden durch kartesische Koordinaten oder durch Ortsvektoren beschrieben.

Koordinatendarstellung eines Punktes

P ( p 1 | p 2 ) {\displaystyle P(p_{1}|p_{2})} oder P ( p 1 , p 2 ) {\displaystyle P(p_{1},p_{2})}

Ortsvektor des Punktes P ( p 1 | p 2 ) {\displaystyle P(p_{1}|p_{2})} :

P = ( p 1 p 2 ) {\displaystyle {\vec {P}}={\begin{pmatrix}p_{1}\\p_{2}\end{pmatrix}}}

Verbindungsvektor zweier Punkte A , B {\displaystyle A,B} :

A B = B A = ( b 1 a 1 b 2 a 2 ) {\displaystyle {\overrightarrow {AB}}={\vec {B}}-{\vec {A}}={\begin{pmatrix}b_{1}-a_{1}\\b_{2}-a_{2}\end{pmatrix}}}

Mittelpunkt der Strecke A B {\displaystyle AB} (als Ortsvektor):

M = 1 2 ( A + B ) = 1 2 ( a 1 + b 1 a 2 + b 2 ) {\displaystyle {\vec {M}}={\tfrac {1}{2}}\left({\vec {A}}+{\vec {B}}\right)={\tfrac {1}{2}}{\begin{pmatrix}a_{1}+b_{1}\\a_{2}+b_{2}\end{pmatrix}}}

Teilungspunkt : Der Punkt, der die Strecke A B {\displaystyle AB} im Verhältnis λ {\displaystyle \lambda } teilt:

T = 1 1 + λ ( A + λ B ) = 1 1 + λ ( a 1 + λ b 1 a 2 + λ b 2 ) {\displaystyle {\vec {T}}={\frac {1}{1+\lambda }}\left({\vec {A}}+\lambda {\vec {B}}\right)={\frac {1}{1+\lambda }}{\begin{pmatrix}a_{1}+\lambda b_{1}\\a_{2}+\lambda b_{2}\end{pmatrix}}}

Schwerpunkt eines Dreiecks A B C {\displaystyle ABC} :

S = 1 3 ( A + B + C ) = 1 3 ( a 1 + b 1 + c 1 a 2 + b 2 + c 2 ) {\displaystyle {\vec {S}}={\tfrac {1}{3}}\left({\vec {A}}+{\vec {B}}+{\vec {C}}\right)={\tfrac {1}{3}}{\begin{pmatrix}a_{1}+b_{1}+c_{1}\\a_{2}+b_{2}+c_{2}\end{pmatrix}}}

Geraden

Parametergleichung der Geraden (Punkt-Richtungs-Form) durch den Punkt A ( a 1 | a 2 ) {\displaystyle A(a_{1}|a_{2})} mit dem Richtungsvektor u = ( u 1 u 2 ) {\displaystyle {\vec {u}}={\begin{pmatrix}u_{1}\\u_{2}\end{pmatrix}}} :

X = A + λ u = ( a 1 a 2 ) + λ ( u 1 u 2 ) {\displaystyle {\vec {X}}={\vec {A}}+\lambda {\vec {u}}={\begin{pmatrix}a_{1}\\a_{2}\end{pmatrix}}+\lambda {\begin{pmatrix}u_{1}\\u_{2}\end{pmatrix}}}

Der Parameter λ {\displaystyle \lambda } kann alle reellen Zahlen als Wert annehmen und u {\displaystyle {\vec {u}}} darf nicht der Nullvektor sein.

Parametergleichung der Geraden (Zwei-Punkte-Form) durch die Punkte A , B {\displaystyle A,B} :

X = A + λ ( B A ) = ( a 1 a 2 ) + λ ( b 1 a 1 b 2 a 2 ) {\displaystyle {\vec {X}}={\vec {A}}+\lambda \left({\vec {B}}-{\vec {A}}\right)={\begin{pmatrix}a_{1}\\a_{2}\end{pmatrix}}+\lambda {\begin{pmatrix}b_{1}-a_{1}\\b_{2}-a_{2}\end{pmatrix}}}

Der Parameter λ {\displaystyle \lambda } kann alle reellen Zahlen als Wert annehmen und . A {\displaystyle A} und B {\displaystyle B} müssen verschieden sein.

Normalengleichung der Geraden durch den Punkt A {\displaystyle A} mit dem Normalenvektor n = ( n 1 n 2 ) {\displaystyle {\vec {n}}={\begin{pmatrix}n_{1}\\n_{2}\end{pmatrix}}} in vektorieller Schreibweise:

n ( X A ) = 0 {\displaystyle {\vec {n}}\cdot \left({\vec {X}}-{\vec {A}}\right)=0} bzw. ( n 1 n 2 ) ( x 1 a 1 x 2 a 2 ) = 0 {\displaystyle {\begin{pmatrix}n_{1}\\n_{2}\end{pmatrix}}\cdot {\begin{pmatrix}x_{1}-a_{1}\\x_{2}-a_{2}\end{pmatrix}}=0}

Koordinatengleichung, explizite Form der Geraden mit der Steigung m {\displaystyle m} durch den Punkt ( 0 | t ) {\displaystyle (0|t)} der x 2 {\displaystyle x_{2}} -Achse:

x 2 = m x 1 + t {\displaystyle \,x_{2}=mx_{1}+t}

Einschränkung: Die Gerade darf nicht parallel zur x 2 {\displaystyle x_{2}} -Achse sein.

Koordinatengleichung, Achsenabschnittsform der Geraden durch die Punkte ( s | 0 ) {\displaystyle (s|0)} (auf der x 1 {\displaystyle x_{1}} -Achse) und ( 0 | t ) {\displaystyle (0|t)} (auf der x 2 {\displaystyle x_{2}} -Achse):

x 1 s + x 2 t = 1 {\displaystyle {\frac {x_{1}}{s}}+{\frac {x_{2}}{t}}=1}

Einschränkung: Die gegebenen Punkte dürfen nicht mit dem Ursprung übereinstimmen, d. h. es muss s 0 {\displaystyle s\neq 0} und t 0 {\displaystyle t\neq 0} gelten.

Abstände

Abstand der Punkte A , B {\displaystyle A,B} :

A B ¯ = | B A | = ( b 1 a 1 ) 2 + ( b 2 a 2 ) 2 {\displaystyle {\overline {AB}}=\left|{\vec {B}}-{\vec {A}}\right|={\sqrt {(b_{1}-a_{1})^{2}+(b_{2}-a_{2})^{2}}}}

Abstand des Punktes P {\displaystyle P} von der Geraden g {\displaystyle g} mit der Normalengleichung n 1 x 1 + n 2 x 2 + n 0 = 0 {\displaystyle n_{1}x_{1}+n_{2}x_{2}+n_{0}=0} (siehe Hessesche Normalform):

d ( P , g ) = | n 1 p 1 + n 2 p 2 + n 0 | n 1 2 + n 2 2 {\displaystyle d(P,g)={\frac {\left|n_{1}p_{1}+n_{2}p_{2}+n_{0}\right|}{\sqrt {{n_{1}}^{2}+{n_{2}}^{2}}}}}

Abstand zweier paralleler Geraden g {\displaystyle g} und g {\displaystyle g'} mit den Normalengleichungen n 1 x 1 + n 2 x 2 + n 0 = 0 {\displaystyle n_{1}x_{1}+n_{2}x_{2}+n_{0}=0} bzw. n 1 x 1 + n 2 x 2 + n 0 = 0 {\displaystyle n_{1}x_{1}+n_{2}x_{2}+n_{0}'=0} :

d ( g , g ) = | n 0 n 0 | n 1 2 + n 2 2 {\displaystyle d(g,g')={\frac {\left|n_{0}-n_{0}'\right|}{\sqrt {{n_{1}}^{2}+{n_{2}}^{2}}}}}

Projektionen

Orthogonalprojektion eines Punkts B {\displaystyle B} auf eine Gerade g {\displaystyle g} in Parameterform X = A + λ u {\displaystyle {\vec {X}}={\vec {A}}+\lambda {\vec {u}}} :

P g = A + ( B A ) u u u u {\displaystyle {\vec {P}}_{g}={\vec {A}}+{\frac {({\vec {B}}-{\vec {A}})\cdot {\vec {u}}}{{\vec {u}}\cdot {\vec {u}}}}\,{\vec {u}}}

Orthogonalprojektion eines Punkts B {\displaystyle B} auf eine Gerade g {\displaystyle g} in Normalenform ( X A ) n = 0 {\displaystyle ({\vec {X}}-{\vec {A}})\cdot {\vec {n}}=0} :

P g = B ( B A ) n n n n {\displaystyle {\vec {P}}_{g}={\vec {B}}-{\frac {({\vec {B}}-{\vec {A}})\cdot {\vec {n}}}{{\vec {n}}\cdot {\vec {n}}}}\,{\vec {n}}}

Parallelprojektion in Richtung v {\displaystyle {\vec {v}}} eines Punkts B {\displaystyle B} auf eine Gerade g {\displaystyle g} in Normalenform ( X A ) n = 0 {\displaystyle ({\vec {X}}-{\vec {A}})\cdot {\vec {n}}=0} :

P g , v = B ( B A ) n v n v {\displaystyle {\vec {P}}_{g,{\vec {v}}}={\vec {B}}-{\frac {({\vec {B}}-{\vec {A}})\cdot {\vec {n}}}{{\vec {v}}\cdot {\vec {n}}}}\,{\vec {v}}}

Winkel

Schnittwinkel (kleinerer Winkel) ϵ {\displaystyle \epsilon } zwischen zwei Geraden mit den Richtungsvektoren u {\displaystyle {\vec {u}}} und v {\displaystyle {\vec {v}}} (vergleiche Skalarprodukt):

cos ϵ = | u v | | u | | v | = | u 1 v 1 + u 2 v 2 | u 1 2 + u 2 2 v 1 2 + v 2 2 {\displaystyle \cos \epsilon ={\frac {\left|{\vec {u}}\cdot {\vec {v}}\right|}{\left|{\vec {u}}\right|\left|{\vec {v}}\right|}}={\frac {\left|u_{1}v_{1}+u_{2}v_{2}\right|}{{\sqrt {{u_{1}}^{2}+{u_{2}}^{2}}}{\sqrt {{v_{1}}^{2}+{v_{2}}^{2}}}}}}

Flächen

Fläche des Dreiecks A B C {\displaystyle ABC} (siehe Kreuzprodukt):

F A B C = 1 2 | A B × A C | = 1 2 | ( B A ) × ( C A ) | = 1 2 | ( a 1 b 2 a 2 b 1 ) + ( b 1 c 2 b 2 c 1 ) + ( c 1 a 2 c 2 a 1 ) | {\displaystyle {\begin{aligned}F_{ABC}&={\tfrac {1}{2}}\left|{\overrightarrow {AB}}\times {\overrightarrow {AC}}\right|={\tfrac {1}{2}}\left|\left({\vec {B}}-{\vec {A}}\right)\times \left({\vec {C}}-{\vec {A}}\right)\right|\\&={\tfrac {1}{2}}\left|(a_{1}b_{2}-a_{2}b_{1})+(b_{1}c_{2}-b_{2}c_{1})+(c_{1}a_{2}-c_{2}a_{1})\right|\end{aligned}}}

Fläche des nicht überschlagenen Polygons mit den Ecken P 1 ( p 11 | p 12 ) , , P n ( p n 1 | p n 2 ) {\displaystyle P_{1}(p_{11}|p_{12}),\dotsc ,P_{n}(p_{n1}|p_{n2})} :

A = | 1 2 ( p 11 p 22 + p 21 p 32 + + p n 1 , 1 p n 2 + p n 1 p 12 p 21 p 12 p 31 p 22 p n 1 p n 1 , 2 p 11 p n 2 ) | {\displaystyle {\begin{aligned}A={\Big |}{\tfrac {1}{2}}\cdot &\left(p_{11}p_{22}+p_{21}p_{32}+\dotsb +p_{n-1,1}p_{n2}+p_{n1}p_{12}\right.\\&-\left.p_{21}p_{12}-p_{31}p_{22}-\dotsb -p_{n1}p_{n-1,2}-p_{11}p_{n2}\right){\Big |}\end{aligned}}}

Kreise

Gleichung des Kreises in kartesischen Koordinaten:

  • des Einheitskreises
x 1 2 + x 2 2 = 1 {\displaystyle {x_{1}}^{2}+{x_{2}}^{2}=1}
  • allgemein: Mittelpunkt in ( c , d ) {\displaystyle (c,d)} , Radius r {\displaystyle r}
( x c ) 2 + ( y d ) 2 = r 2 {\displaystyle (x-c)^{2}+(y-d)^{2}=r^{2}\,}

in Parameterform (allgemein):

( x 1 x 2 ) = ( r cos t + c r sin t + d ) {\displaystyle {\begin{pmatrix}x_{1}\\x_{2}\end{pmatrix}}={\begin{pmatrix}r\,\cos t+c\\r\,\sin t+d\end{pmatrix}}} mit 0 t 2 π {\displaystyle 0\leq t\leq 2\pi }

Gleichung des Kreises durch drei Punkte P 1 ( x 1 , y 1 ) , P 2 ( x 2 , y 2 ) , P 3 ( x 3 , y 3 ) {\displaystyle P_{1}(x_{1},y_{1}),P_{2}(x_{2},y_{2}),P_{3}(x_{3},y_{3})}

| x 2 + y 2 x y 1 x 1 2 + y 1 2 x 1 y 1 1 x 2 2 + y 2 2 x 2 y 2 1 x 3 2 + y 3 2 x 3 y 3 1 | = 0 {\displaystyle {\begin{vmatrix}x^{2}+y^{2}&x&y&1\\x_{1}^{2}+y_{1}^{2}&x_{1}&y_{1}&1\\x_{2}^{2}+y_{2}^{2}&x_{2}&y_{2}&1\\x_{3}^{2}+y_{3}^{2}&x_{3}&y_{3}&1\end{vmatrix}}=0}

Gleichung der Kreistangente im Punkt B ( b 1 | b 2 ) {\displaystyle B(b_{1}|b_{2})}

  • Einheitskreis
    b 1 x 1 + b 2 x 2 = 1 {\displaystyle \,b_{1}x_{1}+b_{2}x_{2}=1}
  • Allgemein:
    ( x c ) ( b 1 c ) + ( y d ) ( b 2 d ) = r 2 {\displaystyle (x-c)(b_{1}-c)+(y-d)(b_{2}-d)=r^{2}\,}

Schnittpunkt der Geraden y = m x + c {\displaystyle y=mx+c} mit dem Kreis x 2 + y 2 = r 2 {\displaystyle x^{2}+y^{2}=r^{2}} :

x 1 , 2 = c m 1 + m 2 ± 1 1 + m 2 r 2 ( 1 + m 2 ) c 2 {\displaystyle x_{1,2}=-{\frac {cm}{1+m^{2}}}\pm {\frac {1}{1+m^{2}}}{\sqrt {r^{2}(1+m^{2})-c^{2}}}}
y 1 , 2 = c 1 + m 2 ± m 1 + m 2 r 2 ( 1 + m 2 ) c 2 {\displaystyle y_{1,2}={\frac {c}{1+m^{2}}}\pm {\frac {m}{1+m^{2}}}{\sqrt {r^{2}(1+m^{2})-c^{2}}}}

Mittelpunkt X {\displaystyle {\vec {X}}} des Kreises durch drei Punkte P 1 ( x 1 , y 1 ) , P 2 ( x 2 , y 2 ) , P 3 ( x 3 , y 3 ) {\displaystyle P_{1}(x_{1},y_{1}),P_{2}(x_{2},y_{2}),P_{3}(x_{3},y_{3})} die nicht auf einer Geraden liegen:

X = ( x 1 x 2 ) = 1 2 ( x 1 x 3 y 1 y 3 x 2 x 3 y 2 y 3 ) 1 ( P 1 P 1 P 3 P 3 P 2 P 2 P 3 P 3 ) {\displaystyle {\vec {X}}=\left({\begin{array}{c}x_{1}\\x_{2}\end{array}}\right)={\frac {1}{2}}\left({\begin{array}{ccc}x_{1}-x_{3}&y_{1}-y_{3}\\x_{2}-x_{3}&y_{2}-y_{3}\end{array}}\right)^{-1}\left({\begin{array}{c}{\vec {P}}_{1}\cdot {\vec {P}}_{1}-{\vec {P}}_{3}\cdot {\vec {P}}_{3}\\{\vec {P}}_{2}\cdot {\vec {P}}_{2}-{\vec {P}}_{3}\cdot {\vec {P}}_{3}\end{array}}\right)}

Kegelschnitte

Kegelschnitt Ellipse Hyperbel Parabel
Eigenschaften
Definition: Menge aller Punkte, für die … die Summe der Abstände zu den Brennpunkten F 1 , F 2 {\displaystyle F_{1},F_{2}} konstant gleich 2a ist. die Differenz der Abstände den beiden Brennpunkten konstant gleich 2a ist. der Abstand zu einem Brennpunkt und der Leitgeraden l konstant ist.
Lineare Exzentrizität a 2 b 2 {\displaystyle {\sqrt {a^{2}-b^{2}}}} a 2 + b 2 {\displaystyle {\sqrt {a^{2}+b^{2}}}} --
Koordinaten
Kartesische Koordinaten x 2 a 2 + y 2 b 2 = 1 {\displaystyle {\frac {x^{2}}{a^{2}}}+{\frac {y^{2}}{b^{2}}}=1} x 2 a 2 y 2 b 2 = 1 {\displaystyle {\frac {x^{2}}{a^{2}}}-{\frac {y^{2}}{b^{2}}}=1} y 2 = 2 p x {\displaystyle y^{2}=2px\,}
Achsenparallele Lage
M ( c , d ) {\displaystyle M(c,d)}
( x c ) 2 a 2 + ( y d ) 2 b 2 = 1 {\displaystyle {\frac {(x-c)^{2}}{a^{2}}}+{\frac {(y-d)^{2}}{b^{2}}}=1} ( x c ) 2 a 2 ( y d ) 2 b 2 = 1 {\displaystyle {\frac {(x-c)^{2}}{a^{2}}}-{\frac {(y-d)^{2}}{b^{2}}}=1} ( y d ) 2 = 2 p ( x c ) {\displaystyle (y-d)^{2}=2p(x-c)\,}
Parameterform ( x y ) = ( a cos t b sin t ) {\displaystyle {\begin{pmatrix}x\\y\end{pmatrix}}={\begin{pmatrix}a\,\cos t\\b\,\sin t\end{pmatrix}}} mit 0 t 2 π {\displaystyle 0\leq t\leq 2\pi } x = a cos ( t ) ; y = ± b tan ( t ) {\displaystyle x={\frac {a}{\cos(t)}};\;y=\pm b\tan(t)}
x = ± a cosh ( t ) ; y = b sinh ( t ) {\displaystyle x=\pm a\cosh(t);\;y=b\sinh(t)}
Geraden
Tangente in P 1 ( p 1 , p 2 ) {\displaystyle P_{1}(p_{1},p_{2})} x p 1 a 2 + y p 2 b 2 = 1 {\displaystyle {\frac {xp_{1}}{a^{2}}}+{\frac {yp_{2}}{b^{2}}}=1} x p 1 a 2 y p 2 b 2 = 1 {\displaystyle {\frac {xp_{1}}{a^{2}}}-{\frac {yp_{2}}{b^{2}}}=1} y p 2 = p ( y + p 2 ) {\displaystyle yp_{2}=p(y+p_{2})\,}
Normale durch P 1 ( p 1 , p 2 ) {\displaystyle P_{1}(p_{1},p_{2})} y p 2 = a 2 p 2 b 2 p 1 ( x p 1 ) {\displaystyle y-p_{2}={\frac {a^{2}p_{2}}{b^{2}p_{1}}}(x-p_{1})} y p 2 = a 2 p 2 b 2 p 1 ( x p 1 ) {\displaystyle y-p_{2}=-{\frac {a^{2}p_{2}}{b^{2}p_{1}}}(x-p_{1})} y p 2 = p 2 p ( x p 1 ) {\displaystyle y-p_{2}=-{\frac {p_{2}}{p}}(x-p_{1})}
Schnittpunkt mit der Geraden y = m x + C {\displaystyle y=mx+C} x 1 , 2 = a 2 m α ± β D {\displaystyle x_{1,2}=a^{2}m\alpha \pm \beta \cdot {\sqrt {D}}}
y 1 , 2 = b 2 α ± m β D {\displaystyle y_{1,2}=b^{2}\alpha \pm m\beta \cdot {\sqrt {D}}}

α := C b 2 + a 2 m 2 ; β := a b b 2 + a 2 m 2 ; {\displaystyle \alpha :={\frac {C}{b^{2}+a^{2}m^{2}}};\beta :={\frac {ab}{b^{2}+a^{2}m^{2}}};}
D := a 2 m 2 + b 2 C 2 {\displaystyle D:=a^{2}m^{2}+b^{2}-C^{2}\,}
x 1 , 2 = a 2 m α ± β D {\displaystyle x_{1,2}=a^{2}m\alpha \pm \beta \cdot {\sqrt {D}}}
y 1 , 2 = b 2 α ± m β D {\displaystyle y_{1,2}=b^{2}\alpha \pm m\beta \cdot {\sqrt {D}}}

α := C b 2 a 2 m 2 ; β := a b b 2 a 2 m 2 {\displaystyle \alpha :={\frac {C}{b^{2}-a^{2}m^{2}}};\beta :={\frac {ab}{b^{2}-a^{2}m^{2}}}}
D := b 2 + c 2 a 2 m 2 {\displaystyle D:=b^{2}+c^{2}-a^{2}m^{2}\,}
x 1 , 2 = p C m m 2 ± 1 m 2 D {\displaystyle x_{1,2}={\frac {p-Cm}{m^{2}}}\pm {\frac {1}{m^{2}}}\cdot {\sqrt {D}}}
y 1 , 2 = p m ± 1 m D {\displaystyle y_{1,2}={\frac {p}{m}}\pm {\frac {1}{m}}\cdot {\sqrt {D}}}


D := p ( p 2 m C ) {\displaystyle D:=p\cdot (p-2mC)}
Flächeninhalt

Ebene Kurven mit ausgezeichneter Krümmung

Da die geometrische Form einer ebenen Kurve unter Translation und Drehung invariant bleibt, kann eine ausgezeichnete (symmetrische) Darstellung ihrer analytischen Beschreibung gewählt werden. Insbesondere ist somit jede ebene, zweimal stetig differenzierbare Kurve bereits durch Angabe ihrer Krümmung (in jedem Punkt) eindeutig beschrieben. In den folgenden Formeln sind a , b R + {\displaystyle a,b\in \mathbb {R} ^{+}} beliebige, aber feste Konstanten und s {\displaystyle s} bezeichnet stets die Bogenlänge (bei natürlicher Parametrisierung).

Kurve Definitionsbereich analytische Funktionsgleichung Krümmung κ {\displaystyle \kappa } Charakterisierung ihrer Krümmung
Gerade x R {\displaystyle x\in \mathbb {R} }

s R {\displaystyle s\in \mathbb {R} }
y ( x ) = a x {\displaystyle y(x)=ax}

( r ( s ) φ ( s ) ) = ( s b ) {\displaystyle {\begin{pmatrix}r(s)\\\varphi (s)\end{pmatrix}}={\begin{pmatrix}s\\b\end{pmatrix}}}

explizit kartesisch

explizit polar parametrisch
0 {\displaystyle 0} null
Kreis φ [ 0 , 2 π ] {\displaystyle \varphi \in [0,2\pi ]} r ( φ ) = a {\displaystyle r(\varphi )=a} explizit polar 1 a {\displaystyle {\tfrac {1}{a}}} konstant
gleichseitige Hyperbel φ ] π 4 , π 4 [ {\displaystyle \varphi \in \left]-{\tfrac {\pi }{4}},{\tfrac {\pi }{4}}\right[} r ( φ ) 2 = 2 a 2 cos ( 2 φ ) {\displaystyle r(\varphi )^{2}={\tfrac {2a^{2}}{\cos(2\varphi )}}} implizit polar 1 r {\displaystyle -{\tfrac {1}{r}}} umgekehrt proportional zum vorzeichenbehafteten „Abstand“
Lemniskate φ [ π 4 , π 4 ] {\displaystyle \varphi \in \left[-{\tfrac {\pi }{4}},{\tfrac {\pi }{4}}\right]} r ( φ ) 2 = 2 a 2 cos ( 2 φ ) {\displaystyle r(\varphi )^{2}=2a^{2}\cos(2\varphi )} implizit polar 3 r 2 a 2 {\displaystyle {\tfrac {3r}{2a^{2}}}} proportional zum vorzeichenbehafteten „Abstand“
Logarithmische Spirale φ R {\displaystyle \varphi \in \mathbb {R} } r ( φ ) = a e b φ {\displaystyle r(\varphi )=ae^{b\varphi }} explizit polar 1 r 1 + b 2 {\displaystyle {\tfrac {1}{r{\sqrt {1+b^{2}}}}}}

1 b s {\displaystyle {\tfrac {1}{bs}}}
umgekehrt proportional zum Abstand

umgekehrt proportional zur Bogenlänge
Klothoide s R {\displaystyle s\in \mathbb {R} } ( x ( s ) y ( s ) ) = ( C b ( s ) S b ( s ) )   {\displaystyle {\begin{pmatrix}x(s)\\y(s)\end{pmatrix}}={\begin{pmatrix}C_{b}(s)\\S_{b}(s)\end{pmatrix}}\ } kartesisch parametrisch 2 b s {\displaystyle 2bs} proportional zu ihrer Bogenlänge
Katenoide x R {\displaystyle x\in \mathbb {R} } y ( x ) = a cosh ( x a ) {\displaystyle y(x)=a\cosh({\tfrac {x}{a}})}

s ( x ) = a sinh ( x a ) {\displaystyle s(x)=a\sinh({\tfrac {x}{a}})}
explizit kartesisch a y 2 {\displaystyle {\tfrac {a}{y^{2}}}}

a a 2 + s 2 {\displaystyle {\tfrac {a}{a^{2}+s^{2}}}}
umgekehrt proportional zum Quadrat
ihres x-Achsenabstandes

Kreisevolvente s R 0 + {\displaystyle s\in \mathbb {R} _{0}^{+}} ( r ( s ) φ ( s ) ) = ( a 1 + 2 s 2 s arctan ( 2 s ) )   {\displaystyle {\begin{pmatrix}r(s)\\\varphi (s)\end{pmatrix}}={\begin{pmatrix}a{\sqrt {1+2s}}\\{\sqrt {2s}}-\arctan {({\sqrt {2s}})}\end{pmatrix}}\ } explizit polar parametrisch 1 a 2 s {\displaystyle {\tfrac {1}{a{\sqrt {2s}}}}} umgekehrt proportional zur Wurzel ihrer Bogenlänge

Hier bezeichnen C b ( x ) {\displaystyle C_{b}(x)} und S b ( x ) {\displaystyle S_{b}(x)} die Fresnelschen Integrale.

Analytische Geometrie des dreidimensionalen euklidischen Raumes

Bezeichnungen

Im Folgenden haben die Punkte X , P , A , B , C {\displaystyle X,P,A,B,C} in dieser Reihenfolge die Koordinaten ( x 1 , x 2 , x 3 ) , ( p 1 , p 2 , p 3 ) , ( a 1 , a 2 , a 3 ) , ( b 1 , b 2 , b 2 ) , ( c 1 , c 2 , c 3 ) {\displaystyle (x_{1},x_{2},x_{3}),(p_{1},p_{2},p_{3}),(a_{1},a_{2},a_{3}),(b_{1},b_{2},b_{2}),(c_{1},c_{2},c_{3})} .

Punkte

Punkte werden durch kartesische Koordinaten oder durch Ortsvektoren beschrieben.

Koordinatendarstellung

P ( p 1 | p 2 | p 3 ) {\displaystyle P(p_{1}|p_{2}|p_{3})}

Ortsvektor

P = ( p 1 p 2 p 3 ) {\displaystyle {\vec {P}}={\begin{pmatrix}p_{1}\\p_{2}\\p_{3}\end{pmatrix}}}

Verbindungsvektor zweier Punkte A B {\displaystyle AB} :

A B = B A = ( b 1 a 1 b 2 a 2 b 3 a 3 ) {\displaystyle {\overrightarrow {AB}}={\vec {B}}-{\vec {A}}={\begin{pmatrix}b_{1}-a_{1}\\b_{2}-a_{2}\\b_{3}-a_{3}\end{pmatrix}}}

Mittelpunkt der Strecke A B {\displaystyle AB} :

M = 1 2 ( A + B ) = 1 2 ( a 1 + b 1 a 2 + b 2 a 3 + b 3 ) {\displaystyle {\vec {M}}={\tfrac {1}{2}}\left({\vec {A}}+{\vec {B}}\right)={\tfrac {1}{2}}{\begin{pmatrix}a_{1}+b_{1}\\a_{2}+b_{2}\\a_{3}+b_{3}\end{pmatrix}}}

Teilungspunkt , der die Strecke A B {\displaystyle AB} im Verhältnis λ {\displaystyle \lambda } teilt:

T = 1 1 + λ ( A + λ B ) = 1 1 + λ ( a 1 + λ b 1 a 2 + λ b 2 a 3 + λ b 3 ) {\displaystyle {\vec {T}}={\frac {1}{1+\lambda }}\left({\vec {A}}+\lambda {\vec {B}}\right)={\frac {1}{1+\lambda }}{\begin{pmatrix}a_{1}+\lambda b_{1}\\a_{2}+\lambda b_{2}\\a_{3}+\lambda b_{3}\end{pmatrix}}}

Schwerpunkt eines Dreiecks mit den Ecken A , B , C {\displaystyle A,B,C} :

S = 1 3 ( A + B + C ) = 1 3 ( a 1 + b 1 + c 1 a 2 + b 2 + c 2 a 3 + b 3 + c 3 ) {\displaystyle {\vec {S}}={\tfrac {1}{3}}\left({\vec {A}}+{\vec {B}}+{\vec {C}}\right)={\tfrac {1}{3}}{\begin{pmatrix}a_{1}+b_{1}+c_{1}\\a_{2}+b_{2}+c_{2}\\a_{3}+b_{3}+c_{3}\end{pmatrix}}}

Geraden

Parametergleichung einer Geraden (Punkt-Richtungs-Form) durch den Punkt A {\displaystyle A} mit dem Richtungsvektor u = ( u 1 u 2 u 3 ) {\displaystyle {\vec {u}}={\begin{pmatrix}u_{1}\\u_{2}\\u_{3}\end{pmatrix}}} :

X = A + λ u = ( a 1 a 2 a 3 ) + λ ( u 1 u 2 u 3 ) {\displaystyle {\vec {X}}={\vec {A}}+\lambda {\vec {u}}={\begin{pmatrix}a_{1}\\a_{2}\\a_{3}\end{pmatrix}}+\lambda {\begin{pmatrix}u_{1}\\u_{2}\\u_{3}\end{pmatrix}}}

Der Parameter λ {\displaystyle \lambda } kann alle reellen Zahlen als Wert annehmen und u {\displaystyle {\vec {u}}} darf nicht der Nullvektor sein.

Ebenen

Parametergleichung der Ebene (Punkt-Richtungs-Form) durch den Punkt A {\displaystyle A} mit den Richtungsvektoren u {\displaystyle {\vec {u}}} und v {\displaystyle {\vec {v}}} :

X = A + λ u + μ v = ( a 1 a 2 a 3 ) + λ ( u 1 u 2 u 3 ) + μ ( v 1 v 2 v 3 ) {\displaystyle {\vec {X}}={\vec {A}}+\lambda {\vec {u}}+\mu {\vec {v}}={\begin{pmatrix}a_{1}\\a_{2}\\a_{3}\end{pmatrix}}+\lambda {\begin{pmatrix}u_{1}\\u_{2}\\u_{3}\end{pmatrix}}+\mu {\begin{pmatrix}v_{1}\\v_{2}\\v_{3}\end{pmatrix}}}

Die Parameter λ {\displaystyle \lambda } und μ {\displaystyle \mu } können alle reellen Zahlen als Wert annehmen und die Vektoren u , v {\displaystyle {\vec {u}},{\vec {v}}} müssen linear unabhängig sein (d. h. u , v 0 {\displaystyle {\vec {u}},{\vec {v}}\neq 0} und u {\displaystyle {\vec {u}}} ist kein skalares Vielfaches von v {\displaystyle {\vec {v}}} )

Parametergleichung einer Ebene (Drei-Punkte-Form) durch die Punkte A , B , C {\displaystyle A,B,C} :

X = A + λ ( B A ) + μ ( C A ) = ( a 1 a 2 a 3 ) + λ ( b 1 a 1 b 2 a 2 b 3 a 3 ) + μ ( c 1 a 1 c 2 a 2 c 3 a 3 ) {\displaystyle {\vec {X}}={\vec {A}}+\lambda \left({\vec {B}}-{\vec {A}}\right)+\mu \left({\vec {C}}-{\vec {A}}\right)={\begin{pmatrix}a_{1}\\a_{2}\\a_{3}\end{pmatrix}}+\lambda {\begin{pmatrix}b_{1}-a_{1}\\b_{2}-a_{2}\\b_{3}-a_{3}\end{pmatrix}}+\mu {\begin{pmatrix}c_{1}-a_{1}\\c_{2}-a_{2}\\c_{3}-a_{3}\end{pmatrix}}}

Die beiden Parameter λ {\displaystyle \lambda } und μ {\displaystyle \mu } können alle reellen Zahlen als Werte annehmen und die gegebenen Punkte A , B {\displaystyle A,B} und C {\displaystyle C} dürfen nicht auf einer Geraden liegen.

Normalengleichung der Ebene durch den Punkt A {\displaystyle A} mit dem Normalenvektor n = ( n 1 n 2 n 3 ) 0 {\displaystyle {\vec {n}}={\begin{pmatrix}n_{1}\\n_{2}\\n_{3}\end{pmatrix}}\neq 0} in vektorieller Schreibweise:

n ( X A ) = 0 {\displaystyle {\vec {n}}\cdot \left({\vec {X}}-{\vec {A}}\right)=0} bzw. ( n 1 n 2 n 3 ) ( x 1 a 1 x 2 a 2 x 3 a 3 ) = 0 {\displaystyle {\begin{pmatrix}n_{1}\\n_{2}\\n_{3}\end{pmatrix}}\cdot {\begin{pmatrix}x_{1}-a_{1}\\x_{2}-a_{2}\\x_{3}-a_{3}\end{pmatrix}}=0}

Koordinatengleichung

( a b c ) ( x 1 x 2 x 3 ) = a x 1 + b x 2 + c x 3 = d {\displaystyle {\begin{pmatrix}a&b&c\end{pmatrix}}{\begin{pmatrix}x_{1}\\x_{2}\\x_{3}\end{pmatrix}}=ax_{1}+bx_{2}+cx_{3}=d} mit a , b , c {\displaystyle a,b,c} nicht alle gleich 0.

Überführen der Formen ineinander

  • Parameterform in Normalenform:
    n = u × v {\displaystyle {\vec {n}}={\vec {u}}\times {\vec {v}}}
  • Normalenform und Koordinatengleichung:
    Die Normalenform ist dasselbe wie die Koordinatengleichung, nur ein wenig anders aufgeschrieben. Explizit: a = n 1 , b = n 2 , c = n 3 {\displaystyle a=n_{1},b=n_{2},c=n_{3}} und d = n 1 a 1 + n 2 a 2 + n 3 a 3 {\displaystyle d=n_{1}a_{1}+n_{2}a_{2}+n_{3}a_{3}} .
  • Von der Parameterform zur Koordinatengleichung:
    ( x 1 x 2 x 3 ) = X = A + λ u + μ v {\displaystyle {\begin{pmatrix}x_{1}\\x_{2}\\x_{3}\end{pmatrix}}={\vec {X}}={\vec {A}}+\lambda {\vec {u}}+\mu {\vec {v}}} definiert drei Gleichungen; man löse eine davon nach λ {\displaystyle \lambda } und eine andere nach μ {\displaystyle \mu } auf und setze dies in die verbleibende Gleichung ein.
  • Von der Koordinatengleichung zur Parameterform:
    Entweder findet man durch Ausprobieren drei nicht-kollineare Punkte in der Ebene und setzt diese in die Drei-Punkte-Form der Parametergleichung ein. Alternativ funktioniert auch folgender algorithmischer Ansatz: Da a , b , c {\displaystyle a,b,c} nicht alle gleich 0 sind (sagen wir c 0 {\displaystyle c\neq 0} ), lässt sich die Koordinatengleichung nach einer Koordinate auflösen und diese Koordinate ist also eine Funktion der beiden anderen: x 3 ( x 1 , x 2 ) = 1 c ( d a x 1 b x 2 ) {\displaystyle x_{3}(x_{1},x_{2})={\tfrac {1}{c}}\left(d-ax_{1}-bx_{2}\right)} . Man findet nun drei nicht-kollineare Punkte in der Ebene, indem man nacheinander ( x 1 , x 2 ) = ( 0 , 0 ) {\displaystyle (x_{1},x_{2})=(0,0)} , ( x 1 , x 2 ) = ( 1 , 0 ) {\displaystyle (x_{1},x_{2})=(1,0)} und ( x 1 , x 2 ) = ( 0 , 1 ) {\displaystyle (x_{1},x_{2})=(0,1)} einsetzt. D. h. explizit setzt man
    A = ( 0 0 x 3 ( 0 , 0 ) ) {\displaystyle {\vec {A}}={\begin{pmatrix}0\\0\\x_{3}(0,0)\end{pmatrix}}} , B = ( 1 0 x 3 ( 1 , 0 ) ) {\displaystyle {\vec {B}}={\begin{pmatrix}1\\0\\x_{3}(1,0)\end{pmatrix}}} und C = ( 0 1 x 3 ( 0 , 1 ) ) {\displaystyle {\vec {C}}={\begin{pmatrix}0\\1\\x_{3}(0,1)\end{pmatrix}}}
    in die Drei-Punkte-Form der Parametergleichung ein.

Abstände

Abstand der Punkte A , B {\displaystyle A,B}

| A B | = | B A | = ( b 1 a 1 ) 2 + ( b 2 a 2 ) 2 + ( b 3 a 3 ) 2 {\displaystyle \left\vert {\overrightarrow {AB}}\right\vert =\left|{\vec {B}}-{\vec {A}}\right|={\sqrt {(b_{1}-a_{1})^{2}+(b_{2}-a_{2})^{2}+(b_{3}-a_{3})^{2}}}}

Abstand des Punkts P {\displaystyle P} von der Geraden g {\displaystyle g} in Parameterform X = A + λ u {\displaystyle {\vec {X}}={\vec {A}}+\lambda {\vec {u}}} :

d ( P , g ) = | ( P A ) × u | | u | {\displaystyle d(P,g)={\frac {|({\vec {P}}-{\vec {A}})\times {\vec {u}}|}{|{\vec {u}}|}}}

Abstand des Punktes P {\displaystyle P} von der Ebene ϵ {\displaystyle \epsilon } mit der Normalengleichung n 1 x 1 + n 2 x 2 + n 3 x 3 + n 0 = 0 {\displaystyle n_{1}x_{1}+n_{2}x_{2}+n_{3}x_{3}+n_{0}=0} (siehe Hessesche Normalform):

d ( P , ϵ ) = | n 1 p 1 + n 2 p 2 + n 3 p 3 + n 0 | n 1 2 + n 2 2 + n 3 2 {\displaystyle d(P,\epsilon )={\frac {\left|n_{1}p_{1}+n_{2}p_{2}+n_{3}p_{3}+n_{0}\right|}{\sqrt {{n_{1}}^{2}+{n_{2}}^{2}+{n_{3}}^{2}}}}}

Abstand des Punktes P {\displaystyle P} von der Ebene ϵ {\displaystyle \epsilon } in Parameterform X = A + λ u + μ v {\displaystyle {\vec {X}}={\vec {A}}+\lambda {\vec {u}}+\mu {\vec {v}}} :

d ( P , ϵ ) = | ( P A ) ( u × v ) | | u × v | {\displaystyle d(P,\epsilon )={\frac {|({\vec {P}}-{\vec {A}})\cdot ({\vec {u}}\times {\vec {v}})|}{|{\vec {u}}\times {\vec {v}}|}}}

Abstand der parallelen Ebenen ϵ {\displaystyle \epsilon } und ϵ {\displaystyle \epsilon '} mit den Normalengleichungen n 1 x 1 + n 2 x 2 + n 3 x 3 + n 0 = 0 {\displaystyle n_{1}x_{1}+n_{2}x_{2}+n_{3}x_{3}+n_{0}=0} bzw. n 1 x 1 + n 2 x 2 + n 3 x 3 + n 0 = 0 {\displaystyle n_{1}x_{1}+n_{2}x_{2}+n_{3}x_{3}+n_{0}'=0} :

d ( ϵ , ϵ ) = | n 0 n 0 | n 1 2 + n 2 2 + n 3 2 {\displaystyle d(\epsilon ,\epsilon ')={\frac {\left|n_{0}-n_{0}'\right|}{\sqrt {{n_{1}}^{2}+{n_{2}}^{2}+{n_{3}}^{2}}}}}

Projektionen

Orthogonalprojektion eines Punkts B {\displaystyle B} auf eine Gerade g {\displaystyle g} in Parameterform X = A + λ u {\displaystyle {\vec {X}}={\vec {A}}+\lambda {\vec {u}}} :

P g = A + ( B A ) u u u u {\displaystyle {\vec {P}}_{g}={\vec {A}}+{\frac {({\vec {B}}-{\vec {A}})\cdot {\vec {u}}}{{\vec {u}}\cdot {\vec {u}}}}\,{\vec {u}}}

Orthogonalprojektion eines Punkts B {\displaystyle B} auf eine Ebene ϵ {\displaystyle \epsilon } in Normalenform ( X A ) n = 0 {\displaystyle ({\vec {X}}-{\vec {A}})\cdot {\vec {n}}=0} :

P ϵ = B ( B A ) n n n n {\displaystyle {\vec {P}}_{\epsilon }={\vec {B}}-{\frac {({\vec {B}}-{\vec {A}})\cdot {\vec {n}}}{{\vec {n}}\cdot {\vec {n}}}}\,{\vec {n}}}

Parallelprojektion in Richtung v {\displaystyle {\vec {v}}} eines Punkts B {\displaystyle B} auf eine Ebene ϵ {\displaystyle \epsilon } in Normalenform ( X A ) n = 0 {\displaystyle ({\vec {X}}-{\vec {A}})\cdot {\vec {n}}=0} :

P ϵ , v = B ( B A ) n v n v {\displaystyle {\vec {P}}_{\epsilon ,{\vec {v}}}={\vec {B}}-{\frac {({\vec {B}}-{\vec {A}})\cdot {\vec {n}}}{{\vec {v}}\cdot {\vec {n}}}}\,{\vec {v}}}

Winkel

Schnittwinkel (kleinerer Winkel) ϵ {\displaystyle \epsilon } zwischen zwei Geraden mit den Richtungsvektoren u {\displaystyle {\vec {u}}} und v {\displaystyle {\vec {v}}} :

cos ϵ = | u v | | u | | v | = | u 1 v 1 + u 2 v 2 + u 3 v 3 | u 1 2 + u 2 2 + u 3 2 v 1 2 + v 2 2 + v 3 2 {\displaystyle \cos \epsilon ={\frac {\left|{\vec {u}}\cdot {\vec {v}}\right|}{\left|{\vec {u}}\right|\left|{\vec {v}}\right|}}={\frac {\left|u_{1}v_{1}+u_{2}v_{2}+u_{3}v_{3}\right|}{{\sqrt {{u_{1}}^{2}+{u_{2}}^{2}+{u_{3}}^{2}}}{\sqrt {{v_{1}}^{2}+{v_{2}}^{2}+{v_{3}}^{2}}}}}}

Schnittwinkel ϵ {\displaystyle \epsilon } zwischen einer Ebene mit dem Normalenvektor n {\displaystyle {\vec {n}}} und einer Geraden mit dem Richtungsvektor u {\displaystyle {\vec {u}}} :

sin ϵ = | n u | | n | | u | = | n 1 u 1 + n 2 u 2 + n 3 u 3 | n 1 2 + n 2 2 + n 3 2 u 1 2 + u 2 2 + u 3 2 {\displaystyle \sin \epsilon ={\frac {\left|{\vec {n}}\cdot {\vec {u}}\right|}{\left|{\vec {n}}\right|\left|{\vec {u}}\right|}}={\frac {\left|n_{1}u_{1}+n_{2}u_{2}+n_{3}u_{3}\right|}{{\sqrt {{n_{1}}^{2}+{n_{2}}^{2}+{n_{3}}^{2}}}{\sqrt {{u_{1}}^{2}+{u_{2}}^{2}+{u_{3}}^{2}}}}}}

Schnittwinkel ϵ {\displaystyle \epsilon } zwischen zwei Ebenen mit den Normalenvektoren m {\displaystyle {\vec {m}}} und n {\displaystyle {\vec {n}}} :

cos ϵ = | m n | | m | | n | = | m 1 n 1 + m 2 n 2 + m 3 n 3 | m 1 2 + m 2 2 + m 3 2 n 1 2 + n 2 2 + n 3 2 {\displaystyle \cos \epsilon ={\frac {\left|{\vec {m}}\cdot {\vec {n}}\right|}{\left|{\vec {m}}\right|\left|{\vec {n}}\right|}}={\frac {\left|m_{1}n_{1}+m_{2}n_{2}+m_{3}n_{3}\right|}{{\sqrt {{m_{1}}^{2}+{m_{2}}^{2}+{m_{3}}^{2}}}{\sqrt {{n_{1}}^{2}+{n_{2}}^{2}+{n_{3}}^{2}}}}}}

Volumina

Volumen des Tetraeders P 0 P 1 P 2 P 3 {\displaystyle P_{0}P_{1}P_{2}P_{3}} (vergleiche Spatprodukt): ( a := P 0 P 1   ,   b := P 0 P 2   ,   c := P 0 P 3 {\displaystyle {\vec {a}}:={\overrightarrow {P_{0}P_{1}}}\ ,\ {\vec {b}}:={\overrightarrow {P_{0}P_{2}}}\ ,\ {\vec {c}}:={\overrightarrow {P_{0}P_{3}}}} )

V = | 1 6 [ a , b , c ] | = | 1 6 | a x a y a z b x b y b z c x c y c z | | {\displaystyle V={\Big |}{\frac {1}{6}}[{\vec {a}},{\vec {b}},{\vec {c}}]{\Big |}={\Big |}{\frac {1}{6}}{\begin{vmatrix}a_{x}&a_{y}&a_{z}\\b_{x}&b_{y}&b_{z}\\c_{x}&c_{y}&c_{z}\end{vmatrix}}{\Big |}}

Kugeln

Kartesische Koordinaten

  • Einheitskugel:
    x 1 2 + x 2 2 + x 3 2 = 1 {\displaystyle {x_{1}}^{2}+{x_{2}}^{2}+{x_{3}}^{2}=1}
  • Allgemein: (Mittelpunkt: ( a , b , c ) {\displaystyle (a,b,c)} )
    ( x 1 a ) 2 + ( x 2 b ) 2 + ( x 3 c ) 2 = r 2 {\displaystyle (x_{1}-a)^{2}+(x_{2}-b)^{2}+(x_{3}-c)^{2}=r^{2}}

Parameterform (im Ursprung)

( x 1 x 2 x 3 ) = ( r sin ϑ cos φ r sin ϑ sin φ r cos ϑ ) {\displaystyle {\begin{pmatrix}x_{1}\\x_{2}\\x_{3}\end{pmatrix}}={\begin{pmatrix}r\,\sin \vartheta \cos \varphi \\r\,\sin \vartheta \sin \varphi \\r\cos \vartheta \end{pmatrix}}} mit 0 ϑ π {\displaystyle 0\leq \vartheta \leq \pi } und 0 φ 2 π {\displaystyle 0\leq \varphi \leq 2\pi }

Mittelpunkt X {\displaystyle {\vec {X}}} der Kugel durch vier Punkte A , B , C {\displaystyle {\vec {A}},{\vec {B}},{\vec {C}}} und P {\displaystyle {\vec {P}}} , die nicht in einer Ebene liegen:

X = ( x 1 x 2 x 3 ) = 1 2 ( a 1 p 1 a 2 p 2 a 3 p 3 b 1 p 1 b 2 p 2 b 3 p 3 c 1 p 1 c 2 p 2 c 3 p 3 ) 1 ( A A P P B B P P C C P P ) {\displaystyle {\vec {X}}=\left({\begin{array}{c}x_{1}\\x_{2}\\x_{3}\end{array}}\right)={\frac {1}{2}}\left({\begin{array}{ccc}a_{1}-p_{1}&a_{2}-p_{2}&a_{3}-p_{3}\\b_{1}-p_{1}&b_{2}-p_{2}&b_{3}-p_{3}\\c_{1}-p_{1}&c_{2}-p_{2}&c_{3}-p_{3}\end{array}}\right)^{-1}\left({\begin{array}{c}{\vec {A}}\cdot {\vec {A}}-{\vec {P}}\cdot {\vec {P}}\\{\vec {B}}\cdot {\vec {B}}-{\vec {P}}\cdot {\vec {P}}\\{\vec {C}}\cdot {\vec {C}}-{\vec {P}}\cdot {\vec {P}}\end{array}}\right)}

Flächen zweiter Ordnung

Ellipsoid mit den Halbachsen a , b , c {\displaystyle a,b,c} , Mittelpunkt im Ursprung, Halbachsen parallel zur x 1 , x 2 {\displaystyle x_{1},x_{2}} bzw. x 3 {\displaystyle x_{3}} -Achse:

x 1 2 a 2 + x 2 2 b 2 + x 3 2 c 2 = 1 {\displaystyle {\frac {{x_{1}}^{2}}{a^{2}}}+{\frac {{x_{2}}^{2}}{b^{2}}}+{\frac {{x_{3}}^{2}}{c^{2}}}=1}

Hyperboloid mit Halbachsen a , b , c {\displaystyle a,b,c} :

x 1 2 a 2 + x 2 2 b 2 x 3 2 c 2 = 1 {\displaystyle {\frac {x_{1}^{2}}{a^{2}}}+{\frac {x_{2}^{2}}{b^{2}}}-{\frac {x_{3}^{2}}{c^{2}}}=1}

Paraboloid mit Scheitel im Ursprung:

x 1 2 a 2 ± x 2 2 b 2 2 z = 0 {\displaystyle {\frac {x_{1}^{2}}{a^{2}}}\pm {\frac {x_{2}^{2}}{b^{2}}}-2z=0}

Plus liefert ein elliptisches, minus ein hyperbolisches Paraboloid.

Kegel mit Halbachsen a , b {\displaystyle a,b} der Ellipse, Spitze im Ursprung:

x 1 2 a 2 + x 2 2 b 2 x 3 2 c 2 = 0 {\displaystyle {\frac {x_{1}^{2}}{a^{2}}}+{\frac {x_{2}^{2}}{b^{2}}}-{\frac {x_{3}^{2}}{c^{2}}}=0}