Vectors Flashcards

(26 cards)

1
Q

What are scalars?

A

Quantities specified by magnitude only.

Examples include temperature, time, and density.

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

What are vectors?

A

Quantities requiring both magnitude and direction.

Examples include force, velocity, and electric field.

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

How are vectors often represented?

A

In bold (e.g., a), with arrows (β†’a), or underlined (a).

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

What is vector addition?

A

The sum of two vectors, denoted as 𝑐 = π‘Ž + 𝑏.

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

What are the properties of vector addition?

A
  • Commutative: π‘Ž + 𝑏 = 𝑏 + π‘Ž
  • Associative: π‘Ž + (𝑏 + 𝑐) = (π‘Ž + 𝑏) + 𝑐
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is vector subtraction?

A

The difference of two vectors, denoted as π‘Ž βˆ’ 𝑏 = π‘Ž + (βˆ’π‘).

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

What is a special case of vector subtraction?

A

π‘Ž βˆ’ π‘Ž = 0 (zero vector with no magnitude or direction).

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

What happens when a vector is multiplied by a scalar?

A

Changes the magnitude by |πœ†| and keeps the direction the same unless πœ† < 0.

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

What are the properties of multiplying a vector by a scalar?

A
  • Commutative: (πœ†πœ‡)π‘Ž = πœ†(πœ‡π‘Ž) = πœ‡(πœ†π‘Ž)
  • Distributive over vector addition: πœ†(π‘Ž + 𝑏) = πœ†π‘Ž + πœ†π‘
  • Distributive over scalar addition: (πœ† + πœ‡)π‘Ž = πœ†π‘Ž + πœ‡π‘Ž
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What defines basis vectors?

A

Any three non-coplanar vectors (𝑒₁, 𝑒₂, 𝑒₃) in 3D can form a basis.

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

How can a vector a be expressed in terms of basis vectors?

A

π‘Ž = π‘Žβ‚π‘’β‚ + π‘Žβ‚‚π‘’β‚‚ + π‘Žβ‚ƒπ‘’β‚ƒ.

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

What are the unit vectors in Cartesian coordinates?

A
  • 𝑖 = (1, 0, 0)
  • 𝑗 = (0, 1, 0)
  • π‘˜ = (0, 0, 1)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the position vector of a point P(x, y, z)?

A

π‘Ÿ = π‘₯𝑖 + 𝑦𝑗 + π‘§π‘˜.

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

How are vectors added component-wise?

A

π‘Ž + 𝑏 = (π‘Žβ‚“ + 𝑏ₓ, π‘Žα΅§ + 𝑏ᡧ, π‘Žπ“ + 𝑏𝓏).

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

How are vectors subtracted component-wise?

A

π‘Ž βˆ’ 𝑏 = (π‘Žβ‚“ βˆ’ 𝑏ₓ, π‘Žα΅§ βˆ’ 𝑏ᡧ, π‘Žπ“ βˆ’ 𝑏𝓏).

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

What is the formula for the magnitude of a vector a?

A

|π‘Ž| = √(π‘Žβ‚“Β² + π‘Žα΅§Β² + π‘Žπ“Β²).

17
Q

What is a unit vector?

A

A vector of magnitude 1, denoted as π‘ŽΜ‚ = π‘Ž / |π‘Ž|.

18
Q

What is the definition of the scalar (dot) product?

A

π‘Ž β‹… 𝑏 = |π‘Ž||𝑏| cos(πœƒ).

19
Q

What are the properties of the scalar (dot) product?

A
  • Commutative: π‘Ž β‹… 𝑏 = 𝑏 β‹… π‘Ž
  • Distributive: π‘Ž β‹… (𝑏 + 𝑐) = π‘Ž β‹… 𝑏 + π‘Ž β‹… 𝑐
  • (πœ†π‘Ž) β‹… (πœ‡π‘) = πœ†πœ‡(π‘Ž β‹… 𝑏)
20
Q

How is the dot product calculated in Cartesian coordinates?

A

For π‘Ž = (π‘Žβ‚“, π‘Žα΅§, π‘Žπ“) and 𝑏 = (𝑏ₓ, 𝑏ᡧ, 𝑏𝓏): π‘Ž β‹… 𝑏 = π‘Žβ‚“π‘β‚“ + π‘Žα΅§π‘α΅§ + π‘Žπ“π‘π“.

21
Q

What does a dot product of zero indicate?

A

The vectors are perpendicular.

22
Q

What is the definition of the vector (cross) product?

A

π‘Ž Γ— 𝑏 = |π‘Ž||𝑏| sin(πœƒ) 𝑛̂.

23
Q

What is the magnitude of the vector (cross) product?

A

|π‘Ž Γ— 𝑏| = |π‘Ž||𝑏| sin(πœƒ).

24
Q

What rule determines the direction of the vector (cross) product?

A

The right-hand rule.

25
How is the vector (cross) product calculated in Cartesian coordinates?
π‘Ž Γ— 𝑏 = (π‘Žα΅§π‘π“ βˆ’ π‘Žπ“π‘α΅§)𝑖 βˆ’ (π‘Žβ‚“π‘π“ βˆ’ π‘Žπ“π‘β‚“)𝑗 + (π‘Žβ‚“π‘α΅§ βˆ’ π‘Žα΅§π‘β‚“)π‘˜.
26
What are the properties of the vector (cross) product?
* Anticommutative: π‘Ž Γ— 𝑏 = βˆ’π‘ Γ— π‘Ž * Distributive: π‘Ž Γ— (𝑏 + 𝑐) = π‘Ž Γ— 𝑏 + π‘Ž Γ— 𝑐 * Scalar Multiplication: πœ†(π‘Ž Γ— 𝑏) = (πœ†π‘Ž) Γ— 𝑏 = π‘Ž Γ— (πœ†π‘)