Midterm 1 Flashcards
(25 cards)
Facts about cross multiplication of i j k
i x j = k vs j x i = -k
j x k = i vs k x j = -i
k x i = j vs i x k = -j
i x i = j x j = k x k = 0
Vector projections and scalar projections (a onto b)
Vector: a dot b / b dot b x b
scalar: a dot b / |b|
Area of a parallelagram and thus half that (a triangle)
Calculate AB and AC
mag(AB x AC) = Parallelogram
1/2 * that = Triangle
Limits of functions with x and y where x, y -> (0,0)
Choose different paths (x=y, x=y^2) and if you’re able to find two different limits then the limit DNE, otherwise try to use identities or squeeze theorem
angle formula
cos(theta) = (a dot b) / (|a||b|)
scalar triple product
a⋅(b x c)
Determinant of
a1 a2 a3
b1 b2 b3
c1 c2 c3
The distance between two points
The difference between each point
sqrt((a2 - a1)^2 + (b2 - b1)^2)
Position vector
Starts from the origin
Comp b (a)
|a|cos(theta) = (a dot b) / |b|
Cross product of 3d vectors
⟨a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1⟩
Another way of determining a x b
Det(
i j k
a1 a2 a3
b1 b2 b3
)
Properties of a x b
The vector produced by a x b is orthogonal to both a and b
mag(a x b) = mag(a)⋅mag(b)⋅sin(theta)
if a x b = 0, then the two lines are parallel
Ellipsiod general formula
d = x^2 + y^2 + z^2
like a FOOTBALL
Elliptic paraboloid
z = x^2 + y^2
Like a cup
Hyperbolic Paraboloid
z = x^2 - y^2
Like a saddle
Cone
z^2 = x^2 + y^2
Dual bladed ice cream cone
Hyperboloid of One Sheet
x^2 + y^2 - z^2 = 1
Like a bad yo yo on one of those free yo yos
Hyperboloid of two sheets
-x^2 - y^2 + z^2 = 1
A popper right before and after launch
Arc length of a curve
s(t) = integral a -> t |r’(u)|du
Meaning of the following vectors on a curve:
Tangent
Normal
Binormal
What direction the curve is going
What direction the curve is turning towards
A line orthogonal to both of those vectors
Acceleration in terms of tangential and normal acceleration
at T + an N
What is a level curve?
a curve with the equation 𝑓(𝑥, 𝑦) = 𝑘
What is the collection of level curves called?
A contour map (kind of like topology)
formula for a sphere
(x-a)^2 + (y-b)^2 + (z-c)^2 = r^2 where the center of the sphere is at (a, b, c) and the radius is r