Ejemplos de Temas de Repaso-Diegomar

Descargar como pdf o txt
Descargar como pdf o txt
Está en la página 1de 4

EJEMPLOS DE TEMAS DE REPASO

ALUMNO: Mar Pérez, Diego Augusto Código: 019200760J

CONJUNTOS

• Si se cumple que M y N son conjuntos unitarios

𝑀 = {2𝑚 + 𝑛; 17}
𝑁 = {𝑛 + 1; 3𝑚 − 𝑛}
Hallar m+n

2𝑚 + 𝑛 = 17
𝑛 = 17 − 2𝑚
𝑛 + 1 = 3𝑚 − 𝑛
2(17 − 2𝑚) + 1 = 3𝑚
34 − 4𝑚 + 1 = 3𝑚
7𝑚 = 35
𝑚=5
𝑛=7

• Dados los conjuntos iguales

𝐴 = {𝑎 + 2; 𝑎 + 1}; 𝐵 = {𝑏 + 1; 𝑐 + 1}, 𝐶 = {7 − 𝑎; 8 − 𝑎} 𝑦 𝐷 = {𝑏 + 2; 𝑑 + 3}
Hallar a+b+c+d si b es diferente a d

𝑎+2=8−𝑎
2𝑎 = 6
𝑎=3
𝐴 = {5; 4}; 𝐵 = {𝑏 + 1; 𝑐 + 1}, 𝐶 = {4; 5} 𝑦 𝐷 = {𝑏 + 2; 𝑑 + 3}
𝑏+1=4→𝑏=3
𝑑+3=4→𝑑 =1
𝑐+1=5→𝑐 =4
𝑎 + 𝑏 + 𝑐 + 𝑑 = 11

• Hallar 𝐴 ∩ 𝐵 donde

𝐴 = {𝑥 ∈ ℕ/ 𝑥 2 − 9 < 0} ; 𝐵 = {𝑥 ∈ ℕ/𝑥 2 − 1 > 0}

𝑥2 − 9 < 0 𝑥2 − 1 > 0
(𝑥 + 3)(𝑥 − 3) < 0 (𝑥 + 1)(𝑥 − 1) > 0

𝑥 = −3 𝑥 = 3 𝑥 = −1 𝑥 = 1
𝑨 = {𝟎; 𝟏; 𝟐} 𝑩 = {𝟐; 𝟑; 𝟒; … }
𝐴 ∩ 𝐵 = {2}

• Dados los conjuntos unitarios

𝐴 = {𝑎 + 𝑏; 𝑎 + 2𝑏 − 3; 12} 𝑦 𝐵 = {𝑥 𝑦 ; 𝑦 𝑥 ; 16}, hallar el valor de (x+y+a2+b)

𝐴 = {𝑎 + 𝑏; 𝑎 + 2𝑏 − 3; 12} 𝐵 = {𝑥 𝑦 ; 𝑦 𝑥 ; 16}
𝑎 + 𝑏 = 𝑎 + 2𝑏 − 3 = 12 𝑥 𝑦 = 𝑦 𝑥 = 16

12 − 𝑏 + 2𝑏 − 3 = 12 𝑥 𝑦 = 𝑦 𝑥 = 24
𝑎 = 9;𝑏 = 3 𝑥 = 2; 𝑦 = 4

𝑥 + 𝑦 + 𝑎2 + 𝑏 = 90
VECTORES R2

• Calcular el Angulo que forman los vectores 𝑣⃗ = (2; 1) 𝑦 𝑤


⃗⃗⃗ = (1; 3)

𝑣⃗ ∗ 𝑤
⃗⃗⃗ 𝑣𝑥 ∗ 𝑤𝑥 + 𝑣𝑦 ∗ 𝑤𝑦
𝑐𝑜𝑠𝛼 = =
‖𝑣⃗‖ ∗ ‖𝑤 ⃗⃗⃗‖
√𝑣𝑥2 + 𝑣𝑦2 ∗ √𝑤𝑥2 + 𝑤𝑦2

2∗1+1∗3 5 5 √2
𝑐𝑜𝑠𝛼 = = = =
√22 +12 ∗√12 +32 √5∗√10 √50 2

√2
𝛼 = arccos ( )
2

𝛼 = 45°

• Dados en R2 los vectores 𝑣⃗ = (3; −4) 𝑦 𝑤


⃗⃗⃗ = (1; 2)

‖𝑣⃗‖ = √32 + (−4)2 = √9 + 16 = √25 = 5

⃗⃗⃗‖ = √12 + 22 = √1 + 4 = √5
‖𝑤

1 1 1 3 −4 3 −4 9 + 16
‖ . 𝑣⃗‖ = ‖ . 𝑣⃗‖ = ‖ . (3; −4)‖ = ‖( ; )‖ = √( )2 + ( )2 = √ =1
‖𝑣⃗‖ 5 5 5 5 5 5 25

• Dados en R2 los vectores 𝑣⃗ = (5; −8) 𝑦 𝑤


⃗⃗⃗ = (3; 7)

‖𝑣⃗‖ = √52 + (−8)2 = √25 + 64 = √89

⃗⃗⃗‖ = √32 + 72 = √9 + 49 = √58


‖𝑤

