vault backup: 2024-09-30 11:13:24

This commit is contained in:
zleyyij 2024-09-30 11:13:24 -06:00
parent 1d7b844ce7
commit 8dd761c084

View File

@ -55,3 +55,10 @@ $$ y = cot(x) $$
![Graph of cotangent](assets/graphcot.svg)
To find relative points to create the above graph, you can use the unit circle:
If $cot(x) = \frac{cos(x)}{sin(x)}$, then:
| $sin(0) = 0$ | $cos(0) = 1$ | $cot(0) = \frac{sin(0)}{cos(0)} = \frac{1}{0} = DNF$ |
| ----------------------------------------- | ----------------------------------------- | ---------------------------------------------------------------- |
| $sin(\frac{\pi}{4}) = \frac{\sqrt{2}}{2}$ | $cos(\frac{\pi}{4}) = \frac{\sqrt{2}}{2}$ | $cot(\frac{\pi}{4}) = \frac{\sqrt{2}}{2}/\frac{\sqrt{2}}{2} = 1$ |
| $sin(\frac{\pi}{2}) = 1$ | $cos(\frac{\pi}{2}) = 0$ | $tan(\frac{\pi}{2}) = \frac{1}{0} = DNF$ |