Esercizi sulle Operazioni tra Vettori
Esercizi sulle Operazioni tra Vettori
Esercizi sulle Operazioni tra Vettori
Versione italiana
Esercizi sulle Operazioni tra Vettori
I vettori sono entità matematiche che hanno sia una grandezza che una direzione. Le operazioni fondamentali tra vettori includono l'addizione, la sottrazione e il prodotto scalare.
Concetti Chiave
-
Vettore: Un vettore in uno spazio euclideo \mathbb{R}^nRn è rappresentato come un insieme di nn componenti. Ad esempio, un vettore in \mathbb{R}^2R2 può essere scritto come:
\mathbf{v} = \begin{pmatrix} v_1 \\ v_2 \end{pmatrix}
v=(v1​v2​​)
-
Addizione di Vettori: L'addizione di due vettori \mathbf{u}u e \mathbf{v}v è effettuata sommando le loro componenti corrispondenti:
\mathbf{u} + \mathbf{v} = \begin{pmatrix} u_1 \\ u_2 \end{pmatrix} + \begin{pmatrix} v_1 \\ v_2 \end{pmatrix} = \begin{pmatrix} u_1 + v_1 \\ u_2 + v_2 \end{pmatrix}
u+v=(u1​u2​​)+(v1​v2​​)=(u1​+v1​u2​+v2​​)
-
Sottrazione di Vettori: La sottrazione di due vettori \mathbf{u}u e \mathbf{v}v è effettuata sottraendo le loro componenti corrispondenti:
\mathbf{u} - \mathbf{v} = \begin{pmatrix} u_1 \\ u_2 \end{pmatrix} - \begin{pmatrix} v_1 \\ v_2 \end{pmatrix} = \begin{pmatrix} u_1 - v_1 \\ u_2 - v_2 \end{pmatrix}
u−v=(u1​u2​​)−(v1​v2​​)=(u1​−v1​u2​−v2​​)
-
Prodotto Scalare: Il prodotto scalare di due vettori \mathbf{u}u e \mathbf{v}v è dato dalla somma dei prodotti delle loro componenti:
\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2
u⋅v=u1​v1​+u2​v2​
Esercizi
Esercizio 1
Siano i vettori \mathbf{u} = \begin{pmatrix} 2 \\ 3 \end{pmatrix}u=(23​) e \mathbf{v} = \begin{pmatrix} 1 \\ 4 \end{pmatrix}v=(14​). Calcola \mathbf{u} + \mathbf{v}u+v.
Soluzione:
\mathbf{u} + \mathbf{v} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} + \begin{pmatrix} 1 \\ 4 \end{pmatrix} = \begin{pmatrix} 2 + 1 \\ 3 + 4 \end{pmatrix} = \begin{pmatrix} 3 \\ 7 \end{pmatrix}
u+v=(23​)+(14​)=(2+13+4​)=(37​)
Esercizio 2
Siano i vettori \mathbf{u} = \begin{pmatrix} 5 \\ 2 \end{pmatrix}u=(52​) e \mathbf{v} = \begin{pmatrix} 3 \\ 6 \end{pmatrix}v=(36​). Calcola \mathbf{u} - \mathbf{v}u−v.
Soluzione:
\mathbf{u} - \mathbf{v} = \begin{pmatrix} 5 \\ 2 \end{pmatrix} - \begin{pmatrix} 3 \\ 6 \end{pmatrix} = \begin{pmatrix} 5 - 3 \\ 2 - 6 \end{pmatrix} = \begin{pmatrix} 2 \\ -4 \end{pmatrix}
u−v=(52​)−(36​)=(5−32−6​)=(2−4​)
English version
Vector Operations Exercises
Vectors are mathematical entities that have both magnitude and direction. Fundamental vector operations include addition, subtraction, and dot product.
Key Concepts
-
Vector: A vector in a Euclidean space \mathbb{R}^nRn is represented as a set of nn components. For example, a vector in \mathbb{R}^2R2 can be written as:
\mathbf{v} = \begin{pmatrix} v_1 \\ v_2 \end{pmatrix}
v=(v1​v2​​)
-
Vector Addition: The addition of two vectors \mathbf{u}u and \mathbf{v}v is done by adding their corresponding components:
\mathbf{u} + \mathbf{v} = \begin{pmatrix} u_1 \\ u_2 \end{pmatrix} + \begin{pmatrix} v_1 \\ v_2 \end{pmatrix} = \begin{pmatrix} u_1 + v_1 \\ u_2 + v_2 \end{pmatrix}
u+v=(u1​u2​​)+(v1​v2​​)=(u1​+v1​u2​+v2​​)
-
Vector Subtraction: The subtraction of two vectors \mathbf{u}u and \mathbf{v}v is performed by subtracting their corresponding components:
\mathbf{u} - \mathbf{v} = \begin{pmatrix} u_1 \\ u_2 \end{pmatrix} - \begin{pmatrix} v_1 \\ v_2 \end{pmatrix} = \begin{pmatrix} u_1 - v_1 \\ u_2 - v_2 \end{pmatrix}
u−v=(u1​u2​​)−(v1​v2​​)=(u1​−v1​u2​−v2​​)
-
Door Product: The dot product of two vectors \mathbf{u}u and \mathbf{v}v is given by the sum of the products of their components:
\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2
u⋅v=u1​v1​+u2​v2​
Exercises
Exercise 1
Let the vectors \mathbf{u} = \begin{pmatrix} 2 \\ 3 \end{pmatrix}u=(23​) and \mathbf{v} = \begin{pmatrix} 1 \\ 4 \end{pmatrix}v=(14​). Compute \mathbf{u} + \mathbf{v}u+v.
Solution:
\mathbf{u} + \mathbf{v} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} + \begin{pmatrix} 1 \\ 4 \end{pmatrix} = \begin{pmatrix} 2 + 1 \\ 3 + 4 \end{pmatrix} = \begin{pmatrix} 3 \\ 7 \end{pmatrix}
u+v=(23​)+(14​)=(2+13+4​)=(37​)
Exercise 2 Let the vectors be
\mathbf{u} = \begin{pmatrix} 5 \\ 2 \end{pmatrix}u=(52​) and \mathbf{v} = \begin{pmatrix} 3 \\ 6 \end{pmatrix}v=(36​). Compute \mathbf{u} - \mathbf{v}u−v.
Solution:
\mathbf{u} - \mathbf{v} = \begin{pmatrix} 5 \\ 2 \end{pmatrix} - \begin{pmatrix} 3 \\ 6 \end{pmatrix} = \begin{pmatrix} 5 - 3 \\ 2 - 6 \end{pmatrix} = \begin{pmatrix} 2 \\ -4 \end{pmatrix}
u−v=(52​)−(36​)=(5−32−6​)=(2−4​)
Commenti
Posta un commento