Вы находитесь на странице: 1из 11

Descripción del ejercicio 2

a) Dados los vectores representados en el siguiente gráfico, realizar los


siguientes pasos:

Nombrar cada uno de los vectores y encontrar la magnitud y


dirección de los mismos.
Magnitud

|𝐷| = √(𝑥2 − 𝑥1 )2 + (𝑦2 − 𝑦1 )2

|𝐷|(𝐴, 𝐵) = √(0 − 3)2 + (0 − 5)2


|𝐷|(𝐴, 𝐵) = √9 + 25
|𝐷|(𝐴, 𝐵) = √34
|𝐷|(𝐴, 𝐵) = 5,83

|𝐷|(𝐴, 𝐶) = √(0 − (−4))2 + (0 − 1)2


|𝐷|(𝐴, 𝐶) = √16 + 1
|𝐷|(𝐴, 𝐶) = √17
|𝐷|(𝐴, 𝐶) = 4,12
Dirección

(A, B)
5𝑐𝑚
𝜃 = tan−1 ( )
3𝑐𝑚
𝜃 = 59,03°
(A, C)
1𝑐𝑚
𝜃 = tan−1 (− )
4𝑐𝑚
𝜃 = −14,03°
 Encontrar el ángulo entre los vectores.
𝐴∗𝐵
𝑐𝑜𝑠𝜃 =
|𝐴||𝐵|
𝐴 ∗ 𝐵 = (3(−4)) + (5(1))
𝐴 ∗ 𝐵 = −12 + 5
𝐴 ∗ 𝐵 = −7
−7
𝑐𝑜𝑠𝜃 =
|5,83||4,12|
−7
𝑐𝑜𝑠𝜃 =
24.01
cos−1 𝜃 = 106.95°

 Sumar los vectores y encontrar la magnitud y dirección del vector


resultante.
SUMA
|𝐷| = 𝐴 + 𝐵 = (3+(-4)), (5+1)
|𝐷| = 𝐴 + 𝐵 = (-1), (6)

MAGNITUD
|𝐷| = √𝑎2 + 𝑏 2
|𝐷| = √1 + 36
|𝐷| = √37
|𝐷| = 6,08 𝑢

DIRECCIÓN
6
𝜃 = tan−1 ( )
−1
𝜃 = −80,53°
𝜃 = −80,53° + 180°
𝜃 = 99,46°

 Encontrar el área del paralelogramo formado por los vectores


representados, con teoría vectorial.
𝐴 = |𝐴 ∗ 𝐵|k
𝐴 ∗ 𝐵 = (3(1)) − ((−4)(5))𝑘
𝐴 ∗ 𝐵 = (3) − (−20)𝑘
𝐴 ∗ 𝐵 = 3 + 20 𝑘
𝐴 ∗ 𝐵 = 23 𝑘
|𝐴 ∗ 𝐵| = √232
𝐴 = 23
 Comprobar y/o graficar los ítems anteriores, según corresponda, en
Geogebra, Matlab, Octave, Scilab, u otro programa similar.

b) Dados los vectores 𝑣 = 3𝑖 − 4𝑗 + 2𝑘 𝑤 = 2𝑖 + 5𝑗 + 4𝑘 calcular:


 −3𝑣 + 2𝑤
−3(3𝑖 − 4𝑗 + 2𝑘) + 2(2𝑖 + 5𝑗 + 4𝑘)
−9𝑖 + 12𝑗 − 6𝑘 + 4𝑖 + 10𝑗 + 8𝑘
−5𝑖 + 22𝑗 + 2𝑘
 6(𝑣 ∗ 𝑤)
6(3𝑖 − 4𝑗 + 2𝑘)(2𝑖 + 5𝑗 + 4𝑘)
6(6𝑖 − 20𝑗 + 8𝑘)
36 − 120 + 48
−36
 Calcular los cosenos directores de cada uno de los vectores

