You are on page 1of 4

CURVAS Y FUNCIONES VECTORIALES EN \ 2 y \ 3 MAPLE 8

Matemtica III Dr. Carlos Nez Rincn Profesor Titular - UNET

Octubre 2006

La hlice r(t) = 4costi + 4sentj + tk


Trayectoria hlicoidal, en el eje z
>with(plots):spacecurve([4*cos(t),
4*sin(t),t],t=0..4*Pi);

La hlice r(t) = 4costi + 4sentj + tk


Trayectoria hlicoidal
>with(plots):tubeplot([4*cos(t),4
*sin(t),t],t=0..4*Pi,radius=1);

La hlice r(t) = 4costi + tj + 4sentk


Trayectoria hlicoidal, en el eje y
>with(plots):spacecurve([4*cos(t),
t,4*sin(t)],t=0..4*Pi);

La hlice r(t) = 4costi + tj + 4sentk


Trayectoria hlicoidal, en el eje y
>with(plots):tubeplot([4*cos(t),t
,4*sin(t)],t=0..4*Pi,radius=1);

MAPLE 8 es un sistema de la computadora para la matemtica avanzada. Incluye los


medios para acceder al estudio del lgebra interactiva, clculo, matemtica discreta,
grficos, cmputo numrico, y muchas otras reas de la matemtica .

CURVAS Y FUNCIONES VECTORIALES EN \ 2 y \ 3 MAPLE 8


Matemtica III Dr. Carlos Nez Rincn Profesor Titular - UNET

Octubre 2006

La hlice r(t) = ti + 4sentj + 4sentk


Trayectoria hlicoidal, en el eje x
>with(plots):spacecurve([t,4*cos(
t),4*sin(t)],t=0..4*Pi);

La hlice r(t) = ti + 4sentj + 4sentk


Trayectoria hlicoidal, en el eje x
>with(plots):tubeplot([t,4*cos(t),
4*sin(t)],t=0..4*Pi);

Parbola semicbica
r(t) = (1 + t3 )i + t2j
> plot([1+t^3,t^2,t=-2..2],x=1..3,y=0..4);
Trazada en ecuaciones paramtricas

Parbola semicbica
> plot({(-x+1)^(2/3),(x1)^(2/3)},x=-1..3,y=0..3);
Trazada en coordenadas rectangulares

MAPLE 8 es un sistema de la computadora para la matemtica avanzada. Incluye los


medios para acceder al estudio del lgebra interactiva, clculo, matemtica discreta,
grficos, cmputo numrico, y muchas otras reas de la matemtica .
2

CURVAS Y FUNCIONES VECTORIALES EN \ 2 y \ 3 MAPLE 8


Matemtica III Dr. Carlos Nez Rincn Profesor Titular - UNET
Nudo trifolio
x = 2 + cos(1,5t)cost,
y = 2 + cos(1.5t)sin(t), z = sin(1,5t)
>with(plots):spacecurve([2+cos(1.
5*t)*cos(t),2+cos(1.5*t)*sin(t),
sin(1.5*t)],t=0..3*Pi);

Octubre 2006

Nudo trifolio
x = 2 + cos(1,5t)cost,
y = 2 + cos(1.5t)sin(t), z = sin(1,5t)
> with(plots):knot:=
[2+cos(1.5*t)*cos(t),2+cos(1.5*t
)*sin(t),sin(1.5*t), t=
0..3*Pi]:spacecurve(knot);

Cbica torcida r(t) = <t,t2,t3>


Cbica torcida r(t) = <t,t2,t3>
>with(plots):spacecurve([t,t^2,t^ >with(plots):spacecurve([t,t^2,t
3],t=-2..2);
^3],t=-2..2);

MAPLE 8 es un sistema de la computadora para la matemtica avanzada. Incluye los


medios para acceder al estudio del lgebra interactiva, clculo, matemtica discreta,
grficos, cmputo numrico, y muchas otras reas de la matemtica .

CURVAS Y FUNCIONES VECTORIALES EN \ 2 y \ 3 MAPLE 8


Matemtica III Dr. Carlos Nez Rincn Profesor Titular - UNET
r(t) = sin(3t)costi + sen(3t)sentj + tk

Octubre 2006

r(t) = sin(3t)costi + sen(3t)sentj + tk

>with(plots):spacecurve([sin(3*t) >with(plots):tubeplot([sin(3*t)*
cos(t),sin(3*t)*sin(t),t],t=0..4
*cos(t),sin(3*t)*sin(t),t],t=0..
*Pi);
2*Pi);

Espiral toroidal
x = (4 + sen(20t))cost,
y= (4 + sen(20t))sen(t), z = cos(20t)
>with(plots):spacecurve([(4+sin(2
0*t))*cos(t),(4+sin(20*t))*sin(t
),cos(20*t)],t=-2*Pi..2*Pi);

MAPLE 8 es un sistema de la computadora para la matemtica avanzada. Incluye los


medios para acceder al estudio del lgebra interactiva, clculo, matemtica discreta,
grficos, cmputo numrico, y muchas otras reas de la matemtica .

You might also like