aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/030-geometrie/images
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-06-05 11:24:46 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-06-05 11:24:46 +0200
commit374bb4a4dbc16598329cb777600c531c8c848330 (patch)
treed73f328c0648e1a33481f869095781977c39e773 /buch/chapters/030-geometrie/images
parentphases (diff)
downloadSeminarSpezielleFunktionen-374bb4a4dbc16598329cb777600c531c8c848330.tar.gz
SeminarSpezielleFunktionen-374bb4a4dbc16598329cb777600c531c8c848330.zip
fix trigo definition graph
Diffstat (limited to 'buch/chapters/030-geometrie/images')
-rw-r--r--buch/chapters/030-geometrie/images/einheitskreis.pdfbin19706 -> 20005 bytes
-rw-r--r--buch/chapters/030-geometrie/images/einheitskreis.tex4
2 files changed, 4 insertions, 0 deletions
diff --git a/buch/chapters/030-geometrie/images/einheitskreis.pdf b/buch/chapters/030-geometrie/images/einheitskreis.pdf
index 0b514eb..d708377 100644
--- a/buch/chapters/030-geometrie/images/einheitskreis.pdf
+++ b/buch/chapters/030-geometrie/images/einheitskreis.pdf
Binary files differ
diff --git a/buch/chapters/030-geometrie/images/einheitskreis.tex b/buch/chapters/030-geometrie/images/einheitskreis.tex
index c38dc19..a194190 100644
--- a/buch/chapters/030-geometrie/images/einheitskreis.tex
+++ b/buch/chapters/030-geometrie/images/einheitskreis.tex
@@ -41,6 +41,7 @@
\fill[color=blue] (\a:\r) circle[radius=0.05];
\draw[color=blue,line width=1.4pt] (\r,0) -- (\r,{\r*tan(\a)});
+\fill[color=blue] (\r,{\r*tan(\a)}) circle[radius=1.0pt];
\node[color=blue] at (\r,{0.5*\r*tan(\a)}) [right] {$\tan\alpha$};
\draw[color=blue,line width=0.4pt] ({\r*cos(\a)},0) -- (\a:\r);
@@ -53,6 +54,7 @@
\draw[color=blue] (-0.1,{\r*sin(\a)}) -- (0.1,{\r*sin(\a)});
\draw[color=blue,line width=1.4pt] (0,\r) -- ({\r/tan(\a)},\r);
+\fill[color=blue] ({\r/tan(\a)},\r) circle[radius=1.0pt];
\node[color=blue] at ({0.5*\r/tan(\a)},\r) [above] {$\cot\alpha$};
\draw[color=darkgreen,line width=1pt] (0,0) -- (\b:\r);
@@ -61,9 +63,11 @@
\fill[color=darkgreen] (\b:\r) circle[radius=0.05];
\draw[color=darkgreen,line width=1.4pt] (0,\r) -- ({\r/tan(\b)},\r);
+\fill[color=darkgreen] ({\r/tan(\b)},\r) circle[radius=1.0pt];
\node[color=darkgreen] at ({0.5*\r/tan(\b)},\r) [above] {$\cot\beta$};
\draw[color=darkgreen,line width=1.4pt] (\r,0) -- (\r,{\r*tan(\b)});
+\fill[color=darkgreen] (\r,{\r*tan(\b)}) circle[radius=1.0pt];
\node[color=darkgreen] at (\r,{0.5*\r*tan(\b)}) [right] {$\tan\beta$};
\draw[color=darkgreen,line width=0.4pt] (\b:\r) -- (0,{\r*sin(\b)});