Ask Your Question
0

Let user move a frenet trihedron along a curve?

asked 2012-05-21 13:56:19 +0200

dnizetic gravatar image

updated 2020-06-01 14:47:19 +0200

FrédéricC gravatar image

How to "animate" a frenet trihedron along a given curve?

I believe this is similar to what I'm looking for:

http://www.math.byu.edu/~math302/cont...

but in the context of curves, because my task is to draw this curve:

c2: [0, 5] -> R^3, c2(t) = (e^t * cos(t), e^t * sin(t), e^t)

and give the user ability to move a frenet trihedron along that curve (using a parameter and @interact)

I know how to draw a curve and basics of interact:

show(parametric_plot3d( (e^t * cos(t), e^t * sin(t), e^t), (t, 0, 2*pi)));
@interact
...

But I don't have enough knowledge about frenet trihedron. If anyone could help me out I would appreciate it.

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2012-05-22 23:31:39 +0200

calc314 gravatar image

updated 2012-05-22 23:32:03 +0200

I've given some thought to your question, as I'm also interested in such an animation. Some of the best advice I've seen on doing this kind of animation was just given today by niles at http://ask.sagemath.org/question/1437/animated-sphere.

You also mention wanting more info on the Frenet frame. The wikipedia page has good information: http://en.wikipedia.org/wiki/Frenet–Serret_formulas.

edit flag offensive delete link more
0

answered 2012-05-23 12:22:39 +0200

Jason Grout gravatar image

updated 2012-05-23 12:32:00 +0200

Here are some relevant interacts I've used in calc 3:

http://sagenb.org/home/pub/306/

http://sagenb.org/home/pub/256/ (I think this is currently broken...)

(see also http://wiki.sagemath.org/interact/cal... for working example of 3d motion)

I also really like this demo: http://mrdoob.github.com/three.js/exa... (click "debug Normals" and the camera button, for example)

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2012-05-21 13:56:19 +0200

Seen: 692 times

Last updated: May 23 '12