SlideShare a Scribd company logo
Chapter 12
Section 12.1: Three-Dimensional Coordinate Systems
We locate a point on a number line as one coordinate, in the
plane as an ordered pair, and in
space as an ordered triple. So we call number line as one
dimensional, plane as two
dimensional, and space as three dimensional co – ordinate
system.
In three dimensional, there is origin (0, 0, 0) and there are three
axes – x -, y - , and z – axis. X –
and y – axes are horizontal and z – axis is vertical. These three
axes divide the space into eight
equal parts, called the octants. In addition, these three axes
divide the space into three
coordinate planes.
– The xy-plane contains the x- and y-axes. The equation is z =
0.
– The yz-plane contains the y- and z-axes. The equation is x =
0.
– The xz-plane contains the x- and z-axes. The equation is y =
0.
If P is any point in space, let:
– a be the (directed) distance from the yz-plane to P.
– b be the distance from the xz-plane to P.
– c be the distance from the xy-plane to P.
Then the point P by the ordered triple of real numbers (a, b, c),
where a, b, and c are the
coordinates of P.
– a is the x-coordinate.
– b is the y-coordinate.
– c is the z-coordinate.
– Thus, to locate a point (a, b, c) in space, start from the origin
(0, 0, 0) and move a
units along the x-axis. Then, move b units parallel to the y-axis.
Finally, move c
units parallel to the z-axis.
The three dimensional Cartesian co – ordinate system follows
the right hand rule.
Examples:
Plot the points (2,3,4), (2, -3, 4), (-2, -3, 4), (2, -3, -4), and (-
2, -3, -4).
is the set of all ordered triples of
real numbers and is denot
Note:
1. In 2 – dimension, an equation in x and y represents a curve
–
dimension, an equation in x, y, and z represents a surface in
2. When we see an equation, we must understand from the
context that it is a curve in the
� �
������
3. in space, if k, l, & m are constants, then
– x = k represents a plane parallel to the yz-plane ( a vertical
plane).
– y = k is a plane parallel to the xz-plane ( a vertical plane).
– z = k is a plane parallel to the xy-plane ( a horizontal plane).
– x = k & y = l is a line.
– x = k & z = m is a line.
– y = l & z = m is a line.
– x = k, y = l and z = m is a point.
Example:
Solve:
Which of the points P(6, 2, 3), Q(-5, -1, 4), and R(0, 3, 8) is
closest to the xz – plane? Which point
lies in the yz – plane?
Distance between two points in space:
|p1 p2 | between the points
P1(x1,y1, z1) and P2(x2, y2, z2) is: 2 2 21 2 2 1 2 1 2 1( ) ( ) (
)P P x x y y z z= − + − + − .
Example: Find the distance from (3, 7, -5) to
a) The xy – plane
b) The yz – plane
c) The xz – plane
d) The x – axis
e) The y – axis
f) The z – axis.
Equation of a Sphere:
An equation of a sphere with center C(x0, y0, z0) and radius r
is:
(x – x0)2 + (y – y0)2 + (z – z0)2 = r2
In particular, if the center is the origin O, then an equation of
the sphere is:
x2 + y2 + z2 = r2
Examples:
1. Find an equation of the sphere with center (2, -6, 4) and
radius 5. Describe the
intersection with each of the coordinate planes.
2. Find an equation of the sphere that passes through the origin
and whose center is
(1, 2, 3).
vmohanakumar
Stamp
vmohanakumar
Stamp
vmohanakumar
Stamp
vmohanakumar
Stamp
Describe in words the region represented by the equation or
inequality:
3.
4.
5.
Describe the given set with a single equation or a pair of
equations:
6.
7.
Write inequalities to describe the set:
8.
9.
Find the center and radius of the sphere:
10.
Section – 12.2 Vectors
A vector is a quantity that has both magnitude and direction. A
quantity that has only
magnitude is called a scalar. A vector is represented by a
directed line segment (an arrow).
The arrow shows the direction and the length gives the
magnitude.
We denote a vector by a boldface letter (v) or by an arrow
above the letter ( v
).
Example: velocity is a vector quantity and speed is a scalar
quantity.
The following picture shows the velocity vectors in plane and
space.
Definitions:
1. Equal vectors: two vectors are equal if both have the same
magnitude and direction.
2. Zero vector (o): a vector with magnitude 0.
3. Unit vector (u): a vector with magnitude 1.
4. Negative of a vector v (– v): a vector with same length of v
and opposite direction.
Vector addition (triangle law):
If u and v are vectors positioned so the initial point of v is at
the terminal point of u,
then
the sum u + v is the vector from the initial point of u to the
terminal point of v.
That is, when we combine two vectors, the effective vector has
the magnitude and
direction of the vector u + v.
Vector addition is commutative: that is u + v = v + u. this can
be easily seen from the
parallelogram law illustrated below.
Also vector addition is associative.
Subtraction of vectors: to subtract v from u, we simply add the
negative of v.
That is u – v = u + (-v)
Scalar multiplication of vectors:
The scalar multiple cv of a vector v is the vector with the same
direction of v and c times
its length. Some examples are below:
To study more about vectors, it is essential to place vectors with
a common initial point. So in
rectangular coordinate system, we fix the initial point of all
vectors as the origin. Then we can
represent a vector by simply using the terminal point. This form
of the vector is called the
position vector. So for convenient purpose and for studying
vectors we fix all vectors as position
vectors.
To find the position vector of any vector in the plane, or space,
we simply subtract the initial
point from the terminal point.
The position vector of PQ
with initial point (x1, y1) and terminal point (x2, y2) is (x2 –
x1, y2 –
y1). Similarly in space the position vector of PQ
with initial point (x1, y1, z1 ) and terminal point
(x2, y2, z2 ) is (x2 – x1, y2 – y1, z2 – z1 ).
The position vector with terminal point (x, y) can be written as
< x, y>, which is called the
component form. See definition below:
Also we have the following:
The picture below illustrates addition geometrically.
Furthermore, If we call i = ‹1, 0, 0›
j = ‹0, 1, 0›
k = ‹0, 0, 1›
(These are standard vectors in the direction of the coordinate
axes with length I unit).
Then u = <u1, u2, u3> can be written as u1 i + u2 j + u3 k . In
two dimension it is
u = <u1, u2> = u1 i + u2 j
Length (Magnitude) of a vector:
The length of a vector u = <u1, u2, u3> is given by 2 2 21 2 3u
u u u= + + .
In plane, 2 21 2u u u= +
In this notes, we use both |u| and ||u|| notations for magnitude
of u.
Unit vector u in the direction of the vector v:
Examples:
Find a +b, 2a+3b, |a|, and | a – b |
1. a = 4i + j, b = i – 2j.
2. a = 2i – 4j + 4k, b = 2j – k.
3. Find the unit vector in the direction of the vector v = < -4, 2,
4>.
4. Find a vector that has the same direction as < -2, 4, 2 > but
has length 6.
5.
Applications:
Force:
Since force has both magnitude and direction, it is usually
represented by a vector. When two
or more forces are acting on an object the resulting force is the
vector sum of the forces.
Examples:
1. A 100 lb weight hangs from two wires making angles 50 and
32 degrees with the
horizontal (see the picture below). Find the forces (tensions) F1
and F2 on each wire and
their magnitudes.
500
320
F1
F2
Solution
:
We express F1 and F2 in terms of their horizontal and vertical
components.
F1 = - F1 cos 50 i + F1 sin 50 j and F2 = F2 cos
32 i + F2 sin 32 j
And F1 + F2 = - ( -100) j = 100 j
So we have –F
1
cos 50° + F
2
cos 32° = 0
100 lb
F
1
sin 50° + F
2
sin 32° = 100
Solving for F1 from the first equation and substituting in the
second, we get,
1
1
cos 50
sin 50 sin 32 100
cos 32
F
F
°
°+ ° =
°
1
100
85.64 lb
sin 50 tan 32 cos 50
F = ≈
°+ ° °
and
1
2
cos 50
64.91 lb
cos 32
F
F
°
= ≈
°
Substituting we have F
1
≈ –55.05 i + 65.60 j and F
2
≈ 55.05 i + 34.40 j
2. If a child pulls a sled through the snow on a level path with a
force of 50N exerted at an
angle of 38 degrees above the horizontal, find the horizontal
and vertical components of
the force.
3.
4.
5.
12.3 The Dot Product
Here we discuss the multiplication of vectors. There are two
types of products – dot product
(which is a scalar), and cross product (a vector).
In space the angle θ between two vectors u = < u1, u2, u3 >
and v = < v1, v2, v3 > is given by
�� = ������−1 ���1��1+��2��2+��3��3
‖��‖‖��‖
�
This can easily be proved by law of cosines.
This numerator is defined as the dot product of the two vectors.
So we have the angle between the vectors u and v is given by
Note:
The dot product u · v is:
– Positive, if u and v point in the same general direction
– Zero, if they are perpendicular
– Negative, if they point in generally opposite directions.
Note:
If u and v are in the same direction, then θ = 0, cosθ = 1, and u
. v = ||u|| ||v||
And if they are in opposite direction, then θ = π, cosθ = -1,
and u . v = - ||u|| ||v||
Properties of Dot Products:
Vector Projection:
Vector Projection of u = PQ
onto another nonzero vector v = PS
is the vector PR
determined by drawing a perpendicular from Q to the line PS .
It is denoted as projv u (read as the vector projection of u on to
v).
If we think of u as the force vector, then projv u is the effective
force in the direction of v.
If the angle θ between u and v is acute , then projv u has length
|| u || cos θ and direction
v / (||v||) and if θ is obtuse, then since cos θ < 0, projv u has
length – || u || cos θ and
direction – v / (||v||).
And we have
The number || u || cos θ is called the scalar component of u in
the direction of v.
Hence we have:
Examples:
Find:
1.
2.
Work:
We have learned that the work done by a constant force F
to move an object a distance d is
W = Fd. This is true when the force is applied in the direction
of motion.
Now consider a force vector F is applied at an angle θ to the
direction of the direction of
motion of the object, the resulting displacement in the direction
of the motion is a
vector, d.
Then work W = F . d = (||F|| cos θ) || d||.
Examples:
1. A wagon is pulled a distance of 100 m along a horizontal
path by a constant force of 80
N. The handle of the wagon is held at an angle of 35° above the
horizontal. Find the
work done by the force

