Plotting graphs in three dimension

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
24forChromium
Messages
155
Reaction score
7
I have function1: x = n(cos((pi/2)-2pi/n))
and function2: y = n(sin((pi/2)-2pi/n))

my goal is to plot a graph where for the same value of n, the x and y are respectively the horizontal and vertical component of the point, this graph should preferably possible to create on a computer or a graphing calculator like ti-84. Someone told me that this thing can be benefited from thinking in three dimensions, not sure what that means.
 
Physics news on Phys.org
I think those are parametric equations. I'm not sure how it works on ti-84, but if you search on YouTube how to plot parametric equations on ti-84, I'm more than certain you'll find something.
 
It might be easier to plot the curve in polar coordinates, which are:
r=n
theta=Pi/2 - 2Pi/n
 
upload_2015-12-7_7-9-46.png