File:Arbelos-tikz.svg

Summary

}
Description
English: Arbelos
Deutsch: Arbelos
Date
Source Own work
Author MartinThoma
Other versions

Simplified vector drawings:

Arbelos.svg
Arbelos_diagram_with_points_marked.svg
SVG development
InfoField
 The SVG code is valid.
 This trigonometry was created with LaTeX.
Category:Valid SVG created with LaTeX code#Arbelos-tikz.svg
Source code
InfoField

LaTeX code

<source lang="latex">\documentclass{article}
\usepackage[pdftex,active,tightpage]{preview}
\setlength\PreviewBorder{2mm}
\usepackage{tikz}

\begin{document}
\begin{preview}
\begin{tikzpicture}

    % Draw A
    \coordinate[label=left:$A$]  (A) at (0,0);
    
    % Draw the Arbelos
    \begin{scope}[shift={(4,0)}, scale=4]
        \draw[fill=green!30, thick](-1,0) 
            arc (180:0:1) 
            arc (0:180:0.25) 
            arc (0:180:0.75);
    \end{scope}

    \begin{scope}[shift={(4,0)}]
        % Draw D
        \coordinate[label=below:$D$] (D) at (2,0);

        % Perpendicular CD
        \draw[thick] (2,0) -- node[] {} (2,3.47);

        % Draw C
        \coordinate[label=above:$C$] (C) at (2,3.47);
    \end{scope}

    % Draw B
    \coordinate[label=below:$B$] (B) at (8,0);

    % Cirlce CD
    \draw[thick] (6,1.735) circle (1.735cm);

    % Bottom line AB
    \draw[thick] (0,0) -- node[] {} (8,0);
  \end{tikzpicture}
\end{preview}
\end{document

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Category:License migration redundant#Arbelos-tikz.svgCategory:GFDL#Arbelos-tikz.svg
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
Category:CC-BY-3.0#Arbelos-tikz.svg
You may select the license of your choice.
Category:Self-published work
Category:Arbelos Category:Images by Martin Thoma/Mathematics Category:TikZ graphics
Category:Arbelos Category:CC-BY-3.0 Category:GFDL Category:Images by Martin Thoma/Mathematics Category:License migration redundant Category:Self-published work Category:TikZ graphics Category:Valid SVG created with LaTeX code