File:Tangential polygon pitot theorem.svg

Summary

Description
Ελληνικά: Το θεώρημα Πιτό για πολύγωνα με 2n κορυφές, λέει ότι το άθροισμα των μηκών των μπλε ακμών είναι ίσο με το άθροισμα των μηκών των πράσινων.
English: Pitot's theorem for polygons with 2n vertices states that the sum of the lengths of the blue edges is equal to the sum of the green ones.
Date
Source Own work
Author Dimitris131
SVG development
InfoField
Source code
InfoField

LaTeX code

\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows,calc}
\usepackage{tkz-euclide}

\usepackage{fp}
\pagestyle{empty}

\definecolor{AngleClr}{rgb}{0,0.39215686274509803,0}
\definecolor{ShapeClr}{rgb}{0.6,0.2,0}
\definecolor{BlueClr}{RGB}{5,81,163}
\definecolor{GreenClr}{RGB}{7,122,7}

\begin{document}

\begin{tikzpicture}[scale=.75]
\tkzSetUpLine[line width=1pt,color=black]
\tkzSetUpPoint[fill=black]

\tkzDefPoints{0/0/I}

% Define the points where the circle touches the quadrilateral.
\tkzDefPoint(45:3){Ia}
\tkzDefPoint(-20:3){Ib}
\tkzDefPoint(-100:3){Ic}
\tkzDefPoint(-170:3){Id}
\tkzDefPoint(130:3){Ie}
\tkzDefPoint(100:3){If}

% Find the lines containing the sides of the quadrilateral.
\tkzDefLine[tangent at=Ia](I) \tkzGetPoint{h1}
\tkzDefLine[tangent at=Ib](I) \tkzGetPoint{h2}
\tkzDefLine[tangent at=Ic](I) \tkzGetPoint{h3}
\tkzDefLine[tangent at=Id](I) \tkzGetPoint{h4}
\tkzDefLine[tangent at=Ie](I) \tkzGetPoint{h5}
\tkzDefLine[tangent at=If](I) \tkzGetPoint{h6}


\tkzDrawSegments[line width=0.5pt,color=black,dashed,dash pattern=on 1pt off 1.75pt](I,Ia I,Ib I,Id I,Ie I,If)

% Find the vertices of the quadrilateral.
\tkzInterLL(If,h6)(Ia,h1)\tkzGetPoint{A}
\tkzInterLL(Ia,h1)(Ib,h2)\tkzGetPoint{B}
\tkzInterLL(Ib,h2)(Ic,h3)\tkzGetPoint{C}
\tkzInterLL(Ic,h3)(Id,h4)\tkzGetPoint{D}
\tkzInterLL(Id,h4)(Ie,h5)\tkzGetPoint{E}
\tkzInterLL(Ie,h5)(If,h6)\tkzGetPoint{F}

\tkzMarkRightAngles[line width=0.5pt, size=.15,color=AngleClr,fill=AngleClr,fill opacity=0.1](I,Ia,B I,Ib,C I,Id,E I,Ie,F I,If,A)

\tkzDrawCircle[line width=0.75](I,Ia)

% Draw the quadrilateral.
\tkzFillPolygon[fill=ShapeClr,fill opacity=0.1](A,B,C,D,E,F)

\tkzDrawSegments[color=GreenClr](A,B E,F)
\tkzDrawSegments[color=BlueClr](F,A D,E B,C)
\tkzDrawSegments[color=black,dashed,dash pattern=on 1pt off 1.75pt](C,D)

\tkzDrawPoints[size=3](A,B,C,D,E,F)
\tkzDrawPoints[size=2](Ia,Ib,Id,Ie,If,I)
\tkzLabelPoint[above right,scale=0.75](If){${\rm I}_1$}
\tkzLabelPoint[above right,scale=0.75](Ia){${\rm I}_2$}
\tkzLabelPoint[below right,scale=0.75](Ib){${\rm I}_3$}
% \tkzLabelPoint[below left,scale=0.75](Ic){${\rm I}_4$}
\tkzLabelPoint[above left,scale=0.75](Id){${\rm I}_{2n-1}$}
\tkzLabelPoint[above left,scale=0.75](Ie){${\rm I}_{2n}$}
\tkzLabelPoint[below left](I){$\rm I$}

\tkzLabelPoint[above](A){${\rm P}_2$}
\tkzLabelPoint[right](B){${\rm P}_3$}
\tkzLabelPoint[below right](C){${\rm P}_4$}
\tkzLabelPoint[below left](D){${\rm P}_{2n-1}$}
\tkzLabelPoint[above left](E){${\rm P}_{2n}$}
\tkzLabelPoint[above](F){${\rm P}_1$}

\tkzLabelSegments[above,sloped,scale=0.7](F,If){$x_1$}
\tkzLabelSegments[above,sloped,scale=0.7](F,Ie){$x_1$}

\tkzLabelSegments[above,sloped,scale=0.7](A,If){$x_2$}
\tkzLabelSegments[above,sloped,scale=0.7](A,Ia){$x_2$}

\tkzLabelSegments[above,sloped,scale=0.7](B,Ia){$x_3$}
\tkzLabelSegments[below,sloped,scale=0.7](B,Ib){$x_3$}

\tkzLabelSegments[below,sloped,scale=0.7](C,Ib){$x_4$}
% \tkzLabelSegments[above,sloped,scale=0.7](C,Ic){$x_4$}

% \tkzLabelSegments[above,sloped,scale=0.7](D,Ic){$x_{2n-1}$}
\tkzLabelSegments[below,sloped,scale=0.7](D,Id){$x_{2n-1}$}

\tkzLabelSegments[below,sloped,scale=0.7](E,Id){$x_{2n}$}
\tkzLabelSegments[above,sloped,scale=0.7](E,Ie){$x_{2n}$}


\end{tikzpicture}
\end{document}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Tangential%20polygon%20pitot%20theorem.svgCategory:Self-published work
Category:Geometry
Category:CC-Zero Category:Geometry Category:Self-published work Category:Valid SVG created with LaTeX code