More Related Content

Similar to Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys

Chapter 16 1
Chapter 16 1Chapter 16 1
Chapter 16 1
EasyStudy3
 
THREE DIMENSIONAL GEOMETRY
THREE DIMENSIONAL GEOMETRYTHREE DIMENSIONAL GEOMETRY
THREE DIMENSIONAL GEOMETRY
Urmila Bhardwaj
 
Coordinate geometry 9 grade
Coordinate geometry 9 gradeCoordinate geometry 9 grade
Coordinate geometry 9 grade
Siddu Lingesh
 
Lecture2 (vectors and tensors).pdf
Lecture2 (vectors and tensors).pdfLecture2 (vectors and tensors).pdf
Lecture2 (vectors and tensors).pdf
entesarkareem1
 
Section 1.3 -- The Coordinate Plane
Section 1.3 -- The Coordinate PlaneSection 1.3 -- The Coordinate Plane
Section 1.3 -- The Coordinate Plane
Rob Poodiack
 
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docxMA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
infantsuk
 
R lecture co2_math 21-1
R lecture co2_math 21-1R lecture co2_math 21-1
R lecture co2_math 21-1
Trixia Kimberly Canapati
 
Beginning direct3d gameprogrammingmath03_vectors_20160328_jintaeks
Beginning direct3d gameprogrammingmath03_vectors_20160328_jintaeksBeginning direct3d gameprogrammingmath03_vectors_20160328_jintaeks
Beginning direct3d gameprogrammingmath03_vectors_20160328_jintaeks
JinTaek Seo
 
