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

This commit is contained in:
zleyyij 2024-09-30 11:38:24 -06:00
parent 8160525052
commit 0d914027e6

View File

@ -75,12 +75,13 @@ Given the form $y = A\tan(Bx - C) + D$ (the same applies for $\cot$)
- The phase shift is $\frac{C}{B}$
- The vertical shift is $D$
# Examples
> Given $-2tan(\pi*x + \pi) - 1$
> Given $-2\tan(\pi*x + \pi) - 1$
$A = -2$, $B = \pi$, $C = -\pi$, $D = -1$
| Transformation | Equation |
| -------------- | ------------------------- |
| Stretch | $\|-2\| = 2$ |
| Period | $\frac{\pi}{\|\pi\|} = 1$ |
| Phase shift | $ |
| Phase shift | $\frac{-\pi}{\pi} = -1$ |
| Vertical shift | $-1$ |