Vectors
Vectors
NS (1001)
Vectors Topics
Vectors in Robotics:
•Robot Movements: In robotics, vectors are essential for programming the movements
of robots. Vectors help determine the position, orientation, and path a robot must take to
perform tasks, whether it's assembling a car or performing surgery.
Vectors in Sports:
•The Physics of Play: In sports, vectors are used to analyze and optimize performance.
Whether it's determining the perfect angle for a soccer shot, the trajectory of a
basketball, or the force needed in a golf swing, vectors help athletes improve their game.
Vectors
A B = Ax Bx + Ay By + Az Bz
Projection of a Vector: Dot Product
p/2
A B = AB cos
• Components A iˆ = A cos = A A
x
A B = Ax Bx + Ay By + Az Bz
The Scalar Product
The Scalar Product
The Vector Product
Vector Product →
C = A B
B
B sin
iˆ ˆj = kˆ; iˆ kˆ = − ˆj; ˆj kˆ = iˆ
j k
iˆ iˆ = 0; ˆj ˆj = 0; kˆ kˆ = 0
Vector Product
• Direction: C perpendicular
to both A and B (right-hand
rule)
• Place A and B tail to tail
• Right hand, not left hand
• Four fingers are pointed along
the first vector A
• “sweep” from first vector A
into second vector B through A B = B A ?
the smaller angle between
them
• Your outstretched thumb
points the direction A B = - B A
A B = B A ?
Vector Product
A B = - B A
•The distributive law
A (B + C) = A B + A C
•The derivative of cross product
obeys the chain rule
•Calculate cross product
dt
( dt
)
d dA dB
A B = B + A
dt
A B = ( Ay Bz − Az By )iˆ + ( Az Bx − Ax Bz ) ˆj + ( Ax By − Ay Bx )kˆ
Commutative property
Check points
Example: Finding the Components of an Acceleration
Vector
Example: Finding the Components of an Acceleration
Vector
Example Finding the Direction of Motion
Example Finding the Direction of Motion
Example 3.5 Run Rabbit Run!
Examples