Vectors mod-1-part-1
Vectors mod-1-part-1Vectors mod-1-part-1
Vectors mod-1-part-1
Asmita Bhagdikar
 
Curves in space
Curves in spaceCurves in space
Curves in space
PiyaliDey14
 
Lesson 6 differentials parametric-curvature
Lesson 6 differentials parametric-curvatureLesson 6 differentials parametric-curvature
Lesson 6 differentials parametric-curvature
Lawrence De Vera
 
Mathematics.pdf
Mathematics.pdfMathematics.pdf
Mathematics.pdf
zaraa30
 
Gmat quant topic 6 co ordinate geometry solutions
Gmat quant topic 6 co ordinate geometry solutionsGmat quant topic 6 co ordinate geometry solutions
Gmat quant topic 6 co ordinate geometry solutions
Rushabh Vora
 
Curve sketching
Curve sketchingCurve sketching
Curve sketching
Vishal Bajaj
 
U unit4 vm
U unit4 vmU unit4 vm
U unit4 vm
Akhilesh Deshpande
 
precalculus 6.3
precalculus 6.3precalculus 6.3
precalculus 6.3
Itumeleng Segona
 

Similar to Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys (20)

Chapter 16 1
Chapter 16 1Chapter 16 1
Chapter 16 1
 
THREE DIMENSIONAL GEOMETRY
THREE DIMENSIONAL GEOMETRYTHREE DIMENSIONAL GEOMETRY
THREE DIMENSIONAL GEOMETRY
 
Coordinate geometry 9 grade
Coordinate geometry 9 gradeCoordinate geometry 9 grade
Coordinate geometry 9 grade
 
Lecture2 (vectors and tensors).pdf
Lecture2 (vectors and tensors).pdfLecture2 (vectors and tensors).pdf
Lecture2 (vectors and tensors).pdf
 
lec1.ppt
lec1.pptlec1.ppt
lec1.ppt
 
Section 1.3 -- The Coordinate Plane
Section 1.3 -- The Coordinate PlaneSection 1.3 -- The Coordinate Plane
Section 1.3 -- The Coordinate Plane
 
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docxMA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
 
