vault backup: 2024-09-30 10:53:24
This commit is contained in:
parent
d5caf1e0b5
commit
a79c744389
@ -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)
|
||||||
|
1
education/math/MATH1060 (trig)/assets/graphcot.svg
Normal file
1
education/math/MATH1060 (trig)/assets/graphcot.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.7 KiB |
BIN
education/math/MATH1060 (trig)/assets/graphtan.png
Normal file
BIN
education/math/MATH1060 (trig)/assets/graphtan.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 201 KiB |
Loading…
Reference in New Issue
Block a user