the_d
- 127
- 0
what would the resultant vector be for two vectors both 66m in magnitude that look like this: /__ be?
vsage said:Is that the question? Just use the tip-to-tail method: Attach the tail of one vector to the tip of the other. I'm working on the assumption you're doing a qualitative and not quantitative answer because we would need to know the angle measurement then.
the_d said:what would the resultant vector be for two vectors both 66m in magnitude that look like this: /__ be?
xanthym said:IF {Angle Between Vectors}=(62 deg) THEN:
{Magnitude of Resultant Vector} = 68 m
~~
the_d said:so to find the sum of all four would I just multiply 68 times 4?
xanthym said:{Sum All 4 Vectors} = (2)(66)Cos(31 deg) = 113 m
xanthym said:In which directions are each vector pointing?
the_d said:the diagram looks like this:
____
/___/ with the vertical vectors pointing up and the horizontal ones pointing to the right
xanthym said:{Sum All 4 Vectors} = (4)(66)Cos(31 deg) = 226 m
the_d said:the diagram looks like this:
____
/___/ with the vertical vectors pointing up and the horizontal ones pointing to the right
Q B
+---------------> R
/ /
A / /
/ / D |A|=|B|=|C|=|D| = 66 meters
/ /
/ 62 deg /
P +----------------> S
C
xanthym said:Referencing the drawing below, the problem statement specifies 4 vectors given here which we are to sum:
#1) A={P ---> Q}
#2) B={Q ---> R}
#3) C={P ---> S}
#4) D={S ---> R}
Vector addition is geometrically performed by placing Heads to Tails of the vectors being added. Order does not matter. Thus:Code:Q B +---------------> R / / A / / / / D |A|=|B|=|C|=|D| = 66 meters / / / 62 deg / P +----------------> S C
A + B = {P ---> Q} + {Q ---> R} = {P ---> R} = {Diagonal PR of PQRS}
C + D = {P ---> S} + {S ---> R} = {P ---> R} = {Diagonal PR of PQRS}
Thus:
A + B + C + D = 2{P ---> R} = 2{Diagonal PR of PQRS}
The length of Diagonal PR of the above Parallelogram is given by application of the Law of Cosines and using the fact that {Angle_P + Angle_Q = 180 deg}:
{Length of PR} = sqrt{|A|^2 + |B|^2 - 2*|A|*|B|*cos(180 - 62)}
= sqrt{(66)^2 + (66)^2 - 2*(66)*(66)*cos(118 deg)}
= (113 meters)
Using results from above, we multiply by 2 and get:
Magnitude{A + B + C + D} = 2{113} = 226 meters
~~