R lecture co2_math 21-1
R lecture co2_math 21-1R lecture co2_math 21-1
R lecture co2_math 21-1
 
Beginning direct3d gameprogrammingmath03_vectors_20160328_jintaeks
Beginning direct3d gameprogrammingmath03_vectors_20160328_jintaeksBeginning direct3d gameprogrammingmath03_vectors_20160328_jintaeks
Beginning direct3d gameprogrammingmath03_vectors_20160328_jintaeks
 
Vectors mod-1-part-1
Vectors mod-1-part-1Vectors mod-1-part-1
Vectors mod-1-part-1
 
Curves in space
Curves in spaceCurves in space
Curves in space
 
Lesson 6 differentials parametric-curvature
Lesson 6 differentials parametric-curvatureLesson 6 differentials parametric-curvature
Lesson 6 differentials parametric-curvature
 
Mathematics.pdf
Mathematics.pdfMathematics.pdf
Mathematics.pdf
 
Vector[1]
Vector[1]Vector[1]
Vector[1]
 
Vector
VectorVector
Vector
 
Math project
Math projectMath project
Math project
 
Gmat quant topic 6 co ordinate geometry solutions
Gmat quant topic 6 co ordinate geometry solutionsGmat quant topic 6 co ordinate geometry solutions
Gmat quant topic 6 co ordinate geometry solutions
 
Curve sketching
Curve sketchingCurve sketching
Curve sketching
 
U unit4 vm
U unit4 vmU unit4 vm
U unit4 vm
 
precalculus 6.3
precalculus 6.3precalculus 6.3
precalculus 6.3
 

More from EstelaJeffery653

Individual ProjectMedical TechnologyWed, 9617Num.docx
Individual ProjectMedical TechnologyWed, 9617Num.docxIndividual ProjectMedical TechnologyWed, 9617Num.docx
Individual ProjectMedical TechnologyWed, 9617Num.docx
EstelaJeffery653
 
Individual ProjectThe Post-Watergate EraWed, 3817Numeric.docx
Individual ProjectThe Post-Watergate EraWed, 3817Numeric.docxIndividual ProjectThe Post-Watergate EraWed, 3817Numeric.docx
Individual ProjectThe Post-Watergate EraWed, 3817Numeric.docx
EstelaJeffery653
 
Individual ProjectArticulating the Integrated PlanWed, 31.docx
Individual ProjectArticulating the Integrated PlanWed, 31.docxIndividual ProjectArticulating the Integrated PlanWed, 31.docx
Individual ProjectArticulating the Integrated PlanWed, 31.docx
EstelaJeffery653
 
Individual Multilingualism Guidelines1)Where did the a.docx
Individual Multilingualism Guidelines1)Where did the a.docxIndividual Multilingualism Guidelines1)Where did the a.docx
Individual Multilingualism Guidelines1)Where did the a.docx
EstelaJeffery653
 
Individual Implementation Strategiesno new messagesObjectives.docx
Individual Implementation Strategiesno new messagesObjectives.docxIndividual Implementation Strategiesno new messagesObjectives.docx
Individual Implementation Strategiesno new messagesObjectives.docx
EstelaJeffery653
 
Individual Refine and Finalize WebsiteDueJul 02View m.docx
Individual Refine and Finalize WebsiteDueJul 02View m.docxIndividual Refine and Finalize WebsiteDueJul 02View m.docx
Individual Refine and Finalize WebsiteDueJul 02View m.docx
EstelaJeffery653
 
