Chapter 7 Flashcards
Work and Energy (29 cards)
What is a system?
A system is any portion of the universe that can be separated from the rest by a boundary
What is work?
Work is a measure of the influence of forces on a system
What is work influenced by?
Magnitude and direction of forces
What are the formulas of work?
W = F∥ d (product of magnitude of the displacement x component of force parallel to displacement)
W = Fd cos θ
What is the SI unit of work?
Joules ( J )
What is θ in the work formula?
θ is the angle between force (f) and displacement (d)
Is the force and displacement positive or negative and why?
They are always positive because they are magnitudes
A train car is stalled on the tracks. Two horses are used to pull the train 20 meters using these forces :
F1 = (500N, 30°)
F2 = (500N, 45°)
Calculate the work done by each horse
W = Fd cos θ
W1 = F1 * d * cos θ W1 = 500 * 20 * cos (30°) = 8660.3 J W2 = F2 * d * cos θ W2 = 500 * 20 * cos (45°) = 7071.1 J
Work is a scalar, true or false?
True
What are the possible ways to multiply vectors?
1) multiplication of a vector by a scalar (unit 3).
2) multiplication of one vector by a second vector to produce a scalar, called scalar product or dot product.
3) multiplication of one vector by a second vector to produce another vector called vector product (unit 11).
What is a scalar product / dot product?
It is a measure of how closely two vectors align in terms of the directions they point.
Dot product is a scalar, true or false?
True
Example1
If we have vector a = (ax, ay, az) and vector b = (bx, by, bz) then its dot product is
a·b = (axbx) + (ayby) + (azbz)
Vector a= ( 2, 4 )
Vector b= ( 1, -3 )
Find the dot product
a·b = (( 2 · 1) + (1 · -3 ))
a·b = 2 + (-12)
a·b = -10
Properties of the dot product (Commutative)
a·b = b·a
Properties of the dot product (distributive)
a · (b+c) = (a·b) + (a·c)
If we have three vectors:
a = 5 i - 4 j
b = 7 i + 8 j
c = 3 i - 2 j
What is the value of a · (b+c) ?
First add b+c :
b+c= 7i + 8j + 3i - 2j
b+c= 10i + 6j
a · (b+c) = 5i (10i) + (-4j) 6j
a · (b+c) = 50 - 24
a · (b+c) = 26
If we have two vectors:
a = 5 i - 4 j
b = 7 i + 8 j
What is the value of (3a) · b
First find 3a:
3a = 3 (5i - 4j)
3a= 15i - 12j
(3a) · b = 15 (7) - 12(8)
(3a) · b = 105 - 96 = 9
If we have two vectors:
a = 5 i - 4 j
b = 7 i + 8 j
What is the value of 4(a · b)
4(a · b) = 4 ( 5 · (7) + (-4) · 8 )
4(a · b) = 4 (35 + -32)
4(a · b) = 4 (3)
4(a · b) = 12
(ca) · b
c (a·b) = a · (cb)
a·a
lal²
0 · a
0
What is the theorem of the dot product?
the dot product of A and B equals the length of A times the length of B times the cosine of the angle between them: A · B = |A||B| cos(θ).
How to calculate an angle between 2 vectors?
cos θ = a·b ⁄ |a||b|