0:00 / 0:00

What are Points?

How does a GPS work? How would you describe the position of a treasure on a map?
We can represent any position in 2D using the Cartesian coordinates (x, y)\left(x,\ y\right)

Wize Concept
The 2D or R2R^2 space contains the xx and yy axes.

PAGE BREAK
How could we describe the position of a plane in the sky?
We can represent any position in 3D using the coordinates (x, y, z)\left(x,\ y,\ z\right)
How do we know which directions are the positive axes pointing in?
Use the right-hand rule!
In R3R^3 we have the following special planes:
  • The xyxy-plane contains all points where
    z=0
  • The xzxz-plane contains all points where
    y=0
  • The yzyz-plane contains all points where
    x=0
Wize Concept
The 3D or R3R^3 space contains the xx, yy, and zz axes.

PAGE BREAK

What are Scalars?

A scalar is a quantity with magnitude only → it is just a numerical number!

Examples
  • Distance
    : The library is 2 km from your house
  • Speed
    : The car is travelling at 110 km/h
  • Length/height
    : LeBron is 206 cm tall
  • Mass
    : Peter Griffin is 270 lbs

PAGE BREAK

What are Vectors?

If you had to tell your friend where a treasure is, we can give them the coordinates of the treasure, or you can give them the directions to the treasure!
Vectors allow us to describe a quantity that involves both magnitude and direction → a number and a direction!

Examples
  • Displacement
    : The library is 2 km N30oW from your home
  • Velocity
    : The car is travelling at 110 km/h E
  • Force
    : We need to apply a force of 50 N 25o above the ground to move the box
  • Acceleration
    : The car accelerates at a rate of 10 m/s210\ m/s^2 W (the velocity is increasing constantly)

Practice: Scalar VS Vector?

Each of the following is either a scalar or a vector quantity.
Select all of the vector quantities in the list.
0:00 / 0:00

2D Vectors

Cartesian Form of a Vector

A vector in 2D can be written as v=[v1, v2]\vec v=[v_1,\ v_2] where
  • v1v_1 is the x\color{orange}x-component of the vector (number of "steps" in the xx-direction)
  • v2v_2 is the y\color{orange}y-component of the vector (number of "steps" in the yy-direction)
Example
v=[2,1]\vec v=\begin{bmatrix} -2, -1 \end{bmatrix}

Graphical/geometrical representation of a vector

A vector in 2D can be drawn as a directed line segment (or ray)

Example
v=[2, 1]\vec{v}=\left[-2,\ -1\right] is the directed line segment that goes 2 units in the negative x direction (left) and 1 unit in the negative y direction (down)

Polar Form of a Vector

A vector in 2D can be described as the magnitude rr and direction θ\theta

Example
v=[2, 1]\vec{v}=\left[-2,\ -1\right] is a vector with length 5\sqrt{5} and angle 206.6°206.6\degree measured counter clockwise from the positive x-axis
PAGE BREAK

Definitions w/ Vectors

Equal vectors are vectors that have the same magnitude and directions.

Parallel/collinear vectors are scalar multiples of one another.
Example: v=[2, 1]\vec v=[2,\ 1] and u=[6, 3]\vec u=[6,\ 3] are parallel

Opposite vectors are negative scalar multiples of one another.
Example: v=[2, 1]\vec v=[2,\ -1] and u=[4, 2]\vec u= [-4,\ 2] are opposite

Position vector
AB\overrightarrow{AB} is a position vector that points from point AA to point BB.
Example: Draw the position vector that points from the point A(1,2)A(1,-2) to the point B(2,2)B(2, 2)

Wize Tip
We can label the vector AB\overrightarrow{AB} with a single lower case letter u\vec u.

Practice: 2D Vectors

Given the diagram below, answer the following questions.

Which of the following vector(s) is/are the same (equal) as AB\overrightarrow{AB}?
0:00 / 0:00

Polar → Cartesian Form

Suppose we are given the Polar form of a vector with length rr and angle θ\theta measured counter clockwise from the positive xx-axis, we can use trigonometric relationships to convert it to Cartesian form.

Write it Down
x=rcosθx=r\cos\theta
y=rsinθy=r\sin\theta


PAGE BREAK

Cartesian Form → Polar Form

Suppose we are given the Cartesian form of a vector v=[x, y]\vec{v}=[x,\ y], we can use trigonometric relationships to convert it to polar form.

Write it Down
r=x2+y2r=\sqrt{x^2+y^2}
θ=tan1(yx)\displaystyle \theta=\tan^{-1}\left(\displaystyle \frac{y}{x}\right) *measured from the x-axis

PAGE BREAK

Did you Know?

There are many ways to represent directions (a.k.a bearings). Here are a few common ones that all mean the same thing!

Don't let these special angles trick you!


0:00 / 0:00

Example: Converting Between Vector Forms

1) Convert the vector v=[5, 12]\vec{v}=\left[5,\ -12\right] into polar form.
r=(5)2+(12)2=169=13r=\sqrt{\left(5\right)^2+\left(-12\right)^2}=\sqrt{169}=13
θ=tan1(125)67.38°\theta=\tan^{-1}\left(-\frac{12}{5}\right)\approx-67.38\degree (since this angle is negative, it means that it is measured clockwise from the positive x-axis)
Therefore, this vector has a magnitude of 13 and is 67.38o measured clockwise from the positive x-axis.




2) Convert the vector with magnitude 1010 and forms a 150°150\degree angle counter clockwise from the positive xx-axis.
x=10cos(150°)=10(32)=53x=10\cos\left(150\degree\right)=-10\left(\frac{\sqrt{3}}{2}\right)=-5\sqrt{3}
y=10sin(150°)=10(12)=5y=10\sin\left(150\degree\right)=10\left(\frac{1}{2}\right)=5
Therefore, this vector in Cartesian form is [53, 5]\left[-5\sqrt{3},\ 5\right]

Practice: Cartesian Polar

The velocity of a car is described by the vector [30, 40]\left[-30,\ 40\right]km/h.

Describe the speed (magnitude) and direction of this car.

Practice: Polar Cartesian

In a car accident involving a Honda Civic and a Ford, the Civic's momentum is 65200 kg m/s N25oW. Write this vector in Cartesian form [x, y]\left[x,\ y\right]
0:00 / 0:00

3D Vectors

Cartesian Form of a Vector

A vector in 3D can be written as v=[v1, v2, v3]\vec{v}=[v_1,\ v_2,\ v_3] where
  • v1v_1 is the x\color{orange}x-component of the vector (number of "steps" in the xx-direction)
  • v2v_2 is the y\color{orange}y-component of the vector (number of "steps" in the yy-direction)
  • v3v_3 is the z\color{orange}z-component of the vector (number of "steps" in the zz-direction)
Example
v=[300, 200, 1000]\vec v=\begin{bmatrix} 300,\ 200,\ 1000 \end{bmatrix}

Graphical/geometrical representation of a vector

A vector in 3D can be drawn as a directed line segment (or ray)

Example

Wize Tip
The definitions for parallel, opposite, and position vectors in 3D are the same as those in 2D.

Watch Out!
Unlike vectors in 2D, we cannot represent 3D vectors with just a magnitude and angle, we actually need 3 angles -- one for each of the axes.