Esercizi sulla Proiezione Ortogonale di un Vettore su uno Spazio Vettoriale

Esercizi sulla Proiezione Ortogonale di un Vettore su uno Spazio Vettoriale Esercizi sulla Proiezione Ortogonale di un Vettore su uno Spazio Vettoriale
Esercizi sulla Proiezione Ortogonale di un Vettore su uno Spazio Vettoriale

Versione italiana

Esercizi sulla Proiezione Ortogonale di un Vettore su uno Spazio Vettoriale

Introduzione

La proiezione ortogonale di un vettore \vec{v}v\vec{v} su uno spazio vettoriale generato da un insieme di vettori \{\vec{u_1}, \vec{u_2}, \ldots, \vec{u_n}\}{u1,u2,,un}\{\vec{u_1}, \vec{u_2}, \ldots, \vec{u_n}\} è il vettore più vicino a \vec{v}v\vec{v} che appartiene a questo spazio. La proiezione è utile in molte applicazioni, come la regressione lineare e l'analisi dei dati.

Formula della Proiezione Ortogonale

La proiezione ortogonale di un vettore \vec{v}v\vec{v} su un vettore \vec{u}u\vec{u} è data dalla formula:

\text{Proiezione}_{\vec{u}} \vec{v} = \frac{\vec{v} \cdot \vec{u}}{\vec{u} \cdot \vec{u}} \vec{u}
Proiezioneuv=vuuuu\text{Proiezione}_{\vec{u}} \vec{v} = \frac{\vec{v} \cdot \vec{u}}{\vec{u} \cdot \vec{u}} \vec{u}

Esercizio 1: Proiezione di un Vettore su un Vettore

Problema: Trova la proiezione ortogonale del vettore \vec{v} = (3, 4)v=(3,4)\vec{v} = (3, 4) sul vettore \vec{u} = (1, 2)u=(1,2)\vec{u} = (1, 2).

Soluzione:

  1. Calcoliamo il prodotto scalare \vec{v} \cdot \vec{u}vu\vec{v} \cdot \vec{u}:

    \vec{v} \cdot \vec{u} = 3 \cdot 1 + 4 \cdot 2 = 3 + 8 = 11
    vu=31+42=3+8=11\vec{v} \cdot \vec{u} = 3 \cdot 1 + 4 \cdot 2 = 3 + 8 = 11
  2. Calcoliamo il prodotto scalare \vec{u} \cdot \vec{u}uu\vec{u} \cdot \vec{u}:

    \vec{u} \cdot \vec{u} = 1 \cdot 1 + 2 \cdot 2 = 1 + 4 = 5
    uu=11+22=1+4=5\vec{u} \cdot \vec{u} = 1 \cdot 1 + 2 \cdot 2 = 1 + 4 = 5
  3. Ora possiamo calcolare la proiezione:

    \text{Proiezione}_{\vec{u}} \vec{v} = \frac{11}{5} \vec{u} = \frac{11}{5} (1, 2) = \left( \frac{11}{5}, \frac{22}{5} \right)
    Proiezioneuv=115u=115(1,2)=(115,225)\text{Proiezione}_{\vec{u}} \vec{v} = \frac{11}{5} \vec{u} = \frac{11}{5} (1, 2) = \left( \frac{11}{5}, \frac{22}{5} \right)

Esercizio 2: Proiezione di un Vettore su uno Spazio Vettoriale

Problema: Trova la proiezione ortogonale del vettore \vec{v} = (1, 2, 3)v=(1,2,3)\vec{v} = (1, 2, 3) sul piano generato dai vettori \vec{u_1} = (1, 0, 0)u1=(1,0,0)\vec{u_1} = (1, 0, 0) e \vec{u_2} = (0, 1, 0)u2=(0,1,0)\vec{u_2} = (0, 1, 0).

