diff --git a/education/math/MATH1060 (trig)/Graphing.md b/education/math/MATH1060 (trig)/Graphing.md index 0a44a8e..72d2904 100644 --- a/education/math/MATH1060 (trig)/Graphing.md +++ b/education/math/MATH1060 (trig)/Graphing.md @@ -25,11 +25,11 @@ There are 4 general functions: | $$ y = A * sin(B(x - \frac{C}{B})) + D $$ | $$ y = A*cos(B(x - \frac{C}{B})) + D$$ | - -| Variable | Meaning | -| -------- | --------------------------------------------------------------------------------------------- | -| $A$ | The amplitude of a function can be found by taking $\|A\|$. The sign flips it over the x axis | -| $B$ | Horizontal, or phase | +How to find the: +- Amplitude: $|A|$ +- Period: $\frac{2\pi}{B}$ +- Phase shift: $\frac{C}{|B|}$ +- Vertical shift: $D$ $$ y = A * \sin(B(x-\frac{C}{B})) $$ \ No newline at end of file