Download as pdf or txt
Download as pdf or txt
You are on page 1of 29

> PARCIAL 4 - ACM

Error, unexpected number


>
>

>
1
(1)
4
> restart;
> with(Student[MultivariateCalculus]):
> x:=r*cos(theta)
(2)
> y:=r*sin(theta)
(3)
> volum:=MultiInt(y*r,r=0..1+cos(theta),theta=0..Pi);
(4)

> area:=MultiInt(1*r,r=0..1+cos(theta),theta=0..Pi);

(5)

> Averagevalue:=(volum)/(area);
(6)
(6)
> restart;
> with(VectorCalculus):
> SetCoordinates(cartesian[x,y,z]);
cartesian (7)
> solve(t=1); solve(0=0); solve(t^2=1);
1
(8)
> Larc:=LineInt(VectorField(<x*y,4,2*z>), Path(<t,0,t^2>, t=0..1));
(9)
> Lseg:=LineInt(VectorField(<x*y,4,2*z>), Line(<1,1,0>,<0,0,0>));
(10)

> Larc+Lseg
(11)
> restart;
GREENS THEOREM:
> diff(x+sinh(y),x)
1 (12)
> diff(cosh(x)-y,y)
(13)
> Int(Int(2*r, r=0..1), theta=0..Pi/2): %=value(%);

(14)

> Int(Int(2,x=1..1), y=2..1): %=value(%);

(15)

> Int(Int(2,x=1..2), y=1..1): %=value(%);

(16)

> A:=(14)-(15)+(16)

(17)

> evalf(A);
(18)
> restart;
> with(VectorCalculus):
> SetCoordinates(cartesian[x,y,z]);
(19)
cartesian (19)

> LineInt(VectorField(<x^2,-z,-y*z>),Path(<t^2,t^3,t>, t=1..2));


71
(20)
20
> evalf((20));
3.5500000000 (21)
> restart;
> with(VectorCalculus):
> int(int(((r*cos(theta))^2+(r*sin(theta))^2)*r,theta=0..Pi/2),r=0.
.6);
(22)
> int(int(((r*cos(theta))^2+(r*sin(theta))^2)*r,theta=Pi/2..0),r=4*
sin(theta)..6);

(23)

> (22)+(23)

(24)

> NS COMO HACER PARA Q ME SALGA 312Pi

EXERCICIS RANDOMS A MA:


1-
2- es la ultima
3-
4-
5-
COMO OBTENER LOS PUNTOS DE CORTE DE UNA FUNCION
7-
8-
9-
10-
11-

12-

You might also like