1/25 Recitation Quiz 1 Prep: Definitions, Theorems, and Proofs Flashcards
Show that vector u has length 1
Check picture
You basically use the unit vector formula and then expand it until it has an x and y value, then take the magnitude of that and you should get sqrt(1), which is 1
What’s the trig identity for cos and sin that can be manipulated for various types of problems?
cos^2theta + sin^2theta = 1
Dot product and vectors orthogonal theorem
Vectors a and b are orthogonal <=> (means if and only if) dot product of vectors a and b is 0
Proof: Assume vectors a and b are orthogonal, then the dot product = |a||b|cos90° = 0 because cos90° is 0, making the answer 0
Law of cosines
c=sqrt(a^2+b^2﹣2abcostheta)
What is the equation for scalar projection of vector b onto vector a?
comp(small)a(large)b = vector a & b dot prod/magnitude of a
What is the equation for vector projection of vector b onto vector a?
proj(small)a(large)b = (vector a & b dot prod/(magnitude of a)^2)* vector a
Property of dot product 1: dot product of vector a* vector a
a * a = <a1, a2> * <a1, a2> = a1^2 + a2^2 = (magnitude of a)^2
Property of dot product 2: dot product of vector a * vector b
=dot product of vector b * vector a
Property of dot product 3: (ca(a is vector) dot prod. vector b
= c * (ab) = a * (cb(
proof:
look at picture
Property of dot product 4: vector 0 dot product vector a
= <0, 0> * <a1, a2> = 0 + 0 = 0
Property of dot product 5: vector a dot prod. (b + c (both vectors))
= vector a dot prod. vector b + vector a dot prod. vector c
An example of a parametric curve made of parametric equations
{x=x(t)
{y=y(t)
Vector function definition
A function of the form r(t) = <x(t), y(t)> is called a vector function
r(t) = x(t)i + y(t)j
A vector function describing a circle of radius a
r(t) = acost, asint>
Vector equation of a line
A line L is given by the vector function r(t) = r0 + tv where v = any vector parallel to L
r0 = some fixed vector from (0,0) to L