26
CH 6.3 – VECTORS IN A PLANE

C H 6.3 – V ECTORS IN A P LANE. A L ITTLE I NTRO Some quantities are measured as a single real number – area, temperature, time Others involve two quantities

Embed Size (px)

Citation preview

CH 6.3 – VECTORS IN A PLANE

A LITTLE INTRO

Some quantities are measured as a single real number – area, temperature, time

Others involve two quantities – force and velocity

These two involve magnitude and direction and are represented as vectors rather than a single quantity.

VECTOR VOCABULARY1) Directed Line Segment – how to draw a

vector, looks like a ray2) Initial Point – the starting point of the vector3) Terminal Point – the ending point of the

vector4) Magnitude – the length of a vector

NotationsP

Q

MORE VOCABULARY

5) Standard Position – initial point of a vector at the origin

6) Component Form – when the initial point is at the origin, the vector can be represented by the coordinates of the terminal point, v = <v1, v2>, each coordinate is the component of the vector.

7) Zero Vector – both the initial and terminal points of a vector at the origin

8) Unit Vector – a vector with a magnitude of 1

LET’S LOOK AT AN EXAMPLE

Let vector w have an initial point at (-7, 4) and a terminal point at (1, -5).

Write w in component form then find its length.

EQUALITY For two vectors to be equal, they must have

equal magnitudes and equal directions. i.e. u = v, iff (if and only if) u1 = v1 and u2 = v2

Two vectors can have the same magnitude, but not be equal themselves.

Two vectors can have equal directions, but not be equal themselves.

LET U BE A VECTOR FROM P(-3, -2) TO Q(3, 2). LET V BE A VECTOR FROM R(-2, 0) TO S(4, 4).SHOW THAT U = V.

AND EVEN MORE VOCABULARY!

9) Scalar Multiplication – multiplying a scalar (a real number) and a vector (or a matrix). The product of a scalar and a vector is a vector.

10) Vector Addition – you can only add vectors to vectors and do this by adding like components.

Take 2 vectors, u and v: u v

u + v = This is know as the parallelogram law because the resultant is the diagonal of the parallelogram made by u and v.

NEGATIVE VECTORS

Let v be any vector. -v will have the exact same magnitude as v, but will point in the opposite direction. ||v|| = ||-v|| If v = <v1, v2>, then –v = <-v1, -v2>

v -v

SCALAR MULTIPLICATION Let k represent a scalar and u represent a

vector. What will happen to the resultant of k and u

if k is positive?

k is negative?

|k| is greater than 1?

|k| is less than 1?

LET V = <-2, 5> AND W = <3, 4> AND FIND V + 2W

PROPERTIES OF VECTOR ADDITION AND SCALAR MULTIPLICATIONLet u, v, and w be vectors and c and d be

scalars.1) Vector Addition is associative:

2) Vector Addition is commutative:

3) Zero is the identity of vector addition:

4) The sum of a vector and its opposite is the zero vector:

all properties are on p. 448

PROPERTIES CON’T5) The distributive property is true for

distributing a scalar or a vector:

6) You can find the product of all scalars first before multiplying them to a single vector:

7) The identity of scalar multiplication is 1:

8) The resultant of zero and a vector is a scalar (0):

9) The length of cv is the absolute value of c times the length of v:

UNIT VECTORS Will be useful in future problems

They are vectors that point in the same direction as a given vector, but have a magnitude of 1.

To find a unit vector: u =

You will take each component of v and divide them by the magnitude of v.

Vector u is called the unit vector in the direction of v.

FIND THE UNIT VECTOR OF V = <6, 11>

HOMEWORK

p. 453 #2, 4, 8, 10, 12, 22, 24, 28, 30

UNIT VECTORS There are 2 standard unit vectors denoted as

i and j. i = <1, 0> The Horizontal Unit Vector j = <0, 1> The Vertical Unit Vector

All vectors can be written using these two unit vectors. This is called a linear combination. v = v1i + v2j

v1 is the horizontal component of the vector v2 is the vertical component of the vector

Example: If v = <5, 8>, then as a linear combination v = 5i + 8j

Let u be a vector with an initial point (-4, 3) and a terminal point (2, 9). Write u as a linear combination of i and j.

Let u = -3i + 6j and v = 4i – j. Find 2u – j.

DIRECTION ANGLES

Let u be the unit vector and θ be the angle from the positive x-axis to u (counterclockwise), the terminal point of u is on the unit circle and

u = <x, y> = <cosθ, sinθ> = (cosθ)i + (sinθ)j

If v is any vector that makes and angle θ with the positive x-axis, v = ||v||<cosθ, sinθ>

= ||v||(cosθ)i + ||v||(sinθ)j = ai + bj

BUT HOW CAN WE FIND Θ?

Recall, tanθ =

Therefore, tanθ = =

b is the coefficient with

j

a is the coefficient with

i

FIND THE DIRECTION ANGLE OF EACH VECTOR.1. u = 3i + 3j 2. w = 3i – 4j

REMEMBER TO DOUBLE CHECK THE QUADRANT!

LET’S APPLY THIS TO REAL LIFE!

Velocity A ball is thrown with an initial velocity of 55 feet per second, at an angle of 37o with the horizontal. Find the vertical and horizontal components of the velocity.

ALWAYS DRAW A

DIAGRAM!

Find the component form of the vector represented by an airplane flying at 110 mph at an angle of 30o above due west.

WEIGHT – IS IT A SCALAR OR A VECTOR?A force of 600 pounds is required to pull a boat

and a trailer up a ramp inclined at 15o from the horizontal. Find the combined weight of the boat and trailer.

HOMEWORK

p. 454 # 44, 46, 52, 54, 75, 77