𝑑 = √𝑖 2 + 𝑗 2 + 𝑘 2
𝑑𝑣 = √32 + 42 + 22
𝑑𝑣 = √9 + 16 + 4
𝑑𝑣 = √29
𝑑𝑣 = 5,38
𝑑𝑤 = √22 + 52 + 42
𝑑𝑣 = √4 + 25 + 16
𝑑𝑤 = √45
𝑑𝑤 = 6,70
Cosenos del vector v
𝑣𝑖
cosα =
|𝑉⃗|
3
cosα−1 =
5,38
56,10°
𝑣𝑗
cosβ =
|𝑉⃗|
−4
cosβ−1 =
5,38
138,02°
𝑣𝑘
cosγ =
⃗|
|𝑉
2
cosγ−1 =
5,38
68,17°
Cosenos del vector w
𝑣𝑖
cosα =
|𝑉⃗|
2
cosα−1 =
6,70
72,63°
𝑣𝑗
cosβ =
|𝑉⃗|
5
cosβ−1 =
6,70
41,73°
𝑣𝑘
cosγ =
⃗|
|𝑉
4
cosγ−1 =
6,70
53,34°
Calcular el producto cruz y el producto punto
𝑣 ∗ 𝑤 = (3 ∗ 2) + (−4 ∗ 5) + (2 ∗ 4)
𝑣 ∗ 𝑤 = 6 − 20 + 8
𝑣 ∗ 𝑤 = −6
𝑖 𝑗 𝑘
𝑣 ∗ 𝑤 = |3 −4 2 |
2 5 4
(−16 + 10)𝑖 − (12 + 4)𝑗 + (15 − 8)𝑘
−6𝑖 − 16𝑗 + 7𝑘
 Comprobar y/o graficar los ítems anteriores, según corresponda,
en Geogebra, Matlab, Octave, Scilab, u otro programa similar.
Ejercicio 3: Resolución de problemas básicos sobre vectores en
R2 y R3

Descripción del ejercicio 3

La velocidad de un cuerpo tiene inicialmente el valor V1 = (5,-3) m/s, al


instante t1 = 25. Después de transcurridos 4 segundos, la velocidad ha
cambiado al valor V2 = (-4,8) m/s.
 ¿Cuánto vale el cambio de velocidad ⃗⃗⃗⃗⃗
∆𝑉 . ?
∆𝑉 = 𝑣𝑓 − 𝑣𝑖
∆𝑉 = (8 − 4) − (5 − 3)
∆𝑉 = 4 − 2
∆𝑉 = 2
 ¿Cuál es la variación de la velocidad por unidad de tiempo?
∆𝑥 2
𝑣𝑚 = = = 0.095
∆𝑡 21
 Hallar módulo, dirección, y sentido del siguiente vector.
Magnitud

|𝐷|(𝐴, 𝐵) = √(−3)2 + (5)2


|𝐷|(𝐴, 𝐵) = √9 + 25
|𝐷|(𝐴, 𝐵) = √34
|𝐷|(𝐴, 𝐵) = 5,83

|𝐷|(𝐵, 𝐶) = √(8)2 + (−4)2


|𝐷|(𝐵, 𝐶) = √64 + 16
|𝐷|(𝐵, 𝐶) = √80
|𝐷|(𝐵, 𝐶) = 8,94

Dirección

(B)
5𝑐𝑚
𝜃 = tan−1 ( )
−3𝑐𝑚
𝜃 = −59,03°

(C)
8𝑐𝑚
𝜃 = tan−1 ( )
−4𝑐𝑚
𝜃 = −63,43°
 Dados:
𝑎 = (5, 12) y 𝑏⃗ = (1, k), donde k es un escalar, encuentre (k) tal
𝜋
que la medida en radianes del ángulo 𝑏⃗ y 𝑎 sea 3 .

𝜋
= 60°
3
𝑎 ∗ 𝑏 = (5,12)(1, 𝑘)
𝑎 ∗ 𝑏 = 5 ∗ 12 + 1 ∗ 𝑘
𝑎 ∗ 𝑏 = 60 + 𝑘

|𝐷|(𝐴, 𝐵) = √(12)2 + (5)2


|𝐷|(𝐴, 𝐵) = √144 + 25
|𝐷|(𝐴, 𝐵) = √169
|𝐷|(𝐴, 𝐵) = 13

|𝐷|(𝐵, 𝐶) = √(1)2 + (𝑘)2


|𝐷|(𝐵, 𝐶) = √1 + 𝑘 2

60 + 𝑘 = 13√1 + 𝑘 2
60 + 𝑘 = 13𝑘 2
13𝑘 2
60 =
𝑘
60
=𝑘
13
𝑘 = 4,61
Ejercicio 4: Resolución de problemas básicos sobre matrices y
determinantes.

Descripción del ejercicio 4

Sean las siguientes matrices:

1 0 2 3 9 −5 6
0 −2 3 5
−2 5 6 3 3 6
𝐴=[ 1 0 3 8] 𝐵 = [1
0 −1 3] 𝐶=[ 4 3 5 4]
5 −3 0 −1 0 −9 8
2 5 7 −5
0 3𝑥 2 −2
𝐷 = [ 3 𝑦2 3 ]
1 0 (𝑥 + 𝑦)

Realizar las siguientes operaciones, si es posible:

