SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Curves
Somos todos Condenados à Liberdade
Jean Paul Sartre
< Hyperbola | Quadratic | Circle >

Circle

  1. Equation: (xx0)2+(yy0)2=r2
  2. Parametrization: r(t)=(x(t)y(t))=r(costsint), 0t<2π
  3. Unit vectors: e=e(t)=(costsint)=n,f=f(t)=(sintcost)=t
  4. Scalar Products: ee=ff=1,ef=0
  5. Hat vectors: e^=f,f^=e
  6. Derivatives: e=f,f=e
TiKZ Listing: Circle.tikz.tex. PDF   PNG   SVG   ZIP*  
\tikzmath{\R=3;}
\tikzmath{\RR=\R*1.2;}
\tikzmath{\AngleA=30;}
\tikzmath{\AngleB=75;}

\coordinate (O) at (0,0);
\coordinate (A) at (\AngleA:\R);
\coordinate (B) at (\AngleB:\R);

\draw (O) circle(\R);

\draw[-latex] (O) -- (0:\RR) node[right] {$x$};
\draw[-latex] (O) -- (90:\RR) node[above] {$y$};
\draw[-latex] (O) -- (A);
\draw[-latex] (O) -- (B);

\node at (\AngleA:\RR) {$\underline{e}(t_1)$};
\node at (\AngleB:\RR) {$\underline{e}(t_2)$};

\tkzMarkAngle(A,O,B);
\tkzLabelAngle[pos=1.5](A,O,B) {\small{$\theta=t_2-t_1$}};
θ=t2t1: cosθ=e(t1)e(t2)=(cost1sint1)(cost2sint2) Addition Formula: cos(t2t1)=cost1cost2+sint1sint2
2_Palestras/2021/02_Curves/02_Quadratics/Images/Circles-001.svg
TiKZ Listing: Circles.tikz.tex. PDF   PNG   SVG   ZIP*  
\tikzmath{\R=3;}
\tikzmath{\RR=\R*1.2;}
\tikzmath{\AngleA=30;}
\tikzmath{\AngleB=75;}

\coordinate (O) at (0,0);
\coordinate (e) at (\T:\R);
\coordinate (f) at (\T+90:\R);

\draw (O) circle(\R);

\draw[-latex] (O) -- (0:\RR) node[right] {$x$};
\draw[-latex] (O) -- (90:\RR) node[above] {$y$};
\draw[-latex] (O) -- (e);
\draw[-latex] (O) -- (f);

\node at (\T:\RR) {$\underline{e}$};
\node at (\T+90:\RR) {$\underline{f}$};

\tkzMarkRightAngle(e,O,f);
< Hyperbola | Quadratic | Circle >
Messages:
0 secs.