Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/teoria/2.spazi-euclidei.tex
185 views
1
\section{Spazi euclidei}
2
3
Uno spazio euclideo è uno spazio vettoriale su $\mathbb{R}$ dotato di prodotto scalare.
4
5
\begin{tabular}{ll}
6
Norma & $||\vec{v}|| = \sqrt{\product{\vec{v}}{\vec{v}}}$ \\
7
Versore & $||\vec{u}|| = 1$ \\
8
Ortogonalità & $\vec{u} \perp \vec{v} \Leftrightarrow \product{\vec{u}}{\vec{v}} = 0$ \\
9
Carnot & $||\vec{u}+\vec{v}||^2 = ||\vec{u}||^2+||\vec{v}||^2+2\product{\vec{u}}{\vec{v}}$ \\
10
Pitagora & $\vec{u} \perp \vec{v} \Leftrightarrow ||\vec{u}+\vec{v}||^2 = ||\vec{u}||^2+||\vec{v}||^2$ \\
11
Distanza & $||\vec{u}-\vec{v}||$ \\
12
Proiezione $\vec{v}$ su $\vec{b}$ & $\vec{v}' = \frac{\product{\vec{v}}{\vec{b}}}{||\vec{b}||^2}\vec{b}$ (coefficiente di Fourier) \\
13
Angolo & $\cos \theta = \frac{\product{\vec{u}}{\vec{v}}}{||\vec{u}||\,||\vec{v}||}$ \\
14
Dis. triangolare & $||\vec{u}+\vec{v}|| \le ||\vec{u}||+||\vec{v}||$ \\
15
Dist. punto-piano & $\frac{|ax_0 + by_0 + cz_0 + d|}{\sqrt{a^2 + b^2 + c^2}}$ \\
16
Dist. punto-retta & $||\vec{u} \times \overline{P_0Q}||$ ($\vec{u}$ versore di $r$, $Q \in r$) \\
17
Dist. retta-retta & $\frac{|\product{\overline{P_1P_2}}{\vec{r_1} \times \vec{r_2}}|}{||\vec{r_1} \times \vec{r_2}||}$ ($P_1 \in r_1$, $P_2 \in r_2$)
18
\end{tabular}
19
20
\textbf{Norma}: $f: V \rightarrow \mathbb{R}$ t.c.
21
\begin{tabular}{lll}
22
$||t\vec{v}|| = |t|\,||\vec{v}||$ &
23
$||\vec{v}|| = 0$ sse $\vec{v} = \vec{0}$ &
24
$||\vec{u}+\vec{v}|| \le ||\vec{u}||+||\vec{v}||$
25
\end{tabular}
26
27
\textbf{Base ortonormale}: $\Base = \{\vec{q}_1, \vec{q}_2, \dots, \vec{q}_n\}$ dove $\delta_{ij} = \product{\vec{q}_i}{\vec{q}_j}$ con $\delta_{ij} = 0$ quando $i \ne j$ e $\delta_{ij} = 1$ quando $i = j$
28
29
Se $U = [\vec{q}_1 | \cdots | \vec{q}_n] \Rightarrow$ U ortogonale.
30
31