11 lines
278 B
Markdown
11 lines
278 B
Markdown
|
![A graph of sine and cosine](./assets/graphsincos.png)
|
||
|
|
||
|
Given the above graph:
|
||
|
- At the origin, $sin(x) = 0$ and $cos(x) = 1$
|
||
|
- A full wavelength takes $2\pi$
|
||
|
|
||
|
# Manipulation
|
||
|
| Formula | Movement |
|
||
|
| ------------------ | -------- |
|
||
|
| $ y = cos(x) - 1 $ | |
|