SlideShare a Scribd company logo
1 of 110
Dot product and Angles
* Vector Dot Product and Angels
* The Unitized–Vector (Unit Directional–Vector)
* Orthogonal Projections
Dot product and Angles
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd.
Dot product and Angles
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd.

u = <a, b>
v = <c, d>
1
Dot product and Angles
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd.

u = <a, b>
v = <c, d>
1
cos( ) = ac + bd
Dot product and Angles
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd. This sum is denoted as u • v
and it’s the dot product of u and v.

u = <a, b>
v = <c, d>
1
cos( ) = ac + bd
Dot product and Angles
This actually is the “cosine of
difference–of–angles” formula.

u = <a, b>
v = <c, d>
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd. This sum is denoted as u • v
and it’s the dot product of u and v.
1
cos( ) = ac + bd
Dot product and Angles

u = <a, b>
v = <c, d>
AThis actually is the “cosine of
difference–of–angles” formula.
Let u = <a, b> and v = <c, d> with
angles A and B be as shown.
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd. This sum is denoted as u • v
and it’s the dot product of u and v.
1
cos( ) = ac + bd
Dot product and Angles

u = <a, b>
v = <c, d>
A
B
This actually is the “cosine of
difference–of–angles” formula.
Let u = <a, b> and v = <c, d> with
angles A and B be as shown.
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd. This sum is denoted as u • v
and it’s the dot product of u and v.
1
cos( ) = ac + bd
Dot product and Angles
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd. This sum is denoted as u • v
and it’s the dot product of u and v.

u = <a, b>
v = <c, d>
A
B
This actually is the “cosine of
difference–of–angles” formula.
Let u = <a, b> and v = <c, d> with
angles A and B be as shown.
We have  = A – B, so
cos() = cos(A – B)
= cos(A)cos(B) + sin(A)sin(B)
= ac + bd = u • v.
1
cos( ) = ac + bd
Dot product and Angles
The Dot Product
Let u = <a, b> and v = <c, d> be two unit vectors, i.e.
vectors of length 1, and  be the angle between them,
then cos() = ac + bd. This sum is denoted as u • v
and it’s the dot product of u and v.

