Friday, July 27, 2018

Vector Analysis Problem No.1

Given the two vectors rA= -ax-3ay-4az and rB= 2ax+2ay+2az, and point C(1,3,4), find: (a) RAB; (b)|rA|; (c)aA; (d)aAB; (e) a unit vector directed from C toward A.

Solutions:

(a) find RAB :
RAB = (2+1)ax +(2+3)ay + (2+4)az
RAB = 3ax +5ay+6az

(b) find |rA| :
rA = -ax-3ay-4az
|rA| = √(12+32+42 ) = √26 = 5.10

(c) find aA:
aA = rA∕|rA| = (-ax-3ay-4az)/5.10 = -0.196ax-0.588ay-0.784az

(d) find aAB:
aAB = RAB/|RAB| = (3ax+5ay+6az)/√(32+52+62) = 0.359ax+0.598ay+0.717az

(e) find a unit vector directed from C toward A:
RCA = (-1-1)ax+(-3-3)ay+(-4-4)az = -2ax-6ay-8az
|RCA| = √(22+62+82) = 10.2
aCA = RCA/|RCA| = (-2ax-6ay-8az)/10.2 = -0.1961ax-0.588ay-0.784az

No comments:

Post a Comment