Individual Cultural Communication Written Assignment  (Worth 20 of .docx
Individual Cultural Communication Written Assignment  (Worth 20 of .docxIndividual Cultural Communication Written Assignment  (Worth 20 of .docx
Individual Cultural Communication Written Assignment  (Worth 20 of .docx
EstelaJeffery653
 
Individual ProjectThe Basic Marketing PlanWed, 3117N.docx
Individual ProjectThe Basic Marketing PlanWed, 3117N.docxIndividual ProjectThe Basic Marketing PlanWed, 3117N.docx
Individual ProjectThe Basic Marketing PlanWed, 3117N.docx
EstelaJeffery653
 
Individual ProjectFinancial Procedures in a Health Care Organiza.docx
Individual ProjectFinancial Procedures in a Health Care Organiza.docxIndividual ProjectFinancial Procedures in a Health Care Organiza.docx
Individual ProjectFinancial Procedures in a Health Care Organiza.docx
EstelaJeffery653
 
Individual Expanded Website PlanView more »Expand view.docx
Individual Expanded Website PlanView more  »Expand view.docxIndividual Expanded Website PlanView more  »Expand view.docx
Individual Expanded Website PlanView more »Expand view.docx
EstelaJeffery653
 
Individual Expanded Website PlanDueJul 02View more .docx
Individual Expanded Website PlanDueJul 02View more .docxIndividual Expanded Website PlanDueJul 02View more .docx
Individual Expanded Website PlanDueJul 02View more .docx
EstelaJeffery653
 
Individual Communicating to Management Concerning Information Syste.docx
Individual Communicating to Management Concerning Information Syste.docxIndividual Communicating to Management Concerning Information Syste.docx
Individual Communicating to Management Concerning Information Syste.docx
EstelaJeffery653
 
Individual Case Analysis-MatavIn max 4 single-spaced total pag.docx
Individual Case Analysis-MatavIn max 4 single-spaced total pag.docxIndividual Case Analysis-MatavIn max 4 single-spaced total pag.docx
Individual Case Analysis-MatavIn max 4 single-spaced total pag.docx
EstelaJeffery653
 
Individual Assignment Report Format• Report should contain not m.docx
Individual Assignment Report Format• Report should contain not m.docxIndividual Assignment Report Format• Report should contain not m.docx
Individual Assignment Report Format• Report should contain not m.docx
EstelaJeffery653
 
Include LOCO api that allows user to key in an address and get the d.docx
Include LOCO api that allows user to key in an address and get the d.docxInclude LOCO api that allows user to key in an address and get the d.docx
Include LOCO api that allows user to key in an address and get the d.docx
EstelaJeffery653
 
Include the title, the name of the composer (if known) and of the .docx
Include the title, the name of the composer (if known) and of the .docxInclude the title, the name of the composer (if known) and of the .docx
Include the title, the name of the composer (if known) and of the .docx
EstelaJeffery653
 
include as many events as possible to support your explanation of th.docx
include as many events as possible to support your explanation of th.docxinclude as many events as possible to support your explanation of th.docx
include as many events as possible to support your explanation of th.docx
EstelaJeffery653
 
Incorporate the suggestions that were provided by your fellow projec.docx
Incorporate the suggestions that were provided by your fellow projec.docxIncorporate the suggestions that were provided by your fellow projec.docx
Incorporate the suggestions that were provided by your fellow projec.docx
EstelaJeffery653
 
inal ProjectDUE Jun 25, 2017 1155 PMGrade DetailsGradeNA.docx
inal ProjectDUE Jun 25, 2017 1155 PMGrade DetailsGradeNA.docxinal ProjectDUE Jun 25, 2017 1155 PMGrade DetailsGradeNA.docx
inal ProjectDUE Jun 25, 2017 1155 PMGrade DetailsGradeNA.docx
EstelaJeffery653
 
include 1page proposal- short introduction to research paper and yo.docx
include 1page proposal- short introduction to research paper and yo.docxinclude 1page proposal- short introduction to research paper and yo.docx
include 1page proposal- short introduction to research paper and yo.docx
EstelaJeffery653
 

More from EstelaJeffery653 (20)

Individual ProjectMedical TechnologyWed, 9617Num.docx
Individual ProjectMedical TechnologyWed, 9617Num.docxIndividual ProjectMedical TechnologyWed, 9617Num.docx
Individual ProjectMedical TechnologyWed, 9617Num.docx
 
Individual ProjectThe Post-Watergate EraWed, 3817Numeric.docx
Individual ProjectThe Post-Watergate EraWed, 3817Numeric.docxIndividual ProjectThe Post-Watergate EraWed, 3817Numeric.docx
Individual ProjectThe Post-Watergate EraWed, 3817Numeric.docx
 
Individual ProjectArticulating the Integrated PlanWed, 31.docx
Individual ProjectArticulating the Integrated PlanWed, 31.docxIndividual ProjectArticulating the Integrated PlanWed, 31.docx
Individual ProjectArticulating the Integrated PlanWed, 31.docx
 
Individual Multilingualism Guidelines1)Where did the a.docx
Individual Multilingualism Guidelines1)Where did the a.docxIndividual Multilingualism Guidelines1)Where did the a.docx
Individual Multilingualism Guidelines1)Where did the a.docx
 
Individual Implementation Strategiesno new messagesObjectives.docx
Individual Implementation Strategiesno new messagesObjectives.docxIndividual Implementation Strategiesno new messagesObjectives.docx
Individual Implementation Strategiesno new messagesObjectives.docx
 
Individual Refine and Finalize WebsiteDueJul 02View m.docx
Individual Refine and Finalize WebsiteDueJul 02View m.docxIndividual Refine and Finalize WebsiteDueJul 02View m.docx
Individual Refine and Finalize WebsiteDueJul 02View m.docx
 
