Week 6 - Vector geometry, Functions of many variables Flashcards
1
Q
Vector equation of a straight line
A
x = a + tp
where a is the position vector of a point,
p is the displacement vector
2
Q
Angle between 2 vectors
A
xdoty = ||x|| ||y||cosθ
3
Q
Vector equation of a hyperplane + How to find the Cartesian equation
A
- pdot(x - a) = 0
- pdotx = pdota
4
Q
Distance between a point & a ‘hyperplane’
A
b - x = λp
pdotx = k
Then apply Pythagoras’ theorem, ||b - x||
5
Q
Directional derivative
A
Duf(a,b) = unit vector dot gradient vector
6
Q
At the point a, the directional derivative in any direction u is…
A
Duf(a) = ||gradient vector|| cosθ
7
Q
(αx + βy) dot z = ?
A
α(x dot z) + β(y dot z)