How to plot sine wave and generate table

bungouk

New member
Joined
Dec 29, 2012
Messages
2
Hi All,

Could someone tell me how to plot the graph and generate the table for y = 9 sin (Ɵ - 15) over 360 degree.

The coordinates need to be a 15 degree intervals


regards

Bungouk
 
Hi All,

Could someone tell me how to plot the graph and generate the table for y = 9 sin (Ɵ - 15) over 360 degree.

The coordinates need to be a 15 degree intervals


regards

Bungouk

If you have a spreadsheet program (e.g. open office) - it will be fairly simple.
 
Yes 9 is the amplitude and '15' in this case is the phase angle. So for Θ = 35° → y = 9 * sin(35-15) = 9*sin(20°)
 
Make a table as below. Use your calculator to find y. 'x' is same as 'theta'. Make sure you are working in degrees if you are using your calculator

x degreesy=9*sin(x-15
159*sin(15-15)
309*sin(30-15)
459*sin(45-15)
609*sin(60-15)
759*sin(75-15)
909*sin(90-15)
1059*sin(105-15)
1209*sin(120-15)
:
:
3159*sin(315-15)
3309*sin(330-15)
3459*sin(345-15)
3609*sin(360-15)
3759*sin(375-15)

This was already explained by the other contributors.

I would plot for a period of 360 degrees starting 15 degrees and ending at 375 degrees for the [15,375] interval in degrees for theta or x. Thus you would get a complete cycle or wave or period of values corresponding to 'y'.

Here is the fun part.
Go to www.google.com and type plot(9*sin(x-15)) in the search bar to verify your answer. Note that the plot has the 'x' or 'theta' values in radians. Remember that 180 degrees = 'pi' radians for converting from radians to degrees or vice versa.

Goodluck bungouk

Cheers,
Sai.
 
Top