u = <a, b>
v = <c, d>
A
B
This actually is the “cosine of
difference–of–angles” formula.
Let u = <a, b> and v = <c, d> with
angles A and B be as shown.
We have  = A – B, so
cos() = cos(A – B)
= cos(A)cos(B) + sin(A)sin(B)
= ac + bd = u • v.
Let’s generalize the dot product to all vectors.
1
cos( ) = ac + bd
Dot Product of Vectors
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
= 20 + 30 = 50
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
= 20 + 30 = 50
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
b. 3u  v = 3<5, -6>  <4, -5>
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
= 20 + 30 = 50
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
b. 3u  v = 3<5, -6>  <4, -5>
= <15, -18>  <4, -5>
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
= 20 + 30 = 50
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
b. 3u  v = 3<5, -6>  <4, -5>
= <15, -18>  <4, -5>
= 15*4 + (-18)*(-5)
= 60 + 90 = 150
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
= 20 + 30 = 50
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
b. 3u  v = 3<5, -6>  <4, -5>
= <15, -18>  <4, -5>
= 15*4 + (-18)*(-5)
= 60 + 90 = 150 = 3(u  v)
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
= 20 + 30 = 50
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
b. 3u  v = 3<5, -6>  <4, -5>
= <15, -18>  <4, -5>
= 15*4 + (-18)*(-5)
= 60 + 90 = 150 = 3(u  v)
Facts: 1. u•v = v•u
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
= 20 + 30 = 50
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
b. 3u  v = 3<5, -6>  <4, -5>
= <15, -18>  <4, -5>
= 15*4 + (-18)*(-5)
= 60 + 90 = 150 = 3(u  v)
Facts: 1. u•v = v•u
2. For any scalar λ, λu • v = λ(u • v)
Dot Product of Vectors
Example A: Let u = <5, -6>, v = <4, -5>
a. u  v = <5, -6>  <4, -5>
= 5*4 + (-6)*(-5)
= 20 + 30 = 50
Given u=<a, b>, v=<c, d>, the dot product of u
and v is u  v = <a, b>  <c, d> = ac + bd
The dot product of two vector is a number.
Dot Product of Vectors
b. 3u  v = 3<5, -6>  <4, -5>
= <15, -18>  <4, -5>
= 15*4 + (-18)*(-5)
= 60 + 90 = 150 = 3(u  v)
Facts: 1. u•v = v•u
2. For any scalar λ, λu • v = λ(u • v)
3. u•(v + w) = u•v + u•w
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
a: Let λ = 10, then the length of 10<3, 4> is
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
a: Let λ = 10, then the length of 10<3, 4> is
|<30, 40>| = 10 * 5 = 50
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
a: Let λ = 10, then the length of 10<3, 4> is
|<30, 40>| = 10 * 5 = 50
b: Let λ = , then the length of <3, 4> is1
5
1
5
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
a: Let λ = 10, then the length of 10<3, 4> is
|<30, 40>| = 10 * 5 = 50
b: Let λ = , then the length of <3, 4> is
|< , >| = * |<3, 4>|
1
5
1
5
3
5
4
5
1
5
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
a: Let λ = 10, then the length of 10<3, 4> is
|<30, 40>| = 10 * 5 = 50
b: Let λ = , then the length of <3, 4> is
|< , >| = * |<3, 4>| = * 5 = 1
1
5
1
5
3
5
4
5
1
5
1
5
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
a: Let λ = 10, then the length of 10<3, 4> is
|<30, 40>| = 10 * 5 = 50
b: Let λ = , then the length of <3, 4> is
|< , >| = * |<3, 4>| = * 5 = 1
1
5
1
5
3
5
4
5
1
5
1
5
Vectors of length 1
are called unit vectors.
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
a: Let λ = 10, then the length of 10<3, 4> is
|<30, 40>| = 10 * 5 = 50
b: Let λ = , then the length of <3, 4> is
|< , >| = * |<3, 4>| = * 5 = 1
1
5
1
5
3
5
4
5
1
5
1
5
Vectors of length 1
are called unit vectors.
<3/5, 4/5>
r = 1
Unit vectors
Unitized Vectors
Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|.
Example B: Let v = <3, 4> so that | <3, 4> | = 5,
a: Let λ = 10, then the length of 10<3, 4> is
|<30, 40>| = 10 * 5 = 50
b: Let λ = , then the length of <3, 4> is
|< , >| = * |<3, 4>| = * 5 = 1
1
5
1
5
3
5
4
5
1
5
1
5
Vectors of length 1
are called unit vectors.
In the above example,
3
5
4
5
< , > is a unit vector.
<3/5, 4/5>
r = 1
Unit vectors
Unitized Vectors
Unitized Vectors
Unitized Vectors
In the above example b. we rescale the vector
v =<3, 4> and obtain < > which is a unit vector.3
5
4
5,
Unitized Vectors
In the above example b. we rescale the vector
v =<3, 4> and obtain < > which is a unit vector.
We say that the “unitized v” is < >.
3
5
4
5,
3
5
4
5,
Unitized Vectors
From this example, we see the formula for
the unitized v is since | v | = 1.1
|v|
1
|v| |v| =
1
|v|
v
In the above example b. we rescale the vector
v =<3, 4> and obtain < > which is a unit vector.
We say that the “unitized v” is < >.
3
5
4
5,
3
5
4
5,
Unitized Vectors
Geometrically, unitizing v
corresponds to shrinking
or stretching v to be a
unit vector.
From this example, we see the formula for
the unitized v is since | v | = 1.1
|v|
1
|v| |v| =
1
|v|
v
In the above example b. we rescale the vector
v =<3, 4> and obtain < > which is a unit vector.
We say that the “unitized v” is < >.
3
5
4
5,
3
5
4
5,
Unitized Vectors
From this example, we see the formula for
the unitized v is since | v | = 1.1
|v|
1
|v| |v| =
1
|v|
v
Geometrically, unitizing v
corresponds to shrinking
or stretching v to be a
unit vector.
v
r=1
unitized v
In the above example b. we rescale the vector
v =<3, 4> and obtain < > which is a unit vector.
We say that the “unitized v” is < >.
3
5
4
5,
3
5
4
5,
=<3, 4>
1
|v|
v = <3/5,4/5>
unitized v
=
Unitized v is the only unit vector
that has the same direction so it’s
the unit directional vector of v.
Unitized Vectors
From this example, we see the formula for
the unitized v is since | v | = 1.1
|v|
1
|v| |v| =
1
|v|
v
Geometrically, unitizing v
corresponds to shrinking
or stretching v to be a
unit vector.
v
r=1
unitized v
In the above example b. we rescale the vector
v =<3, 4> and obtain < > which is a unit vector.
We say that the “unitized v” is < >.
3
5
4
5,
3
5
4
5,
=<3, 4>
1
|v|
v = <3/5,4/5>
unitized v
=
Unitized v is the only unit vector
that has the same direction so it’s
the unit directional vector of v.
Dot product and Angles
Dot product and Angles
The following theorem put all the above concepts
together.
Dot product and Angles
Dot Product Theorem:
The following theorem put all the above concepts
together.
Dot product and Angles
Dot Product Theorem:
a. Let u and v be two unit vectors and  be
the angle between them, then cos() = u•v.
The following theorem put all the above concepts
together.
Dot product and Angles
Dot Product Theorem:
a. Let u and v be two unit vectors and  be
the angle between them, then cos() = u•v.
b. Let u and v be any two vectors and  be
the angle between them
cos() = (unitized u)  (unitized v)
The following theorem put all the above concepts
together.
Dot product and Angles
Dot Product Theorem:
a. Let u and v be two unit vectors and  be
the angle between them, then cos() = u•v.
b. Let u and v be any two vectors and  be
the angle between them
cos() = (unitized u)  (unitized v)
=  v
|v|
u
|u|
Easy to memorize
The following theorem put all the above concepts
together.
Dot product and Angles
Dot Product Theorem:
a. Let u and v be two unit vectors and  be
the angle between them, then cos() = u•v.
b. Let u and v be any two vectors and  be
the angle between them
cos() = (unitized u)  (unitized v)
=  =v
|v|
u
|u|
u•v
|u|*|v|
Easy to memorize Easier way to compute
The following theorem put all the above concepts
together.
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
uv=10,
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
uv=10, |u|=10,
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
uv=10, |u|=10, |v|=20,
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
uv=10, |u|=10, |v|=20, hence,
cos() = =
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2)
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
u + v = <5, -5>,
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
u + v = <5, -5>, u – v = <1, 3>
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
u + v = <5, -5>, u – v = <1, 3>
(u + v)•(u – v) = 5 – 15 = -10
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
u + v = <5, -5>, u – v = <1, 3>
(u + v)•(u – v) = 5 – 15 = -10
|u + v| = 50,
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
u + v = <5, -5>, u – v = <1, 3>
(u + v)•(u – v) = 5 – 15 = -10
|u + v| = 50, |u – v| = 10
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
u + v = <5, -5>, u – v = <1, 3>
(u + v)•(u – v) = 5 – 15 = -10
|u + v| = 50, |u – v| = 10
So cos(A) = -10/500
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
u + v = <5, -5>, u – v = <1, 3>
(u + v)•(u – v) = 5 – 15 = -10
|u + v| = 50, |u – v| = 10
So cos(A) = -10/500  -0.447
uv=10, |u|=10, |v|=20, hence,
cos() = = = 10/200 = 1/2
So  = cos-1(1/2) = 45o
Dot product and Angles
Example C:
a. Let u = <3, -1> and v = <2, -4>. Find the angle 
between them.
u•v
|u|*|v|
10
10*20
b. Find the angle A between u + v and u – v.
u + v = <5, -5>, u – v = <1, 3>
(u + v)•(u – v) = 5 – 15 = -10
|u + v| = 50, |u – v| = 10
So cos(A) = -10/500  -0.447
A = cos-1(-0.447)  117o.
Dot product and Angles
Theorem: Given u, v two nonzero vectors such that
u•v=0, then u and v are perpendicular (orthogonal).
Dot product and Angles
Theorem: Given u, v two nonzero vectors such that
u•v=0, then u and v are perpendicular (orthogonal).
If  is the angle between u and v and u•v = 0,
then cos() = = 0.
Hence  = cos-1(0) = 90o
u•v
|u|*|v|
Example D: <5, -3>•<3, 5> = 15 – 15 = 0,
hence they are orthogonal.
Dot product and Angles
Theorem: Given u, v two nonzero vectors such that
u•v=0, then u and v are perpendicular (orthogonal).
If  is the angle between u and v and u•v = 0,
then cos() = = 0.
Hence  = cos-1(0) = 90o
u•v
|u|*|v|
Example D: <5, -3>•<3, 5> = 15 – 15 = 0,
hence they are orthogonal.
Dot product and Angles
Theorem: Given u, v two nonzero vectors such that
u•v=0, then u and v are perpendicular (orthogonal).
If  is the angle between u and v and u•v = 0,
then cos() = = 0.
Hence  = cos-1(0) = 90o
u•v
|u|*|v|
From this calculation, we see that if u = <a, b>, then
the vectors <–b, a> and <b, –a> are orthogonal to u.
Example D: <5, -3>•<3, 5> = 15 – 15 = 0,
hence they are orthogonal.
Dot product and Angles
Theorem: Given u, v two nonzero vectors such that
u•v=0, then u and v are perpendicular (orthogonal).
If  is the angle between u and v and u•v = 0,
then cos() = = 0.
Hence  = cos-1(0) = 90o
u•v
|u|*|v|
From this calculation, we see that if u = <a, b>, then
the vectors <–b, a> and <b, –a> are orthogonal to u.
The vector <–b, a> and <b, –a> are u rotated 90o
counter–clockwise, and 90o clockwise respectively.
Exercise: Draw them to convince yourself that it is so.
Projections
Projections
The projection of the
vector u onto the vector v
is the vertically cast
shadow-vector of u onto v.
It is denoted as projv (u).
Projections
The projection of the
vector u onto the vector v
is the vertically cast
shadow-vector of u onto v.
It is denoted as projv (u).
Projections
The projection of the
vector u onto the vector v
is the vertically cast
shadow-vector of u onto v.
It is denoted as projv (u).projv (u)
Projections
The projection of the
vector u onto the vector v
is the vertically cast
shadow-vector of u onto v.
It is denoted as projv (u).projv (u)
Let  < 1800 be the angle between u and v,
the signed length of the projv(u) is |u |*cos().
Projections
The projection of the
vector u onto the vector v
is the vertically cast
shadow-vector of u onto v.
It is denoted as projv (u).projv (u)
If  is less than 90o then
cos() > 0, so |u|cos() is
also positive.
Let  < 1800 be the angle between u and v,
the signed length of the projv(u) is |u |*cos().
Projections
The projection of the
vector u onto the vector v
is the vertically cast
shadow-vector of u onto v.
It is denoted as projv (u).projv (u)
If  is less than 90o then
cos() > 0, so |u|cos() is
also positive. This means
the shadow is cast in the
direction of v.
Let  < 1800 be the angle between u and v,
the signed length of the projv(u) is |u |*cos().
Projections
The projection of the
vector u onto the vector v
is the vertically cast
shadow-vector of u onto v.
It is denoted as projv (u).projv (u)
If  is less than 90o then
cos() > 0, so |u|cos() is
also positive. This means
the shadow is cast in the
direction of v.
u
v
|u|cos() is positive means the
projv(u) is in the direction of v

 < 90o