(2‖𝑣⃗‖)2 + (3‖𝑤
⃗⃗⃗‖)2 = (2√89)2 + (3√58)2 = 878
• Calcular el valor de k, sabiendo que el módulo del vector 𝑣⃗ = (𝑘; 3) 𝑒𝑠 5

‖𝑣⃗‖ = √𝑘 2 + 32 = 5

25 = 𝑘 2 + 9

𝑘 2 = 16 𝑘 = ±4
COMBINACIÓN LINEAL DE VECTORES

• Expresar al vector 𝑐⃗ = (2,3) en combinación lineal de los vectores 𝑎⃗ = (1, −1) 𝑦 𝑏⃗⃗ =
(1,2)
(2,3) = 𝑚(1, −1) + 𝑛(1,2)
(2,3) = (𝑚 + 𝑛, −𝑚 + 2𝑛)

𝑚+𝑛 =2
−𝑚 + 2𝑛 = 3
3𝑛 = 5
5
𝑛=
3
5
𝑚+ =2
3
1
𝑚=
3
1 5
(2,3) = (1, −1) + (1,2)
3 3
• Determinar si el vector 𝑥⃗ = (−12, −1, −5) se puede expresar como combinación
⃗⃗ = (1, −1, 0), 𝑣⃗ = (5,0, 1) 𝑦 𝑤
lineal de 𝑢 ⃗⃗⃗ = (1,1, −2)

El vector 𝑥⃗ será combinación lineal de los vectores 𝑢


⃗⃗, 𝑣⃗ 𝑦 𝑤
⃗⃗⃗ sí existen tres números reales
𝑘1 , 𝑘2 , 𝑘3 tales que:
𝑥⃗ = 𝑘1 ∗ 𝑢 ⃗⃗⃗ → (−12, −1, −5) = 𝑘1 (1, −1, 0) + 𝑘2 (5,0, 1) + 𝑘3 (1,1, −2)
⃗⃗ + 𝑘2 ∗ 𝑣⃗ + 𝑘3 ∗ 𝑤

𝑘1 + 5𝑘2 + 𝑘3 = −12 𝑘1 + 5𝑘2 + 𝑘3 = −12 𝑘1 = 2


{ −𝑘1 + 𝑘3 = −1 ⟹{ 𝑘3 = 𝑘1 − 1 ⟹ {𝑘2 = −3
𝑘2 − 2𝑘3 = −5 𝑘2 = −5 + 2𝑘3 𝑘3 = 1
𝑥⃗ es combinación lineal de 𝑢
⃗⃗, 𝑣⃗ 𝑦 𝑤
⃗⃗⃗ ya que 𝑥⃗ = 2𝑢
⃗⃗ − 3𝑣⃗ + 𝑤
⃗⃗⃗

• Comprobar que el vector 𝑤


⃗⃗⃗ = (4,7) es combinación lineal de los vectores 𝑢
⃗⃗ =
(2,1) 𝑦 𝑣⃗ = (0,5)

Comprobamos si: (4,7) = 𝑎(2,1) + 𝑏(0,5)


4 = 2𝑎 + 0𝑏 𝑎=2
Igualando tenemos que:{ ⇒{
7 = 1𝑎 + 5𝑏 𝑏=1
Por lo tanto 𝑤
⃗⃗⃗ es combinación lineal de 𝑢
⃗⃗ 𝑦 𝑣⃗

• Comprobar que el vector 𝑢


⃗⃗ = (3,9) es combinación lineal del vector 𝑣⃗ = (1,3)
(3,9) = 𝑘(1,3) ⇒ {3 = 1 ∗ 𝑘 ⇒ 𝑘 = 3
9=3∗𝑘
3 9
Son dependientes o proporcionales: =
1 3
𝑢
⃗⃗ es combinación lineal del vector 𝑣⃗

MATRICES Y DETERMINANTES

• Sumar las siguientes matrices


3 −5 4 −2 −1 1
𝐴=( 9 8 −7) , 𝐵 = ( 5 −7 6)
−6 4 2 9 3 2
3 −5 4 −2 −1 1 1 −6 5
𝐴+𝐵 = ( 9 8 −7) + ( 5 −7 6) = (14 1 −1)
−6 4 2 9 3 2 3 7 4
• Restar las siguientes matrices
3 −5 4 −2 −1 1
𝐴=( ),𝐵 = ( )
9 8 −7 5 −7 6
3 −5 4 −2 −1 1 5 −4 3
𝐴−𝐵 = ( )−( )=( )
9 8 −7 5 −7 6 4 15 −13
• Multiplicar las siguientes matrices
2
3 2 6
𝐴=( ) 𝑦 𝐵 = (−4)
−2 4 6
6
3 ∗ 2 + 2 ∗ −4 + 6 ∗ 1
𝐴∗𝐵 =( )
−2 ∗ 2 + 4 ∗ −4 + 6 ∗ 1
4
𝐴∗𝐵 =( )
−14
• Multiplicar las siguientes matrices
5 1
4 0 −3
𝐴=( ) 𝑦 𝐵 = (−10 3)
−7 2 6
2 6
20 + 0 + (−6) 4 + 0 + (−18)
𝐴∗𝐵 =( )
−35 + (−20) + 12 −7 + 6 + 36
13 −14
𝐴∗𝐵 =( )
−43 35

También podría gustarte