Individual Cultural Communication Written Assignment  (Worth 20 of .docx
Individual Cultural Communication Written Assignment  (Worth 20 of .docxIndividual Cultural Communication Written Assignment  (Worth 20 of .docx
Individual Cultural Communication Written Assignment  (Worth 20 of .docx
 
Individual ProjectThe Basic Marketing PlanWed, 3117N.docx
Individual ProjectThe Basic Marketing PlanWed, 3117N.docxIndividual ProjectThe Basic Marketing PlanWed, 3117N.docx
Individual ProjectThe Basic Marketing PlanWed, 3117N.docx
 
Individual ProjectFinancial Procedures in a Health Care Organiza.docx
Individual ProjectFinancial Procedures in a Health Care Organiza.docxIndividual ProjectFinancial Procedures in a Health Care Organiza.docx
Individual ProjectFinancial Procedures in a Health Care Organiza.docx
 
Individual Expanded Website PlanView more »Expand view.docx
Individual Expanded Website PlanView more  »Expand view.docxIndividual Expanded Website PlanView more  »Expand view.docx
Individual Expanded Website PlanView more »Expand view.docx
 
Individual Expanded Website PlanDueJul 02View more .docx
Individual Expanded Website PlanDueJul 02View more .docxIndividual Expanded Website PlanDueJul 02View more .docx
Individual Expanded Website PlanDueJul 02View more .docx
 
Individual Communicating to Management Concerning Information Syste.docx
Individual Communicating to Management Concerning Information Syste.docxIndividual Communicating to Management Concerning Information Syste.docx
Individual Communicating to Management Concerning Information Syste.docx
 
Individual Case Analysis-MatavIn max 4 single-spaced total pag.docx
Individual Case Analysis-MatavIn max 4 single-spaced total pag.docxIndividual Case Analysis-MatavIn max 4 single-spaced total pag.docx
Individual Case Analysis-MatavIn max 4 single-spaced total pag.docx
 
Individual Assignment Report Format• Report should contain not m.docx
Individual Assignment Report Format• Report should contain not m.docxIndividual Assignment Report Format• Report should contain not m.docx
Individual Assignment Report Format• Report should contain not m.docx
 
Include LOCO api that allows user to key in an address and get the d.docx
Include LOCO api that allows user to key in an address and get the d.docxInclude LOCO api that allows user to key in an address and get the d.docx
Include LOCO api that allows user to key in an address and get the d.docx
 
Include the title, the name of the composer (if known) and of the .docx
Include the title, the name of the composer (if known) and of the .docxInclude the title, the name of the composer (if known) and of the .docx
Include the title, the name of the composer (if known) and of the .docx
 
include as many events as possible to support your explanation of th.docx
include as many events as possible to support your explanation of th.docxinclude as many events as possible to support your explanation of th.docx
include as many events as possible to support your explanation of th.docx
 
Incorporate the suggestions that were provided by your fellow projec.docx
Incorporate the suggestions that were provided by your fellow projec.docxIncorporate the suggestions that were provided by your fellow projec.docx
Incorporate the suggestions that were provided by your fellow projec.docx
 
inal ProjectDUE Jun 25, 2017 1155 PMGrade DetailsGradeNA.docx
inal ProjectDUE Jun 25, 2017 1155 PMGrade DetailsGradeNA.docxinal ProjectDUE Jun 25, 2017 1155 PMGrade DetailsGradeNA.docx
inal ProjectDUE Jun 25, 2017 1155 PMGrade DetailsGradeNA.docx
 
include 1page proposal- short introduction to research paper and yo.docx
include 1page proposal- short introduction to research paper and yo.docxinclude 1page proposal- short introduction to research paper and yo.docx
include 1page proposal- short introduction to research paper and yo.docx
 

Recently uploaded

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 

Recently uploaded (20)

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 

Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys

  • 1. Chapter 12 Section 12.1: Three-Dimensional Coordinate Systems We locate a point on a number line as one coordinate, in the plane as an ordered pair, and in space as an ordered triple. So we call number line as one dimensional, plane as two dimensional, and space as three dimensional co – ordinate system. In three dimensional, there is origin (0, 0, 0) and there are three axes – x -, y - , and z – axis. X – and y – axes are horizontal and z – axis is vertical. These three axes divide the space into eight equal parts, called the octants. In addition, these three axes divide the space into three coordinate planes. – The xy-plane contains the x- and y-axes. The equation is z = 0. – The yz-plane contains the y- and z-axes. The equation is x = 0. – The xz-plane contains the x- and z-axes. The equation is y = 0. If P is any point in space, let: – a be the (directed) distance from the yz-plane to P. – b be the distance from the xz-plane to P. – c be the distance from the xy-plane to P.
  • 2. Then the point P by the ordered triple of real numbers (a, b, c), where a, b, and c are the coordinates of P. – a is the x-coordinate. – b is the y-coordinate. – c is the z-coordinate. – Thus, to locate a point (a, b, c) in space, start from the origin (0, 0, 0) and move a units along the x-axis. Then, move b units parallel to the y-axis. Finally, move c units parallel to the z-axis. The three dimensional Cartesian co – ordinate system follows the right hand rule. Examples: Plot the points (2,3,4), (2, -3, 4), (-2, -3, 4), (2, -3, -4), and (- 2, -3, -4).
  • 3.
  • 4. is the set of all ordered triples of real numbers and is denot Note: 1. In 2 – dimension, an equation in x and y represents a curve – dimension, an equation in x, y, and z represents a surface in 2. When we see an equation, we must understand from the context that it is a curve in the � � ������ 3. in space, if k, l, & m are constants, then – x = k represents a plane parallel to the yz-plane ( a vertical plane). – y = k is a plane parallel to the xz-plane ( a vertical plane). – z = k is a plane parallel to the xy-plane ( a horizontal plane). – x = k & y = l is a line. – x = k & z = m is a line. – y = l & z = m is a line. – x = k, y = l and z = m is a point.
  • 5. Example: Solve: Which of the points P(6, 2, 3), Q(-5, -1, 4), and R(0, 3, 8) is closest to the xz – plane? Which point lies in the yz – plane?
  • 6. Distance between two points in space: |p1 p2 | between the points P1(x1,y1, z1) and P2(x2, y2, z2) is: 2 2 21 2 2 1 2 1 2 1( ) ( ) ( )P P x x y y z z= − + − + − . Example: Find the distance from (3, 7, -5) to a) The xy – plane b) The yz – plane c) The xz – plane d) The x – axis e) The y – axis f) The z – axis.
  • 7. Equation of a Sphere: An equation of a sphere with center C(x0, y0, z0) and radius r is: (x – x0)2 + (y – y0)2 + (z – z0)2 = r2 In particular, if the center is the origin O, then an equation of the sphere is: x2 + y2 + z2 = r2 Examples: 1. Find an equation of the sphere with center (2, -6, 4) and radius 5. Describe the intersection with each of the coordinate planes.
  • 8. 2. Find an equation of the sphere that passes through the origin and whose center is (1, 2, 3). vmohanakumar Stamp vmohanakumar Stamp vmohanakumar Stamp vmohanakumar Stamp Describe in words the region represented by the equation or inequality: 3.
  • 9. 4. 5. Describe the given set with a single equation or a pair of equations: 6.
  • 10. 7. Write inequalities to describe the set: 8.
  • 11. 9. Find the center and radius of the sphere: 10.
  • 12. Section – 12.2 Vectors A vector is a quantity that has both magnitude and direction. A quantity that has only magnitude is called a scalar. A vector is represented by a directed line segment (an arrow). The arrow shows the direction and the length gives the magnitude. We denote a vector by a boldface letter (v) or by an arrow above the letter ( v ). Example: velocity is a vector quantity and speed is a scalar quantity. The following picture shows the velocity vectors in plane and space. Definitions: 1. Equal vectors: two vectors are equal if both have the same magnitude and direction. 2. Zero vector (o): a vector with magnitude 0. 3. Unit vector (u): a vector with magnitude 1. 4. Negative of a vector v (– v): a vector with same length of v and opposite direction.
  • 13. Vector addition (triangle law): If u and v are vectors positioned so the initial point of v is at the terminal point of u, then the sum u + v is the vector from the initial point of u to the terminal point of v. That is, when we combine two vectors, the effective vector has the magnitude and direction of the vector u + v. Vector addition is commutative: that is u + v = v + u. this can be easily seen from the parallelogram law illustrated below. Also vector addition is associative. Subtraction of vectors: to subtract v from u, we simply add the negative of v. That is u – v = u + (-v) Scalar multiplication of vectors:
  • 14. The scalar multiple cv of a vector v is the vector with the same direction of v and c times its length. Some examples are below: To study more about vectors, it is essential to place vectors with a common initial point. So in rectangular coordinate system, we fix the initial point of all vectors as the origin. Then we can represent a vector by simply using the terminal point. This form of the vector is called the position vector. So for convenient purpose and for studying vectors we fix all vectors as position vectors. To find the position vector of any vector in the plane, or space, we simply subtract the initial point from the terminal point. The position vector of PQ with initial point (x1, y1) and terminal point (x2, y2) is (x2 – x1, y2 – y1). Similarly in space the position vector of PQ with initial point (x1, y1, z1 ) and terminal point (x2, y2, z2 ) is (x2 – x1, y2 – y1, z2 – z1 ). The position vector with terminal point (x, y) can be written as < x, y>, which is called the component form. See definition below:
  • 15. Also we have the following: The picture below illustrates addition geometrically. Furthermore, If we call i = ‹1, 0, 0› j = ‹0, 1, 0› k = ‹0, 0, 1› (These are standard vectors in the direction of the coordinate axes with length I unit). Then u = <u1, u2, u3> can be written as u1 i + u2 j + u3 k . In two dimension it is u = <u1, u2> = u1 i + u2 j Length (Magnitude) of a vector: The length of a vector u = <u1, u2, u3> is given by 2 2 21 2 3u u u u= + + . In plane, 2 21 2u u u= + In this notes, we use both |u| and ||u|| notations for magnitude
  • 16. of u. Unit vector u in the direction of the vector v: Examples: Find a +b, 2a+3b, |a|, and | a – b | 1. a = 4i + j, b = i – 2j. 2. a = 2i – 4j + 4k, b = 2j – k.
  • 17. 3. Find the unit vector in the direction of the vector v = < -4, 2, 4>. 4. Find a vector that has the same direction as < -2, 4, 2 > but has length 6.
  • 18. 5. Applications: Force: Since force has both magnitude and direction, it is usually represented by a vector. When two or more forces are acting on an object the resulting force is the vector sum of the forces.
  • 19. Examples: 1. A 100 lb weight hangs from two wires making angles 50 and 32 degrees with the horizontal (see the picture below). Find the forces (tensions) F1 and F2 on each wire and their magnitudes. 500 320 F1 F2 Solution : We express F1 and F2 in terms of their horizontal and vertical components.
  • 20. F1 = - F1 cos 50 i + F1 sin 50 j and F2 = F2 cos 32 i + F2 sin 32 j And F1 + F2 = - ( -100) j = 100 j So we have –F 1 cos 50° + F 2 cos 32° = 0 100 lb F 1
  • 21. sin 50° + F 2 sin 32° = 100 Solving for F1 from the first equation and substituting in the second, we get, 1 1 cos 50 sin 50 sin 32 100 cos 32 F F ° °+ ° = ° 1
  • 22. 100 85.64 lb sin 50 tan 32 cos 50 F = ≈ °+ ° ° and 1 2 cos 50 64.91 lb cos 32 F F ° = ≈ °
  • 23. Substituting we have F 1 ≈ –55.05 i + 65.60 j and F 2 ≈ 55.05 i + 34.40 j 2. If a child pulls a sled through the snow on a level path with a force of 50N exerted at an angle of 38 degrees above the horizontal, find the horizontal and vertical components of the force.
  • 24. 3.
  • 25. 4.
  • 26. 5.
  • 27. 12.3 The Dot Product Here we discuss the multiplication of vectors. There are two types of products – dot product (which is a scalar), and cross product (a vector). In space the angle θ between two vectors u = < u1, u2, u3 > and v = < v1, v2, v3 > is given by �� = ������−1 ���1��1+��2��2+��3��3 ‖��‖‖��‖ � This can easily be proved by law of cosines. This numerator is defined as the dot product of the two vectors.
  • 28. So we have the angle between the vectors u and v is given by Note: The dot product u · v is: – Positive, if u and v point in the same general direction – Zero, if they are perpendicular – Negative, if they point in generally opposite directions. Note:
  • 29. If u and v are in the same direction, then θ = 0, cosθ = 1, and u . v = ||u|| ||v|| And if they are in opposite direction, then θ = π, cosθ = -1, and u . v = - ||u|| ||v|| Properties of Dot Products: Vector Projection: Vector Projection of u = PQ onto another nonzero vector v = PS is the vector PR determined by drawing a perpendicular from Q to the line PS .
  • 30. It is denoted as projv u (read as the vector projection of u on to v). If we think of u as the force vector, then projv u is the effective force in the direction of v. If the angle θ between u and v is acute , then projv u has length || u || cos θ and direction v / (||v||) and if θ is obtuse, then since cos θ < 0, projv u has length – || u || cos θ and direction – v / (||v||). And we have The number || u || cos θ is called the scalar component of u in the direction of v. Hence we have:
  • 32. 2.
  • 33. Work: We have learned that the work done by a constant force F to move an object a distance d is W = Fd. This is true when the force is applied in the direction of motion. Now consider a force vector F is applied at an angle θ to the direction of the direction of motion of the object, the resulting displacement in the direction of the motion is a
  • 34. vector, d. Then work W = F . d = (||F|| cos θ) || d||. Examples: 1. A wagon is pulled a distance of 100 m along a horizontal path by a constant force of 80 N. The handle of the wagon is held at an angle of 35° above the horizontal. Find the work done by the force