Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Vectors

1.[1p]

What is the length of the vector (2,3,6)?

CorrectNot quite: 7

2.[1p]

What is (1,2)(3,1)?

CorrectNot quite: 5

3.[2p]

Two non-zero vectors are perpendicular exactly when

Correct
The answer is: their dot product is zero
The answer is: their dot product is zero
The answer is: their dot product is zero

4.[2p]

What is the angle, in degrees, between (1,2) and (3,1)?

CorrectNot quite: 45

5.[1p]

A negative dot product means the angle between the two vectors is obtuse.

Correct
The answer is: True

6.[2p]

Which of these are operations that the definition of a vector space provides?

Select all that apply

Correct
Correct
The answer is: Adding two vectors componentwise, Multiplying a vector by a scalar
The answer is: Adding two vectors componentwise, Multiplying a vector by a scalar

7.[3p]

Projecting b=(4,3) onto a=(2,1) gives ca. What is c?

CorrectNot quite: 2.2

8.[2p]

The formula ab=abcosθ is obtained by

Correct
The answer is: expanding $\|\mathbf{b} - \mathbf{a}\|^2$ two ways and comparing it with the law of cosines
The answer is: expanding $\|\mathbf{b} - \mathbf{a}\|^2$ two ways and comparing it with the law of cosines
The answer is: expanding $\|\mathbf{b} - \mathbf{a}\|^2$ two ways and comparing it with the law of cosines

9.[3p]

Match each expression to what it computes.

  • aa

  • v/v

  • b-a

  • Fd

  • a unit vector along v

  • the squared length of a

  • the arrow from the tip of a to the tip of b

  • the work done by a constant force

Show the answer

aa: the squared length of a v/v: a unit vector along v b-a: the arrow from the tip of a to the tip of b Fd: the work done by a constant force