Trying to graph a parameterised 3D function in maple 11

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
2 replies · 2K views
andlook
Messages
32
Reaction score
0
Hi been trying to graph a parameterised 3D function in maple 11. My problem is that I have two constant terms that satisfy there own condition. That is, simplified, I need to draw:

x(t)= (a/b)*sin(b*t)
y(t)= (a/b)*cos(b*t)
z(t)= a*t*sin(b*t)

subject to (a^2)+(b^2)=1.

Any ideas how to incorporate this into Maple?

Much appreciated
 
Physics news on Phys.org


For a fixed pair (a,b) your graph is a curve in 3-space. Can you draw that with Maple?

When (a,b) vary, what is it you want to draw?
 


yeah I can draw it with fixed a&b,

I think I want to know is it possible to program maple so that i can write a and b in the parametrisation, but define there values outside of the expression for the graph.

The idea being that I want to plug many different values of a and b to see the resulting graph, without having to go through the parameterisation and change them directly. (I my actual example there is around twenty a's and b's)