diff --git a/education/math/MATH1060 (trig)/Graphing.md b/education/math/MATH1060 (trig)/Graphing.md index e4ab2c1..57296d9 100644 --- a/education/math/MATH1060 (trig)/Graphing.md +++ b/education/math/MATH1060 (trig)/Graphing.md @@ -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 | $ | -| Vertical shift | $-1$ | \ No newline at end of file +| Phase shift | $\frac{-\pi}{\pi} = -1$ | +| Vertical shift | $-1$ |