vault backup: 2024-09-23 12:01:18

This commit is contained in:
zleyyij 2024-09-23 12:01:19 -06:00
parent 716bb343b1
commit a96b3ccb25

View File

@ -5,6 +5,13 @@ Given the above graph:
- A full wavelength takes $2\pi$ - A full wavelength takes $2\pi$
# Manipulation # Manipulation
| Formula | Movement | | Formula | Movement |
| ------------------ | -------- | | ---------------- | ---------------------------------- |
| $ y = cos(x) - 1 $ | | | $y = cos(x) - 1$ | Vertical shift down by 1 |
| $y = 2cos(x)$ | Vertical stretch by a factor of 2 |
| $y = -cos(x)$ | Flip over x axis |
| $y = cos(2x)$ | Horizontal shrink by a factor of 2 |
# Periodic Functions
A function is considered periodic if it repeats itself at even intervals, where each interval is a complete cycle, referred to as a *period*.