another way to specify a vector is by
placing it on a Cartesian Plane
Cartesian Vector
Vector AB is an example of a “cartesian vector” which has head and tail located on the Cartesian Plane
position vector
vector OP = [5, 9] is an example of a “POSITION VECTOR’, which has tail at origin and head at (5, 9)
Unit vectors i^ and j^
i^ = [1,0] and j^=[0,1] are examples of “unit vectors” which are vectors that have magnitude equal to 1 unit
i^ and j^ are the “building blocks” for every position vector on the Cartesian Plane
ex: vector OP = [5, 9] (position vector notation) = 5i^+9j^ (unit vector notation)
vector OP = [5, 9]
(position vector notation)
= 5i^+9j^
(unit vector notation)
for any position vector v = [a, b] , a is the magnitude of the ___________ of vector v and b is the magnitude of the ___________of vector v an
horizontal component
vertical component
And since vector a= [a, 0] is colinear with i^ and vector b=[0, b] is colinear with ^j, we can write vector v as a linear combination of i^ and j^ in the following way:
vector v = ai^ +bj^
since vector a = ai^ = [a, 0] and vector b = bj^ = [0, b] we can also say
vector v = [a, 0] + [0, b]
which is an algebraic way of saying that any vector [a, b] can be written as the sum of its vertical and horizontal vector components
direction always measured from
+ x-axis rotating CCW
for any cartesan vector can be translated so that its tail is at the ____ and its head is at the point ___
origin (0, 0)
(a, b)
in general if A(x, y), and B(x2, y2)
then
vector OP = vector AB = [x2-x1, y2-y1]
v^ is a unit vector with the ____ direction as vector v (it has length = __)
SAME
1
in generel u^ =
1/|vector u| vector u
the dot product of two vectors vector u and vector v is:
vector u (dot) vector v = |vector u||vector v}cos theta where theta is the angle between 0 and 180
the result of the dot product is a _____ also called the ___ ___
scalar
scalar product
depending on the angle between the vectors, the dot product is either
positive or negative or zero
if theta is between 90 degrees + 180 degrees, cos theta < 0, making the dot product
negative
Work
the transfer of mechanical energy
the product of the magnitude of the displacement vector and the magnitude of the force vector that is applied in the direction of motion
the units are Newton-meters (N dot m), also known as joules (J)
Work =
|vector d| dot (magnitude of the force vector in the direction of the motion)
we could have used the dot product to calculate the amount of work done (its the same math) so an alternative definition for work as an application of the dot product is:
work = vector f dot vector d
= |vector f||vector d|cos theta
theorum
two non-zero vectors vector u and vector v are perpendicular if and only if vector u dot vector v = 0
|vector u||vector v|cos theta = 0 dissect each part
|vector u| (cant be 0) |vector v|(cant be 0) cos theta (cos theta = 0, theta = 90 degrees, vector u + vector v) = 0
more properties of the dot product