a) 𝐴 ∙ 𝐵 ∙ 𝐶
1 0 2 3 9 −5 6
−2 5 6 3 3 6
𝐴 = [ 1 0 3 8] 𝐵 = [1
0 −1 3]
5 2 −3 0 5 7 −5
9 + 0 + 0 + 15 = 24
−5 + 0 − 2 + 21 = 14
6 + 0 + 6 − 15 = −3
−18 + 5 + 0 + 15 = 2
10 + 15 − 6 + 21 = 40
−12 + 30 + 18 − 15 = 21
9 + 0 + 0 + 40 = 49
−5 + 0 − 3 + 56 = 48
6 + 0 + 9 − 40 = −25
45 + 2 + 0 + 0 = 47
−25 + 6 + 3 + 0 = −16
30 + 12 − 9 + 0 = 33

24 14 −3
2 40 21
𝐴∙𝐵 =[ ]
49 48 −25
47 −16 33
A*B*C
24 14 −3
0 −2 3 5
2 40 21
𝐴∙𝐵 =[ ] 𝐶=[ 4 3 5 4]
49 48 −25
−1 0 −9 8
47 −16 33

0 + 56 + 3 = 59
−48 + 42 + 0 = −6
72 + 70 + 27 = 169
120 + 56 − 24 = 152
0 + 160 − 21 = 139
−4 + 120 + 0 = 116
6 + 200 − 189 = 17
10 + 160 + 168 = 338
0 + 192 + 25 = 217
−98 + 144 + 0 = 46
147 + 240 + 225 = 612
245 + 192 − 200 = 237
0 − 64 − 33 = −97
−94 − 48 + 0 = −142
141 − 80 − 297 = −236
235 − 64 + 264 = 435

59 −6 169 152
139 116 17 338
𝐴∙𝐵∙𝐶 =[ ]
217 46 612 237
−97 −142 −236 435

b) 4𝐵 ∙ 2𝐴

No se puede realizar

c) 3𝐶 ∙ (−7𝐵)
0 −2 3 5 9 −5 6
3 6
𝐶=[ 4 3 5 4 ] 𝐵 = [1
0 −1 3 ]
−1 0 −9 8
5 7 −5

0 −6 9 15
3𝐶 = [ 12 9 15 12]
−3 0 −27 24
−63 35 −42
−7 −21 −42
−7𝐵 = [ ]
0 7 −21
−35 −49 35

0 + 42 + 0 − 525 = −483
0 + 126 + 63 − 735 = −546
0 + 252 − 189 + 525 = 588
−756 − 63 + 0 − 420 = −1239
420 − 189 + 105 − 588 = −252
−504 − 378 − 315 + 420 = −777
189 + 0 + 0 − 840 = −651
−105 + 0 − 189 − 1176 = −1470
126 + 0 + 567 + 840 = 1533

−483 −546 588


3𝐶 ∙ (−7𝐵) = [−1239 −252 −777]
−651 −1470 1533

d) 𝐷2
0 3𝑥 2 −2
𝐷 = [3 𝑦2 3 ]
1 0 (𝑥 + 𝑦)

0 + 9𝑥 2 − 2 = 9𝑥 2 − 2
0 + 3𝑥 2 𝑦 2 + 0 = 3𝑥 2 𝑦 2
0 + 9𝑥 2 − 2𝑥 − 2𝑦 = 9𝑥 2 − 2𝑥 − 2𝑦
0 + 3𝑦 2 + 3 = 3𝑦 2 + 3
9𝑥 2 + 𝑦 4 + 0 = 9𝑥 2 + 𝑦 4
−6 + 3𝑦 2 + 3𝑥 + 3𝑦 = 3𝑦 2 + 3𝑦 + 3𝑥 − 6
0 + 0 + (𝑥 + 𝑦) = (𝑥 + 𝑦)
3𝑥 2 + 0 + 0 = 3𝑥 2
−2 + 0 + 𝑥 2 + 2𝑥𝑦 + 𝑦 2 = 𝑥 2 + 2𝑥𝑦 + 𝑦 2 − 2

9𝑥 2 − 2 3𝑥 2 𝑦 2 9𝑥 2 − 2𝑥 − 2𝑦
𝐷2 = [3𝑦 2 + 3 9𝑥 2 + 𝑦 4 3𝑦 2 + 3𝑦 + 3𝑥 − 6]
(𝑥 + 𝑦) 3𝑥 2 𝑥 2 + 2𝑥𝑦 + 𝑦 2 − 2

e) 𝐷 ∙ 𝐶

0 3𝑥 2 −2 0 −2 3 5
𝐷 = [3 𝑦2 3 ]∙𝐶 =[ 4 3 5 4]
1 0 (𝑥 + 𝑦) −1 0 −9 8

