Question #b08c9

1 Answer
Aug 16, 2016

R=P+Q is a vector representatiion.
This should be written as

#vecR=vecP+vecQ# which means sum of two vectors.

Here
#R=abs(vecR)="Length of the diagonal of the "# #"parallelogram"#
#P= abs(vecP)= "Length of one side of the "#
#"parallelogram"#

#Q=abs(vecQ)="Length of another adajacent side" #
#"of the parallelogram"#