Anda di halaman 1dari 3

Vectors

A vector is an expression which represents a point in a plane. In Specialist Maths we deal with vectors in
R2 (2D cartesian plane) and R3 (3D plane).
All vectors have a direction described by separate components. i is the horizontal component (x-value), j is
e
e
the vertical component (y-value), and k is the height component in a 3D plane (z-value).
e

The magnitude of a vector u = ai + bj + ck is given by a2 + b2 + c2 . This is denoted |u|


e
e
e
e
e
We reference different points on the plane with respect to one common point; usually this is the origin O.

For example, the point P (1, 2) in the cartesian plane can be described as the vector OP = i + 2j . This
e
e
represents the direction and magnitude (length) required to go from O to P .

To move from one point to another, i.e. to find AB where A and B are points on a plane, we can only follow
the path of vector lines that have been defined.

Moving from B to A, i.e. the vector BA, is equal to AB.


Operations with vectors
Graphically, we add vectors by placing them head-to-tail. The destination point can be represented as its
own vector (the resultant vector).
Algebraically, we add together the values of each component to get the resultant vector.
ai + bj + ck + pi + qj + rk = (a + p)i + (b + q)j + (c + r)k
e
e
e
e
e
e
e
e
e
To subtract vectors, for example u v , simply re-write the expression as u + v .
e e
e
e
To multiply vectors by a scalar, multiply each component by that scalar. Graphically, this makes the length
(magnitude) of the vector smaller/larger while maintaining its direction.
Vectors on CAS
Enter vectors as row matrices using the shortcut [ ]. Separate each component with a comma.
Unit Vectors
A unit vector, u
is a vector with a magnitude of 1. To re-scale a vector of any size to 1, we divide it by its
e 1
magnitude. u
=
u
e |u| e
e
- A vector of magnitude 26 in the opposite direction to 4i 3j + 12k is
e
e
e
A. 26(4i 3j + 12k )
e
e
e
B. 26(4i + 3j 12k )
e
e
e
C. 2(4i 3j + 12k )
e
e
e
D. 2(4i + 3j 12k )
e
e
e
1
E. (4i 3j + 12k )
26 e
e
e
CAS Tip
Menu 7 C 1: unitv([vector])
Dot Product
u v = |u||v | cos() where is the angle (less than 180 degrees) obtained by placing the vectors tail-to-tail.
e e
e e
If a = 3i 2j + k and b = i + 2j + 2k then the value of cos() where is the angle between a and b is:
e
e
e e
e
e
e
e e
e
1

Find the unit vector with a positive horizontal component i that is perpendicular to both 2i + 3j 4k and
e
e
e
e
3i + j 5k .
e e
e
Menu 7 C 3: dotp([vector1], [vector2])
2D vectors: A vector that bisects two vectors
A vector that bisects a and b is given by a
+ b. If a unit vector is required, re-scale the resultant vector so
e
e
e
e
that it has a magnitude of 1.
Vector Resolutes
Finding the vector resolute of a in the direction of b is effectively re-writing the vector a using b as the new
e
e
e
e
axis. There are three components:
Scalar resolute of a in the direction of b: a b.
e
e e e
Parallel vector resolute of a in the direction of b: Scalar resolute b.
e
e
e
Perpendicular vector resolute of a in the direction of b: Parallel resolute + a.
e
e
e
The scalar resolute of p in the direction of i + 2j 2k is 3. The vector resolute of p perpendicular to
e
e
e
e
i + 2j 2k is 2i j . eFind p.
e
e
e e
e
e
A line in 3D space has a direction vector 2i +3j 6k and contains the point P (1, 1, 0). The point Q(2, 1, 3)
e
e
is not on the line. Use vector resolutes to finde the shortest distance between the line and the point Q.
Linear Independence
A set of non-zero vectors a, b, c are considered linearly independent if the equation ma + nb = c has no
e eme and n. In other words, one vector cannot be written as aelineare combination
e
solutions for the real numbers
of the other two.
If solutions do exist for m and n, the set is considered linearly dependent.
Let u = 2i + 2j + mk and v = 2i + mj + 2k and w = mi + 2j + 2k . Find the value of m for which the vectors
e
e
e
e
e
e
e
e e
e
u, v and w areelinearly dependent. e
e e
e
Consider the non-zero vectors p, q and r. If p = 4q 7r, which of the following statements must be true?
e
e
e e
e
e
A. p, q and r are linearly dependent.
e
ee
B. q and r are linearly dependent.
e
e
C. q is parallel to r.
e
e
D. q and r are linearly independent.
e
e
E. p, q and r are linearly independent.
e
ee
Vector Proofs

OABC is a square with OA = a and OC = c. Which of the following statements is false?


e
e
A. a c = 0
e e
B. |a| = |c|
e
e
2
C. |a| + |c|2 = |a + c|2
e
e
e e

a (a + c)
2
D. e e e =
|a||a + c|
2
e e e
E. a (a + c) a = c
e e e
e e
2

AB is the diameter of a circle whose centre is O. C is another distinct point on that circle. Given that

AB = a and OC = c, express AB and BC in terms of a and c.


e
e
e
e
Hence, show that the angle ACB is a right angle.

- Given OA = a, OB = b, OC = c and OD = d, in order to establish that the diagonals of the quadrilateral


e it must
e be shown
e that:
e
are perpendicular,
A. a b = 0
e e
B. a d = 0
e e
C. (b a) d = 0
e e e
D. (d a) b = 0
e e e
E (d b) a = 0
e e e

Anda mungkin juga menyukai