Geometry Flashcards
(130 cards)
What is a vector?
A list of real numbers
What does Rⁿ mean?
For a given n, we denote the set of all vectors with n co-ordinates as Rⁿ, and
often refer to Rⁿ as n-dimensional co-ordinate space or simply as n-dimensional space
What is the standard/canconical basis of Rⁿ
e₁, e₂, ..., eₙ (1, 0, ..., 0) (0, 1, ...., 0) .... (0, 0, ...., 1)
What is the triangle inequality?
u + v | ≤ |u| + |v|
Prove the triangle inequality
Pg7
What is the dot/scalar/Euclidean inner product?
u . v = u₁v₁ + u₂v₂ + … + uₙvₙ
Let u, v, w be vectors in Rn and let λ be a real number. Then
(a) commutivity
(b) (λu) · v = [ ].
(c) (u + v) · w = [ ].
(d) [ ] . [ ] = |u|² ≥ 0 and u · u = 0 if and only if [ ].
(e) Cauchy-Schwarz Inequality
|u · v| ≤ |u| |v| (1.3)
with equality when one of u and v is a multiple of the other.
Let u, v, w be vectors in Rn and let λ be a real number. Then (a) u · v = v · u. (b) (λu) · v = λ(u · v). (c) (u + v) · w = u · w + v · w. (d) u · u = |u| 2 0 and u · u = 0 if and only if u = 0. (e) Cauchy-Schwarz Inequality |u · v| |u| |v| (1.3) with equality when one of u and v is a multiple of the other.
|u| = ??
In terms of dot product
|u| = √ u.u
What is the angle between two vectors u and v?
cos⁻¹(u.v/(|u| |v|))
two vectors u and v are perpendicular if and only if [ ] = 0
u . v = 0
What is the cosine rule?
a² = b² + c² - 2bccosα
Prove the cosine rule
proof pg 9
What is Thales theorem?
Let A and B be points at opposite ends of the diameter of a circle, and let P be a third point. Then ∡AP B is a right angle if and only if P also lies on the circle.
Prove Thales theorem
Pg 9 (end)
The medians of a triangle are concurrent at its [ ]
Centroid
Prove:
The medians of a triangle are concurrent at its centroid
pg10
Describe the parametric form of a line
Let p, a be vectors in Rⁿ with a ≠ 0. Then the equation r(λ) = p + λa, where λ is a real number, is the equation of the line through p, parallel to a. It is said to be in parametric form, the parameter here being λ. The parameter acts as a co-ordinate on the line, uniquely associating to each point on the line a value of λ.
When are two vectors linearly independent?
We say that two vectors in Rⁿ are linearly independent, or just simply independent, if neither is a scalar multiple of the other.
In particular, this means that both vectors are non-zero.
Two vectors which aren’t independent are said to be [ ]
linearly dependent
What is the parametric form of a plane?
Let p, a, b be vectors in Rⁿ with a, b independent.
Then
r(λ, µ) = p + λa + µb where λ, µ are real numbers is the equation of the plane through p parallel to the vectors a, b. The parameters λ, µ act as co-ordinates in the plane, associating to each point of the plane a unique ordered pair (λ, µ) for if
p + λ₁a + µ₁b = p + λ₂a + µ₂b
then (λ₁ − λ₂) a = (µ₂ − µ₁
) b so that λ₁ = λ₂ and µ₁ = µ₂
by independence
What is the Cartesian Equation of a Plane in R³?
A region Π of R³ is a plane if
and only if it can be written as r · n = c
where r = (x, y, z), n = (n₁, n₂, n₃) ≠ 0 and c is a real number. In terms of the co-ordinates
x, y, z this equation reads
n₁x + n₂y + n₃z = c
The vector n is normal (i.e. perpendicular) to the plane
Prove the Cartesian Equation of the plane in R³
Proof pg 14
What is the vector/cross product?
u ∧ v =
| i j k |
| u₁ u₂ u₃|
| v₁ v₂ v₃ |
For u, v in R³, we have
|u ∧ v|² =
|u ∧ v|² = |u|²|v|² - (u.v)²