Soluzione:

  1. Calcoliamo la proiezione di \vec{v}v\vec{v} su \vec{u_1}u1\vec{u_1}:

    \text{Proiezione}_{\vec{u_1}} \vec{v} = \frac{\vec{v} \cdot \vec{u_1}}{\vec{u_1} \cdot \vec{u_1}} \vec{u_1}
    Proiezioneu1v=vu1u1u1u1\text{Proiezione}_{\vec{u_1}} \vec{v} = \frac{\vec{v} \cdot \vec{u_1}}{\vec{u_1} \cdot \vec{u_1}} \vec{u_1}
    • \vec{v} \cdot \vec{u_1} = 1 \cdot 1 + 2 \cdot 0 + 3 \cdot 0 = 1vu1=11+20+30=1\vec{v} \cdot \vec{u_1} = 1 \cdot 1 + 2 \cdot 0 + 3 \cdot 0 = 1
    • \vec{u_1} \cdot \vec{u_1} = 1 \cdot 1 + 0 \cdot 0 + 0 \cdot 0 = 1u1u1=11+00+00=1\vec{u_1} \cdot \vec{u_1} = 1 \cdot 1 + 0 \cdot 0 + 0 \cdot 0 = 1
    • Quindi:
    \text{Proiezione}_{\vec{u_1}} \vec{v} = 1 \cdot (1, 0, 0) = (1, 0, 0)
    Proiezioneu1v=1(1,0,0)=(1,0,0)\text{Proiezione}_{\vec{u_1}} \vec{v} = 1 \cdot (1, 0, 0) = (1, 0, 0)
  2. Calcoliamo la proiezione di \vec{v}v\vec{v} su \vec{u_2}u2\vec{u_2}:

    \text{Proiezione}_{\vec{u_2}} \vec{v} = \frac{\vec{v} \cdot \vec{u_2}}{\vec{u_2} \cdot \vec{u_2}} \vec{u_2}
    Proiezioneu2v=vu2u2u2u2\text{Proiezione}_{\vec{u_2}} \vec{v} = \frac{\vec{v} \cdot \vec{u_2}}{\vec{u_2} \cdot \vec{u_2}} \vec{u_2}
    • Calcoliamo \vec{v} \cdot \vec{u_2}vu2\vec{v} \cdot \vec{u_2}:
    \vec{v} \cdot \vec{u_2} = 1 \cdot 0 + 2 \cdot 1 + 3 \cdot 0 = 2
    vu2=10+21+30=2\vec{v} \cdot \vec{u_2} = 1 \cdot 0 + 2 \cdot 1 + 3 \cdot 0 = 2
    • Calcoliamo \vec{u_2} \cdot \vec{u_2}u2u2\vec{u_2} \cdot \vec{u_2}:
    \vec{u_2} \cdot \vec{u_2} = 0 \cdot 0 + 1 \cdot 1 + 0 \cdot 0 = 1
    u2u2=00+11+00=1\vec{u_2} \cdot \vec{u_2} = 0 \cdot 0 + 1 \cdot 1 + 0 \cdot 0 = 1
    • Quindi:
    \text{Proiezione}_{\vec{u_2}} \vec{v} = 2 \cdot (0, 1, 0) = (0, 2, 0)
    Proiezioneu2v=2(0,1,0)=(0,2,0)\text{Proiezione}_{\vec{u_2}} \vec{v} = 2 \cdot (0, 1, 0) = (0, 2, 0)
  3. La proiezione ortogonale di \vec{v}v\vec{v} sul piano generato da \vec{u_1}u1\vec{u_1} e \vec{u_2}u2\vec{u_2} è la somma delle proiezioni sui singoli vettori:

    \text{Proiezione}_{\text{piano}} \vec{v} = \text{Proiezione}_{\vec{u_1}} \vec{v} + \text{Proiezione}_{\vec{u_2}} \vec{v}
    Proiezionepianov=Proiezioneu1v+Proiezioneu2v\text{Proiezione}_{\text{piano}} \vec{v} = \text{Proiezione}_{\vec{u_1}} \vec{v} + \text{Proiezione}_{\vec{u_2}} \vec{v}
    \text{Proiezione}_{\text{piano}} \vec{v} = (1, 0, 0) + (0, 2, 0) = (1, 2, 0)
    Proiezionepianov=(1,0,0)+(0,2,0)=(1,2,0)\text{Proiezione}_{\text{piano}} \vec{v} = (1, 0, 0) + (0, 2, 0) = (1, 2, 0)

