13.1 Vectors: Displacement Vectors Some physical quantities can be completely defined by magnitudes (speed, mass, length, time, etc.) These are called scalars. Other quantities need a magnitude and direction to be completely defined (displacement, velocity, force, etc.) These are called vectors. The displacement vector ๐ฃโ from one point to another is an arrow with its tail at the first point and its tip at the second point. The magnitude of the displacement vector ๐ฃโ , denoted by |๐ฃโ| , is the distance between the points and represented by the length of its arrow. The direction of the displacement vector is the direction of its arrow, and it is the angle measured from the positive x-axis. Properties of Vectors 1. Two vectors are equal ๐ฃโ = ๐ข โโ, if they have the same magnitude and direction. 2. The negative of the vector ๐ฃโ is a vector with same magnitude but opposite direction. 3. The product of a vector ๐ฃโ with a constant k is a vector with magnitude k times the magnitude of ๐ฃโ in, the direction of ๐ฃโ. 4. The zero-vector is a vector with no length and no specified direction. 5. We add two vectors geometrically by using the parallelogram law. Place the tail of the second vector at the tip of the first vector, and connect the tail of the first vector at the tip of the second vector with another vector. This new vector is called the resultant vector. See the vector addition applet at http://comp.uark.edu/~jgeabana/java/VectorCalc.html 6. To subtract two vectors geometrically place the two tails of the vectors together and connect the two tips with another vector. This vector is in the direction tip minus tail. See vector subtraction applet at http://www.frontiernet.net/~imaging/vector_calculator.html Vectors in Coordinate Systems on the Plane (2-space) 1. A position vector has its initial point at the origin of the coordinate system and the final point at some other point on the coordinate plane. 2. A position vector can be expressed by listing its components (coordinates of the tip of a position vector). ๐ฃโ = ๏ผ v1 , v2 ๏พ eg. The vector < 2, 4 > can be interpreted as a position vector that points to the point (2, 4) on the plane. 1 3. Any vector can be made a position vector. If the vector ๏ฎ w = < w1, w2 > from the point w = < x2 – x1, y2 – y1 > where P1 is P1 = (x1 y1) to the point P2 = (x2, y2) is not at the origin, then ๏ฎ the initial point, and P2 is the final point (tip minus tail). This is the same as subtracting two position vectors one at the tip the other at the tail. ๐ค โโโ = ๐ข โโ − ๐ฃโ where ๐ข โโ is the tip vector and ๐ฃโ is the tail vector. e.g. The vector from point (2, 3) to point (5, - 2), can be represented as < 3, - 5 >. If you subtract the position vector ๐ฃโ =< 2,3 > from vector ๐ข โโ =< 5, −2 >, the vector ๐ข โโ − ๐ฃโ = < 3, − 5 >. ๏ฎ 4. The zero-vector is expressed 0 = < 0, 0 >. 5. To add or subtract two vectors algebraically, add the respective components. If ๐ข โโ = < u1, u2 >, and ๐ฃโ = < v1, v2 >, then ๐ข โโ ๏ฑ ๐ฃโ = < u1 ๏ฑ v1, u2 ๏ฑ v2 > e.g. Draw the vectors ๐ข โโ = < 3, 1 >, ๐ฃโ = < 2, 4 > and ๐ข โโ +๐ฃโ. 6. If a vector is multiplied by a constant k (scalar multiplication) then each component is multiplied by k. k ๐ฃโ = < kv1 , kv2 > Vectors in coordinate systems in space (3-space) 1) 2) 3) 4) 5) 6) A position vector has its initial point at the origin of the coordinate system. A position vector can be expressed by listing its components (coordinates of the tip of a position vector). ๐ฃโ = < ๐ฃ1 , ๐ฃ2 ๐ฃ3 >. Any vector can be made a position vector. If the vector ๐ค โโโ = < ๐ค1 , ๐ค2 , ๐ค3 > is not at the origin, but from the point P1 = (x1, y1, z1) to the point P2 = (x2, y2, z2), then ๐ค โโโ = < ๐ฅ2 − ๐ฅ1 , ๐ฆ2 − ๐ฆ1 , ๐ง2 − ๐ง1 > where P1 is the initial point, and P2 is the final point. (tip minus tail). This is the same as subtracting two position vectors one at the tip the other at the tail. ๐ค โโโ = ๐ข โโ − ๐ฃโ where ๐ข โโ is the tip vector and ๐ฃโ is the tail vector. The zero-vector is expressed โ0โ = < 0,0,0 > To add or subtract two vectors add the respective components. If ๐ข โโ = < ๐ข1 , ๐ข2 , ๐ข3 >, and ๐ฃโ = < ๐ฃ1 , ๐ฃ2 , ๐ฃ3 >, then ๐ข โโ ± ๐ฃโ = < ๐ข1 ± ๐ฃ1 , ๐ข2 ± ๐ข2 , ๐ข3 ± ๐ฃ3 >. If a vector is multiplied by a constant k (scalar multiplication) then each component is multiplied by k. ๐๐ฃโ = < ๐๐ฃ1 , ๐๐ฃ2 , ๐๐ฃ3 >. Norm or magnitude (length) of a vector The norm of a vector from the point P1 = (x1, y1) to the point P2 = (x2, y2), in 2-space, is given by the distance formula as |๐ฃโ| = ๐ฃ = √ ๐ฃ12 + ๐ฃ22 = √(๐ฅ2 − ๐ฅ1 )2 + (๐ฆ2 − ๐ฆ1 )2 2 The norm of a vector from the point P1 = (x1, y1, z1) to the point P2 = (x2, y2, z2), in 3-space, is given by the distance formula as |๐ฃโ| = ๐ฃ = √๐ฃ12 + ๐ฃ22 + ๐ฃ32 = √(๐ฅ2 − ๐ฅ1 )2 + (๐ฆ2 − ๐ฆ1 )2 + (๐ง2 − ๐ง1 )2 Unit vectors on the plane A unit vector is a vector with magnitude of one unit. ๐ฃฬ = โโ ๐ฃ |๐ฃ โโ| . A unit vector gives direction. Vectors of importance are the unit vectors in the direction of the coordinate axis ฬ๐ = < 1, 0 >; ฬ๐ = < 0, 1 >. Any vector can be expressed in terms of the unit vectors ฬ, ๐ ฬ๐ . eg1 Express < 2,5 > as a vector in terms of ฬ, ๐ ฬ. ๐ < 2, 5 > = 2 ฬ๐ +5 ฬ๐ Check: 2 ฬ๐ + 5ฬ๐ = 2 < 1, 0 > + 5 < 0, 1 > = < 2, 5 >. eg2 Express < 2,5 > as a unit vector. 2 5 โ< 2, 5 >โ = 29 , so < > is a unit vector. , 29 29 ๏ฎ eg3 Find a vector 3 units long in the direction of A = < 2, −1 >. 3 ๏ผ 2,๏ญ1 ๏พ ๏ผ 6,๏ญ3 ๏พ 3๐ดฬ = . ๏ฝ 5 5 Any vector can be expressed as a product of its magnitude and its direction. r = | r | rฬ r = |r | |r | eg4 Express r = < 2,5 > as a product of its magnitude and its direction. 2 5 , ๏พ ๏ฝ| r | rˆ, where 29 is the magnitude of the vector < 2,5 >, and r = < 2,5 > = 29 < 29 29 2 5 ๏ผ , ๏พ is the unit vector or direction of the vector < 2,5 >. 29 29 Unit vectors in space: โโ ๐ฃ Vector with magnitude of one unit ๐ฃฬ = |๐ฃโโ| . The vectors in the direction of the coordinate axis are ฬ๐ = < 1, 0, 0 > ; ฬ๐ = < 0, 1, 0 > ; ๐ฬ = < 0, 0, 1 >. eg5 Give the direction of the vector ๐ฃ โโโโ = < 4, −4, 2 > Since ๐ฃโ = < 4. −4,2 > = 2 < 2. −2, 1 > , ๐ฃฬ = 2<2.−2,1> 2√9 =< 2 3 . −2 1 3 , 3 > is the direction of the vector ๐ฃโ. Any vector in space can be expressed in terms of the unit vectors ฬ, ๐ ฬ, ๐ ฬ๐ . 3 eg6 < 2,5,-1 > = 2 ฬ๐ + 5 ฬ๐ − ฬ๐ = 2 < 1, 0, 0 > + 5 < 0, 1, 0 > - < 0, 0, 1 > = < 2, 0, 0 > + < 0, 5, 0 > + < 0, 0, - 1 > = < 2,5,-1 > Any vector in space can be expressed as a product of its magnitude and its direction. โโโโโ ๐โ = |๐| โโโโโ rฬ ๐โ = |๐| |๐โ| Vectors in Polar Coordinates A vector ๐โ = < ๐ฅ, ๐ฆ > can be expressed in polar coordinates as ๐โโโ = ๏ผ rcos ๏ฑ๏ฌ๏ rsin ๏ฑ ๏พ where r = |๐โ| and ๐ is the angle with the positive x-axis. ๐โ The unit vector ๐ฬ becomes ๐ฬ = |๐โ| = <๐๐๐๐ ๐,๐๐ ๐๐ ๐> ๐ = < cos ๐, sin ๐ >. ๏ฎ eg7 Find the position vector v with magnitude of 2 and angle of inclination of ๏ญ ๏ฎ v ๏ฝ๏ผ 2 cos(๏ญ 4๏ฐ 4๏ฐ ), 2sin(๏ญ ) ๏พ ๏ฝ ๏ผ ๏ญ 1, 3 3 4๏ฐ . 3 3 ๏พ. eg8 Find the unit vector that makes an angle of 3π/4 with the horizontal axes. ๐ฬ = < cos ๐, sin ๐> = < cos3π/4, sin3π/4 > = < −√2 √2 , 2 2 eg9 Give the angle of inclination of the vector < coordinates. >= −√2 2 ฬ๐ + √2 2 ๐ฬ . 3 , - 1 >, and represent the vector in polar Since this vector is a position vector in the third quadrant, the angle will be tan (๐) = 7๐ 1 √3 ,๐ = 7๐ 6 in 7๐ QIII. Since the magnitude of the vector is 2, so the desired vector is < 2 cos ( 6 ) , 2 sin ( 6 ) >. Homework 13.1 1. The figure below shows force vectors F, G, and H and their x- and y- components. Calculate their resultant F + G + H and add it to the drawing. Ans: 6,11 4 2. Give the two vectors of length 10 that are perpendicular to ๏ญ3, 4 . Then draw the three vectors. Ans: 8, 6 , ๏ญ8, ๏ญ6 ๏ฆ3๏ถ 3. Find an angle of inclination of ๏ญ5, ๏ญ3 . Give an exact answer. Ans: ๏ฐ ๏ซ tan ๏ญ1 ๏ง ๏ท ๏จ5๏ธ 4. Find numbers a and b such that a 3, ๏ญ1 + b 1, 2 = 1, ๏ญ12 . Ans: (a = 2, b = -5) 5. What vector of length 7 has the same direction as PQ where P = (-5, -3) and Q = (4, -8)? 7 9, ๏ญ5 106 Ans: 6. Three ropes are supporting a 10 lb. weight. Two of the ropes exert forces ๐ข โโ = < 2, 3, 4 >lb and ๐ฃโ = < −1, −2, 3 > lb in the xyz space with the positive z-axis pointing up. What is the tension in the third rope? Ans:[ < -1, -1, 3 >, √11]. 7. Consider the vector v ๏ฝ ๏ญi ๏ซ 2 j ๏ซ 7k . Find a vector that a. Is parallel but not equal to v . b. Points in the opposite direction of v . c. Has unit length and is parallel to v 8. What would you get if you drew all possible unit vectors in 3-space with tails at the origin? Ans: a unit sphere. 9. What object in three space is traced by the tips of all vectors starting at the origin that arc of the form a) v ๏ฝ i ๏ซ j ๏ซ bk where b is any real number. b) v ๏ฝ i ๏ซ aj ๏ซ bk where a and b are any real numbers. Ans Line parallel to z-axis through point (1,1), plane x=1 10. Describe the object created by all scalar multiples of v ๏ฝ i ๏ญ j with tail at the point (0, 0, 1). Ans: Line through point (0,0,1) parallel to v ๏ฝ i ๏ญ j 11. Decide if each of the following statements is true or false. a) The length of the sum of two vectors is always strictly larger than the sum of the lengths of the two vectors. b) v ๏ฝ v1 ๏ซ v2 ๏ซ v3 , where v ๏ฝ v1i ๏ซ v2 j ๏ซ v3k . c) ๏ฑ i , ๏ฑ j , ๏ฑ k are the only unit vectors. d) v and w are parallel if v ๏ฝ ๏ฌ w for some scalar λ . e) Any two parallel vectors point in the same direction. f) 2v has twice the magnitude as v . Ans: Only d and f are true. 5 13.2 Vectors In General eg 10 Give the components of the velocity vector of an airplane moving at 45mph in the direction 30ο east of south. The components are< 45 cos(60°), −45 sin(60°) >= < 22.5 , −22.5√3 >. eg 11 An airplane with airspeed of 200 mph is headed N60oW. A wind is blowing directly south. If the true direction of the airplane is west, find the true speed of the airplane and the speed of the wind. The true speed of the plane is the x-component 200sin60o = 100 3 mph. The speed of the wind is the y-component 200cos 60o = 100 mph. eg 12 A ship is traveling at a speed of 22.0 knots at a compass heading of 95.0o (measured clockwise from the north). The current is flowing due south at a speed of 5.00 knots. Find the actual speed υ and compass heading ๐ of the ship. If we use trigonometry, since the angle between the direction of the ship and the current is 95.0o, by law of cosines, the actual speed of the ship |๐ฃโ| = sig. If we use the law of sines, 222 ๏ซ 52 ๏ญ 2* 22*5*cos(95o ) ๏ป 22.98 ๏ฝ 23.0 knots to 3 sin(95o ) sin(๏ก ) ๏ฝ , giving ๏ก ๏ป 72.5o, so the actual heading of the ship is 22.98 22.0 107.5o. If we use vectors, the ship vector ๐ โ = < 22.0 cos(5.0o), − 22.0 sin(5.0o) > and the current vector ๐โ = < 0, −5.00 >. If we add the two vectors, we have ๐ โ + ๐โ = < 22.0 cos(5o), − 22.0 sin(5.0o) – 5.00 >. The magnitude of the vector 23.0 knots is the actual speed. The direction of the vector tan ( ๏ง ) = ๐ฆ ๐ฅ , ๐ ๐ ๐พ ≈ - 17.5o is the reference angle, so the actual heading of the ship is 107.5o. eg 13 Find the resultant ๐นโ force at a point, if the angle of ๐นโ1 with magnitude 8 lb. is 135o, and the angle of ๐นโ2 with magnitude 6 lb. is 30o at that point. 3๐ 3๐ ๐ Since ๐นโ1 = < 8 cos 4 , 8 sin 4 > ; ๐นโ2 = < 6 cos 6 , 6๐ ๐๐ ๐ 6 >, 3๐ ๐ 3๐ ๐ + 6 cos , 8 sin + 6 sin > = 4 6 4 6 4 2 ๏ซ3 y , or θ ≈ -87o + 180o = 93o ๏ผ ๏ญ 4 2 ๏ซ 3 3, 4 2 ๏ซ 3 ๏พ with direction tan (θ) = = x ๏ญ4 2 ๏ซ3 3 ๐นโ1 + ๐นโ2 = < 8 cos 6 eg 14 An object is pulled by a force ๐นโ in the direction of < 1, 1 > and force ๐บโ in the direction of < 3, - 2 >. Find the two forces if the resultant force is < 50, 0 >. Since ๐นโ + ๐บโ = ๐ < 1, 1 > +๐ < 3, −2 > = < 50, 0 > ⇒ ๐ + 3๐ = 50 ๐๐๐ ๐ − 2๐ = 0. By solving the system, b = 10 and a = 20, so ๐นโ = 20 < 1,1 > and ๐บโ = 10 < 3, - 2 >. ๐ ๐ โโ = 2 ∠ eg 15 An object is pulled by the forces ๐นโ = 2 ∠ 3 , ๐บโ = 2√2 ∠ - 4 and ๐ป ๐ 6 , Find the resultant force, with its magnitude and direction. If we represent the angles as unit vectors, the resultant force will be ๏ฎ R ๏ฝ2 ๏ผ 1, 3 ๏พ ๏ผ,1,๏ญ1 ๏พ ๏ผ 3,1 ๏พ ๏ซ2 2 ๏ซ2 ๏ฝ ๏ผ 3 ๏ซ 3, 3 ๏ญ 1 ๏พ with magnitude 16 ๏ซ 4 3 and direction 2 2 2 θ = tan-1 3 ๏ญ1 , since θ is in the first quadrant. 3๏ซ 3 eg 16 A 100 lb. weight hangs from two wires. The wire to the left has a tension T1 and an angle of depression of 50o and the one to the right has a tension T2 and an angle of depression of 32o. Find the two tensions. ๏ฎ ๏ฎ Let T1 ๏ฝ T 1 and T2 ๏ฝ T 2 ๏ฎ T 1 = T1 < - cos(50o), sin(50o) > and ๏ฎ T 2 = T2 < cos(32o), sin(32o) >. ๏ฎ Since the two tensions counterbalance the weight w = < 0, - 100 >, the sum of the x-components is zero and the sum of the y-components is 100. So; – T1 cos(50o) + T2 cos(32o) = 0 and T1 sin(50o) + T2 sin(32o) = 100. By solving the system, T1 = 100๐๐๐ (32°) ๐ ๐๐(82°) ≈ 85.64lb and T2 100 ๐๐๐ (50°) ๐ ๐๐ (82°) We have used the identity sin(a + b) = sin(a)cos(b) + sin(b)cos(a). 7 = ≈ 64.91 lb. Homework 13.2 1. A skater skates in the direction of the vector 4, 3 from point P to point R and then in the direction of ๏ญ4, 2 to Q, where PQ = 0, 50 meters (figure below). How far is R from P and how far is R from Q? Ans: PR ๏ฝ 50 , QR ๏ฝ 20 5 2. The force of the wind on a rubber raft is twenty-five pounds toward the southwest. What force must be exerted by the raft’s motor for the combined force of the wind and motor to be twenty 25 25 pounds toward the south? Ans: , ๏ญ 20 . 2 2 3. If weight of 500 lb is supported as shown in the figure, draw a force diagram to find the exact magnitude of the forces in the members CB and AB. 3 m. A 1m. B 500 l b C Ans: CB: 1000lb, AB: 500 3 lb. 8 4. A 75lb. weight is suspended from two wires. If ๐นโ1 makes an angle of 55° with the horizontal, and ๐นโ2 makes an angle of 40โฆ with the horizontal, find the magnitude of the two forces. Ans: ๐นโ1 = 57.67lb. , ๐นโ2 = 43.18lb. 5. The boat in the figure below is being pulled into a dock by two ropes. The force F by the upper rope has the direction of the vector 2, 2 with the usual orientation of coordinate axes, and the force G by the lower rope is in the direction of 6, ๏ญ4 . The total force on the boat by the two ropes is 100, 0 pounds. What are the magnitudes of the forces by the two ropes? Ans: upper 40 2 , lower 20 13 6. Two wires suspend a twenty-five-pound weight. One wire makes an angle of 45° with the vertical and the tension in it (the magnitude of the force it exerts) is twenty pounds. What is the tension in the other rope and what angle does it make with the vertical? (Notice that the angle with the vertical is not the angle of inclination.) Ans: 17.83 lb 52.48 . 7. A sailor tacks toward the northeast from point P to point R and then tacks toward the northwest to Q (figure below). The point Q is 300 meters north and 100 meters east of P. How far does the sailor travel on each of the tacks? Ans: PR ๏ฝ 200 2 , QR ๏ฝ 100 2 8. The figure below shows four forces, measured in Newtons that are applied to a ring. Find a magnitude and angle of inclination of their resultant. Ans: 17. 3N 8 . 9 9. A plane is heading due east and climbing at the rate of 80 km/hr. If its airspeed is 480 km/hr. and there is a wind blowing 100 km/hr. to the northeast, what is the ground speed of the plane? Ans: 549 km/hr. 10. An airplane heads northeast at an airspeed of 700 km/hr, but there is a wind blowing from the west at 60 km/hr. In what direction does the plane end up flying? What is its speed relative to the ground? Ans: 48.3° relative to North, 744 km/hr. 13.3 The Dot Product Dot Product: (Scalar Product) The dot product is defined geometrically by |๐ข โโ| |๐ฃโ|๐๐๐ ๐ ๐ข โโ โ ๐ฃโ = {0 ๐ข ≠ 0, ๐ฃ ≠ 0 ๐ข = 0 ๐๐ ๐ฃ = 0 where θ is the angle between the vectors ๐ขโโ and ๐ฃโ (0 ≤ ๐ ≤ π). If ๐ข โโ= < u1, u2 > and ๐ฃโ = < υ1, υ2 > then the dot product is defined in the Cartesian coordinate system by ๐ข โโ โ ๐ฃโ = u1 υ1 + u2 υ2. Proof: Consider ๐ข โโ = < u1, u2 > and ๐ฃโ = < υ1, υ2 >. Since the vector ๐ข โโ − ๐ฃโ = < u1 − υ1, u2 − υ2> , the magnitude squared of this vector will be |๐ข โโ − ๐ฃโ|2 = (u1 – υ1)2 + (u2 – υ2)2. This last expression can be expanded and rearranged as (u12 + u22) + (v12 + v22) − 2(u1υ1 + u2υ2), so |๐ข โโ − ๐ฃโ|2 = |๐ข โโ|2 + |๐ฃโ|2 - 2 (u1v1 + u2v2). If we use the law of cosines with θ the angle between ๐ข โโ and ๐ฃโ, we can say 2 2 2 |๐ข โโ − ๐ฃโ| = |๐ข โโ| + |๐ฃโ| - 2 |๐ข โโ||๐ฃโ| cos(๐). By comparing the last two expressions we can conclude that |๐ข โโ||๐ฃโ|cos (θ) = u1v1 + u2υ2. In space, if ๐ข โโ = < ๐ข1 , ๐ข2 ๐ข3 > and ๐ฃโ = < ๐ฃ1 ๐ฃ2 , ๐ฃ3 > then the dot product is defined in the Cartesian coordinate system by ๐ข โโ โ ๐ฃโ = ๐ข1 ๐ฃ1 + ๐ข2 ๐ฃ2 + ๐ข3 ๐ฃ3 . ๐ eg 17 If ๐ข โโ = < -3,0 > and ๐ฃโ = < - 1, - 1 > then ๐ข โโ ⋅ ๐ฃโ = |๐ข โโ||๐ฃโ|๐๐๐ ๐ = (3)(√2)๐๐๐ 4 = 3; since θ is Also, by using the definition, ๐ข โโ ⋅ ๐ฃโ = (-3) (-1) + (0) (-1) = 3. Note: The dot product gives a number. 10 ๐ 4 . Angle Between Two Vectors The angle between two non-zero vectors in 2-space can be found by using the dot product. acute angle if ๐ข โโ ⋅ ๐ฃโ > 0 ๐ข โโ โ ๐ฃโ โโ ⋅ ๐ฃโ < 0 ๐๐๐ (๐) = ; ๐ = { obtuse angle if ๐ข |๐ข โโ||๐ฃโ| ๐⁄ ๐๐ ๐ข 2 โโ ⋅ ๐ฃโ = 0 Two non-zero vectors are orthogonal (perpendicular) if ๐ข โโ ⋅ ๐ฃโ = 0. The vectors ฬ, ๐ ฬ๐ and ฬ๐ are orthogonal since ฬ๐ โฬ๐ = 0, ฬ๐ โ ๐ฬ = 0, ๐ฬ โฬ๐ = 0. eg 18 Find the angle between the vectors < 0, 1 > and < -1, - √3 >. cos (๐) = โโโ๐ฃ โโ ๐ข |๐ข โโ||๐ฃ โโ| = −√3 2 ,๐ = 5๐ 6 . Properties of Dot Products: For any vectors ๐ข โโ, ๐ฃโ, ๐ค โโโ and any scalar k, a) ๐ข โโ โ ๐ฃโ = ๐ฃโ โ ๐ข โโ b) ๐ข โโ โ (๐ฃโ + ๐ค โโโ) = ๐ข โโ โ ๐ฃโ + ๐ข โโ โ ๐ค โโโ c) k (๐ข โโ ⋅ ๐ฃโ ) = (๐ ๐ข โโ ⋅ ๐ฃโ )= (๐ข โโ โ ๐ ๐ฃโ) d) ๐ฃโ โ ๐ฃโ = |๐ฃโ||๐ฃโ| = |๐ฃโ|2 or |๐ฃโ| = √๐ฃโ ⋅ ๐ฃโ See a Dot Product applet at http://falstad.com/dotproduct/ See a Dot Product calculator at http://hyperphysics.phy-astr.gsu.edu/Hbase/vsca.html Work โโ is given by ๐ = ๐นโ โ ๐ท โโ = The work W done by a constant force ๐นโ in the direction of motion ๐ท โโ| cos ๐ where ๐ is the angle between the force and the direction of motion. |๐นโ | |๐ท ๐ eg 19 Find the work needed to move an object 3m if a 6N force is applied to the object at an angle of 6 with the direction of motion. โโ = (3) (6) cos๐ = 9√3 ๐๐ = 9√3๐ฝ (๐๐๐ข๐๐๐ ). W = ๐นโ โ ๐ท 6 or, < 3, 0 > โ < 6cos (π⁄6), 6sin (๐/6) > = 9√3๐ฝ eg. 20 A constant force with vector representation F = i + 2j moves an object along a straight line from the point (2, 4) to the point (5, 7). Find the work done in foot-pounds if force is measured in pounds and distance is measured in feet. Ans. [9 ft-lb] 11 Directional Cosines Finding angles between vectors in 3-space and the coordinate axis Consider the unit vector ๐ขฬ = โโ ๐ข |๐ข โโ| <๐ข1 ,๐ข2 ,๐ข3 > |๐ข โโ| = ๐ข1 |๐ข โโ| = < ๐ข ๐ข , |๐ขโโ|2 |๐ขโโ|3 > . Any unit vector can be expressed in terms of its directional cosines ∝, ๐ฝ, ๐พ, since ๐๐๐ ∝ = ๐๐๐ ๐ฝ = โโโโโ ฬ๐ ๐ข |๐ข โโ| ๐ข2 |๐ข โโ| = โโโโโ ฬ๐ ๐ข |๐ข โโ| , ๐๐๐ ๐พ = ๐ข = |๐ขโโ|3 and ๐ขฬ = โโ ๐ข |๐ข โโ| = < ๐ข1 |๐ข โโ| ๐ข ๐ข3 , |๐ขโโ|2 โโ ๐ข โโ โฬ๐ ๐ข |๐ข โโ| = ๐ข1 |๐ข โโ| > = <cos ∝, ๐๐๐ ๐ฝ, ๐๐๐ ๐พ >. From the components of any unit vector in 3-space, we can obtain the directional cosines where ๐๐๐ 2 ∝ + ๐๐๐ 2 β + ๐๐๐ 2 γ = u21 |u โโ|2 + u22 |u โโ|2 + u23 |u โโ|2 u21 + u22 + u23 = 2 = 1. (√u21 + u22 + u23 ) eg 21 Find the directional cosines of ๐ข โโ = < 2, - 1, -2 >. โโ ๐ข ๐ขฬ = |๐ขโโ| = ๐ขฬ = <2.−1,−2> โ<2.−1.−2>โ 2 =<3, −1 −2 , 3 3 >. So ๐๐๐ ∝ = 2 3 , cos ๐ฝ = −1 3 , ๐๐๐ ๐พ = −2 3 . The directional cosines apply also to vectors in 2D. A unit vector in 2D can be represented as ๐ < cos ∝, cos ๐ฝ > = < cos ∝, cos ( 2 − ∝) > = < cos ∝ ๐ ๐๐ ∝ > since ∝ and ๐ฝ are complementary angles. Projections The component of the vector ๐โโ along ๐โ is |๐โโ| cos ๐ where ๐ is the angle between ๐โโ and ๐โ. It is expressed as comp→ ๐โโ = โโ| cos ๐ |๐โโ||๐ |๐โโ| ๐ = โโ ๐โโโ๐ |๐โโ| = |๐โโ| cos(๐). The projection (also called parallel projection) vector of ๐โโ along ๐โ and is expressed as ๐๐๐๐ → ๐โโ = |๐โโ| ๐๐๐ ๐ ๐ฬ = โโโโ| cos ๐ |๐โโ||๐ |๐โโ| ๐ ๐ฬ = โโ โโโโ๐ ๐โ |๐โโ| ๐ฬ = โโ ๐โโโ๐ ๐โ. |๐โโ|2 The projection vector of ๐โโ orthogonal to ๐โ (also called perpendicular projection) is ๐โ = orth→ ๐โโ = ๐โโ − ๐๐๐๐ → ๐โโ = ๐โโ − ๐ ๐ โโ ๐โโโ๐ |๐โโ|2 ๐โ. eg. 22 Let ๐โโ = < 3, 2 > ; ๐ โโโโ = < 2, 1 >; ๐๐๐๐ → ๐โโ = ๐ โโ ๐โโโ๐ |๐| = 8 √5 ; ๐๐๐๐ → ๐โโ = orth→ ๐โโ = < 3, 2 > − ๐ ๐ 8 5 < 2, 1 > = โโโโโโโโโ ๐ ๐ |๐ โโโโ|2 1 5 โโโโ = ๐ 8 5 < 2, 1 > ; < −1, 2 >. eg 23 Let ๐โโ = < 3, 2, −1 > ; ๐โ = < 2, 1, 1>; 12 , โโ ๐โโ โ ๐ 6+2−1 ๐๐๐๐ → ๐โโ = |๐โโ| = = √6 ๐ ๐๐๐๐ → ๐โโ = ๐ โโ ๐โโ โ ๐ ๐โ |๐โโ|2 = 7 √6 6+2−1 6 . 7 7 7 < 2, 1, 1 > = < 3 , 6, 6 > ๐๐๐กโ → ๐โโ = ๐โโ − ๐๐๐๐ → ๐โโ = < 3, 2, −1 > − < ๐ ๐ 7 7 7 2 5 , , >=<3,6, 3 6 6 −13 6 > Any vector can be expressed as the sum of its parallel and perpendicular projection to another vector. โโโโ = ๐๐๐๐ → ๐โโ + (๐ โโโโ − ๐๐๐๐ → ๐โโ) = ๐โโ. Since ๐๐๐๐ → ๐โโ + ๐๐๐กโ → ๐ ๐ ๐ ๐ ๐ eg. 24 Let ๐โโ = < 3, 2 > ; ๐ โโโโ = < 2, 1 >. Express ๐โโ as the sum of its parallel and perpendicular projection to ๐ โโโโ โโโโ = 8 < 2, 1 > + 1 < - 1, 2 >. ๐โโ = <3, 2> = ๐๐๐๐ → ๐โโ + ๐๐๐กโ → ๐ ๐ ๐ 5 5 eg 25 Let ๐โโ = < 3, 2, −1 > ; ๐โ = < 2, 1, 1>.>. Express ๐โโ as the sum of its parallel and perpendicular projection to ๐ โโโโ 7 7 7 2 5 −13 ๐โโ = < 3, 2, −1 > = ๐๐๐๐ → ๐โโ + ๐๐๐กโ → ๐โโ = < , , > + < , , >. ๐ ๐ 3 6 6 The angle between the vectors is also given by๐๐๐ (๐) = 3 6 โโ|๐๐๐ ๐ |๐โโ||๐ โโ| |๐โโ||๐ = 6 โโ ๐๐๐๐→๐ eg 26 The angle between ๐โโ = < 3, 2 > and ๐ โโโโ = < 2, 1 > is cos(๐) = ๐ โโ| |๐ . 8√5 5 √13 eg 27 The angle between ๐โโ = < 3, 2, −1 > and ๐ โโโโ = < 2, 1,1 > is cos(๐) = √21 6 = 8√5 5√13 √6 √14 = , ๐๐ ๐ ≈ 7.12°. 7 √84 = , ๐๐ ๐ ≈ 40.2°. Planes The equation of a plane is determined by a point on the plane and a normal to the plane. Let ๐โ = < x, y, z > be a position vector in space that describes a plane. If โโโโ ๐0 = <x0, y0, z0 > is the position vector of the point (x0, y0, z0 ) on the plane and ๐โโ = < a, b, c > is the normal to the plane, the equation of the plane will be given by (๐โ - โโโโ) ๐0 โ ๐โโ = 0. So a(x – x0) + b(y – y0) + c(z – z0) = 0 or ax + by + cz – (ax0 + by0 + cz0) = 0. We can write the equation as ax + by + cz + d = 0 where d = - (ax0 – by0 + cz0). Eg28 Find the equation of the plane through (2, 4, - 1) with ๐โโ = < 2, 3, 4> . 2x + 3y + 4z – ( (2) (2) + (3) (4) + (4) ( -1)) = 0, So 2x + 3y + 4z – 12 = 0 is the equation of the plane. Eg29 Give the equation of the plane through (1, - 1, 2) parallel to the plane 3x – 5y + 6z = 10. Since the normal of both planes are the same, ๐โโ = < 3, - 5, 6 >, the equation of the parallel plane becomes 3x – 5y + 6z = 3 + 5 + 12 or 3x – 5y + 6z = 20 13 Perpendicular Distance Between a point and a Line in 2-space If p(x1, y1) is a fixed point, show that the minimum distance between the point and the line ax + by + c = 0 is given by d = |๐๐ฅ1 +๐๐ฆ1 +๐| . √๐2 +๐2 Method 1. Use Calculus to minimize the distance between the point and the line. s = d2 = (x – x1)2 + (y - y1)2. If we substitute the line y = s = d2 = (x – x1)2 + ( ๐๐ ๐๐ฅ −๐−๐๐ฅ = 2(๐ฅ − ๐ฅ1 ) + 2 ( −๐−๐๐ฅ 2 − ๐ฆ1 ) . To minimize we need ๐ −๐−๐๐ฅ ๐ x and y into s, we obtain s = into the distance formula we have ๐ ๐๐ ๐๐ฅ = 0. ๐ − ๐ฆ1 ) (− ๐) = 0. Solving for x we have x = (๐๐ฅ1 +๐๐ฆ1 + ๐)2 ๐2 +๐ 2 ๐๐ ๐ = |๐๐ฅ1 +๐๐ฆ1 + ๐| √๐2 +๐2 ๐ฅ1 ๐ 2 −๐๐−๐ฆ1 ๐๐ ๐2 +๐ 2 . If we substitute . Method 2. Use Vectors First show that the vector < a, b > is perpendicular to the line ax + by + c = 0. One way to show this is to let the points (x1, y1) and (x2, y2) be on the line. A vector on the line is given by ๐ฃ โโโโ = < ๐ฅ2 − ๐ฅ1 , ๐ฆ2 − ๐ฆ1 >. If we assume a normal vector ๐ โโโโ = < ๐. ๐ >, then ๐ฃโ โ ๐โโ = a(x2 – x1) + b(y2 – y1) = (ax2 + by2) – (ax1 + by1) . Since the two points satisfy the line, we have (ax2 + by2) – (ax1 + by1) = (- c) – ( - c) = 0 thus ๐ฃโ and ๐โโ are perpendicular since the dot product is zero. Another way is to use slopes. We can show that ๐ โโโโ = < ๐. ๐ >, is perpendicular to the line ๐ ax + by + c = 0. Since the slope of the line is m = − ๐, and ๐๐๐๐ = ๐ ๐ , a vector perpendicular to the line will be < ๐. ๐ >. Let (x0, y0) be a point on the line and (x1, y1) a fixed point. The distance between (x1, y1) and the line will be given by D = |๐๐๐๐ → โโโ| ๐ = ๐ |๐ โโโโโ๐ โโโโ| |๐ โโโโ| = |๐(๐ฅ1 −๐ฅ0 )+๐(๐ฆ1 −๐ฆ0 )| √๐2 +๐ 2 = |๐๐ฅ1 +๐๐ฆ1 −๐๐ฅ0 − ๐๐ฅ0 | √๐2 +๐2 and ๐โโโ = < (๐ฅ1 − ๐ฅ0 ), (๐ฆ1 − ๐ฆ0 ) >. Since the point (x0, y0) satisfies the line then D = |๐๐ฅ1 +๐๐ฆ1 + ๐| √๐2 + ๐2 . eg 30 Find the distance between the point (1,3) and the line 3x – 4y + 1 = 0. D= |๐๐ฅ1 +๐๐ฆ1 + ๐| √๐2 + ๐2 = |3(1)−4(3)+ 1| √32 + 42 8 = 5. 14 where ๐ โโโโ = < ๐, ๐ > eg 31 Find the distance between the two lines l1: (2x – 3y = 1) and l2: (- 4x + 6y = 1). Since the two lines are parallel, we can choose any point in one of the lines, and a vector normal to the lines. A point in l2 (x1, y1) = (0, 1/6). So D = |2(0)−3(1⁄6)−1| √22 +32 = 3/2 . √13 Parallel and Perpendicular Vectors to the Tangent Line of a Curve The parallel (tangent) vector to the tangent line of y = f (x) at x0 can be found by finding the slope m1 of the tangent line. The perpendicular (normal) vector can be found from the slope of the normal line m2, since m1m2 = -1 for perpendicular lines. eg 32 Find two unit tangent and two unit normal vectors of f (x) = Since f ´ (x) = ± 3๐ฅ 2 2 3 โx=1 = 2 = โ๐ฆ , the unit tangent vectors will be ± โ๐ฅ ๐ฅ3 2 1 + at (1, 1). 2 <2,3> √13 , and the unit normal vectors <3,−2> √13 . Homework 13.3 1. Give the two unit vectors in an xy-plane that are parallel to the line y = 2x + 1. Ans: ๏ฑ 1, 2 / 5 2. Give the two unit vectors in an xy-plane that are normal to y = sin x at x = ๏ฐ / 3 . Ans: ๏ฑ 1, ๏ญ2 / 5 3. Find numbers A such that 3, 4 and A, 2 (a) are parallel and (b) are perpendicular. Ans: a) A=3/2 b) A=-8/3 4. (a) Calculate A • B for A = i + 5j and B= 6i + 4j. (b) What is the component of A in the direction of B? (c) Find the projection of A on a line through B. (d) What is the length of proj A B (e) Find orthA B f) What vector do you obtain when you add proj A B + orthA B ? Ans: a) 26; b) 13 ; c) 1,5 ; d) 26 e) 5, ๏ญ1 ; f) B 5. Find exact and approximate decimal values of the angles (a) between 1, 3, 4 and ๏ญ2, 0, 1 and (b) between 2i + 3j + 4k and -3i + 4j – 5k. Ans: cos ๏ญ1 (2 / 130) , cos๏ญ1 (๏ญ14 / 1450) 6. Find the direction cosines and the exact and approximate decimal values of the direction angles 2 ๏ญ1 ๏ญ2 of A= 2, ๏ญ1, ๏ญ2 . Ans: ๏ก ๏ฝ cos๏ญ1 , ๏ข ๏ฝ cos ๏ญ1 ,๏ง ๏ฝ cos๏ญ1 3 3 3 15 7. Three ropes attached to a hook on it support a box. The ropes exert forces F1 = 20i + 10j + 15k, F2 = –30i – 4j + 6k, and F3 = 10i – 6j + 8k pounds, relative to xyzcoordinates with the positive z-axis pointing up. How much does the box weigh? Ans: 29lb 8. What is the component of i + 2j – 3k in the direction from (2, 5, 8) toward (–2, 3, 9)? Ans: ๏ญ11/ 21 9. Find the constant k such that the projection of 6, 10, k on a line parallel to –3, 2, 1 is 3 2 1 , – , – . Ans: k = -4 7 7 7 10. Find the vector whose component in the direction of i is 1, whose component in the direction of j + k is 2 2 , and whose component in the direction of i – 3j is 10 . Ans: ๏ผ 1, ๏ญ3, 7 ๏พ 11. Find a vector 6 unit long in the direction of ๐ดโ = < 2, 2, - 1 >. Ans:[6 ๐ดฬ = < 4, 4, - 2 > ] 12. Show ๐ข โโ = < 1, 0, 1 > is perpendicular to ๐ฃโ = < - 1, 1, 1 >. 2 −1 −2 13. Find the directional cosines of < 2, - 1, - 2 >. [{3 , 3 , 3 }]. 14. Find the angle the position vector < 1, 2, 3 > makes with the y axis. [๐ฝ = ๐๐๐ −1 2 ] √14 15. Use the property of the dot product ๐ข โโ โ ๐ฃโ = |๐ข โโ||๐ฃ โโโโ| cos๐ to derive a formula for the magnitude โโโโโโ ๐๐๐ ๐ |๐ฃโโ| = ๐ขโโ โ ๐ฃโโ of the projection (component) of vector ๐ข โโ into vector ๐ฃโ . Ans: comp → ๐ข โโ = |๐ข| |๐ฃ |๐ฃ โโ| โโ| ๐ฃ 16. Find the component of ๐ข โโ = < 1, 0, −1 > parallel to ๐ฃโ = < 1, 1, 1 >.Ans: [2/√3] โโ = < 1,2,3 > as the sum of a vector parallel to ๐ดโ = < 1,1,0 > and a vector orthogonal to ๐ดโ. 17. Write ๐ต 33 Ans: [B = < 2 2 ,0 > + < −1 2 1 ,2,3 > ] โโ = < 0, 3, 4 > as the sum of a vector parallel to ๐ดโ = < 1,1,0 > and a vector orthogonal to 18. Write ๐ต 3 3 3 3 ๐ดโ . Ans: [< , ,0 > + < , , 4 >] 2 2 2 2 โโ <2, 1, - 3 > as the sum of a vector parallel to ๐ดโ = < 3, -1, 0 > and a vector orthogonal to 19. Write ๐ต 3 −1 1 3 ๐ดโ. Ans: [< 2 , 2 ,0 > + < 2 , 2 , - 3 >] 3 20. Find the distance from the point (2,4) to the line y = − 4 ๐ฅ + 1. Ans: [18/5units] 21. Use slopes to show that the vector < 2, 3> is normal to the line 2x + 3y + 4 = 0. 22. Use the dot product to show that the vector < 3, - 2 > is normal to the line 3x – 2y + c = 0. 23. Find a unit tangent and a unit normal vector to the curves in 2-space. a) y = cos (x) at x = ๐/3. b) y = sin -1 (x) at x = √2/2 . c) y = tan -1 (x) at x = √3/3. Ans: [ ± Ans: [ ± <1.√2> √3 Ans: [ ± 16 <2,− √3 > √7 ,± ,± <√3,2> √7 <√2 ,−1> √3 <4,3> 5 ,± ] <3,−4> 5 ] ] 13.4 The Cross Product Cross Product: (Vector Multiplication) The cross product is an operation on two vectors in a three-dimensional space that results in another vector which is perpendicular to the plane containing the two input vectors. The direction of the new vector that results from the cross product of the vectors ๐โ and ๐โโ is given by the right hand rule The cross product ๐ข โโ x ๐ฃโ is defined ฬ๐ ฬ๐ ฬ๐ ๐ข2 ๐ข3 ๐ข1 ๐ข3 ๐ข1 ๐ข2 ๐ข โโ x ๐ฃโ = |๐ข1 ๐ข2 ๐ข3 | = ฬ๐ |๐ฃ ๐ฃ | -ฬ๐ |๐ฃ ๐ฃ | + ฬ๐ |๐ฃ ๐ฃ | = 2 3 1 3 1 2 ๐ฃ1 ๐ฃ2 ๐ฃ3 ฬ๐ (u2v3 – v2u3) - ฬ๐ (u1v3 – v`1u3) + ฬ๐ (u1v2 – v1u2). We can see that the cross product is a vector. The direction of this vector is perpendicular to the plane that contains the vectors ๐ข โโ and ๐ฃโ. eg33. Find the cross product of ๐ข โโ = < 2, 1, 3 > and ๐ฃโ < 0, 2, 1 >. ฬ ฬ๐ ฬ๐ ๐ 2 3 ฬ 2 1 1 3 ๐ข โโ x ๐ฃโ = |2 1 3 | = ฬ๐ | | -ฬ๐ | |+๐| | = < -5, - 2, 4 >. 0 1 0 2 2 1 0 2 1 The magnitude of the cross product is given by |๐ข โโ x ๐ฃโ| = |๐ข โโ||๐ฃ โโโโ| sin(๐), where ๐ is the angle between ๐ข โโ and ๐ฃโ, in the direction of the unit vector ฬ๐ parallel to the vector ๐ข โโ x ๐ฃโ. The vector ฬ๐ is perpendicular to the plane that contains the vectors ๐ข โโ and ๐ฃโ. Another way of writing the cross product vector is ๐ข โโ x ๐ฃโ = |๐ข โโ||๐ฃ โโโโ| sin(๐) ฬ๐ . Two vectors are parallel if |๐ข โโ x ๐ฃโ| = 0. Properties of Cross Products For any vectors ๐ข โโ, ๐ฃโ, ๐ค โโโ in 3-space and any scalar k, a) ๐ข โโ x ๐ฃโ = − ๐ฃโ x ๐ข โโ b) ๐ข โโ x (๐ฃโ + ๐ค โโโ) = ๐ข โโ x ๐ฃโ + ๐ข โโ x ๐ค โโโ c) k (๐ข โโ x ๐ฃโ) = (k ๐ข โโ x ๐ฃโ) = (๐ข โโ x k๐ฃโ) d) ๐ฃโ x ๐ฃโ = โ0โ 17 ๐ข โโ โ ๐ข โโ x ๐ฃโ = โ0โ since ๐ข โโ and ๐ข โโ x ๐ฃโ are perpendicular. ๐ฃโ โ ๐ข โโ x ๐ฃโ = โ0โ since ๐ฃโ and ๐ข โโ x ๐ฃโ are perpendicular. 1) 2) Areas The area of a parallelogram defined by the vectors ๐ข โโ and ๐ฃโ is given by A = base∗height = |๐ข โโ||๐ฃ โโโโ| sin (๐) = |๐ข โโ x ๐ฃโ|, where ๐ is the angle between ๐ข โโ and ๐ฃโ. The area of a triangle defined by the vectors ๐ข โโ and ๐ฃโ is given by 1 A = 2 base*height = 1 2 |๐ข โโ||๐ฃ โโโโ| ๐ ๐๐(๐) = 1 2 |๐ข โโ x ๐ฃโ|. eg35 Find the area of the parallelogram and the triangle defined by ๐ข โโ = < 1, 0, 1 > and ๐ฃโ = < 2, 1, 0 >. ฬ๐ ๐ข โโ ๐ฅ ๐ฃโ = |1 2 ฬ๐ 0 1 ฬ๐ 1 | = < - 1, 2, 1 >. So the area of the parallelogram is 0 |๐ข โโ x ๐ฃโ| = √6 sq units and the area of the triangle is √6 2 sq units, The cross product of the unit vectors are ฬ๐ x ฬ๐ = ฬ๐; , ฬ๐ x ฬ๐ = ฬ; ๐ eg 36 ฬ๐ ฬ๐ x ฬ๐ = |1 0 ฬ๐ 0 1 ฬ๐ x ฬ๐ = ฬ๐ . ฬ๐ 0 | = < 0, 0, 1 > = ฬ๐. 0 Triple Scalar Product ๐1 โ โ โ โ The triple scalar product is defined as [๐โ ๐ ๐โ] = ๐โ โ (๐ x ๐โ) = |๐1 ๐1 Proof: ฬ๐ ฬ๐ ฬ๐ ๐โ โ (๐โโ x ๐โ) = < a1, a2, a3 >. |๐1 ๐2 ๐3 | = ๐1 ๐2 ๐3 ๐2 ๐2 ๐2 ๐3 ๐3 | ๐3 < a1, a2, a3 > โ < (b2c3 – c2b3), - (b1c3 – c1b3), (b1c2 – c1b2) > = ๐1 a1 (b2c3 – c2b3), - a2 (b1c3 – c1b3) + a3 (b1c2 – c1b2) = |๐1 ๐1 ๐2 ๐2 ๐2 ๐3 ๐3 | . ๐3 Since interchanging two rows of a determinant only changes the sign of the determinant, it can be shown that ๐โ โ (๐โโ x ๐โ) = ๐โ โ (๐โ x ๐โโ) = ๐โโ โ (๐โ x ๐โ) . 18 Volume of a Parallelepiped The volume of a parallelepiped formed by the vectors ๐โ, ๐โโ ๐๐๐ ๐โ is given by |๐โ โ (๐โโ x ๐โ)| = |๐โ||๐โโ x ๐โ| cos(๐) where ๐ is the angle between ๐โ and ๐โโ x ๐โ . If |๐โ โ (๐โโ x ๐โ)| = 0, ๐โ and ๐โโ x ๐โ are perpendicular so ๐โ, ๐โโ and ๐โ are coplanar. eg37 Show that the vectors ๐โ = < 1, 4, - 7 >, ๐โโ = <2, -1,4 > and ๐โ = < 0, -9, 18 > are coplanar. 1 4 −7 ๐โ โ (๐โโ x ๐โ) = |2 −1 4 | = 1(18) – 4(36) – 7 ( - 18) = 0. 0 −9 18 1 The volume of the tetrahedron formed by the vectors ๐โ, ๐โโ and ๐โ is given by 6 |๐โ โ (๐โโ x ๐โ)| Planes Recall from a previous section that the equation of a plane is determined by a point on the plane and a normal to the plane. Let ๐โ = < x, y, z > be a position vector in space that describes a plane. If โโโโ ๐0 = <x0, y0, z0 > is the position vector of the point (x0, y0, z0 ) on the plane and ๐โโ = < a, b, c > is the normal to the plane, the equation of the plane will be given by (๐โ - โโโโ) ๐0 โ ๐โโ = 0. So a(x – x0) + b(y – y0) + c(z – z0) = 0 or ax + by + cz – (ax0 + by0 + cz0) = 0. We can write the equation as ax + by + cz + d = 0 where d = - (ax0 – by0 + cz0). eg38 Find the equation of the plane that contains the points (1, 3, 2), (3, - 1, 6), (5, 2, 0). We can make the vectors ๐ข โโ = < 2, -4, 4 > from the first two points and ๐ฃโ = <2, 3, - 6 > from the last two. Since the normal to the plane is ๐โโ = ๐ข โโ x ๐ฃโ = < 12, 20, 14 > = < 6, 10, 7 >, the plane is 6x + 10y + 7z – (6 + 30 + 14) = 0 or 6x + 10y + 7z – 50 = 0, where the point (1, 3, 2) was used as the point on the plane. eg39 Find the smallest angle between the planes x + y + z = 1 and x – 2y + 3z = 1. The angle between two planes will be the angle between their normal vectors โโโโโ ๐1 = < 1, 1, 1 > and ๐2 =< 1, − 2, 3 >. โโโโโ โโโโโโ ๐ โ โโโโโโ ๐ 1 2 By using the dot product, ๐๐๐ (๐) = |๐โโโโโโ| = |๐ โโโโโโ| 1 2 1−2+3 √3 √14 = 2 √42 so ๐ ≈ 72o. eg40 Find a vector ๐ฃโ parallel to the intersection between the planes x + y + z = 1 and x - 2y + 3z = 1. A parallel vector will be the cross product of the normal of each plane, so ๐ฃโ = < 5, - 2, - 3 >. Distance From a Point to a Plane Let P1 be the point (x1, y1, z1), and P0 = (x0, y0, z0) be any point on the plane ax + by + cz + d = 0. The distance D from P1 to the plane will be D = |๐๐๐๐๐โโโโ ๐ข โโ| = โโ โ ๐ข โโ ๐ |๐ โโโโ| where ๐ข โโ = < x1 – x0, y1 – y0, z1 – z0 >, and ๐โโ = < a, b, c > is the normal to the plane. D= โโ โ ๐ข โโ ๐ |๐ โโโโ| = |<๐,๐,๐>โ<๐ฅ1 − ๐ฅ0 ,๐ฆ1 − ๐ฆ0 ,๐ง1 −๐ง0 >| √๐2 +๐2 + ๐ถ 2 = |๐๐ฅ1 +๐๐ฆ1 +๐๐ง1 − (๐๐ฅ0 +๐๐ฆ0 +๐๐ง0 )| √๐2 +๐2 + ๐ 2 19 Since the point (x0, y0, z0) satisfies the plane ax + by + cz + d = 0, d = - (ax0 + by0 + cz0), and D= โโ โ ๐ข โโ ๐ |๐ โโโโ| = |๐๐ฅ1 +๐๐ฆ1 +๐๐ง1 + ๐| √๐2 +๐2 + ๐ 2 eg42 Find the distance from the point P1 (2, - 3, 4) to the plane x + 2y + 2z = 13. D= |๐๐ฅ1 +๐๐ฆ1 +๐๐ง1 + ๐| √๐2 +๐2 + ๐ 2 |1(2)+2(−3)+2(4)−13| = √12 +22 +22 = |−9| 3 =3 eg41 Find the distance D from the point P1 = (2, 1, 5) to the plane that contains the point P0 = (1, - 1, 4) with normal ๐โโ = < 2, 4, 1 >. n .P .P 1 d 0 Let ๐ข โโ be the vector from P0 to P1. d is the | comp → ๐ข โโ| D= โโ โ ๐ข โโ ๐ |๐ โโโโ| = |<2,4,1>โ<2−1,1+1,5−4>| √22 +42 +12 = ๐ |<2,4,1>โ<1,2,1>| √21 = 11 √21 . Homework 13.4 1. Find exact and approximate decimal values of the angles (a) between 1, 3, 4 and ๏ญ2, 0, 1 and (b) between 2i + 3j + 4k and -3i + 4j – 5k. Ans: cos ๏ญ1 (2 / 130) , cos๏ญ1 (๏ญ14 / 1450) 2. Find the direction cosines and the exact and approximate decimal values of the direction angles of 2 ๏ญ1 ๏ญ2 A= 2, ๏ญ1, ๏ญ2 . Ans: ๏ก ๏ฝ cos๏ญ1 , ๏ข ๏ฝ cos ๏ญ1 ,๏ง ๏ฝ cos๏ญ1 3 3 3 3. Three ropes attached to a hook on it support a box. The ropes exert forces F1 = 20i + 10j + 15k lb., F2 = –30i – 4j + 6k lb., and F3 = 10i – 6j + 8k lb, relative to xyz-coordinates with the positive z-axis pointing up. How much does the box weigh? Ans: 29lb 4. What is the component of i + 2j – 3k in the direction from (2, 5, 8) toward (–2, 3, 9)? Ans: ๏ญ11/ 21 20 5. Find the constant k such that the projection of 6, 10, k on a line parallel to –3, 2, 1 is 3 2 1 , – , – . Ans: k = -4 7 7 7 6. Find the vector whose component in the direction of i is 1, whose component in the direction of j + k is 2 2 , and whose component in the direction of i – 3j is 10 . Ans: ๏ผ 1, ๏ญ3, 7 ๏พ 7. Find a unit vector orthogonal to both ๐ข โโ = < 1, 0, 1 > and ๐ฃโ = < - 1, 1, 1 >. โโ x ๐ฃ โโ ๐ข โโโโ |๐ข x ๐ฃ| Ans: [โโโโโ = <-1,-2,-1>/√6] 8. For which values of t are the vectors โAโ = < t + 2, t, t > and โBโ = < t − 2, t + 1, t > are orthogonal? −4 Ans: [t = { 3 , 1}] 9. Find the area of the triangle with vertices P(1,-1,0), Q(2, 1,-1), R(-1,1,2). Ans: [3√2] โโ = < - 2, 0, 3 > and 10. Find the volume of the parallelepiped determined by ๐ดโ = < 1, 2, - 1 >, ๐ต ๐ถโ = < 0, 7, - 4 >. Ans: [23cu-units] 11. Consider the parallelepiped with sides ๐ข โโ = < 1, 1, 1 > , ๐ฃโ = < - 1, 1, 1 > , ๐ค โโโ = < – 1, 0,1 >. Find the angle between the plane containing the vectors ๐ข โโ and ๐ฃโ, and the vector ๐ค โโโ. Ans: π/6 17 12. Find the distance from the point S(1,1,3) to the plane 3x + 2y + 6z = 6. Ans: [ 7 ] 2 13. Find the distance from the point (2, - 3, 4) to the plane x + 2y + 2z = 6. Ans; [3] 14. Find an equation for the plane through (0, 1, 0) and parallel to i + j and to j – k, Ans: x - y – z = -1. 15. Find an equation for the plane through (5, -1, -2) and perpendicular to the planes y – z = 4 and x + z = 3. Ans: x - y – z = 8. 16. Find an equation for the plane through (2, 2, 4), (5, 6, 4), and (1, 3, 5), Ans: 4x - 3y + 7z = 30. 17. Find an equation for the plane through (1, 2, 3) and parallel to the plane 4x – y + 3z = 0 Ans: 4 x ๏ญ y ๏ซ 3 z ๏ฝ 11 21