Vectors, Curves, and Surfaces in Space
Vectors, Curves, and Surfaces in Space
Chapter 11
In this Chapter, we will explore the following Sections: 11.1 Vectors in the Plane, in R2 11.2 3-D Vectors, in R3 11.3 The Cross Product of Vectors 11.4 Lines and Curves in Space.
Objectives
In this section, we will study: 1. Introduction to Vectors 2. Algebraic Operations with Vectors 3. The Unit Vectors In General: The goal of this section is to study different algebraic and geometric aspects of vector representations.
Introduction
Definition: A vector v in the Cartesian plane is an ordered pair <.a, b >write of real numbers that has the form We v = <a, b > and call a and b the components of the vector v. Definition: A vector is a quantity that has both magnitude and direction. Definition: The zero vector 0 = 0, 0 is a vector that has 0 magnitude and no direction.
Introduction to Vectors
an arrow with initial point P and terminal point Q. The length of the arrow represent the magnitude The direction of the vector represent the direction of the quantity.
v = v = < a, b > = a 2 + b 2
Definition: Equality of Vectors The two vectors u = u1, u2 and v = v1, v2 are equal provided that: u1= v1 and u2= v2. Equality of vectors
7
Definition: Addition of Vectors The sum of the two vectors u = u1, u2 and v = v1, v2 is the vector u + v = u1+ v1 , u2+ v2 . The geometric interpretation of vector addition is the triangle law of addition, illustrated in Fig.
An equivalent interpretation of the vector addition is the parallelogram law of addition, illustrated in Fig. below
Example 2, Page 820: Find the sum u + v of the two vectors u = 4, 3 and v = -5, 2
b. The parallelogram rule for vector addition
9
Definition: Multiplication of a Vector by a Scalar If u = u1, u2 and c is a real number, then the scalar multiple is the vector c u = c u1, c u2 .
c u = (cu1 ) 2 + (cu 2 ) 2 =c
(u1 ) + (u 2 ) = c u
2 2
Definition: Subtraction of Vectors The difference of the two vectors u = u1, u2 and v = v1, v2 is the vector u - v = u1- v1 , u2 - v2 .
Example 3, Page 820: Consider the two vectors u = 4, -3 and v = -2, 3 . Find: |u|, u + v, u v, 3u 2v and 2u + 4v
c. The difference rule
12
Theorem: Properties of Vector Operations For any vectors u, v, and w in the plane and any scalars s and t: u+v=v+u (u + v) + w = u + (v + w) (st) u = s (tu) u+0=u u + ( u)= 0 (s + t) u = su + tu s(u + v) = su + sv
13
Commutativity of vector addition Associativity of vector addition Associativity of scalar multiplication Identity for addition Inverse property for addition Distributive laws
Vector operations are easily presented when vectors are in component form.
1.
1.
1.
a, b + c, d = a + c, b + d a, b c, d = a c, b d
14
4.
Definitions: - A unit vector is a vector that has length 1. - A direction vector for a given nonzero vector v is a unit vector u that points in the same direction as v. - The direction vector u can be found by dividing v by its length |v| ; that is u = v
The unit vectors i = 1, 0 and j = 0, 1 point in the directions of the positive x-axes and y-axis, respectively, and are called standard basis vectors.
16
17
Example 4, Page 821: If a = 2i - 3j, b = 3i + 4j, and c = i 4j. 1). What is the standard representation of the vector 2a + 5b c 2). Express 5a 3b in terms of i and j.
18
Homework
19