Esercizio 3: Proiezione Ortogonale in uno Spazio di Dimensione Superiore

Problema: Trova la proiezione ortogonale del vettore \vec{v} = (2, 3, 4)v=(2,3,4)\vec{v} = (2, 3, 4) sul piano generato dai vettori \vec{u_1} = (1, 1, 0)u1=(1,1,0)\vec{u_1} = (1, 1, 0) e \vec{u_2} = (0, 1, 1)u2=(0,1,1)\vec{u_2} = (0, 1, 1).

Soluzione:

  1. Calcoliamo la proiezione di \vec{v}v\vec{v} su \vec{u_1}u1\vec{u_1}:

    \text{Proiezione}_{\vec{u_1}} \vec{v} = \frac{\vec{v} \cdot \vec{u_1}}{\vec{u_1} \cdot \vec{u_1}} \vec{u_1}
    Proiezioneu1v=vu1u1u1u1\text{Proiezione}_{\vec{u_1}} \vec{v} = \frac{\vec{v} \cdot \vec{u_1}}{\vec{u_1} \cdot \vec{u_1}} \vec{u_1}
    • Calcoliamo \vec{v} \cdot \vec{u_1}vu1\vec{v} \cdot \vec{u_1}:
    \vec{v} \cdot \vec{u_1} = 2 \cdot 1 + 3 \cdot 1 + 4 \cdot 0 = 2 + 3 + 0 = 5
    vu1=21+31+40=2+3+0=5\vec{v} \cdot \vec{u_1} = 2 \cdot 1 + 3 \cdot 1 + 4 \cdot 0 = 2 + 3 + 0 = 5
    • Calcoliamo \vec{u_1} \cdot \vec{u_1}u1u1\vec{u_1} \cdot \vec{u_1}:
    \vec{u_1} \cdot \vec{u_1} = 1 \cdot 1 + 1 \cdot 1 + 0 \cdot 0 = 1 + 1 + 0 = 2
    u1u1=11+11+00=1+1+0=2\vec{u_1} \cdot \vec{u_1} = 1 \cdot 1 + 1 \cdot 1 + 0 \cdot 0 = 1 + 1 + 0 = 2
    • Quindi:
    \text{Proiezione}_{\vec{u_1}} \vec{v} = \frac{5}{2} (1, 1, 0) = \left( \frac{5}{2}, \frac{5}{2}, 0 \right)
    Proiezioneu1v=52(1,1,0)=(52,52,0)\text{Proiezione}_{\vec{u_1}} \vec{v} = \frac{5}{2} (1, 1, 0) = \left( \frac{5}{2}, \frac{5}{2}, 0 \right)
  2. Calcoliamo la proiezione di \vec{v}v\vec{v} su \vec{u_2}u2\vec{u_2}:

    \text{Proiezione}_{\vec{u_2}} \vec{v} = \frac{\vec{v} \cdot \vec{u_2}}{\vec{u_2} \cdot \vec{u_2}} \vec{u_2}
    Proiezioneu2v=vu2u2u2u2\text{Proiezione}_{\vec{u_2}} \vec{v} = \frac{\vec{v} \cdot \vec{u_2}}{\vec{u_2} \cdot \vec{u_2}} \vec{u_2}
    • Calcoliamo \vec{v} \cdot \vec{u_2}vu2\vec{v} \cdot \vec{u_2}:
    \vec{v} \cdot \vec{u_2} = 2 \cdot 0 + 3 \cdot 1 + 4 \cdot 1 = 0 + 3 + 4 = 7
    vu2=20+31+41=0+3+4=7\vec{v} \cdot \vec{u_2} = 2 \cdot 0 + 3 \cdot 1 + 4 \cdot 1 = 0 + 3 + 4 = 7
    • Calcoliamo \vec{u_2} \cdot \vec{u_2}u2u2\vec{u_2} \cdot \vec{u_2}:
    \vec{u_2} \cdot \vec{u_2} = 0 \cdot 0 + 1 \cdot 1 + 1 \cdot 1 = 0 + 1 + 1 = 2
    u2u2=00+11+11=0+1+1=2\vec{u_2} \cdot \vec{u_2} = 0 \cdot 0 + 1 \cdot 1 + 1 \cdot 1 = 0 + 1 + 1 = 2
    • Quindi:
    \text{Proiezione}_{\vec{u_2}} \vec{v} = \frac{7}{2} (0, 1, 1) = \left( 0, \frac{7}{2}, \frac{7}{2} \right)
    Proiezioneu2v=72(0,1,1)=(0,72,72)\text{Proiezione}_{\vec{u_2}} \vec{v} = \frac{7}{2} (0, 1, 1) = \left( 0, \frac{7}{2}, \frac{7}{2} \right)
  3. La proiezione ortogonale di \vec{v}v\vec{v} sul piano generato da \vec{u_1}u1\vec{u_1} e \vec{u_2}u2\vec{u_2} è la somma delle proiezioni sui singoli vettori:

    \text{Proiezione}_{\text{piano}} \vec{v} = \text{Proiezione}_{\vec{u_1}} \vec{v} + \text{Proiezione}_{\vec{u_2}} \vec{v}
    Proiezionepianov=Proiezioneu1v+Proiezioneu2v\text{Proiezione}_{\text{piano}} \vec{v} = \text{Proiezione}_{\vec{u_1}} \vec{v} + \text{Proiezione}_{\vec{u_2}} \vec{v}
    \text{Proiezione}_{\text{piano}} \vec{v} = \left( \frac{5}{2}, \frac{5}{2}, 0 \right) + \left( 0, \frac{7}{2}, \frac{7}{2} \right) = \left( \frac{5}{2}, \frac{5}{2} + \frac{7}{2}, \frac{7}{2} \right) = \left( \frac{5}{2}, 6, \frac{7}{2} \right)
    Proiezionepianov=(52,52,0)+(0,72,72)=(52,52+72,72)=(52,6,72)\text{Proiezione}_{\text{piano}} \vec{v} = \left( \frac{5}{2}, \frac{5}{2}, 0 \right) + \left( 0, \frac{7}{2}, \frac{7}{2} \right) = \left( \frac{5}{2}, \frac{5}{2} + \frac{7}{2}, \frac{7}{2} \right) = \left( \frac{5}{2}, 6, \frac{7}{2} \right)

