Taller 5 Lars
Taller 5 Lars
Taller 5 Lars
TALLER 5
CALCULO MULTIVARIADO
2020-2
1.
In[ ]:= f1[x_, y_] := 4 x + 2
In[ ]:= a1 = RegionPlot0 ≤ x ≤ 2 && x2 ≤ y ≤ 2 x, {x, 0, 2}, {y, 0, 10}, PlotPoints → 90
10
Out[]=
0
0.0 0.5 1.0 1.5 2.0
Out[]=
0
0.0 0.5 1.0 1.5 2.0
Out[]=
0
0.0 0.5 1.0 1.5 2.0
2 2x
In[ ]:= f1[x, y] ⅆ y ⅆ x
0 x2
Out[]= 8
y
2
2
In[ ]:= f1[x, y] ⅆ x ⅆ y
0 y
2
Out[]= - 1 + 4 2
3
2.
x ⅇ2 y
In[ ]:= f2[x_, y_] :=
4-y
In[ ]:= a2 = RegionPlot0 ≤ x ≤ 2 && 0 ≤ y ≤ 4 - x2 , {x, 0, 10}, {y, 0, 5}, PlotPoints → 90
5
Out[]=
0
0 2 4 6 8 10
Out[]=
0
0 2 4 6 8 10
Out[]=
0
0 2 4 6 8 10
2 4-x2
In[ ]:= f2[x, y] ⅆ y ⅆ x
0 0
1
Out[]= - 1 + ⅇ8
4
2 4-y
In[ ]:= f2[x, y] ⅆ x ⅆ y
0 0
1
Out[]= - 1 + ⅇ4
4
3.
In[ ]:= R3a = RegionPlot[Abs[x] + Abs[y] ≤ 1 && x < 0, {x, - 1, 1},
{y, - 1, 1}, PlotPoints → 60, Axes → True, Frame → False, ImageSize → Small,
PlotLabels → Placed["R3a", Center], PlotStyle → LightGray]
1.0
0.5
Out[]= R3a
-1.0 -0.5 0.5 1.0
-0.5
-1.0
0.5
Out[]= R3b
-1.0 -0.5 0.5 1.0
-0.5
-1.0
0.5
-0.5
-1.0
0.5
y0
y4
Out[]=
-1.0 -0.5 0.5 1.0
x y
x2
-0.5
-1.0
0.5
y0
y4
Out[]= R3a R3b
-1.0 -0.5 0.5 1.0
x y
x2
-0.5
-1.0
0 y-1 1 1-y
In[ ]:= y - 2 x ^ 2 ⅆ y ⅆ x + y - 2 x ^ 2 ⅆ y ⅆ x
-1 -y-1 0 y+1
4.
In[ ]:= f4[x_, y_] := x y
Out[]=
0
0.0 0.5 1.0 1.5 2.0
Out[]=
0
0.0 0.5 1.0 1.5 2.0
Out[]=
0
0.0 0.5 1.0 1.5 2.0
2-x
In[ ]:= f4[x, y] ⅆ y ⅆ x
x
x2 x3
Out[]= -2 - +
2 3
2-y
In[ ]:= f4[x, y] ⅆ x ⅆ y
0
2 y3 y4
Out[]= y2 - +
3 8
5.
In[ ]:= a5 = RegionPlot[0 ≤ x ≤ 2 && x ≤ y ≤ 1, {x, 0, 2}, {y, 0, 2}, PlotPoints → 90]
2.0
1.5
1.0
Out[]=
0.5
0.0
0.0 0.5 1.0 1.5 2.0
1.5
1.0
Out[]=
0.5
0.0
0.0 0.5 1.0 1.5 2.0
1.5
1.0
Out[]=
0.5
0.0
0.0 0.5 1.0 1.5 2.0
1 1
In[ ]:= f5[x, y] ⅆ y ⅆ x
0 x
1
Out[]= - 1 + 2 2
18
1 y
In[ ]:= f5[x, y] ⅆ x ⅆ y
0 0
1
Out[]= - 1 + 2 2
18
6.
In[ ]:= a6 = RegionPlot0 ≤ y ≤ 2 && y2 ≤ x ≤ 4, {x, 0, 5}, {y, 0, 5}, PlotPoints → 90
5
Out[]=
0
0 1 2 3 4 5
Out[]=
0
0 1 2 3 4 5
Out[]=
0
0 1 2 3 4 5
2 4
In[ ]:= 2 f6[x, y] ⅆ x ⅆ y // Expand
0 y
2 Sin[8]
Out[]=
3
2 0
In[ ]:= f6[x, y] ⅆ y ⅆ x // Expand
0 x
2
Out[]= - Sin2 2
3
y ≤ x ≤ 2, 0 ≤ y ≤ 4
4 2
In[ ]:= f10[x_, y_] := x^3 + 1 ⅆx ⅆy
0 y
In[ ]:= R10 = RegionPlot0 ≤ y ≤ 4 && y ≤ x ≤ 2, {x, - 1, 4}, {y, - 1, 5}, PlotPoints → 60, Axes → True,
Frame → False, ImageSize → Small, PlotLabels → Placed["R10", Center], PlotStyle → Blue
5
Out[]= 2
R10
1
-1 1 2 3 4
-1
In[ ]:= a10 = ContourPloty ⩵ 0, y ⩵ 4, x ⩵ y , x ⩵ 2, {x, - 1, 4}, {y, - 1, 5}, Axes → True,
Frame → False, PlotLegends → y ⩵ 0, y ⩵ 4, x ⩵ y , x ⩵ 2, ImageSize → Small
5
y0
3
y4
Out[]= 2
x y
1
x2
-1 1 2 3 4
-1
y0
3
y4
Out[]= 2
x y
R10
1
x2
-1 1 2 3 4
-1
4 2 2 x^2
In[ ]:= x^3 + 1 ⅆx ⅆy = x^3 + 1 ⅆy ⅆx
0 y 0 0
11.
1 d b
In[ ]:= fprom11[x_, y_] := xy ⅆ x ⅆ y
b - a * d - c c a
12.
In[ ]:= f12[x_, y_] := 9 - x ^ 2 - 3 y ^ 2
In[ ]:= ContourPlot3D[9 - x ^ 2 - 3 y ^ 2 ⩵ z, {x, - 10, 10}, {y, - 10, 10}, {z, - 10, 10}, PlotPoints → 60]
Out[]=
1 3 9-3 y^2
fprom12 = 9 - x ^ 2 - 3 y ^ 2 ⅆ x ⅆ y
3* 3 *π - 3 - 9-3 y^2
Out[]= R12a
-10 -5 5 10
-5
-10
Out[]= R12b
-10 -5 5 10
-5
-10
Out[]= R12aR12b
-10 -5 5 10
-5
-10
5
x 9 - 3 y2
x - 9 - 3 y2
Out[]=
-10 -5 5 10
y 3
-5 y- 3
-10
5
x 9 - 3 y2
x - 9 - 3 y2
Out[]= R12aR12b
-10 -5 5 10
y 3
-5 y- 3
-10
In[ ]:= R13a = RegionPlot[0 ≤ x ≤ y && 0 ≤ y ≤ 1, {x, - 1, 2}, {y, - 1, 2}, Axes → True, Frame → False,
PlotLabels → Placed["R13a", Center], PlotStyle → Blue, ImageSize → Small]
2.0
1.5
1.0
R13a
Out[]= 0.5
-0.5
-1.0
1.5
R13b
1.0
Out[]= 0.5
-0.5
-1.0
1.5
R13b
1.0
R13a
Out[]= 0.5
-0.5
-1.0
x0
xy
y0
Out[]= 1
y1
x2-y
y2
-1
1.5 x0
R13b
1.0
xy
R13a y0
Out[]= 0.5
y1
-1.0 -0.5 0.5 1.0 1.5 2.0 x2-y
-0.5 y2
-1.0
1 y 2 2-y 1 2-x
In[ ]:= x ^ 2 + y ^ 2 ⅆ x ⅆ y + x ^ 2 + y ^ 2 ⅆ x ⅆ y = x ^ 2 + y ^ 2 ⅆ y ⅆ x
0 0 1 0 0 x