Compare commits

..

3 Commits

Author SHA1 Message Date
zleyyij
e222a4ceb7 vault backup: 2024-08-28 10:49:34 2024-08-28 10:49:34 -06:00
zleyyij
8467f7a6d6 vault backup: 2024-08-28 10:44:34 2024-08-28 10:44:34 -06:00
zleyyij
a1f975e901 vault backup: 2024-08-28 10:39:34 2024-08-28 10:39:34 -06:00
13 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Definitions
| Term | Description |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ray | Directed line segment consisting of an endpoint and a direction. Notated as $\overrightarrow{EF}$, where $E$ denotes the endpoint and $F$ denotes a point along the ray. |
| Angle | Union of two rays with a common endpoint. Notated as $\angle DEF$ or $\angle FED$, where $D$ and $F$ are along the points of each ray, and $E$ is the vertex. $\angle EFD$ is not valid notation, because the vertex must be the middle. |
| $\theta$ | A lowercase theta is used to represent a (non right) angle in a triangle |
| $\phi$ | A lowercase phi is used to represent another unknown angle in a triangle. As an example, in an algebraic equation, $x$ might be used to represent the first unknown and $y$ the second. In trig, $\theta$ would |