English version

Exercises on Orthogonal Projection of a Vector on a Vector Space

Introduction

The orthogonal projection of a vector \vec{v}v\vec{v} on a vector space generated by a set of vectors \{\vec{u_1}, \vec{u_2}, \ldots, \vec{u_n}\}{u1,u2,,un}\{\vec{u_1}, \vec{u_2}, \ldots, \vec{u_n}\} is the closest vector to \vec{v}v\vec{v} that belongs to this space. The projection is useful in many applications, such as linear regression and data analysis.

Orthogonal Projection Formula

The orthogonal projection of a vector \vec{v}v\vec{v} onto a vector \vec{u}u\vec{u} is given by the formula:

\text{Projection}_{\vec{u}} \vec{v} = \frac{\vec{v} \cdot \vec{u}}{\vec{u} \cdot \vec{u}} \vec{u}
Projectionuv=vuuuu\text{Projection}_{\vec{u}} \vec{v} = \frac{\vec{v} \cdot \vec{u}}{\vec{u} \cdot \vec{u}} \vec{u}

Exercise 1: Projection of a Vector onto a Vector

Problem: Find the orthogonal projection of the vector \vec{v} = (3, 4)v=(3,4)\vec{v} = (3, 4) onto the vector \vec{u} = (1, 2)u=(1,2)\vec{u} = (1, 2).

Solution:

  1. Let's calculate the scalar product \vec{v} \cdot \vec{u}vu\vec{v} \cdot \vec{u}:
\vec{v} \cdot \vec{u} = 3 \cdot 1 + 4 \cdot 2 = 3 + 8 = 11
vu=31+42=3+8=11\vec{v} \cdot \vec{u} = 3 \cdot 1 + 4 \cdot 2 = 3 + 8 = 11
  1. Let's calculate the scalar product \vec{u} \cdot \vec{u}uu\vec{u} \cdot \vec{u}:
\vec{u} \cdot \vec{u} = 1 \cdot 1 + 2 \cdot 2 = 1 + 4 = 5
uu=11+22=1+4=5\vec{u} \cdot \vec{u} = 1 \cdot 1 + 2 \cdot 2 = 1 + 4 = 5
  1. Now we can calculate the projection:
\text{Projection}_{\vec{u}} \vec{v} = \frac{11}{5} \vec{u} = \frac{11}{5} (1, 2) = \left( \frac{11}{5}, \frac{22}{5} \right)
Projectionuv=115u=115(1,2)=(115,225)\text{Projection}_{\vec{u}} \vec{v} = \frac{11}{5} \vec{u} = \frac{11}{5} (1, 2) = \left( \frac{11}{5}, \frac{22}{5} \right)

Exercise 2: Projection of a Vector on a Vector Space

Problem: Find the orthogonal projection of the vector \vec{v} = (1, 2, 3)v=(1,2,3)\vec{v} = (1, 2, 3) on the plane generated by the vectors \vec{u_1} = (1, 0, 0)u1=(1,0,0)\vec{u_1} = (1, 0, 0) and \vec{u_2} = (0, 1, 0)u2=(0,1,0)\vec{u_2} = (0, 1, 0).

Solution: 1. We calculate the projection of \vec{v}v\vec{v} on \vec{u_1}u1\vec{u_1}:

\text{Projection}_{\vec{u_1}} \vec{v} = \frac{\vec{v} \cdot \vec{u_1}}{\vec{u_1} \cdot \vec{u_1}} \vec{u_1}
Projectionu1v=vu1u1u1u1\text{Projection}_{\vec{u_1}} \vec{v} = \frac{\vec{v} \cdot \vec{u_1}}{\vec{u_1} \cdot \vec{u_1}} \vec{u_1}
  • \vec{v} \cdot \vec{u_1} = 1 \cdot 1 + 2 \cdot 0 + 3 \cdot 0 = 1vu1=11+20+30=1\vec{v} \cdot \vec{u_1} = 1 \cdot 1 + 2 \cdot 0 + 3 \cdot 0 = 1
  • \vec{u_1} \cdot \vec{u_1} = 1 \cdot 1 + 0 \cdot 0 + 0 \cdot 0 = 1u1u1=11+00+00=1\vec{u_1} \cdot \vec{u_1} = 1 \cdot 1 + 0 \cdot 0 + 0 \cdot 0 = 1
  • Therefore:
\text{Projection}_{\vec{u_1}} \vec{v} = 1 \cdot (1, 0, 0) = (1, 0, 0)
Projectionu1v=1(1,0,0)=(1,0,0)\text{Projection}_{\vec{u_1}} \vec{v} = 1 \cdot (1, 0, 0) = (1, 0, 0)
  1. Let's calculate the projection of \vec{v}v\vec{v} onto \vec{u_2}u2\vec{u_2}:
\text{Projection}_{\vec{u_2}} \vec{v} = \frac{\vec{v} \cdot \vec{u_2}}{\vec{u_2} \cdot \vec{u_2}} \vec{u_2}
Projectionu2v=vu2u2u2u2\text{Projection}_{\vec{u_2}} \vec{v} = \frac{\vec{v} \cdot \vec{u_2}}{\vec{u_2} \cdot \vec{u_2}} \vec{u_2}
  • Let's calculate \vec{v} \cdot \vec{u_2}vu2\vec{v} \cdot \vec{u_2}:
