File:Secant tangent theorem el.svg

Summary

Description
Ελληνικά: Το θεώρημα τέμνουσας και εφαπτομένης λέει ότι PA · PB = PΓ².
English: The tangent-secant theorem states that PA · PB = PΓ².
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}

\pagestyle{empty}

\definecolor{AngleClr}{rgb}{0,0.39215686274509803,0}
\definecolor{ShapeClr}{rgb}{0.6,0.2,0}

\begin{document}

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

\tkzDefPoints{0/0/O,-4.5/-2/P,4.5/-2/PP}

% \tkzDefPoint(167:2){A}
\tkzDefPoint(65:2){B}
\tkzDefPoint(-90:2){C}

\tkzInterLC(P,B)(O,B) \tkzGetSecondPoint{A}

\tkzDrawCircle[fill=white,draw=black,line width=0.5pt](O,A)

\tkzMarkRightAngle[line width=0.75pt, size=.2,color=AngleClr,fill=AngleClr,fill opacity=0.1](O,C,PP)

\tkzDrawSegments[line width=0.5pt,color=black,dashed,dash pattern=on 1pt off 1.75pt](O,C)
\tkzDrawSegments[line width=0.75pt,color=black,add=0 and .3](P,B)
\tkzDrawSegments[line width=0.75pt,color=black,add=0 and .5](P,C)

\tkzDrawPoints[size=3](O,A,B,C,D,P)
\tkzLabelPoint[above left](A){$\rm A$}
\tkzLabelPoint[above](B){$\rm B$}
\tkzLabelPoint[below](C){$\rm \Gamma$}
\tkzLabelPoint[above](O){$\rm O$}
\tkzLabelPoint[below left](P){$\rm P$}

\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#Secant%20tangent%20theorem%20el.svg
Category:Self-published work Category:Geometry
Category:CC-Zero Category:Geometry Category:Self-published work Category:Valid SVG created with LaTeX code