Let  < 1800 be the angle between u and v,
the signed length of the projv(u) is |u |*cos().
Projections
If  is more than 90o then
cos() < 0, so |u|cos() is
negative.
Projections
If  is more than 90o then
cos() < 0, so |u|cos() is
negative. We get the
negative length of projv(u)
and projv(u) is cast in the
opposite direction of v.
Projections
If  is more than 90o then
cos() < 0, so |u|cos() is
negative. We get the
negative length of projv(u)
and projv(u) is cast in the
opposite direction of v.
u
v
|u|cos() is negative so projv(u)
is in the opposite direction of v.

 >90o
Projections
If  is more than 90o then
cos() < 0, so |u|cos() is
negative. We get the
negative length of projv(u)
and projv(u) is cast in the
opposite direction of v.
u
v
|u|cos() is negative so projv(u)
is in the opposite direction of v.

 >90o
Projections
If  is more than 90o then
cos() < 0, so |u|cos() is
negative. We get the
negative length of projv(u)
and projv(u) is cast in the
opposite direction of v.
u
v
|u|cos() is negative so projv(u)
is in the opposite direction of v.

Example E: Given that the
angle between u and v is
67o and |u|=23, |v|=28.
Find the length of the
shadow projv(u). Draw.
 >90o
Projections
If  is more than 90o then
cos() < 0, so |u|cos() is
negative. We get the
negative length of projv(u)
and projv(u) is cast in the
opposite direction of v.
u
v
|u|cos() is negative so projv(u)
is in the opposite direction of v.

Example E: Given that the
angle between u and v is
67o and |u|=23, |v|=28.
Find the length of the
shadow projv(u). Draw.
|u|=23
67o
|v|=28
 >90o
Projections
If  is more than 90o then
cos() < 0, so |u|cos() is
negative. We get the
negative length of projv(u)
and projv(u) is cast in the
opposite direction of v.
u
v
|u|cos() is negative so projv(u)
is in the opposite direction of v.

Example E: Given that the
angle between u and v is
67o and |u|=23, |v|=28.
Find the length of the
shadow projv(u). Draw.
|u|=23
67o
|v|=28
The length of projv(u) = |u|cos() = 23cos(67)  8.99
 >90o
Projections
Example F: Given that the
angle between u and v is
117o and |u|=23, |v|=28.
Find the length of the
shadow proju(v). Draw.
Projections
Example F: Given that the
angle between u and v is
117o and |u|=23, |v|=28.
Find the length of the
shadow proju(v). Draw.
|u|=23
117o |v|=28
Projections
Example F: Given that the
angle between u and v is
117o and |u|=23, |v|=28.
Find the length of the
shadow proju(v). Draw.
|u|=23
117o |v|=28
Projections
Example F: Given that the
angle between u and v is
117o and |u|=23, |v|=28.
Find the length of the
shadow proju(v). Draw.
|u|=23
117o |v|=28
The length of proju(v) = |v|cos()
Projections
Example F: Given that the
angle between u and v is
117o and |u|=23, |v|=28.
Find the length of the
shadow proju(v). Draw.
|u|=23
117o |v|=28
The length of proju(v) = |v|cos()
= 28cos(117)  -12.7
Projections
Example F: Given that the
angle between u and v is
117o and |u|=23, |v|=28.
Find the length of the
shadow proju(v). Draw.
|u|=23
117o |v|=28
The length of proju(v) = |v|cos()
= 28cos(117)  -12.7
Note the negative answer indicates the shadow is
cast in the opposite direction of u.
Projections
Example F: Given that the
angle between u and v is
117o and |u|=23, |v|=28.
Find the length of the
shadow proju(v). Draw.
|u|=23
117o |v|=28
The length of proju(v) = |v|cos()
= 28cos(117)  -12.7
Note the negative answer indicates the shadow is
cast in the opposite direction of u.
Your Turn: Given the angle
between u and v is 135o and
|u|=36, |v|=18. Draw and find
the length of the projv(u).
135o
|u|=36
v
Ans: Signed length of projv(u) = –36/2  –25.4
projv(u)
Signed Length of Standard Projection
Theorem: Given two vectors u and v in the standard
position and  be the angle between them,
the signed length of projv(u) = |u|cos() = u•
or it’s u dotted with unitized v.
Signed Length of Standard Projection
v
|v|
Theorem: Given two vectors u and v in the standard
position and  be the angle between them,
the signed length of projv(u) = |u|cos() = u•
or it’s u dotted with unitized v.
Signed Length of Standard Projection
v
|v|
x
y
u
v

Example G:
Let u=<3, -3> and
v=<-1, -4>. Find the length
of projv(u). Draw.
Signed Length of Standard Projection
Theorem: Given two vectors u and v in the standard
position and  be the angle between them,
the signed length of projv(u) = |u|cos() = u•
or it’s u dotted with unitized v.
v
|v|
x
y
u
v

x
y Example G:
Let u=<3, -3> and
v=<-1, -4>. Find the length
of projv(u). Draw.
Projv(u)
u=<3, -3>
v=<-1, -4>
Signed Length of Standard Projection
Theorem: Given two vectors u and v in the standard
position and  be the angle between them,
the signed length of projv(u) = |u|cos() = u•
or it’s u dotted with unitized v.
v
|v|

x
y Example G:
Let u=<3, -3> and
v=<-1, -4>. Find the length
of projv(u). Draw.
uv = <3,-3><-1,-4> = 9
|v|= 17,Projv(u)
u=<3, -3>
v=<-1, -4>
Signed Length of Standard Projection
Theorem: Given two vectors u and v in the standard
position and  be the angle between them,
the signed length of projv(u) = |u|cos() = u•
or it’s u dotted with unitized v.
v
|v|

x
y Example G:
Let u=<3, -3> and
v=<-1, -4>. Find the length
of projv(u). Draw.
uv = <3,-3><-1,-4> = 9
|v|= 17, hence the length of
projv(u) is =
Projv(u)
u=<3, -3>
v=<-1, -4>
u•v
|v|
9
17
 2.18.
Signed Length of Standard Projection
Theorem: Given two vectors u and v in the standard
position and  be the angle between them,
the signed length of projv(u) = |u|cos() = u•
or it’s u dotted with unitized v.
v
|v|