\vec{v} \cdot \vec{u_2} = 1 \cdot 0 + 2 \cdot 1 + 3 \cdot 0 = 2
vu2=10+21+30=2\vec{v} \cdot \vec{u_2} = 1 \cdot 0 + 2 \cdot 1 + 3 \cdot 0 = 2
  • Let's calculate \vec{u_2} \cdot \vec{u_2}u2u2\vec{u_2} \cdot \vec{u_2}:
\vec{u_2} \cdot \vec{u_2} = 0 \cdot 0 + 1 \cdot 1 + 0 \cdot 0 = 1
u2u2=00+11+00=1\vec{u_2} \cdot \vec{u_2} = 0 \cdot 0 + 1 \cdot 1 + 0 \cdot 0 = 1
  • Then:
\text{Projection}_{\vec{u_2}} \vec{v} = 2 \cdot (0, 1, 0) = (0, 2, 0)
Projectionu2v=2(0,1,0)=(0,2,0)\text{Projection}_{\vec{u_2}} \vec{v} = 2 \cdot (0, 1, 0) = (0, 2, 0)
  1. The orthogonal projection of \vec{v}v\vec{v} on the plane generated by \vec{u_1}u1\vec{u_1} and \vec{u_2}u2\vec{u_2} is the sum of the projections on the individual vectors:
\text{Projection}_{\text{plane}} \vec{v} = \text{Projection}_{\vec{u_1}} \vec{v} + \text{Projection}_{\vec{u_2}} \vec{v}
Projectionplanev=Projectionu1v+Projectionu2v\text{Projection}_{\text{plane}} \vec{v} = \text{Projection}_{\vec{u_1}} \vec{v} + \text{Projection}_{\vec{u_2}} \vec{v}
\text{Projection}_{\text{plane}} \vec{v} = (1, 0, 0) + (0, 2, 0) = (1, 2, 0)
Projectionplanev=(1,0,0)+(0,2,0)=(1,2,0)\text{Projection}_{\text{plane}} \vec{v} = (1, 0, 0) + (0, 2, 0) = (1, 2, 0)

Exercise 3: Orthogonal Projection in a Higher Dimensional Space

Problem: Find the orthogonal projection of the vector \vec{v} = (2, 3, 4)v=(2,3,4)\vec{v} = (2, 3, 4) on the plane generated by the vectors \vec{u_1} = (1, 1, 0)u1=(1,1,0)\vec{u_1} = (1, 1, 0) and \vec{u_2} = (0, 1, 1)u2=(0,1,1)\vec{u_2} = (0, 1, 1).

Solution:

  1. Let's calculate the projection of \vec{v}v\vec{v} onto \vec{u_1}u1\vec{u_1}:
\text{Projection}_{\vec{u_1}} \vec{v} = \frac{\vec{v} \cdot \vec{u_1}}{\vec{u_1} \cdot \vec{u_1}} \vec{u_1}
Projectionu1v=vu1u1u1u1\text{Projection}_{\vec{u_1}} \vec{v} = \frac{\vec{v} \cdot \vec{u_1}}{\vec{u_1} \cdot \vec{u_1}} \vec{u_1}
  • Let's calculate \vec{v} \cdot \vec{u_1}vu1\vec{v} \cdot \vec{u_1}:
\vec{v} \cdot \vec{u_1} = 2 \cdot 1 + 3 \cdot 1 + 4 \cdot 0 = 2 + 3 + 0 = 5
vu1=21+31+40=2+3+0=5\vec{v} \cdot \vec{u_1} = 2 \cdot 1 + 3 \cdot 1 + 4 \cdot 0 = 2 + 3 + 0 = 5
  • Let's calculate \vec{u_1} \cdot \vec{u_1}u1u1\vec{u_1} \cdot \vec{u_1}:
\vec{u_1} \cdot \vec{u_1} = 1 \cdot 1 + 1 \cdot 1 + 0 \cdot 0 = 1 + 1 + 0 = 2
u1u1=11+11+00=1+1+0=2\vec{u_1} \cdot \vec{u_1} = 1 \cdot 1 + 1 \cdot 1 + 0 \cdot 0 = 1 + 1 + 0 = 2
  • So:
