At Westonci.ca, we provide reliable answers to your questions from a community of experts. Start exploring today! Discover comprehensive answers to your questions from knowledgeable professionals on our user-friendly platform. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

please PLEASE help me!!! Write an expression that can be used to produce vector r from vectors p and q. Explain how you determined that expression

Please PLEASE Help Me Write An Expression That Can Be Used To Produce Vector R From Vectors P And Q Explain How You Determined That Expression class=

Sagot :

Answer:

r = p - q

Step-by-step explanation:

Write the two given vectors using i and j components.

i = unit vector in x direction

j = unit vector in y direction

p = -i - 3j

q = 3i - 4j

Now how can you combine these two vectors and get r when

r = -4i + j?

Adding p and q gives this:

p + q = -i - 3j + 3i - 4j = 2i - 7j

That is not r, so the addition of the vectors p and q does not work.

How about subtraction?

Start with -i from p and subtract 3i from q. You do get -4i which is the x-component of r.

Then start with -3j from p and subtract -4j from q. You get -3j - (-4j) = -3j + 4j = j which is the y-component of r.

That subtraction works.

p - q = -i - 3j - (3i - 4j) = -i - 3j - 3i + 4j = -4i + j which is exactly what r is.

Answer: r = p - q