vault backup: 2024-09-30 10:53:24

This commit is contained in:
zleyyij 2024-09-30 10:53:24 -06:00
parent d5caf1e0b5
commit a79c744389
3 changed files with 12 additions and 0 deletions

View File

@ -34,4 +34,15 @@ How to find the:
$$ y = A * \sin(B(x-\frac{C}{B})) $$ $$ y = A * \sin(B(x-\frac{C}{B})) $$
# Tangent/Cotangent # Tangent/Cotangent
$$ y = tan(x) $$
![Graph of tangent](assets/graphtan.png)
To find relative points to create the above graph, you can use the unit circle:
If $tan(x) = \frac{sin(x)}{cos(x})$, then:
| $sin(0)$ | | |
| -------- | --- | --- |
| | | |
$$ y = cot(x) $$
![Graph of cotangent](assets/graphcot.svg)

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB