[Math] Starting point of a Sine wave

trigonometry

We learned this at school, the function:

$$y= a + b\sin (c(x-d))$$

has a starting point of $(d,a)$. But when I had to draw this function:

$$g(x) = -2-\cos(x-1/2π)$$

I thought the starting point would be $(1/2π,-2)$ but the correction model showed it to be $(1/2π,-3)$. There are multiple cases in which I run to the same problem with the starting point. Why is this? Can someone please explain?

Best Answer

For $\sin x:$

$$f(d)=a+b\sin(c(d-d))=a+b\sin 0=a$$

For $\cos x:$

$$g(d)=a+b\cos(c(d-d))=a+b\cos 0=a+b$$

In your case: $g\left(\dfrac{\pi}{2}\right)=-2-\cos 0=-3$

Related Question