Difference between revisions of "Barycentric coordinates"
(→Useful formulas) |
(→Small Pascal's theorem) |
||
(22 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
<i><b>Notation</b></i> | <i><b>Notation</b></i> | ||
− | Let the triangle <math>\triangle ABC</math> be a given triangle, <math>a, b, c</math> be the lengths of <math>BC, AC, AB, \angle A = \alpha, \angle B = \beta, \angle C = \gamma.</math> | + | Let the triangle <math>\triangle ABC</math> be a given triangle, <math>a, b, c,</math> be the lengths of <math>BC, AC, AB, \angle A = \alpha, \angle B = \beta, \angle C = \gamma.</math> |
We use the following Conway symbols: | We use the following Conway symbols: | ||
Line 26: | Line 26: | ||
<i><b>Main</b></i> | <i><b>Main</b></i> | ||
− | For any point in the plane <math>ABC</math> there are <i><b>barycentric coordinates(BC):</b></i> < | + | For any point in the plane <math>ABC</math> there are <i><b>barycentric coordinates(BC):</b></i> <cmath>\vec X = (x_X : y_X : z_X)</cmath> |
− | <cmath> | + | <cmath>x_X \cdot \vec {XA} + y_X \cdot \vec {XB} + z_X \cdot \vec {XC} = \vec {0},</cmath> |
− | <cmath>\vec X = \frac { | + | <cmath>\vec X = \frac {x_X \cdot \vec {A} + y_X \cdot \vec {B} + z_X \cdot \vec {C}}{x_X + y_X + z_X}.</cmath> |
− | The <i><b>normalized (absolute)</b></i> barycentric coordinates <i><b>NBC</b></i> satisfy the condition <math> | + | The <i><b>normalized (absolute)</b></i> barycentric coordinates <i><b>NBC</b></i> satisfy the condition <math>x_X + y_X + z_X = 1,</math> they are uniquely determined: |
− | <cmath> | + | <cmath>x_X = \frac{[\vec {XB},\vec {XC}]}{\sigma}, y_X = \frac{[\vec {XC},\vec {XA}]}{\sigma}, z_X = \frac{[\vec {XA},\vec {XB}]}{\sigma},</cmath> <cmath>\sigma = [\vec {XB},\vec {XC}] + [\vec {XC},\vec {XA}] + [\vec {XA},\vec {XB}] .</cmath> |
Triangle vertices <math>A = (1:0:0), B = (0:1:0), C = (0:0:1).</math> | Triangle vertices <math>A = (1:0:0), B = (0:1:0), C = (0:0:1).</math> | ||
Line 52: | Line 52: | ||
Let NBC of points <math>P</math> and <math>Q</math> be <math>P = (x_1 : y_1 : z_1), Q = (x_2 : y_2 : z_2).</math> | Let NBC of points <math>P</math> and <math>Q</math> be <math>P = (x_1 : y_1 : z_1), Q = (x_2 : y_2 : z_2).</math> | ||
− | Then the square of distance <cmath>|PQ|^2 = S_A \cdot (x_1 - x_2)^2 + S_B(y_1 - y_2)^2 + S_C(z_1 - z_2)^2.</cmath> | + | Then the square of distance <cmath>|PQ|^2 = S_A \cdot (x_1 - x_2)^2 + S_B \cdot (y_1 - y_2)^2 + S_C \cdot (z_1 - z_2)^2.</cmath> |
<cmath>|PQ|^2 = - a^2 (y_1 - y_2)(z_1 - z_2) - b^2 (x_1 - x_2)(z_1 - z_2) - c^2 (x_1 - x_2)(y_1 - y_2).</cmath> | <cmath>|PQ|^2 = - a^2 (y_1 - y_2)(z_1 - z_2) - b^2 (x_1 - x_2)(z_1 - z_2) - c^2 (x_1 - x_2)(y_1 - y_2).</cmath> | ||
The equation of bisector of <math>PQ</math> is: | The equation of bisector of <math>PQ</math> is: | ||
− | <cmath>x(c^2(y_2-y_1) + b^2(z_2-z_1)) + y(a^2(z_2-z_1) + c^2(x_2-x_1)) + z(a^2(y_2-y_1) + b^2(x_2-x_1)) + a^2(y_1z_1 - y_2z_2) + b^2(x_1z_1-x_2z_2) + c^2 (x_1y_1 – x_2y_2).</cmath> | + | <cmath>x(c^2(y_2-y_1) + b^2(z_2-z_1)) + y(a^2(z_2-z_1) + c^2(x_2-x_1)) + z(a^2(y_2-y_1) + b^2(x_2-x_1)) + a^2(y_1z_1 - y_2z_2) + b^2(x_1z_1-x_2z_2) + c^2 (x_1y_1 – x_2y_2) =0.</cmath> |
Nagel line : <math> (b-c) x + (c-a) y + (a-b) z = 0.</math> | Nagel line : <math> (b-c) x + (c-a) y + (a-b) z = 0.</math> | ||
Line 66: | Line 66: | ||
The incircle contains the tangent points of the incircle with the sides: | The incircle contains the tangent points of the incircle with the sides: | ||
− | <cmath>\left(0 : \frac {a+b-c}{2a} : \frac {a-b+c}{2a}\right), \left(\frac {a+b-c}{2b} : 0 : \frac {-a+b+c}{2b}\right), \left(\frac {a-b+c}{2c} : \frac {-a+b+c}{2c}\right).</cmath> | + | <cmath>\left(0 : \frac {a+b-c}{2a} : \frac {a-b+c}{2a}\right), \left(\frac {a+b-c}{2b} : 0 : \frac {-a+b+c}{2b}\right), \left(\frac {a-b+c}{2c} : \frac {-a+b+c}{2c} : 0\right).</cmath> |
The equation of the incircle is | The equation of the incircle is | ||
Line 74: | Line 74: | ||
The radical axis of two circles given by equations of this form is: | The radical axis of two circles given by equations of this form is: | ||
− | <cmath> | + | <cmath>(k_1 - k_2) a \cdot x + (l_1 - l_2) b \cdot y + (m_1 - m_2) c \cdot z = 0.</cmath> |
<i><b>Conjugate</b></i> | <i><b>Conjugate</b></i> | ||
Line 94: | Line 94: | ||
The excenters are <math>I_A = (-a : b : c), I_B =(a : -b: c), I_C = (a : b : -c).</math> | The excenters are <math>I_A = (-a : b : c), I_B =(a : -b: c), I_C = (a : b : -c).</math> | ||
− | The circumcenter <math>O</math> lies at the intersection of the bisectors <math>AB (c^2(x - y) + z(a^2 | + | The circumcenter <math>O</math> lies at the intersection of the bisectors <math>AB (c^2(x - y) + z(a^2 - b^2) =0)</math> and <math>AC (b^2(x - z) + y(a^2 - c^2) =0) \implies</math> its BC coordinates <math>O = (a^2S_A : b^2S_B : c^2S_C).</math> |
The orthocenter <math>H</math> is isogonally conjugate with respect to <math>\triangle ABC</math> with the point <math>O \implies H =\left( \frac {1}{S_A} : \frac {1}{S_B} : \frac {1}{S_C}\right).</math> | The orthocenter <math>H</math> is isogonally conjugate with respect to <math>\triangle ABC</math> with the point <math>O \implies H =\left( \frac {1}{S_A} : \frac {1}{S_B} : \frac {1}{S_C}\right).</math> | ||
Line 149: | Line 149: | ||
<cmath> \frac {AP}{PE} = \frac {y_{P} + z_{P}}{x_{P}}.</cmath> | <cmath> \frac {AP}{PE} = \frac {y_{P} + z_{P}}{x_{P}}.</cmath> | ||
<cmath>L \in \Omega \implies x_{L'} + y_{L'} + z_{L'} = 0, L \in AP \implies y_L = y_P, z_L = z_P \implies \frac {a^2}{x_L} + y_{P'} + z_{P'} = 0 \implies x_L = \frac{-a^2}{y_{P'} + z_{P'}}.</cmath> | <cmath>L \in \Omega \implies x_{L'} + y_{L'} + z_{L'} = 0, L \in AP \implies y_L = y_P, z_L = z_P \implies \frac {a^2}{x_L} + y_{P'} + z_{P'} = 0 \implies x_L = \frac{-a^2}{y_{P'} + z_{P'}}.</cmath> | ||
− | <cmath>\frac {AL}{LE} = \frac {y_{P} + z_{P}}{x_{L}} = \frac {(y_{P} + z_{P})(y_{P'} + z_{P'})}{a^2}.</cmath> | + | <cmath>\frac {AL}{LE} = \frac {y_{P} + z_{P}}{-x_{L}} = \frac {(y_{P} + z_{P})(y_{P'} + z_{P'})}{a^2}.</cmath> |
<cmath>x_P \cdot x_{P'} = a^2 \implies \frac {AP'}{P'D} \cdot \frac {AP}{PE} = \frac {AL}{LE}.</cmath> | <cmath>x_P \cdot x_{P'} = a^2 \implies \frac {AP'}{P'D} \cdot \frac {AP}{PE} = \frac {AL}{LE}.</cmath> | ||
Line 285: | Line 285: | ||
'''vladimir.shelomovskii@gmail.com, vvsss''' | '''vladimir.shelomovskii@gmail.com, vvsss''' | ||
− | == | + | ==Collinearity for two pares of isogonal points== |
− | [[File: | + | [[File:D P' F collinearity.png|370px|right]] |
Let triangle <math>\triangle ABC,</math> and points <math>P</math> and <math>Q</math> be given. Let point <math>P'</math> and <math>Q'</math> be the isogonal conjugate of the points <math>P</math> and <math>Q</math> with respect to a triangle <math>\triangle ABC, \Omega = \odot ABC.</math> | Let triangle <math>\triangle ABC,</math> and points <math>P</math> and <math>Q</math> be given. Let point <math>P'</math> and <math>Q'</math> be the isogonal conjugate of the points <math>P</math> and <math>Q</math> with respect to a triangle <math>\triangle ABC, \Omega = \odot ABC.</math> | ||
− | Denote <math>R = PQ \cap P'Q', | + | Denote <math>R = PQ \cap P'Q', \theta = \odot P'QR, F = \Omega \cap \theta \notin \odot PQ'R, D \in \Omega</math> is the point isogonal conjugate to line <math>PQ</math> with respect <math>\triangle ABC.</math> |
+ | [[Isogonal_conjugate | Isogonal_bijection_lines_and_points]] | ||
− | Prove that <math> | + | Prove that points <math>D, P',</math> and <math>F</math> are collinear. |
<i><b>Proof</b></i> | <i><b>Proof</b></i> | ||
− | + | <cmath>P = (x_P : y_P : z_P), Q = (x_Q : y_Q : z_Q), P' = \left (\frac {a^2}{x_P} : \frac {b^2}{y_P} : \frac {c^2}{z_P} \right ).</cmath> | |
− | <cmath> | + | After the simple calculations one can get: |
− | |||
− | + | <cmath>PQ: (y_P z_Q - z_P y_Q) x + (x_Q z_P - x_P z_Q) y + (x_P y_Q - x_Q y_P)z = 0.</cmath> | |
− | <cmath> | + | <cmath>R = \left (\frac {a^2(c^2 y_P y_Q - b^2 z_P z_Q)}{y_Q z_P - z_Q y_P} : \frac {b^2(a^2 z_P z_Q - c^2 x_P x_Q)}{z_Q x_P - x_Q z_P} : \frac {c^2(b^2 x_P x_Q - a^2 y_P y_Q)}{x_Q y_P - y_Q x_P} \right ),</cmath> |
− | <cmath> | + | <cmath>F = \left (\frac {a^2}{x_P (y_Q z_P - z_Q y_P)} : \frac {b^2}{y_P (z_Q x_P - x_Q z_P)} : \frac {c^2}{z_P (x_Q y_P - y_Q x_P)} \right ).</cmath> |
− | + | We use the normalized barycentric coordinates NBC and get line <math>PQ</math> in the form of: | |
+ | <cmath>PQ = (x_P - x_Q : y_P - y_Q : z_P - z_Q).</cmath> | ||
+ | <cmath>(x_P - x_Q) + (y_P - y_Q) + (z_P - z_Q) = (x_P + y_P + z_P) - (x_Q + y_Q + z_Q) = 1 - 1 = 0 \implies</cmath> | ||
+ | <cmath>D = \left (\frac {a^2}{x_P - x_Q} : \frac {b^2}{y_P - y_Q} : \frac {c^2}{z_P - z_Q} \right ).</cmath> | ||
+ | We check the condition of collinearity for points <math>D, F,</math> and <math>P'</math> and finishing the proof. <math>\blacksquare</math> | ||
− | Point <math> | + | '''vladimir.shelomovskii@gmail.com, vvsss''' |
+ | ==Points on bisectors== | ||
+ | [[File:Points on bisectors.png|350px|right]] | ||
+ | Let a triangle <math>\triangle ABC, BC = a, AC = b, AB = c</math> be given. | ||
+ | |||
+ | Let segments <math>AA', BB',</math> and <math>CC'</math> be the bisectors of <math>\triangle ABC.</math> | ||
+ | |||
+ | The lines <math>AA', BB',</math> and <math>CC'</math> meet circumcircle <math>ABC (\Omega</math>) at points <math>D, E, F,</math> respectively. <math>M</math> is the midpoint <math>AB.</math> Denote <math>G = FM \cap AD, H = FM \cap BE, K = BE \cap A'C', L = BE \cap FD.</math> | ||
+ | |||
+ | We will find barycentric coordinates of the points and length of the segments. | ||
+ | <cmath>A= (1:0:0), B= (0:1:0), C= (0:0:1), I=(a:b:c),</cmath> | ||
+ | <cmath>A'= (0:b:c), B'= (a:0:c), C'= (a:b:0), M = (1:1:0).</cmath> | ||
+ | Line <math>AA'</math> is <math>cy=bz,</math> line <math>BB'</math> is <math>cx=az,</math> line <math>CC'</math> is <math>bx=ay.</math> | ||
+ | |||
+ | Circle <math>\Omega</math> is <math>xyc^2 + xzb^2 + yza^2 = 0.</math> | ||
+ | <cmath> D = \Omega \cap AA', D= \left( - \frac {a^2}{b+c}:b:c \right), E = \Omega \cap BB', E = \left(a: - \frac {b^2}{a+c}:c \right),</cmath> | ||
+ | <cmath>F = \Omega \cap CC', F = \left(a:b: - \frac {c^2}{a+b} \right), K = BE \cap A'C', K = (a : 2b : c)</cmath> | ||
+ | |||
+ | Line <math>DF</math> is <math>x \frac {b+c}{a} +y + z\frac {a+b}{c} = 0. </math> | ||
+ | |||
+ | Point <math>L = BE \cap DF, L = (a : a+2b+c : c).</math> | ||
+ | |||
+ | Line <math>FM</math> is <math>x = y + z \frac {b^2 - a^2}{c^2}.</math> | ||
+ | |||
+ | Point <math>G = AD \cap FM, G = \left( b+ \frac {b^2-a^2}{c} :b: c \right).</math> | ||
+ | |||
+ | Point <math>H = BE \cap FM, H = \left( a: a - \frac {b^2-a^2}{c} : c \right).</math> | ||
+ | [[File:Bisector division A.png|400px|right]] | ||
+ | Some simple formulas: | ||
+ | <cmath>\frac {FM}{GM} = \frac {b+c-a}{a+b-c}; \frac {FM}{FG} = \frac {b+c-a}{2b};</cmath> | ||
+ | <cmath>\frac {FM}{FH} = \frac {a+c-b}{2a}; \frac {GM}{FG} = \frac {a+b-c}{2b};</cmath> | ||
+ | <cmath>\frac {EH}{B'E} = \frac {a(a+c)}{b^2}; \frac {IH}{B'E} = \frac {|a-b|(a+c)}{b^2};</cmath> | ||
+ | <cmath>\frac {B'I}{IE} = 1 - \frac {b}{a+c}; \frac {IB}{2} = IL = BL.</cmath> | ||
+ | Circumcenter <math>O \in FM , O = \left( a^2(b^2+c^2 -a^2) : b^2(a^2 + c^2 – b^2) : c^2(a^2 + b^2 - c^2) \right).</math> | ||
+ | |||
+ | Tangent <math>BN</math> is <math>c^2 x + a^2 z = 0.</math> | ||
+ | |||
+ | Line <math>NI || AC</math> is <math>\left( \frac {b}{a+c} = \frac{y}{x+z} \right).</math> | ||
+ | <cmath>N = BN \cap IN, N = (a^2 : b(a - c) : -c^2).</cmath> | ||
+ | <cmath>BN = IN = \frac {abc}{|a-c|(a+b+c)}.</cmath> | ||
+ | <cmath>\frac{HO}{BO} = \frac {|a-c|}{b}; \frac{GO}{BO} = \frac {|b-c|}{a}.</cmath> | ||
+ | <math>Q</math> is the midpoint <math>BB', QP \perp BB', P \in AD \implies P = \left( \frac {a(b-a)}{c} : b : c\right). </math> | ||
+ | <cmath>G = FM \cap AD = \left( \frac {b^2-a^2}{c} : b : c\right).</cmath> | ||
+ | <cmath>\frac {PD}{GP} = \frac {a}{c}; \frac {FM}{GM} = \frac {b+c-a}{a+b-c};</cmath> | ||
+ | <cmath>\frac {IC'}{FC'} = \frac {a+b-c}{c}; \frac {IA'}{DA'} = \frac {b+c-a}{a};</cmath> | ||
+ | <cmath>\frac {ND}{NF} = \frac {a(a+b-c)}{c(b+c-a)}.</cmath> | ||
+ | |||
+ | '''vladimir.shelomovskii@gmail.com, vvsss''' | ||
+ | |||
+ | ==Crosspoint of median and set of secants== | ||
+ | [[File:Incircle and secants.png|350px|right]] | ||
+ | Triangle <math>ABC</math> and point <math>P \in BC</math> be given. The incircle <math>\omega</math> of <math>\triangle ABC</math> touches side <math>BC</math> at point <math>D.</math> Point <math>P'</math> is symmetrical to point <math>P</math> with respect midpoint <math>M</math> of <math>BC.</math> The common points of segments <math>AP</math> and <math>AP'</math> with <math>\omega</math> form a convex quadrilateral <math>EFE'F'.</math> | ||
+ | |||
+ | Prove that point <math>G = DI \cap AM</math> lies on <math>EF.</math> | ||
+ | |||
+ | <i><b>Proof</b></i> | ||
+ | |||
+ | Denote <math>p_a = \frac{b+c-a}{2}, p_b = \frac{a-b+c}{2}, p_c = \frac{a+b-c}{2}, m = \sqrt{\frac {CP}{BP}}.</math> | ||
+ | <math>D = \left (0 : p_c : p_b \right), P= \left (0: m: \frac{1}{m}\right), P' = \left ( 0: \frac{1}{m}: m\right).</math> | ||
+ | <cmath>\omega:\hspace{10mm} {p_a}^2x^2 + p_b^2y^2 + p_c^2z^2 - 2p_a p_b xy - 2p_a p_c xz - 2p_bp_cyz = 0,</cmath> | ||
+ | Line <math>AP: \frac {y}{m} = z \cdot m,</math> line <math>AP' : y \cdot m = \frac {z}{m}.</math> | ||
+ | |||
+ | We solve the system of these equations and get: | ||
+ | <cmath>E = \left( \left(\sqrt{\frac {p_c}{m}} + \sqrt {p_b \cdot m} \right)^2 : mp_a : \frac {p_a}{m} \right),</cmath> | ||
+ | <cmath>F' = \left( \left(\sqrt{\frac {p_c}{m}} - \sqrt {p_b \cdot m} \right)^2 : mp_a : \frac {p_a}{m} \right),</cmath> | ||
+ | <cmath>F = \left( \left(\sqrt{p_c \cdot m} + \sqrt {\frac {p_b}{m}} \right)^2 : \frac {p_a}{m} : mp_a \right),</cmath> | ||
+ | <cmath>E' = \left( \left(\sqrt{p_c \cdot m} - \sqrt {\frac {p_b}{m}} \right)^2 : \frac {p_a}{m} : mp_a \right).</cmath> | ||
+ | We find the lines <math>EE'</math> and <math>FF',</math> we solve the system of equations for this lines and get: | ||
+ | <cmath>G = \left (a: pa : pa \right ).</cmath> This point lies at the line <math>AM, \frac {AG}{GM} =\frac {2 p_a}{a}.</math> | ||
+ | Point <math>G</math> lies at line <math>DI</math> and <math>\frac {DI}{GI} = \frac {b+c}{a}.</math> | ||
+ | |||
+ | <i><b>Corollary</b></i> | ||
+ | |||
+ | Denote <math>D' = AB \cap \omega, D'' = AC \cap \omega.</math> Then <math>\frac {D'G}{D''G} = \frac {b}{c}.</math> | ||
+ | |||
+ | '''vladimir.shelomovskii@gmail.com, vvsss''' | ||
+ | |||
+ | ==Small Pascal's theorem== | ||
+ | [[File:PascalS Lemoine.png|390px|right]] | ||
+ | [[File:Pascal S Lemoine E.png|390px|right]] | ||
+ | |||
+ | Let <math>\triangle ABC</math> and point <math>P</math> be given. Let <math>\Omega</math> be the circumcircle of <math>\triangle ABC,</math> | ||
+ | <cmath>A' = AP \cap \Omega, B' = BP \cap \Omega, C' = CP \cap \Omega.</cmath> | ||
+ | Let the tangent line to <math>\Omega</math> at point <math>A</math> cross line <math> B'C'</math> at point <math>D.</math> Similarly denote points <math>E</math> and <math>F.</math> | ||
+ | |||
+ | Prove that the points <math>D, E</math> and <math>F</math> are collinear. | ||
+ | |||
+ | <i><b>Proof</b></i> | ||
+ | |||
+ | 1. Simplest case, <math>P</math> is the Lemoine point, <math>P = L = (a^2 : b^2 : c^2).</math> | ||
+ | |||
+ | The equation of <math>\Omega</math> is <math> xyc^2 + xzb^2 + yza^2 = 0.</math> | ||
+ | |||
+ | Line <math>AP</math> is <math>k = 0, l y_P + m z_P = 0 \implies y c^2 - z b^2 = 0 \implies </math> | ||
+ | <cmath>A' = \left(-\frac{a^2}{2} : b^2 : c^2 \right), B' = \left(a^2 : -\frac{b^2}{2} : c^2 \right), C' = \left(a^2 : b^2 : -\frac{c^2}{2} \right).</cmath> | ||
+ | The line <math>B'C'</math> is <math>\frac{x}{2a^2} - \frac{y}{b^2} - \frac{z}{c^2} = 0 \implies D = \left( 0 : b^2 : - c^2 \right).</math> | ||
+ | |||
+ | Similarly, <math>E = ( a^2 : 0 : - c^2), F = (a^2 : - b^2 : 0).</math> | ||
+ | |||
+ | The line <math>DEF</math> is <math>\frac {x}{a^2} + \frac {y}{b^2} + \frac {z}{c^2} = 0.</math> | ||
+ | |||
+ | 2. Simple case, <math>P</math> is one of the external Lemoine point, <math>P = L' = (a^2 : - b^2 : c^2).</math> | ||
+ | |||
+ | This point is the crosspoint of the tangent lines to <math>\Omega</math> in points <math>A</math> and <math>C,</math> so | ||
+ | <cmath>A' = A, C' = C, B' = \left (a^2 : -\frac{b^2}{2} : c^2 \right ).</cmath> | ||
+ | The line <math>B'C'</math> is <math>b^2 x + 2y a^2 = 0 \implies D = \left( 2a^2 : -b^2 : c^2 \right).</math> | ||
+ | |||
+ | Similarly, <math>E = ( a^2 : 0 : - c^2), F = (a^2 : - b^2 : 2c^2).</math> | ||
+ | |||
+ | The line <math>DEF</math> is <math>\frac {x}{a^2} + \frac {3y}{b^2} + \frac {z}{c^2} = 0.</math> | ||
+ | |||
+ | Similarly, if <math>P = (-a^2 : b^2 : c^2),</math> then the line <math>DEF</math> is <math>\frac {3x}{a^2} + \frac {y}{b^2} + \frac {z}{c^2} = 0.</math> | ||
+ | |||
+ | If <math>P = (a^2 : b^2 : -c^2),</math> then the line <math>DEF</math> is <math>\frac {x}{a^2} + \frac {y}{b^2} + \frac {3z}{c^2} = 0.</math> | ||
+ | |||
+ | These three lines intersect in pairs at points <math>D, E,</math> and <math>F</math> of the line of case 1. | ||
+ | |||
+ | 3. Common case. Denote the coordinates of the point <math>P = (x_P : y_P : z_P).</math> The equation of <math>\Omega</math> is <math> xyc^2 + xzb^2 + yza^2 = 0.</math> | ||
+ | |||
+ | Line <math>AP</math> is <math>l z_P + m y_P = 0 \implies A' = \left( \frac{-y_P \cdot z_P a^2}{y_P c^2 + z_P b^2} : y_P :z_P \right ).</math> | ||
+ | |||
+ | Similarly, <math>B' = \left (x_P : \frac{-x_P \cdot z_P b^2}{x_P c^2 + z_P a^2} : z_P \right ), C' = \left (x_P : y_P : \frac{-x_P \cdot y_P c^2}{x_P b^2 + y_P a^2} \right ).</math> | ||
+ | |||
+ | The tangent line <math>l_A</math> to <math>\Omega</math> at <math>A</math> is <math>yC^2 +zb^2=0.</math> | ||
+ | |||
+ | The line <math>B'C'</math> is <math>\frac{y_P \cdot z_P a^2}{x_P} x - (x_P \cdot c^2 + z_P a^2)y - (x_P b^2 +y_Pa^2)z = 0.</math> | ||
+ | |||
+ | <math>D = l_A \cap B'C' = \left( x_P (y_P c^2 - z_P b^2) : -y_P \cdot z_P b^2 : y_P \cdot z_P c^2 \right).</math> | ||
+ | |||
+ | Similarly, <math>E = l_B \cap A'C' = \left( x_P z_P a^2 : -y_P (x_P c^2 - z_P a^2) : -x_P \cdot z_P c^2 \right).</math> | ||
+ | <cmath>F = l_C \cap A'B' = \left( x_P y_P a^2 : -x_P y_P b^2 : z_P (y_P a^2 - x_P b^2) \right).</cmath> | ||
+ | The line <math>DEF</math> is <cmath> \frac {x}{x_P} (-\frac {a^2}{x_P} + \frac {b^2}{y_P} + \frac {c^2}{z_P}) + \frac {y}{y_P} (\frac {a^2}{x_P} - \frac {b^2}{y_P} + \frac {c^2}{z_P}) +\frac {z}{z_P} (\frac {a^2}{x_P} + \frac {b^2}{y_P} - \frac {c^2}{z_P}) = 0.</cmath> | ||
'''vladimir.shelomovskii@gmail.com, vvsss''' | '''vladimir.shelomovskii@gmail.com, vvsss''' |
Latest revision as of 12:54, 28 October 2024
This can be used in mass points. http://mathworld.wolfram.com/BarycentricCoordinates.html This article is a stub. Help us out by expanding it.
Barycentric coordinates are triples of numbers corresponding to masses placed at the vertices of a reference triangle . These masses then determine a point , which is the geometric centroid of the three masses and is identified with coordinates . The vertices of the triangle are given by , , and . Barycentric coordinates were discovered by Möbius in 1827 (Coxeter 1969, p. 217; Fauvel et al. 1993).
The Central NC Math Group published a lecture concerning this topic at https://www.youtube.com/watch?v=KQim7-wrwL0 if you would like to view it.
Contents
- 1 Useful formulas
- 2 Product of isogonal segments
- 3 Ratio of isogonal segments
- 4 Point on incircle
- 5 Crossing point
- 6 Fixed point on circumcircle
- 7 Two pare isogonal points
- 8 Collinearity for two pares of isogonal points
- 9 Points on bisectors
- 10 Crosspoint of median and set of secants
- 11 Small Pascal's theorem
Useful formulas
Notation
Let the triangle be a given triangle, be the lengths of
We use the following Conway symbols:
is semiperimeter, is twice the area of
where is the inradius, is the circumradius,
is the cosine of the Brocard angle,
Main
For any point in the plane there are barycentric coordinates(BC): The normalized (absolute) barycentric coordinates NBC satisfy the condition they are uniquely determined: Triangle vertices
The barycentric coordinates of a point do not change under an affine transformation.
Lines
The straight line in barycentric coordinates (BC) is given by the equation
The lines given in the BC by the equations and intersect at the point
These lines are parallel iff
The sideline contains the points its equation is
The line has equation it intersects the sideline at the point
Iff then
Let NBC of points and be
Then the square of distance The equation of bisector of is: Nagel line :
Circles
Any circle is given by an equation of the form
Circumcircle contains the points the equation of this circle:
The incircle contains the tangent points of the incircle with the sides:
The equation of the incircle is where
The radical axis of two circles given by equations of this form is: Conjugate
The point is isotomically conjugate with respect to with the point
The point is isogonally conjugate with respect to with the point
The point is isocircular conjugate with respect to with the point
Triangle centers
The median centroid is
The simmedian point is isogonally conjugate with respect to with the point
The bisector the incenter is
The excenters are
The circumcenter lies at the intersection of the bisectors and its BC coordinates
The orthocenter is isogonally conjugate with respect to with the point
Let Nagel point lies at line
The Gergonne point is the isotomic conjugate of the Nagel point, so
vladimir.shelomovskii@gmail.com, vvsss
Product of isogonal segments
Let triangle the circumcircle and isogonals and of the be given. Let point and be the isogonal conjugate of a point and with respect to Prove that
Proof
We fixed and the point So isogonal is fixed.
Denote
We need to prove that do not depends from
Line has the equation
To find the point we solve the equation:
We use the formula for isogonal cobnjugate point and get and then
To find the point we solve the equation: We calculate distances (using NBC) and get: where has sufficiently big formula.
Therefore vladimir.shelomovskii@gmail.com, vvsss
Ratio of isogonal segments
Let triangle and point be given. Denote the isogonal conjugate of a point with respect to Prove that
Proof
We use the formula for isogonal conjugate point and get
vladimir.shelomovskii@gmail.com, vvsss
Point on incircle
Let triangle be given. Denote the incircle the incenter , the Spieker center
Let be the point corresponding to the condition is symmetric with respect midpoint
Symilarly denote
Prove that point lies on
Proof We calculate distances (using NBC) and solve the system of equations:
We know one solution of this system (point D), so we get linear equation and get: Similarly Therefore We calculate the length of the segment and get
The author learned about the existence of such a point from Leonid Shatunov in August 2023.
vladimir.shelomovskii@gmail.com, vvsss
Crossing point
Let triangle and points and be given. Let point be the isogonal conjugate of a point with respect to a triangle Let be an arbitrary point at Prove that lies on
This configuration can be used as a straight-line mechanism since it allows to create a mechanism that converts the rotational motion of a point Z to perfect straight-line motion of the X point or vice versa. Of course, we need to use the prismatic joint at the points and
Proof
We use the barycentric coordinates: We get the equations for some lines:
Line is
line is
line is
line is
line is
We get the equations for some points:
point is
point is
point is
Any circle is given by an equation of the form We find the coefficients for the circles (these formulas are big), but can be used for calculations of the crossing points: We get the equations for some lines and :
We get the equation for the point Let point be the isogonal conjugate of a point with respect to a triangle The sum of coordinates is equal zero, so is in infinity, therefore the point lies on
vladimir.shelomovskii@gmail.com, vvsss
Fixed point on circumcircle
Let triangle point on circumcircle and point be given. Point lies on point be the isogonal conjugate of a point with respect to a triangle
Prove that is fixed point and not depends from position of
Proof
Denote the coordinates of the points The line is
The line is We find the circle and get the point depends only from points and
vladimir.shelomovskii@gmail.com, vvsss
Two pare isogonal points
Let triangle and points and (points do not lie on sidelines) be given.
Let point and be the isogonal conjugate of a point and with respect to a triangle
Denote
Prove that and lies on
Proof
The line is The line is Denote is the isogonal conjugate of a point with respect to If we use NBC, we get If we use NBC, we get
vladimir.shelomovskii@gmail.com, vvsss
Collinearity for two pares of isogonal points
Let triangle and points and be given. Let point and be the isogonal conjugate of the points and with respect to a triangle
Denote is the point isogonal conjugate to line with respect Isogonal_bijection_lines_and_points
Prove that points and are collinear.
Proof
After the simple calculations one can get:
We use the normalized barycentric coordinates NBC and get line in the form of: We check the condition of collinearity for points and and finishing the proof.
vladimir.shelomovskii@gmail.com, vvsss
Points on bisectors
Let a triangle be given.
Let segments and be the bisectors of
The lines and meet circumcircle ) at points respectively. is the midpoint Denote
We will find barycentric coordinates of the points and length of the segments. Line is line is line is
Circle is
Line is
Point
Line is
Point
Point
Some simple formulas: Circumcenter
Tangent is
Line is is the midpoint
vladimir.shelomovskii@gmail.com, vvsss
Crosspoint of median and set of secants
Triangle and point be given. The incircle of touches side at point Point is symmetrical to point with respect midpoint of The common points of segments and with form a convex quadrilateral
Prove that point lies on
Proof
Denote Line line
We solve the system of these equations and get: We find the lines and we solve the system of equations for this lines and get: This point lies at the line Point lies at line and
Corollary
Denote Then
vladimir.shelomovskii@gmail.com, vvsss
Small Pascal's theorem
Let and point be given. Let be the circumcircle of Let the tangent line to at point cross line at point Similarly denote points and
Prove that the points and are collinear.
Proof
1. Simplest case, is the Lemoine point,
The equation of is
Line is The line is
Similarly,
The line is
2. Simple case, is one of the external Lemoine point,
This point is the crosspoint of the tangent lines to in points and so The line is
Similarly,
The line is
Similarly, if then the line is
If then the line is
These three lines intersect in pairs at points and of the line of case 1.
3. Common case. Denote the coordinates of the point The equation of is
Line is
Similarly,
The tangent line to at is
The line is
Similarly, The line is
vladimir.shelomovskii@gmail.com, vvsss