0 + 12𝑥 2 + 2 = 12𝑥 2 + 2
0 + 9𝑥 2 + 0 = 9𝑥 2
0 + 15𝑥 2 + 18 = 15𝑥 2 + 18
0 + 12𝑥 2 − 16 = 12𝑥 2 − 16
0 + 4𝑦 2 − 3 = 4𝑦 2 − 3
−6 + 3𝑦 2 + 0 = 3𝑦 2 − 6
9 + 5𝑦 2 − 27 = 5𝑦 2 − 18
15 + 4𝑦 2 + 24 = 4𝑦 2 + 39
0 + 0 − (𝑥 + 𝑦) = (𝑥 − 𝑦)
−2 + 0 + 0 = −2
3 + 0 − 9𝑥 − 9𝑦 = −9𝑥 − 9𝑦 + 3
5 + 0 + 8𝑥 + 8𝑦 = 8𝑥 + 8𝑦 + 5

12𝑥 2 + 2 9𝑥 2 15𝑥 2 + 18 12𝑥 2 − 16


𝐷 ∙ 𝐶 = [ 4𝑦 2 − 3 3𝑦 2 − 6 5𝑦 2 − 18 4𝑦 2 + 39 ]
(𝑥 − 𝑦) −2 −9𝑥 − 9𝑦 + 3 8𝑥 + 8𝑦 + 5
f) 𝐶 𝑇 ∙ 𝐷
0 −2 3 5 0 3𝑥 2 −2
𝐶=[ 4 3 5 4 ] 𝐷 = [3 𝑦 2 3 ]
−1 0 −9 8 1 0 (𝑥 + 𝑦)

0 4 −1
−2 3 0
𝐶𝑇 = [ ]
3 5 −9
5 4 8

0 4 −1 0 3𝑥 2 −2
−2 3 0
𝐶𝑇 ∙ 𝐷 = [ ] ∙ [3 𝑦 2 3 ]
3 5 −9
1 0 (𝑥 + 𝑦)
5 4 8

0 + 12 − 1 = 11
0 + 4𝑦 2 + 0 = 4𝑦 2
0 + 12 − 𝑥 − 𝑦 = 12 − 𝑥 − 𝑦
0+9+0= 9
−6𝑥 2 + 3𝑦 2 + 0 = −6𝑥 2 + 3𝑦 2
4 + 9 + 0 = 13
0 + 15 − 9 = 6
9𝑥 2 + 5𝑦 2 + 0 = 9𝑥 2 + 5𝑦 2
−6 + 15 − 9𝑥 − 9𝑦 = −9𝑥 − 9𝑦 + 9
0 + 12 + 8 = 20
15𝑥 2 + 4𝑦 2 + 0 = 15𝑥 2 + 4𝑦 2
−10 + 12 + 8𝑥 + 8𝑦 = 8𝑥 + 8𝑦 + 2

11 4𝑦 2 12 − 𝑥 − 𝑦
9 −6𝑥 2 + 3𝑦 2 13
𝐶𝑇 ∙ 𝐷 =
6 9𝑥 2 + 5𝑦 2 −9𝑥 − 9𝑦 + 9
[20 15𝑥 2 + 4𝑦 2 8𝑥 + 8𝑦 + 2 ]

g) 𝐷𝑒𝑡 (𝐵)

No se puede realizar

h) 𝐷𝑒𝑡 (𝐷)
0 3𝑥 2 −2
𝐷𝑒𝑡 (𝐷) = [3 𝑦 2 3 ]
1 0 (𝑥 + 𝑦)

0 ∙ [(𝑦 2 ∗ (𝑥 + 𝑦)) − ( 0 ∗ 3) ] − 3𝑥 2 ∙ [(3 ∗ (𝑥 + 𝑦)) − (3 ∗ 1)] + (∙ [(3 ∗ 0) − (1 ∗ 𝑦 2 )]


−3𝑥 2 ∙ [3𝑥 + 3𝑦 − 3] + (−2) ∙ [0 − 𝑦 2 ]
−9𝑥 3 − 9𝑥 2 𝑦 + 9𝑥 2 + 2𝑦 2
𝐷𝑒𝑡 (𝐷) = −9𝑥 3 − 9𝑥 2 𝑦 + 9𝑥 2 + 2𝑦 2

i) (𝐵 𝑇 − 𝐶)𝑇

9 −5 6
0 −2 3 5
1 3 6
𝐵=[ ]−𝐶 =[ 4 3 5 4]
0 −1 3
−1 0 −9 8
5 7 −5
9 1 0 5 0 −2 3 5
𝑇
𝐵 = [−5 3 −1 7 ] − 𝐶 = [ 4 3 5 4]
6 6 3 −5 −1 0 −9 8
9 −9 5
(𝐵 − 𝐶) = [ 3
𝑇 𝑇 0 6
−3 −6 12 ]
0 3 −13

Вам также может понравиться