\text{Projection}_{\vec{u_1}} \vec{v} = \frac{5}{2} (1, 1, 0) = \left( \frac{5}{2}, \frac{5}{2}, 0 \right)
Projectionu1v=52(1,1,0)=(52,52,0)\text{Projection}_{\vec{u_1}} \vec{v} = \frac{5}{2} (1, 1, 0) = \left( \frac{5}{2}, \frac{5}{2}, 0 \right)
  1. Let's calculate the projection of \vec{v}v\vec{v} onto \vec{u_2}u2\vec{u_2}:
\text{Projection}_{\vec{u_2}} \vec{v} = \frac{\vec{v} \cdot \vec{u_2}}{\vec{u_2} \cdot \vec{u_2}} \vec{u_2}
Projectionu2v=vu2u2u2u2\text{Projection}_{\vec{u_2}} \vec{v} = \frac{\vec{v} \cdot \vec{u_2}}{\vec{u_2} \cdot \vec{u_2}} \vec{u_2}
  • Let's calculate \vec{v} \cdot \vec{u_2}vu2\vec{v} \cdot \vec{u_2}:
\vec{v} \cdot \vec{u_2} = 2 \cdot 0 + 3 \cdot 1 + 4 \cdot 1 = 0 + 3 + 4 = 7
vu2=20+31+41=0+3+4=7\vec{v} \cdot \vec{u_2} = 2 \cdot 0 + 3 \cdot 1 + 4 \cdot 1 = 0 + 3 + 4 = 7
  • Let's calculate \vec{u_2} \cdot c{u_2}u2cu2\vec{u_2} \cdot c{u_2}:
\vec{u_2} \cdot \vec{u_2} = 0 \cdot 0 + 1 \cdot 1 + 1 \cdot 1 = 0 + 1 + 1 = 2
u2u2=00+11+11=0+1+1=2\vec{u_2} \cdot \vec{u_2} = 0 \cdot 0 + 1 \cdot 1 + 1 \cdot 1 = 0 + 1 + 1 = 2
  • Therefore:
\text{Projection}_{\vec{u_2}} \vec{v} = \frac{7}{2} (0, 1, 1) = \left( 0, \frac{7}{2}, \frac{7}{2} \right)
Projectionu2v=72(0,1,1)=(0,72,72)\text{Projection}_{\vec{u_2}} \vec{v} = \frac{7}{2} (0, 1, 1) = \left( 0, \frac{7}{2}, \frac{7}{2} \right)
  1. The orthogonal projection of \vec{v}v\vec{v} on the plane generated by \vec{u_1}u1\vec{u_1} and \vec{u_2}u2\vec{u_2} is the sum of the projections on the individual vectors:
\text{Projection}_{\text{plane}} \vec{v} = \text{Projection}_{\vec{u_1}} \vec{v} + \text{Projection}_{\vec{u_2}} \vec{v}
Projectionplanev=Projectionu1v+Projectionu2v\text{Projection}_{\text{plane}} \vec{v} = \text{Projection}_{\vec{u_1}} \vec{v} + \text{Projection}_{\vec{u_2}} \vec{v}
\text{Projection}_{\text{plane}} \vec{v} = \left( \frac{5}{2}, \frac{5}{2}, 0 \right) + \left( 0, \frac{7}{2}, \frac{7}{2} \right) = \left( \frac{5}{2}, \frac{5}{2} + \frac{7}{2}, \frac{7}{2} \right) = \left( \frac{5}{2}, 6, \frac{7}{2} \right)
Projectionplanev=(52,52,0)+(0,72,72)=(52,52+72,72)=(52,6,72)\text{Projection}_{\text{plane}} \vec{v} = \left( \frac{5}{2}, \frac{5}{2}, 0 \right) + \left( 0, \frac{7}{2}, \frac{7}{2} \right) = \left( \frac{5}{2}, \frac{5}{2} + \frac{7}{2}, \frac{7}{2} \right) = \left( \frac{5}{2}, 6, \frac{7}{2} \right)

Commenti