Projections of Standard Vectors
Projections of Standard Vectors
For any vector v, v = (its's length)*(unitized v)
Projections of Standard Vectors
For any vector v, v = (its's length)*(unitized v)
Theorem: Given u and v in the standard position,
then the projection-vector in the standard form
projv(u)=(it's signed length)*(unitized v)
Projections of Standard Vectors
For any vector v, v = (its's length)*(unitized v)
Theorem: Given u and v in the standard position,
then the projection-vector in the standard form
projv(u)=(it's signed length)*(unitized v)= vu•v
|v|2
Theorem: Given u and v in the standard position,
then the projection-vector in the standard form
projv(u)=(it's signed length)*(unitized v)=
Projections of Standard Vectors
For any vector v, v = (its's length)*(unitized v)
Example H:
Let u=<3, -3> and
v=<-1, -4>. Find projv(u).
vu•v
|v|2
Theorem: Given u and v in the standard position,
then the projection-vector in the standard form
projv(u)=(it's signed length)*(unitized v)=
Projections of Standard Vectors
u=<3, -3>v=<-1, -4>
For any vector v, v = (its's length)*(unitized v)
Example H:
Let u=<3, -3> and
v=<-1, -4>. Find projv(u).
vu•v
|v|2
Theorem: Given u and v in the standard position,
then the projection-vector in the standard form
projv(u)=(it's signed length)*(unitized v)=
Projv(u)
Projections of Standard Vectors
Projv(u)
u=<3, -3>v=<-1, -4>
For any vector v, v = (its's length)*(unitized v)
Example H:
Let u=<3, -3> and
v=<-1, -4>. Find projv(u).
vu•v
|v|2
Projv(u)
Projections of Standard Vectors
Projv(u)
u=<3, -3>v=<-1, -4>
For any vector v, v = (its's length)*(unitized v)
Example H:
Let u=<3, -3> and
v=<-1, -4>. Find projv(u).
We've u•v = 9 and |v|2 =17.
Theorem: Given u and v in the standard position,
then the projection-vector in the standard form
projv(u)=(it's signed length)*(unitized v)= vu•v
|v|2
Projv(u)
Projections of Standard Vectors
u=<3, -3>v=<-1, -4>
For any vector v, v = (its's length)*(unitized v)
Example H:
Let u=<3, -3> and
v=<-1, -4>. Find projv(u).
We've u•v = 9 and |v|2 =17.
So proju(v) = vu•v
|v|2 *
Theorem: Given u and v in the standard position,
then the projection-vector in the standard form
projv(u)=(it's signed length)*(unitized v)= vu•v
|v|2
Projv(u)
Projections of Standard Vectors
u=<3, -3>v=<-1, -4>
For any vector v, v = (its's length)*(unitized v)
Example H:
Let u=<3, -3> and
v=<-1, -4>. Find projv(u).
We've u•v = 9 and |v|2 =17.
So proju(v) = vu•v
|v|2 *
9
17
* <-1, -4>=
Theorem: Given u and v in the standard position,
then the projection-vector in the standard form
projv(u)=(it's signed length)*(unitized v)= vu•v
|v|2
9
17
<-1, -4>=
HW
Given u=<-1,2>, v=<3,-2>, and w=<4,2>
find the signed length and the vectors for
each of the following:
1. proju(v) 2. projv(u) 3. projv(w)
4. proju(u+v) 5. projw(v – u)
6. proju+v (u – w) 7. projv+w (v + u)

More Related Content

What's hot

9 determinant and cross product
9 determinant and cross product9 determinant and cross product
9 determinant and cross productmath267
 
12 quadric surfaces
12 quadric surfaces12 quadric surfaces
12 quadric surfacesmath267
 
25 surface area
25 surface area25 surface area
25 surface areamath267
 
23 general double integrals
23 general double integrals23 general double integrals
23 general double integralsmath267
 
28 work and line integrals
28 work and line integrals28 work and line integrals
28 work and line integralsmath267
 
18 directional derivatives and gradient
18 directional  derivatives and gradient18 directional  derivatives and gradient
18 directional derivatives and gradientmath267
 
21 lagrange multipliers
21 lagrange multipliers21 lagrange multipliers
21 lagrange multipliersmath267
 
16 partial derivatives
16 partial derivatives16 partial derivatives
16 partial derivativesmath267
 
20 polar equations and graphs
20 polar equations and graphs20 polar equations and graphs
20 polar equations and graphsmath267
 
22 double integrals
22 double integrals22 double integrals
22 double integralsmath267
 
26 triple integrals
26 triple integrals26 triple integrals
26 triple integralsmath267
 
20 the chain rule
20 the chain rule20 the chain rule
20 the chain rulemath267
 
5 volumes and solids of revolution i x
5 volumes and solids of revolution i x5 volumes and solids of revolution i x
5 volumes and solids of revolution i xmath266
 
4 ftc and signed areas x
4 ftc and signed areas x4 ftc and signed areas x
4 ftc and signed areas xmath266
 
24 double integral over polar coordinate
24 double integral over polar coordinate24 double integral over polar coordinate
24 double integral over polar coordinatemath267
 
19 min max-saddle-points
19 min max-saddle-points19 min max-saddle-points
19 min max-saddle-pointsmath267
 
7.5 lines and_planes_in_space
7.5 lines and_planes_in_space7.5 lines and_planes_in_space
7.5 lines and_planes_in_spaceMahbub Alwathoni
 
6 volumes of solids of revolution ii x
6 volumes of solids of revolution ii x6 volumes of solids of revolution ii x
6 volumes of solids of revolution ii xmath266
 
22 infinite series send-x
22 infinite series send-x22 infinite series send-x
22 infinite series send-xmath266
 
3.6 applications in optimization
3.6 applications in optimization3.6 applications in optimization
3.6 applications in optimizationmath265
 

What's hot (20)

9 determinant and cross product
9 determinant and cross product9 determinant and cross product
9 determinant and cross product
 
12 quadric surfaces
12 quadric surfaces12 quadric surfaces
12 quadric surfaces
 
25 surface area
25 surface area25 surface area
25 surface area
 
23 general double integrals
23 general double integrals23 general double integrals
23 general double integrals
 
28 work and line integrals
28 work and line integrals28 work and line integrals
28 work and line integrals
 
18 directional derivatives and gradient
18 directional  derivatives and gradient18 directional  derivatives and gradient
18 directional derivatives and gradient
 
21 lagrange multipliers
21 lagrange multipliers21 lagrange multipliers
21 lagrange multipliers
 
16 partial derivatives
16 partial derivatives16 partial derivatives
16 partial derivatives
 
20 polar equations and graphs
20 polar equations and graphs20 polar equations and graphs
20 polar equations and graphs
 
22 double integrals
22 double integrals22 double integrals
22 double integrals
 
26 triple integrals
26 triple integrals26 triple integrals
26 triple integrals
 
20 the chain rule
20 the chain rule20 the chain rule
20 the chain rule
 
5 volumes and solids of revolution i x
5 volumes and solids of revolution i x5 volumes and solids of revolution i x
5 volumes and solids of revolution i x
 
4 ftc and signed areas x
4 ftc and signed areas x4 ftc and signed areas x
4 ftc and signed areas x
 
24 double integral over polar coordinate
24 double integral over polar coordinate24 double integral over polar coordinate
24 double integral over polar coordinate
 
19 min max-saddle-points
19 min max-saddle-points19 min max-saddle-points
19 min max-saddle-points
 
7.5 lines and_planes_in_space
7.5 lines and_planes_in_space7.5 lines and_planes_in_space
7.5 lines and_planes_in_space
 
6 volumes of solids of revolution ii x
6 volumes of solids of revolution ii x6 volumes of solids of revolution ii x
6 volumes of solids of revolution ii x
 
22 infinite series send-x
22 infinite series send-x22 infinite series send-x
22 infinite series send-x
 
3.6 applications in optimization
3.6 applications in optimization3.6 applications in optimization
3.6 applications in optimization
 

Similar to 3 dot product angles-projection

267 3 dot product-angles-projection-n
267 3 dot product-angles-projection-n267 3 dot product-angles-projection-n
267 3 dot product-angles-projection-nmath260
 
16 dot product angles-projection
16 dot product angles-projection16 dot product angles-projection
16 dot product angles-projectionmath260
 
16 dot product angles-projection
16 dot product angles-projection16 dot product angles-projection
16 dot product angles-projectionmath260
 
8 dot product, directions, projections
8 dot product, directions, projections8 dot product, directions, projections
8 dot product, directions, projectionsmath267
 
Chap12_Sec3 - Dot Product.ppt
Chap12_Sec3 - Dot Product.pptChap12_Sec3 - Dot Product.ppt
Chap12_Sec3 - Dot Product.pptMahmudulHaque71
 
Geom9point7 97
Geom9point7 97Geom9point7 97
Geom9point7 97herbison
 
8. Vectors data frames
8. Vectors data frames8. Vectors data frames
8. Vectors data framesExternalEvents
 
Triangle law of vector addition
Triangle law of vector additionTriangle law of vector addition
Triangle law of vector additionLauragibbo1
 
Triangle law of vector addition
Triangle law of vector additionTriangle law of vector addition
Triangle law of vector additionLauragibbo1
 
Triangle law of vector addition
Triangle law of vector additionTriangle law of vector addition
Triangle law of vector additionLauragibbo1
 
Vector Algebra.pptx
Vector Algebra.pptxVector Algebra.pptx
Vector Algebra.pptxazrulZamir2
 

Similar to 3 dot product angles-projection (20)

267 3 dot product-angles-projection-n
267 3 dot product-angles-projection-n267 3 dot product-angles-projection-n
267 3 dot product-angles-projection-n
 
16 dot product angles-projection
16 dot product angles-projection16 dot product angles-projection
16 dot product angles-projection
 
16 dot product angles-projection
16 dot product angles-projection16 dot product angles-projection
16 dot product angles-projection
 
8 dot product, directions, projections
8 dot product, directions, projections8 dot product, directions, projections
8 dot product, directions, projections
 
Pre-Calculus - Vectors
Pre-Calculus - VectorsPre-Calculus - Vectors
Pre-Calculus - Vectors
 
Chap12_Sec3 - Dot Product.ppt
Chap12_Sec3 - Dot Product.pptChap12_Sec3 - Dot Product.ppt
Chap12_Sec3 - Dot Product.ppt
 
Lesson4.3Vectors.ppt
Lesson4.3Vectors.pptLesson4.3Vectors.ppt
Lesson4.3Vectors.ppt
 
Geom9point7 97
Geom9point7 97Geom9point7 97
Geom9point7 97
 
Scalars and vectors
Scalars and vectorsScalars and vectors
Scalars and vectors
 
8. Vectors data frames
8. Vectors data frames8. Vectors data frames
8. Vectors data frames
 
Functional optics
Functional opticsFunctional optics
Functional optics
 
Vector journeys!
Vector journeys!Vector journeys!
Vector journeys!
 
Sect4 1
Sect4 1Sect4 1
Sect4 1
 
Sop and pos
Sop and posSop and pos
Sop and pos
 
Triangle law of vector addition
Triangle law of vector additionTriangle law of vector addition
Triangle law of vector addition
 
Triangle law of vector addition
Triangle law of vector additionTriangle law of vector addition
Triangle law of vector addition
 
Triangle law of vector addition
Triangle law of vector additionTriangle law of vector addition
Triangle law of vector addition
 
Vector Algebra.pptx
Vector Algebra.pptxVector Algebra.pptx
Vector Algebra.pptx
 
VECTOR ANALYSIS- 2
VECTOR ANALYSIS- 2VECTOR ANALYSIS- 2
VECTOR ANALYSIS- 2
 
Vectors 1.pdf
Vectors 1.pdfVectors 1.pdf
Vectors 1.pdf
 

Recently uploaded

Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 

Recently uploaded (20)

Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 

3 dot product angles-projection

  • 1. Dot product and Angles * Vector Dot Product and Angels * The Unitized–Vector (Unit Directional–Vector) * Orthogonal Projections
  • 2. Dot product and Angles The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd.
  • 3. Dot product and Angles The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd.  u = <a, b> v = <c, d> 1
  • 4. Dot product and Angles The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd.  u = <a, b> v = <c, d> 1 cos( ) = ac + bd
  • 5. Dot product and Angles The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd. This sum is denoted as u • v and it’s the dot product of u and v.  u = <a, b> v = <c, d> 1 cos( ) = ac + bd
  • 6. Dot product and Angles This actually is the “cosine of difference–of–angles” formula.  u = <a, b> v = <c, d> The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd. This sum is denoted as u • v and it’s the dot product of u and v. 1 cos( ) = ac + bd
  • 7. Dot product and Angles  u = <a, b> v = <c, d> AThis actually is the “cosine of difference–of–angles” formula. Let u = <a, b> and v = <c, d> with angles A and B be as shown. The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd. This sum is denoted as u • v and it’s the dot product of u and v. 1 cos( ) = ac + bd
  • 8. Dot product and Angles  u = <a, b> v = <c, d> A B This actually is the “cosine of difference–of–angles” formula. Let u = <a, b> and v = <c, d> with angles A and B be as shown. The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd. This sum is denoted as u • v and it’s the dot product of u and v. 1 cos( ) = ac + bd
  • 9. Dot product and Angles The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd. This sum is denoted as u • v and it’s the dot product of u and v.  u = <a, b> v = <c, d> A B This actually is the “cosine of difference–of–angles” formula. Let u = <a, b> and v = <c, d> with angles A and B be as shown. We have  = A – B, so cos() = cos(A – B) = cos(A)cos(B) + sin(A)sin(B) = ac + bd = u • v. 1 cos( ) = ac + bd
  • 10. Dot product and Angles The Dot Product Let u = <a, b> and v = <c, d> be two unit vectors, i.e. vectors of length 1, and  be the angle between them, then cos() = ac + bd. This sum is denoted as u • v and it’s the dot product of u and v.  u = <a, b> v = <c, d> A B This actually is the “cosine of difference–of–angles” formula. Let u = <a, b> and v = <c, d> with angles A and B be as shown. We have  = A – B, so cos() = cos(A – B) = cos(A)cos(B) + sin(A)sin(B) = ac + bd = u • v. Let’s generalize the dot product to all vectors. 1 cos( ) = ac + bd
  • 11. Dot Product of Vectors
  • 12. Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd
  • 13. Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. Dot Product of Vectors
  • 14. Example A: Let u = <5, -6>, v = <4, -5> a. u  v Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. Dot Product of Vectors
  • 15. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. Dot Product of Vectors
  • 16. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. Dot Product of Vectors
  • 17. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) = 20 + 30 = 50 Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. Dot Product of Vectors
  • 18. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) = 20 + 30 = 50 Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. b. 3u  v = 3<5, -6>  <4, -5> Dot Product of Vectors
  • 19. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) = 20 + 30 = 50 Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. b. 3u  v = 3<5, -6>  <4, -5> = <15, -18>  <4, -5> Dot Product of Vectors
  • 20. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) = 20 + 30 = 50 Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. b. 3u  v = 3<5, -6>  <4, -5> = <15, -18>  <4, -5> = 15*4 + (-18)*(-5) = 60 + 90 = 150 Dot Product of Vectors
  • 21. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) = 20 + 30 = 50 Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. b. 3u  v = 3<5, -6>  <4, -5> = <15, -18>  <4, -5> = 15*4 + (-18)*(-5) = 60 + 90 = 150 = 3(u  v) Dot Product of Vectors
  • 22. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) = 20 + 30 = 50 Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. b. 3u  v = 3<5, -6>  <4, -5> = <15, -18>  <4, -5> = 15*4 + (-18)*(-5) = 60 + 90 = 150 = 3(u  v) Facts: 1. u•v = v•u Dot Product of Vectors
  • 23. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) = 20 + 30 = 50 Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. b. 3u  v = 3<5, -6>  <4, -5> = <15, -18>  <4, -5> = 15*4 + (-18)*(-5) = 60 + 90 = 150 = 3(u  v) Facts: 1. u•v = v•u 2. For any scalar λ, λu • v = λ(u • v) Dot Product of Vectors
  • 24. Example A: Let u = <5, -6>, v = <4, -5> a. u  v = <5, -6>  <4, -5> = 5*4 + (-6)*(-5) = 20 + 30 = 50 Given u=<a, b>, v=<c, d>, the dot product of u and v is u  v = <a, b>  <c, d> = ac + bd The dot product of two vector is a number. Dot Product of Vectors b. 3u  v = 3<5, -6>  <4, -5> = <15, -18>  <4, -5> = 15*4 + (-18)*(-5) = 60 + 90 = 150 = 3(u  v) Facts: 1. u•v = v•u 2. For any scalar λ, λu • v = λ(u • v) 3. u•(v + w) = u•v + u•w
  • 25. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Unitized Vectors
  • 26. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, Unitized Vectors
  • 27. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, a: Let λ = 10, then the length of 10<3, 4> is Unitized Vectors
  • 28. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, a: Let λ = 10, then the length of 10<3, 4> is |<30, 40>| = 10 * 5 = 50 Unitized Vectors
  • 29. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, a: Let λ = 10, then the length of 10<3, 4> is |<30, 40>| = 10 * 5 = 50 b: Let λ = , then the length of <3, 4> is1 5 1 5 Unitized Vectors
  • 30. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, a: Let λ = 10, then the length of 10<3, 4> is |<30, 40>| = 10 * 5 = 50 b: Let λ = , then the length of <3, 4> is |< , >| = * |<3, 4>| 1 5 1 5 3 5 4 5 1 5 Unitized Vectors
  • 31. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, a: Let λ = 10, then the length of 10<3, 4> is |<30, 40>| = 10 * 5 = 50 b: Let λ = , then the length of <3, 4> is |< , >| = * |<3, 4>| = * 5 = 1 1 5 1 5 3 5 4 5 1 5 1 5 Unitized Vectors
  • 32. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, a: Let λ = 10, then the length of 10<3, 4> is |<30, 40>| = 10 * 5 = 50 b: Let λ = , then the length of <3, 4> is |< , >| = * |<3, 4>| = * 5 = 1 1 5 1 5 3 5 4 5 1 5 1 5 Vectors of length 1 are called unit vectors. Unitized Vectors
  • 33. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, a: Let λ = 10, then the length of 10<3, 4> is |<30, 40>| = 10 * 5 = 50 b: Let λ = , then the length of <3, 4> is |< , >| = * |<3, 4>| = * 5 = 1 1 5 1 5 3 5 4 5 1 5 1 5 Vectors of length 1 are called unit vectors. <3/5, 4/5> r = 1 Unit vectors Unitized Vectors
  • 34. Fact: Given v a vector, λ a scalar, then |λv| = |λ|*|v|. Example B: Let v = <3, 4> so that | <3, 4> | = 5, a: Let λ = 10, then the length of 10<3, 4> is |<30, 40>| = 10 * 5 = 50 b: Let λ = , then the length of <3, 4> is |< , >| = * |<3, 4>| = * 5 = 1 1 5 1 5 3 5 4 5 1 5 1 5 Vectors of length 1 are called unit vectors. In the above example, 3 5 4 5 < , > is a unit vector. <3/5, 4/5> r = 1 Unit vectors Unitized Vectors
  • 36. Unitized Vectors In the above example b. we rescale the vector v =<3, 4> and obtain < > which is a unit vector.3 5 4 5,
  • 37. Unitized Vectors In the above example b. we rescale the vector v =<3, 4> and obtain < > which is a unit vector. We say that the “unitized v” is < >. 3 5 4 5, 3 5 4 5,
  • 38. Unitized Vectors From this example, we see the formula for the unitized v is since | v | = 1.1 |v| 1 |v| |v| = 1 |v| v In the above example b. we rescale the vector v =<3, 4> and obtain < > which is a unit vector. We say that the “unitized v” is < >. 3 5 4 5, 3 5 4 5,
  • 39. Unitized Vectors Geometrically, unitizing v corresponds to shrinking or stretching v to be a unit vector. From this example, we see the formula for the unitized v is since | v | = 1.1 |v| 1 |v| |v| = 1 |v| v In the above example b. we rescale the vector v =<3, 4> and obtain < > which is a unit vector. We say that the “unitized v” is < >. 3 5 4 5, 3 5 4 5,
  • 40. Unitized Vectors From this example, we see the formula for the unitized v is since | v | = 1.1 |v| 1 |v| |v| = 1 |v| v Geometrically, unitizing v corresponds to shrinking or stretching v to be a unit vector. v r=1 unitized v In the above example b. we rescale the vector v =<3, 4> and obtain < > which is a unit vector. We say that the “unitized v” is < >. 3 5 4 5, 3 5 4 5, =<3, 4> 1 |v| v = <3/5,4/5> unitized v = Unitized v is the only unit vector that has the same direction so it’s the unit directional vector of v.
  • 41. Unitized Vectors From this example, we see the formula for the unitized v is since | v | = 1.1 |v| 1 |v| |v| = 1 |v| v Geometrically, unitizing v corresponds to shrinking or stretching v to be a unit vector. v r=1 unitized v In the above example b. we rescale the vector v =<3, 4> and obtain < > which is a unit vector. We say that the “unitized v” is < >. 3 5 4 5, 3 5 4 5, =<3, 4> 1 |v| v = <3/5,4/5> unitized v = Unitized v is the only unit vector that has the same direction so it’s the unit directional vector of v.
  • 42. Dot product and Angles
  • 43. Dot product and Angles The following theorem put all the above concepts together.
  • 44. Dot product and Angles Dot Product Theorem: The following theorem put all the above concepts together.
  • 45. Dot product and Angles Dot Product Theorem: a. Let u and v be two unit vectors and  be the angle between them, then cos() = u•v. The following theorem put all the above concepts together.
  • 46. Dot product and Angles Dot Product Theorem: a. Let u and v be two unit vectors and  be the angle between them, then cos() = u•v. b. Let u and v be any two vectors and  be the angle between them cos() = (unitized u)  (unitized v) The following theorem put all the above concepts together.
  • 47. Dot product and Angles Dot Product Theorem: a. Let u and v be two unit vectors and  be the angle between them, then cos() = u•v. b. Let u and v be any two vectors and  be the angle between them cos() = (unitized u)  (unitized v) =  v |v| u |u| Easy to memorize The following theorem put all the above concepts together.
  • 48. Dot product and Angles Dot Product Theorem: a. Let u and v be two unit vectors and  be the angle between them, then cos() = u•v. b. Let u and v be any two vectors and  be the angle between them cos() = (unitized u)  (unitized v) =  =v |v| u |u| u•v |u|*|v| Easy to memorize Easier way to compute The following theorem put all the above concepts together.
  • 49. Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them.
  • 50. uv=10, Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them.
  • 51. uv=10, |u|=10, Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them.
  • 52. uv=10, |u|=10, |v|=20, Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them.
  • 53. uv=10, |u|=10, |v|=20, hence, cos() = = Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20
  • 54. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20
  • 55. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20
  • 56. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20
  • 57. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v.
  • 58. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v. u + v = <5, -5>,
  • 59. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v. u + v = <5, -5>, u – v = <1, 3>
  • 60. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v. u + v = <5, -5>, u – v = <1, 3> (u + v)•(u – v) = 5 – 15 = -10
  • 61. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v. u + v = <5, -5>, u – v = <1, 3> (u + v)•(u – v) = 5 – 15 = -10 |u + v| = 50,
  • 62. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v. u + v = <5, -5>, u – v = <1, 3> (u + v)•(u – v) = 5 – 15 = -10 |u + v| = 50, |u – v| = 10
  • 63. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v. u + v = <5, -5>, u – v = <1, 3> (u + v)•(u – v) = 5 – 15 = -10 |u + v| = 50, |u – v| = 10 So cos(A) = -10/500
  • 64. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v. u + v = <5, -5>, u – v = <1, 3> (u + v)•(u – v) = 5 – 15 = -10 |u + v| = 50, |u – v| = 10 So cos(A) = -10/500  -0.447
  • 65. uv=10, |u|=10, |v|=20, hence, cos() = = = 10/200 = 1/2 So  = cos-1(1/2) = 45o Dot product and Angles Example C: a. Let u = <3, -1> and v = <2, -4>. Find the angle  between them. u•v |u|*|v| 10 10*20 b. Find the angle A between u + v and u – v. u + v = <5, -5>, u – v = <1, 3> (u + v)•(u – v) = 5 – 15 = -10 |u + v| = 50, |u – v| = 10 So cos(A) = -10/500  -0.447 A = cos-1(-0.447)  117o.
  • 66. Dot product and Angles Theorem: Given u, v two nonzero vectors such that u•v=0, then u and v are perpendicular (orthogonal).
  • 67. Dot product and Angles Theorem: Given u, v two nonzero vectors such that u•v=0, then u and v are perpendicular (orthogonal). If  is the angle between u and v and u•v = 0, then cos() = = 0. Hence  = cos-1(0) = 90o u•v |u|*|v|
  • 68. Example D: <5, -3>•<3, 5> = 15 – 15 = 0, hence they are orthogonal. Dot product and Angles Theorem: Given u, v two nonzero vectors such that u•v=0, then u and v are perpendicular (orthogonal). If  is the angle between u and v and u•v = 0, then cos() = = 0. Hence  = cos-1(0) = 90o u•v |u|*|v|
  • 69. Example D: <5, -3>•<3, 5> = 15 – 15 = 0, hence they are orthogonal. Dot product and Angles Theorem: Given u, v two nonzero vectors such that u•v=0, then u and v are perpendicular (orthogonal). If  is the angle between u and v and u•v = 0, then cos() = = 0. Hence  = cos-1(0) = 90o u•v |u|*|v| From this calculation, we see that if u = <a, b>, then the vectors <–b, a> and <b, –a> are orthogonal to u.
  • 70. Example D: <5, -3>•<3, 5> = 15 – 15 = 0, hence they are orthogonal. Dot product and Angles Theorem: Given u, v two nonzero vectors such that u•v=0, then u and v are perpendicular (orthogonal). If  is the angle between u and v and u•v = 0, then cos() = = 0. Hence  = cos-1(0) = 90o u•v |u|*|v| From this calculation, we see that if u = <a, b>, then the vectors <–b, a> and <b, –a> are orthogonal to u. The vector <–b, a> and <b, –a> are u rotated 90o counter–clockwise, and 90o clockwise respectively. Exercise: Draw them to convince yourself that it is so.
  • 72. Projections The projection of the vector u onto the vector v is the vertically cast shadow-vector of u onto v. It is denoted as projv (u).
  • 73. Projections The projection of the vector u onto the vector v is the vertically cast shadow-vector of u onto v. It is denoted as projv (u).
  • 74. Projections The projection of the vector u onto the vector v is the vertically cast shadow-vector of u onto v. It is denoted as projv (u).projv (u)
  • 75. Projections The projection of the vector u onto the vector v is the vertically cast shadow-vector of u onto v. It is denoted as projv (u).projv (u) Let  < 1800 be the angle between u and v, the signed length of the projv(u) is |u |*cos().
  • 76. Projections The projection of the vector u onto the vector v is the vertically cast shadow-vector of u onto v. It is denoted as projv (u).projv (u) If  is less than 90o then cos() > 0, so |u|cos() is also positive. Let  < 1800 be the angle between u and v, the signed length of the projv(u) is |u |*cos().
  • 77. Projections The projection of the vector u onto the vector v is the vertically cast shadow-vector of u onto v. It is denoted as projv (u).projv (u) If  is less than 90o then cos() > 0, so |u|cos() is also positive. This means the shadow is cast in the direction of v. Let  < 1800 be the angle between u and v, the signed length of the projv(u) is |u |*cos().
  • 78. Projections The projection of the vector u onto the vector v is the vertically cast shadow-vector of u onto v. It is denoted as projv (u).projv (u) If  is less than 90o then cos() > 0, so |u|cos() is also positive. This means the shadow is cast in the direction of v. u v |u|cos() is positive means the projv(u) is in the direction of v   < 90o Let  < 1800 be the angle between u and v, the signed length of the projv(u) is |u |*cos().
  • 79. Projections If  is more than 90o then cos() < 0, so |u|cos() is negative.
  • 80. Projections If  is more than 90o then cos() < 0, so |u|cos() is negative. We get the negative length of projv(u) and projv(u) is cast in the opposite direction of v.
  • 81. Projections If  is more than 90o then cos() < 0, so |u|cos() is negative. We get the negative length of projv(u) and projv(u) is cast in the opposite direction of v. u v |u|cos() is negative so projv(u) is in the opposite direction of v.   >90o
  • 82. Projections If  is more than 90o then cos() < 0, so |u|cos() is negative. We get the negative length of projv(u) and projv(u) is cast in the opposite direction of v. u v |u|cos() is negative so projv(u) is in the opposite direction of v.   >90o
  • 83. Projections If  is more than 90o then cos() < 0, so |u|cos() is negative. We get the negative length of projv(u) and projv(u) is cast in the opposite direction of v. u v |u|cos() is negative so projv(u) is in the opposite direction of v.  Example E: Given that the angle between u and v is 67o and |u|=23, |v|=28. Find the length of the shadow projv(u). Draw.  >90o
  • 84. Projections If  is more than 90o then cos() < 0, so |u|cos() is negative. We get the negative length of projv(u) and projv(u) is cast in the opposite direction of v. u v |u|cos() is negative so projv(u) is in the opposite direction of v.  Example E: Given that the angle between u and v is 67o and |u|=23, |v|=28. Find the length of the shadow projv(u). Draw. |u|=23 67o |v|=28  >90o
  • 85. Projections If  is more than 90o then cos() < 0, so |u|cos() is negative. We get the negative length of projv(u) and projv(u) is cast in the opposite direction of v. u v |u|cos() is negative so projv(u) is in the opposite direction of v.  Example E: Given that the angle between u and v is 67o and |u|=23, |v|=28. Find the length of the shadow projv(u). Draw. |u|=23 67o |v|=28 The length of projv(u) = |u|cos() = 23cos(67)  8.99  >90o
  • 86. Projections Example F: Given that the angle between u and v is 117o and |u|=23, |v|=28. Find the length of the shadow proju(v). Draw.
  • 87. Projections Example F: Given that the angle between u and v is 117o and |u|=23, |v|=28. Find the length of the shadow proju(v). Draw. |u|=23 117o |v|=28
  • 88. Projections Example F: Given that the angle between u and v is 117o and |u|=23, |v|=28. Find the length of the shadow proju(v). Draw. |u|=23 117o |v|=28
  • 89. Projections Example F: Given that the angle between u and v is 117o and |u|=23, |v|=28. Find the length of the shadow proju(v). Draw. |u|=23 117o |v|=28 The length of proju(v) = |v|cos()
  • 90. Projections Example F: Given that the angle between u and v is 117o and |u|=23, |v|=28. Find the length of the shadow proju(v). Draw. |u|=23 117o |v|=28 The length of proju(v) = |v|cos() = 28cos(117)  -12.7
  • 91. Projections Example F: Given that the angle between u and v is 117o and |u|=23, |v|=28. Find the length of the shadow proju(v). Draw. |u|=23 117o |v|=28 The length of proju(v) = |v|cos() = 28cos(117)  -12.7 Note the negative answer indicates the shadow is cast in the opposite direction of u.
  • 92. Projections Example F: Given that the angle between u and v is 117o and |u|=23, |v|=28. Find the length of the shadow proju(v). Draw. |u|=23 117o |v|=28 The length of proju(v) = |v|cos() = 28cos(117)  -12.7 Note the negative answer indicates the shadow is cast in the opposite direction of u. Your Turn: Given the angle between u and v is 135o and |u|=36, |v|=18. Draw and find the length of the projv(u). 135o |u|=36 v Ans: Signed length of projv(u) = –36/2  –25.4 projv(u)
  • 93. Signed Length of Standard Projection
  • 94. Theorem: Given two vectors u and v in the standard position and  be the angle between them, the signed length of projv(u) = |u|cos() = u• or it’s u dotted with unitized v. Signed Length of Standard Projection v |v|
  • 95. Theorem: Given two vectors u and v in the standard position and  be the angle between them, the signed length of projv(u) = |u|cos() = u• or it’s u dotted with unitized v. Signed Length of Standard Projection v |v| x y u v 
  • 96. Example G: Let u=<3, -3> and v=<-1, -4>. Find the length of projv(u). Draw. Signed Length of Standard Projection Theorem: Given two vectors u and v in the standard position and  be the angle between them, the signed length of projv(u) = |u|cos() = u• or it’s u dotted with unitized v. v |v| x y u v 
  • 97. x y Example G: Let u=<3, -3> and v=<-1, -4>. Find the length of projv(u). Draw. Projv(u) u=<3, -3> v=<-1, -4> Signed Length of Standard Projection Theorem: Given two vectors u and v in the standard position and  be the angle between them, the signed length of projv(u) = |u|cos() = u• or it’s u dotted with unitized v. v |v| 
  • 98. x y Example G: Let u=<3, -3> and v=<-1, -4>. Find the length of projv(u). Draw. uv = <3,-3><-1,-4> = 9 |v|= 17,Projv(u) u=<3, -3> v=<-1, -4> Signed Length of Standard Projection Theorem: Given two vectors u and v in the standard position and  be the angle between them, the signed length of projv(u) = |u|cos() = u• or it’s u dotted with unitized v. v |v| 
  • 99. x y Example G: Let u=<3, -3> and v=<-1, -4>. Find the length of projv(u). Draw. uv = <3,-3><-1,-4> = 9 |v|= 17, hence the length of projv(u) is = Projv(u) u=<3, -3> v=<-1, -4> u•v |v| 9 17  2.18. Signed Length of Standard Projection Theorem: Given two vectors u and v in the standard position and  be the angle between them, the signed length of projv(u) = |u|cos() = u• or it’s u dotted with unitized v. v |v| 
  • 101. Projections of Standard Vectors For any vector v, v = (its's length)*(unitized v)
  • 102. Projections of Standard Vectors For any vector v, v = (its's length)*(unitized v) Theorem: Given u and v in the standard position, then the projection-vector in the standard form projv(u)=(it's signed length)*(unitized v)
  • 103. Projections of Standard Vectors For any vector v, v = (its's length)*(unitized v) Theorem: Given u and v in the standard position, then the projection-vector in the standard form projv(u)=(it's signed length)*(unitized v)= vu•v |v|2
  • 104. Theorem: Given u and v in the standard position, then the projection-vector in the standard form projv(u)=(it's signed length)*(unitized v)= Projections of Standard Vectors For any vector v, v = (its's length)*(unitized v) Example H: Let u=<3, -3> and v=<-1, -4>. Find projv(u). vu•v |v|2
  • 105. Theorem: Given u and v in the standard position, then the projection-vector in the standard form projv(u)=(it's signed length)*(unitized v)= Projections of Standard Vectors u=<3, -3>v=<-1, -4> For any vector v, v = (its's length)*(unitized v) Example H: Let u=<3, -3> and v=<-1, -4>. Find projv(u). vu•v |v|2
  • 106. Theorem: Given u and v in the standard position, then the projection-vector in the standard form projv(u)=(it's signed length)*(unitized v)= Projv(u) Projections of Standard Vectors Projv(u) u=<3, -3>v=<-1, -4> For any vector v, v = (its's length)*(unitized v) Example H: Let u=<3, -3> and v=<-1, -4>. Find projv(u). vu•v |v|2
  • 107. Projv(u) Projections of Standard Vectors Projv(u) u=<3, -3>v=<-1, -4> For any vector v, v = (its's length)*(unitized v) Example H: Let u=<3, -3> and v=<-1, -4>. Find projv(u). We've u•v = 9 and |v|2 =17. Theorem: Given u and v in the standard position, then the projection-vector in the standard form projv(u)=(it's signed length)*(unitized v)= vu•v |v|2
  • 108. Projv(u) Projections of Standard Vectors u=<3, -3>v=<-1, -4> For any vector v, v = (its's length)*(unitized v) Example H: Let u=<3, -3> and v=<-1, -4>. Find projv(u). We've u•v = 9 and |v|2 =17. So proju(v) = vu•v |v|2 * Theorem: Given u and v in the standard position, then the projection-vector in the standard form projv(u)=(it's signed length)*(unitized v)= vu•v |v|2
  • 109. Projv(u) Projections of Standard Vectors u=<3, -3>v=<-1, -4> For any vector v, v = (its's length)*(unitized v) Example H: Let u=<3, -3> and v=<-1, -4>. Find projv(u). We've u•v = 9 and |v|2 =17. So proju(v) = vu•v |v|2 * 9 17 * <-1, -4>= Theorem: Given u and v in the standard position, then the projection-vector in the standard form projv(u)=(it's signed length)*(unitized v)= vu•v |v|2 9 17 <-1, -4>=
  • 110. HW Given u=<-1,2>, v=<3,-2>, and w=<4,2> find the signed length and the vectors for each of the following: 1. proju(v) 2. projv(u) 3. projv(w) 4. proju(u+v) 5. projw(v – u) 6. proju+v (u – w) 7. projv+w (v + u)