0% encontró este documento útil (0 votos)
83 vistas7 páginas

Vectores en R2: Conceptos y Ejemplos

Este documento describe vectores en R2 y R3. Explica qué es un vector, incluidos puntos iniciales y terminales. Muestra ejemplos de vectores y cómo calcular su dirección. También cubre la multiplicación de un vector por un escalar, y representa vectores como la suma de sus componentes horizontales y verticales. Finalmente, define vectores unitarios y cómo encontrar uno con la misma dirección que un vector dado.

Cargado por

jajakaka
Derechos de autor
© All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como PDF, TXT o lee en línea desde Scribd
0% encontró este documento útil (0 votos)
83 vistas7 páginas

Vectores en R2: Conceptos y Ejemplos

Este documento describe vectores en R2 y R3. Explica qué es un vector, incluidos puntos iniciales y terminales. Muestra ejemplos de vectores y cómo calcular su dirección. También cubre la multiplicación de un vector por un escalar, y representa vectores como la suma de sus componentes horizontales y verticales. Finalmente, define vectores unitarios y cómo encontrar uno con la misma dirección que un vector dado.

Cargado por

jajakaka
Derechos de autor
© All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como PDF, TXT o lee en línea desde Scribd

VECTORES EN R2 Y R3

Vector en el plano (vector en R2)

Punto terminal

Punto inicial

Punto inicial

Estos vectores de rectas son todos


representantes del mismo vector
Ejemplo 1.

Ejemplo 2
Ejemplo 3

Solución.

Dirección de un vector.

Ejemplo 4 Calcule las direcciones de los vectores en el ejemplo 3

Solución.

Estas graficas representan los vectores


Multiplicación de un vector por un escalar.

Ejemplo 5 Multiplicación de un escalar por un vector.

,. Entonces

2v = ( 2, 2 )

Luego,

Así, la dirección de mientras que la dirección de como se


observa en la figura.

Multiplicación de un vector por un escalar.

Ejemplo 5
Ejemplo 6

En la siguiente figura representaremos la fuerza a lo largo de eje x negativo por


medio del vector , la fuerza a lo largo del eje y positivo por medio del vector
La resultante es el vector

(-12, 5)
( 0, 5)

(-12, 0)

= (-12, 0) y = ( 0, 5) . por lo tanto

Magnitud de =5 y de =12,

como entonces 𝒐𝒄
⃗⃗⃗⃗ = (−𝟏𝟐, 𝟎) + (𝟎, 𝟓) = (−𝟏𝟐, 𝟎)

Por lo tanto, la magnitud de 𝒐𝒄


⃗⃗⃗⃗ = √(−𝟏𝟐)𝟐 + 𝟓𝟐 = √𝟏𝟔𝟓 = 𝟏𝟑

Componente horizontal y vertical de un vector.

Con estas representaciones se dice que v está expresado en


sus componentes horizontal y vertical. Los vectores i y j
tienen dos propiedades.

1. Ninguno ellos es múltiplo del otro.


2. Cualquier vector se puede escribir en términos de i y j

Ejemplo 7 Expresar los vectores en sus componentes horizontales y verticales o en términos


de i y j

a. (−3,7)
𝟑 𝟕
b. ( , − )
𝟐 𝟓

Solución
(−3,7) = −3𝑖 + 7𝑗
𝟑 𝟕 𝟑 𝟕
( ,− ) = 𝒊 − 𝒋
𝟐 𝟓 𝟐 𝟓
Vector Unitario

Un vector es unitario si su longitud o magnitud es 1

Ejemplo 8

Escribir un Vector Unitario como

Como

Ejemplo 9

𝝅 𝝅
𝐮 = (𝐜𝐨𝐬 𝟑 ) 𝒊 + (𝐬𝐢𝐧 𝟑 ) 𝒋.

Como encontrar un vector unitario con la misma dirección que un vector dada
diferente de cero.

Ejemplo 9

Solución

que se busca.
[Link]

[Link]

Common questions

Con tecnología de IA

Example 4 in Source 1 illustrates calculating vector directions. The direction of a vector is determined relative to a reference axis, typically the x-axis. For a vector v = (a, b), its direction can be derived using trigonometry by calculating angles or using the unit vectors in said direction. This ensures clarity in defining the vector's orientation in the coordinate plane .

Any vector in a two-dimensional plane can be expressed as a combination of its horizontal and vertical components, represented by the unit vectors i and j. For example, a vector with components (-3,7) can be expressed as -3i + 7j. This means the vector has a horizontal component of -3 units along i and a vertical component of 7 units along j .

Changing the scalar value impacts the geometrical representation of a vector by scaling its length proportionally, thereby elongating or shrinking the vector. If the scalar is positive, the vector retains its direction, but if it's negative, the vector points in the opposite direction. This ability to elongate or shrink makes scalar multiplication a versatile tool in manipulating vector magnitudes geometrically .

The magnitude of a resultant vector derived from its components is calculated using the Pythagorean theorem. For example, if the components of a vector are (-12, 0) and (0, 5), the resultant vector is (-12, 5). Its magnitude is calculated as √((-12)^2 + 5^2) = √(144 + 25) = √169 = 13 .

The unit vectors i and j must have two key properties: they cannot be multiples of each other, ensuring independence, and any vector in the plane can be expressed as a linear combination of i and j. This representation allows for unambiguous resolution of vectors into perpendicular components .

Multiplying a vector by a scalar alters the magnitude of the vector without changing its direction unless the scalar is negative, which would invert the vector's direction. This operation scales the vector length by the magnitude of the scalar, crucial in transforming vectors while maintaining or reversing their alignment relative to their initial direction .

The direction of a vector can be determined from its components by calculating the arctangent of the ratio of the vertical component to the horizontal component, usually expressed in terms of angles. This method allows for determining the angle with respect to a reference axis (typically the positive x-axis) and is essential in fully describing the orientation of a vector in space .

To find a unit vector in the same direction as a given non-zero vector, you divide each component of the vector by its magnitude. For a vector v = (a, b), the unit vector u is given by u = (a/|v|, b/|v|), where |v| is the magnitude of v calculated as √(a^2 + b^2). This process ensures that the direction is preserved while the magnitude is reduced to 1 .

Representing vectors as unit vectors is significant because it allows for the expression of a vector's direction independently of its magnitude. A unit vector has a magnitude of 1, enabling it to define direction purely. This is crucial in normalizing vectors and transforming vectors into direction indicators without altering their orientation in space .

Expressing a vector in terms of its horizontal and vertical components is important because it simplifies calculations involving vector addition, subtraction, and scalar multiplication. This method breaks down complex vector relationships into manageable algebraic expressions, facilitating precise mathematical manipulation and understanding of vector behavior in spatial analyses .

También podría gustarte