1/25 Recitation Quiz 1 Prep: Definitions, Theorems, and Proofs Flashcards

1
Q

Show that vector u has length 1

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the trig identity for cos and sin that can be manipulated for various types of problems?

A

cos^2theta + sin^2theta = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Dot product and vectors orthogonal theorem

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Law of cosines

A

c=sqrt(a^2+b^2﹣2abcostheta)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the equation for scalar projection of vector b onto vector a?

A

comp(small)a(large)b = vector a & b dot prod/magnitude of a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the equation for vector projection of vector b onto vector a?

A

proj(small)a(large)b = (vector a & b dot prod/(magnitude of a)^2)* vector a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Property of dot product 1: dot product of vector a* vector a

A

a * a = <a1, a2> * <a1, a2> = a1^2 + a2^2 = (magnitude of a)^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Property of dot product 2: dot product of vector a * vector b

A

=dot product of vector b * vector a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Property of dot product 3: (ca(a is vector) dot prod. vector b

A

= c * (ab) = a * (cb(

proof:
look at picture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Property of dot product 4: vector 0 dot product vector a

A

= <0, 0> * <a1, a2> = 0 + 0 = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Property of dot product 5: vector a dot prod. (b + c (both vectors))

A

= vector a dot prod. vector b + vector a dot prod. vector c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

An example of a parametric curve made of parametric equations

A

{x=x(t)
{y=y(t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Vector function definition

A

A function of the form r(t) = <x(t), y(t)> is called a vector function
r(t) = x(t)i + y(t)j

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A vector function describing a circle of radius a

A

r(t) = acost, asint>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Vector equation of a line

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Parametric equations of a line

A

x(t) = x0 +at
y(t) = y0 + bt

17
Q

Limit definition

A

Suppose f(x) is defined on an open interval containing x=a (except possibly a itself) Then we say that lim (x->a) f(x) = L if we can make the values of f(x) arbitrarily close to L by taking x sufficiently close to a (but not equal to a)

18
Q

One-sided limits definition
limit from the left

A

lim (x->a-) f(x) = L
If we can make f(x) arbitrarily close to L by taking x sufficiently close to a and x<a

19
Q

One-sided limits definition
limit from the right

A

lim (x->a+) f(x) = L
If we can make f(x) arbitrarily close to L by taking x sufficiently close to a and x>a

20
Q

lim (x->a) f(x) = L <=> lim (x->a+) f(x) = lim (x->a-) f(x) = L

A

Limit lim (x->a) f(x) exists and equals L if and only if both one-sided limits exist and also equal L

21
Q

Infinite limits definition

A

lim(x->a) f(x) = ∞ means that the values of f(x) can be made arbitrarily large by taking x sufficiently close to a (but not equal to a)

lim(x->a) f(x) = -∞ means that the values of f(x) can be made arbitrarily negative large by taking x sufficiently close to a (but not equal to a)

22
Q

Infinite limits for one-sided

A

lim(x->a+) f(x) = ∞ means that the values of f(x) can be made arbitrarily large by taking x sufficiently close to a and x > a

lim(x->a-) f(x) = ∞ means that the values of f(x) can be made arbitrarily large by taking x sufficiently close to a and x < a

Also -∞ means arbitrarily negative large

23
Q

Vector orthogonal complement definition

A

For a vector a = <a1, a2>, its orthogonal complement is a(some upside down t symbol) = <-a2, a1> It has the property: a dot prod a(with the weird upside down t) = <a1, a2> dot prod <-a2, a1> = -a1a2 + a2a1 = 0