1 Curvas y Funciones Vectoriales
1 Curvas y Funciones Vectoriales
1 Curvas y Funciones Vectoriales
FUNCION VECTORIAL DE
FUNCIÓN VECTORIAL UNA VARIABLE REAL
DE UNA VARIABLE
REAL LOGRO: Al final de la unidad el alumno
describe las características geométricas de
ESPIRAL
Rosa Ñique Alvarez 3 Rosa Ñique Alvarez 4
1
26/08/2018
Para n = 3
Caso particular: n =3
r (t ) x t i y t j z t k
r : I 3
t r (t )
r
r (t ) x(t ), y(t ) , z (t ) 3 I
r (t )
t
r (t ) x t i y t j z t k
Rosa Ñique Alvarez 7 Rosa Ñique Alvarez 8
CURVAS
EJEMPLO 1
FORMA VECTORIAL
C: r (t ) x t i y t j z t k ; tI • HÉLICE CIRCULAR o ESPIRAL CIRCULAR
C : r (t ) cos t , sent, t ; t 0, 6
C: r (t ) x t , y t , z t ; tI
x cos t
FORMA PARAMÉTRICA
C : y sent t 0, 6
x x(t ) z t
C : y y (t ) tI
z z (t )
x2 + y2 = 1
Rosa Ñique Alvarez 11 Rosa Ñique Alvarez 12
2
26/08/2018
r (t ) cos t, sent, t ; t 0, 6
Hélice Circular
SUPERFICIES
20
15
CILINDROS
SUPERFICIES CUADRÁTICAS
10
Z
0
1
OTROS
0.5 1
0.5
0
0
-0.5
-0.5
-1 -1
Y
X
ESPIRAL
Rosa Ñique Alvarez 13 Rosa Ñique Alvarez 14
3
26/08/2018
x2 y2 z 2
1
a 2 b2 c2
a>0,b>0,c>0
z 2 x2 y2
z 2 x2 y 2
c2 a2 b2
a>0,b>0,c>0
4
26/08/2018
x2 y2 z 2 z 2 x2 y2
1 1
a 2 b2 c2 c2 a2 b2
a>0,b>0,c>0
a>0,b>0,c>0
a>0,b>0
5
26/08/2018
EJEMPLO 2: Intersección de
superficies
Cilindro, S1: x2 + y2 = 1
Plano, S2: y + z = 2
x cos t
C : y sen t 0 t 2
z 2 sen t
Cilindro, S1: y = x2
Cilindro, S2: z = x3
6
26/08/2018
8
C : y t2 2 t 2 6
z t3
4
2
Z
-2
r (t ) t i t 2 j t 3 k ; 2 t 2
-4
C: -6
-8
4
3
2 1.5 2
1 0 0.5 1
0 -1.5 -1 -0.5
-2
Y X
Rosa Ñique Alvarez 37 Rosa Ñique Alvarez 38
CURVAS
FORMA VECTORIAL
C: r (t ) x t i y t j z t k ; t a, b
7
26/08/2018
EJEMPLO 1
COMANDO MATLAB DESCRIPCIÓN Grafique la siguiente curva
Sitúa rejillas en los ejes de un gráfico.
grid on La opción grid on coloca las rejillas y
grid off las elimina.
C : r (t ) t , t 2 , t 3 ; t 2, 2
Permite mantener el gráfico existente
hold con todas sus propiedades, de modo
que el siguiente gráfico que se realice x t
C : y t 2 , t 2, 2
se situé sobre los mismos ejes y se
superponga al existente. La opción hold
on activa la opción y hold off la z t 3
elimina
Rosa Ñique Alvarez 45 Rosa Ñique Alvarez 46
Solución
C : r (t ) t , t 2 , t 3 ; t 2, 2
Gráfica de la Curva
curva
Programa
%Grafica una curva set(H,'lineWidth',2)
10
clear; clc; clf reset grid on
t=linspace(-2,2,1000); xlabel('X'); 5
ylabel('Y'); 0
x=t;
Z
zlabel('Z');
y=t.^2; title('curva')
-5
z=t.^3; -10
4
comet3(x,y,z) 3
2 1
2
0
pause 1
0 -2
-1
Y X
H=plot3(x,y,z,'b'); EJEMPLO
Rosa Ñique Alvarez 47 Rosa Ñique Alvarez 48
8
26/08/2018
GRÁFICA ESPIRAL
ESPIRAL
20
20
15 10
Z
10
Z
0
5
1.5
1
0 0.5 1.5
1 1
0
0.5 1 0.5
0 0.5 -0.5 0
0 -0.5
-0.5 -1
-0.5 -1
-1 Y
Y -1 -1.5 -1.5 X
X
ESPIRAL
ESPIRAL
Rosa Ñique Alvarez 51 Rosa Ñique Alvarez 52
EJEMPLO 3 Tabulando
r (t ) cosh t, senh t, t ; t 4, 4 t x=cosht y=senht z=t
-4 + - -4
x cosh t ….. + - …..
C : y senht t 4, 4 0 1 0 0
z t 1 + + 1
…… + + ……
x2 - y 2 = 1 4 + + 4
Rosa Ñique Alvarez 53 Rosa Ñique Alvarez 54
9
26/08/2018
1
C : y t sen ( t ) t 0, 6
z t
0.5
0
Z
-0.5
-1
CONO
2.5
x2 + y2 = z2
-1.5
4
2
0
1.5
2
x2 + y2 = t2
1
-2
curva6 Y
-4 0.5 X
15
10
C : y (4 sen 20t ) sent ; 0 t 2
z cos 20t
Z
5
0
20
10 20
0 10
0
-10 -10
-20 -20
Y X
Concoide
Rosa Ñique Alvarez 57 Rosa Ñique Alvarez 58
GRÁFICA
EJEMPLO 6: Nudo de Trébol
ESPIRAL TOROIDAL
1
x (2 cos1.5t ) cos t
0.5
C : y (2 cos1.5t ) sent ; 0 t 4
0
Z
-0.5
z sen1.5t
-1
5
5
0
0
Y -5 -5 X
EspiralToroidal
Rosa Ñique Alvarez 59 Rosa Ñique Alvarez 60
10
26/08/2018
GRÁFICA
EJEMPLO 7: Espiral Esférica
NUDO DE TREBOL
0.5
0
C : y cos(arctan 0.1t ) sent ; 10 t 10
Z
-0.5
z sen(arctan 0.1t )
-1
4
4
2
2
0
0
-2 -2
NudoTrebol Y -4 -4 X
Curva
GRÁFICA
C : r : a, b 3 r a, b C
ESPIRAL ESFÉRICA
1
B
0.5 r
0
Z
-0.5
C
-1
1
0.5 1
a
0
0
0.5 A
-0.5 -0.5
Y -1 -1
X b
EspiralEsferica
C
Punto inicial de C A r (2) (2,4,8)
a
A
b
Punto final de C B r (2) (2,4,8)
11
26/08/2018
0
Z
-5 A B
A (2,4,8)
-10
4
3 2
2 1
0
1 -1
Y 0 -2
X
r
t t
1
2
A=B
r , u : I n
:J
.
r u , r , r u, r x u y r
12
26/08/2018
2. r (t ) (t ) r (t ); 4. r u (t ) r (t ) u(t );
I t
(t )
r
Rosa Ñique Alvarez 75 Rosa Ñique Alvarez 76
13