File:Tangent half-angle formula.png

Summary

Illustration for article Tangent half-angle formula. Created by Gustavb using Euklides.

Licensing

Source

Tangent_half-angle_formula.euk

box(-1.6, -1.6, 1.6, 1.6, 2.5)
thickness(.8)

% Axis
X1 = point(-1.7, 0); X2 = point(1.6, 0)
Y1 = point(0, -1.7); Y2 = point(0, 1.6)
color(darkgray);
draw(segment(X1,X2), full, arrow)
draw(segment(Y1,Y2), full, arrow)
color(black);

O = point(0,0);  % origo

% Unit circle
A = point(-1,0); B = point(1,0)
C = circle(A, B)

% Angle
phi interactive(48, -3, -180, 180, "", right)
P = point(C, phi:) 

% Where A->P intersects the Y-axis
I = intersection(line(A,P), line(Y1,Y2)) 

% P projected on X-axis
D = projection(P,line(X1,X2));

draw(C);
draw(P); draw(O,P)
draw(A); draw(I)
mark(B,O,P, simple, .5)
mark(O,A,P, simple, .6)
mark(D,P,B, simple, .6)
thickness(1.3); draw(line(A,P))
thickness(1.0); draw(P,D,A); draw(P,D,B)

% Draw labels
draw("$(0, t)$",I,.1,140:)
draw("$(-1,0)$",A,.08,145:)
draw("$\varphi$",O,.3,20:)
draw("$\varphi/2$",A,.4,13:)
draw("$\varphi \over 2$",P,.35,-78:)
draw("$(\cos \varphi,\sin \varphi)$",P,.15,-12:)
draw("$y$",Y2,.1,-30:); draw("$x$",X2,.1,-130:)

Instructions

  1. Create EPS
    $ euk2eps Tangent_half-angle_formula.euk
  2. Render EPS to PNG
    $ convert -density 250 Tangent_half-angle_formula.eps Tangent_half-angle_formula.png
  3. Optimize PNG
    $ optipng -zc1-9 -zm1-9 -zs0-2 -f0-5 Tangent_half-angle_formula.png

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.