From ab4d2b7036f51b07e578e779d4bec5af2e61b8a0 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Tue, 4 Dec 2018 10:07:53 +1100 Subject: [PATCH] circles, ellipses & hyperbolas and exact value triangles for spec --- spec/prelim.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/spec/prelim.md b/spec/prelim.md index ed06b09..c01fe95 100644 --- a/spec/prelim.md +++ b/spec/prelim.md @@ -2,6 +2,9 @@ ## Circular functions +![](../methods/graphics/exact-values-1.png){#id .class height=150px} +![](../methods/graphics/exact-values-2.png){#id .class height=150px} + $\sin \theta$ - $y$-coord on unit circle $\cos \theta$ - $x$-coord on unit circle $\tan \theta = {\sin \theta \over \cos \theta}$ @@ -47,14 +50,31 @@ Sum of interior angles of $n$-sided polygon is $(n-2) \times 180^\circ$ - ![](graphics/segment-angles.png){#id .class width=40%} angles in the same segment of a circle are equal - ![]() +## Circles, ellipses and hyperbolas + +Standard form is $Ax^2+By^2+Cx+Dy=0$ + +- if $A+B$ then circle +- if $A>0$ and $B>0$ and $A\ne B$ then ellipse +- if $A<0