How do you make a sin graph with a period of 4pi?

1 Answer
Oct 24, 2015

I would manipulate the numerical coefficient inside the argument of the sine:

Explanation:

If you have the normal sine function (period=2pi=2π):
y=sin(x)y=sin(x)
the coefficient conected with the period is the 11 multiplying the argument as in: y=sin(x)=sin(1*x)y=sin(x)=sin(1x);
this coefficient (call it cc) helps you to "see" the period of your function that can be evaluated as:
period=(2pi)/c=(2pi)/1=2piperiod=2πc=2π1=2π

Now if you want a period of 4pi4π you need that c=1/2c=12 so that you get:
period=(2pi)/c=(2pi)/(1/2)=2pi*2=4pi~~12.6radperiod=2πc=2π12=2π2=4π12.6rad

Finally the complete function will be:

y=sin(c*x)=sin(1/2x)y=sin(cx)=sin(12x)

and graphically:
graph{sin(1/2x) [-18.02, 18.03, -9.01, 9.01]}