[Math] a phase shift in trigonometry, and how can I determine them given a graph

algebra-precalculustrigonometry

(Yes, I know there are already some answers about phase shifts on here, but none of them have helped me much.)

I am a Pre-Calculus student learning about trigonometric function transformations, and I am extremely confused about the definition of a phase shift (and hence very, very frustrated).

We are learning about functions of the following two general forms:

$y=A \sin(Bx-C)+D$

$y=A \cos(Bx-C)+D$

The definition of phase shift we were given was as follows: "The horizontal shift with respect to some reference wave."

We were then provided with the following graph (and given no other information beyond that it was a transformed sine or cosine function of one of the forms given above):

enter image description here

(Ignore my erased pencil markings in the graph!)

We were asked to find the graphed function's phase shift with respect to the cosine parent function $y=\cos(x)$. We were also asked to find the graphed function's phase shift with respect to the sine parent function $y=\sin(x)$. (Of course, our answers would be eye-balled estimates based on the graph.)

I was utterly mystified. The definition given above told me virtually nothing I wanted to know. And when I asked the teacher for an explanation, it did not end my confusion. Does anyone here have a good explanation of what a phase shift is, and perhaps also how (given solid knowledge of the definition) I could go about solving the graph problem mentioned above?

I have spent a lot of time today searching around online — in vain — to try to end my confusion. Nothing has helped much. A lot of people seem to talk about phase shifts in terms of where a function "starts." But a periodic function that repeats on and on forever in either direction does not seem to me to have an intuitive "start" point. Even if one were to select some period to be the "starting period," it is not clear to me how one would choose such a period. Moreover, while I understand that phase shifts have something to do with horizontal translations of the parent functions, it is not yet clear to me what precisely that relationship is — particularly if the function we are analyzing has also been transformed in other ways (e.g. dilated and vertically translated), making things more complicated.

Thank you for any help you can provide!

Best Answer

Amplitude, period and phase shift of can be recovered from the graph by noticing the coordinates of the peaks and troughs of the wave.

Let $y_{peak}$ and $y_{trough}$ denote the $y$-coordinates of the peaks and troughs of the wave. Then for the amplitude we have

$$ A=\frac{1}{2}\left(y_{peak}-y_{trough}\right) $$

From your graph there is no indication of the vertical scale, but let us suppose that the horizontal dashed lines are one unit apart. Then we would have $y_{peak}=2$ and $y_{trough}=-6$. This would give $A=\frac{1}{2}(2-(-6))=4$.

We can also use $y_{peak}$ and $y_{trough}$ to find the vertical shift $D$.

$$ D=\frac{1}{2}\left(y_{peak}+y_{trough}\right) $$

So, for your example, $D=\frac{1}{2}(2+(-6))=-2$.

This leaves the values of $B$ and $C$. But first, we must find the period $P$, which is straightforward.

The period P is the horizontal distance between two successive peaks of the graph. For your graph this would be a distance $P=3\pi$.

The value of $B$ is then found from

$$ B=\frac{2\pi}{P} $$

For your graph, then, we have $B=\frac{2\pi}{3\pi}=\frac{2}{3}$.

Finally we have the phase shift $\phi$.

The phase shift for the sine and cosine are computed differently. The easiest to determine from the graph is the phase shift of the cosine.

Let $x_{peak}$ denote the $x$-coordinate of the peak closest to the vertical axis. For your graph, we have $x_{peak}=0$.

$$\phi=x_{peak}\text{ for the cosine graph}$$

$$\phi=\left(x_{peak}-\frac{P}{4}\right)\text{ for the sine graph}$$

For your graph this gives phase shift $\phi=0$ for the cosine graph and phase shift $\phi=0-\frac{3\pi}{4}=-\frac{3\pi}{4}$ for the sine graph.

But for your equations, we need the value of $C$. The value of $C$ is found from the values of $\phi$ and $B$.

The equation for $C$ in terms of the phase shift $\phi$ is

$$ C=B\phi $$

So if we use the cosine function to model your graph we have $C=0$ and for the sine graph we have $C=\frac{2}{3}\cdot\left(-\frac{3\pi}{4}\right)=-\frac{\pi}{2}$.

So we have for both sine and cosine

  1. $A=4$
  2. $D=-2$
  3. $B=\frac{2}{3}$

For cosine, $C=0$ and for sine, $C=-\frac{\pi}{2}$.

Thus your graph can be represented by either of the two equations

$$ y=4\cos\left(\frac{2}{3}x \right)-2 $$

$$ y=4\sin\left(\frac{2}{3}x+\frac{\pi}{2}\right)-2 $$

Related Question