Vous êtes sur la page 1sur 9

Naomi vila - Salom Oate

Clculo Vectorial, Grupo A2

1.

x 2+ y 2+ z 2 ds
C

Para

C1

c 1 : 2 cos t , 0 , 2 sint ; 0 t
c 2 : 0, t , 22 t ; 0 t 1
c 3 : t , 1t ,0 ; 0 t 1

V ( t )= 2sin t , 0,2 cos t

|V (t)|= (2 sin t )2+ ( 0 )2+ ( 2cos t )2= 4 ( cos 2 t+ sin2 t ) =2


2

F ( f (t ) , g ( t ) ,h ( t ) )=( 2 cos t ) + ( 0 ) + ( 2 sin t ) =4 ( cos2 t+sin 2 t )=4

( 4 ) ( 2 ) dt=8 ( 2 )=4
0

Para

C2

V ( t )= 0, 1,2

|V (t)|= ( 0 )2 + ( 1 )2+ (2 )2= 5


F ( f (t ) , g ( t ) ,h ( t ) )=( 0 )2+ (t )2 + (22 t )2=t 2 +48 t +4 t 2=5 t 28 t+ 4
1

5t3
5 5
2
(
)
5
t
8
t+
4
(
5
)
dt=
(
5
)
4 t 2 +4 t =

(3

Para

C3

V ( t )= 1,1, 0

|V (t)|= ( 1 )2+ (1 )2 + ( 0 )2= 2

F ( f (t ) , g ( t ) ,h ( t ) )=( t )2 + ( 1t )2 + ( 0 )2 =2t 22 t+1


1

2t3 2
2 2
2
(
)
2
t
2t
+1
(
2
)
dt
=
(
2
)
t +t =

(3

x 2+ y 2+ z 2 ds= 4 + 5 3 5 + 2 3 2
C

GRAFICA 1.

4
3.5
3
2.5
2
1.5
1
4

0.5

-0.5

1
0

-1
-1

-0.5

0.5

1.5

clc
close all
clear all
axis([-1 4 -1 4 -1 4])
line([-1 4],[0 0],[0 0],'color','k')
line([0 0],[-1 4],[0 0],'color','k')
line([0 0],[0 0],[-1 4],'color','k')
grid on
hold on
%curva C1
t=0:0.01:1/2*pi;
x=2*cos(t);
y=0*t;
z=2*sin(t);
plot3(x,y,z,'b')
%curva C2
t=0:0.1:1;
x=0*t;
y=t;
z=2-2*t;
plot3(x,y,z,'g')
%curva C3
t=0:0.1:1;
x=t;
y=1-t;
z=0*t;
plot3(x,y,z,'r')

-1
2.5

3.5

2.

z ds

C= ( t )=t cos t i+ t sin t j+tk

0 t 2

r ( t ) = t cos t , t sin t , t
V ( t )= cos tt sin t , sin t+t cos t , 1

|V (t)|= ( cos tt sin t )2+ ( sin t+t cos t )2 + ( 1 )2= cos 2 t2 t cos t sin t +t 2 sin 2 t +sin2 t+2 t sin t cos t+t 2 cos 2 t +1=
F(f (t ), g(t ), h(t ))=t

t t + 2 dt= t ( t +2 )
2

u=t 2+2 ; du=2 tdt ; 2 du=tdt

dt

4 +2

1
2

1
2

2
4
4
4
u du=2 (u) 2 = ( 4 2 +2 ) 2 8=
3
3
3
3

[ ( 4 + 2 ) 2 2 ]
2

GRAFICA 2.

4
3
2
1
0
-1
4

-1

-1

clc
close all
clear all
axis([-1 4 -1 4 -1 4])
line([-1 4],[0 0],[0 0],'color','k')
line([0 0],[-1 4],[0 0],'color','k')
line([0 0],[0 0],[-1 4],'color','k')

grid on
hold on
t=0:0.01:2*pi;
x=t.*cos(t);
y=t.*sin(t);
z=t;
plot3(x,y,z,'g')

3.

x + y ds
1,0
PQ=
Para

C1

C=( 0,0 ) ( 1,0 )( 0,1 )

0,0
OP=

0 t 1

x=t

r ( t ) = t ,0

y=0

V ( t )= 1,0

F ( f (t ) , g ( t ) ,h ( t ) )=t +0=t

|V ( t )|= 12=1

0 t 1

t dt= 12
0

Para

C2

1,1
PQ=

1,0
OP=

x=1t

r ( t ) = 1t , t

y=t

V (t)= 1,1

F ( f (t ) , g ( t ) ,h ( t ) )=1t+t=2 t1
1

2 2 t1 dt= 2 ( t 2t )=0
0

Para

C3

0,1
PQ=

0,1
OP=

|V ( t )|= 2

x=0

r ( t ) = 0 , 1t

y=1t

V ( t )= 0,1

F ( f (t ) , g ( t ) ,h ( t ) )=0+ 1t=1t
1

1t dt=t t2 =1 12 = 12
0

x + y ds= 12 +2 2+ 12 =1+2 2
C

|V ( t )|= 12=1

GRAFICA 3.

1.5

0.5

-0.5

-1
-1

-0.5

clc
close all
clear all
axis([-1 2 -1 2 ])
line([-1 2],[0 0],'color','k')
line([0 0],[-1 2],'color','k')
grid on
hold on
% LADO 1
t=0:0.01:1;
x=t;
y=0*t;
plot(x,y,'y')
% LADO 2
t=0:0.01:1;
x=1-t;
y=t;
plot(x,y,'r')
% LADO 3
t=0:0.01:1;
x=0*t;
y=1-t;
plot(x,y,'g')

0.5

1.5

4.

x 2 y ds
C

C=r =4
x=r cos t =

C=x 2+ y 2 =4

2 cos t

y=r sin t=2 sin t


r ( t ) = 2 cos t ,2 sin t

r=2

0,2 2 , 2
2

t
4
2
V ( t )= 2sin t ,2 cos t

|V ( t )|= (2 sin t )2 + ( 2 cos t )2= 4 ( cos2 t+sin 2 t )=2

t= 4 cos2 t2sin t=2 ( 2 cos2 tsin t )


2
F ( f ( t ) , g ( t ) , h ( t ) )=( 2 cos t ) 2 sin

2 ( 2cos 2 tsin t ) dt=2 ( cos2 t ) dt ( sint ) dt=2

( 1+ cos2 2 t +cos t )=t+ sin22 t 2 2= 2 ( 4 + 12 )2 2=

GRAFICA 4.
2

1.9

1.8

1.7

1.6

1.5

1.4

0.5

clc
close all
clear all
axis([-1 4 -1 4 ])
line([-1 4],[0 0],'color','k')
line([0 0],[-1 4],'color','k')
grid on
t=1/4*pi:0.01:1/2*pi;
x=2*cos(t);
y=2*sin(t);
plot(x,y,'g')

1.5

Vous aimerez peut-être aussi