Youre amazing!!! could you help me? 50 points!!! Write an expression that can be used to produce vector d from vector c, and explain how you determined that expression.

Youre Amazing Could You Help Me 50 Points Write An Expression That Can Be Used To Produce Vector D From Vector C And Explain How You Determined That Expression class=

Sagot :

Answer:

Multiply vector c by the scalar -1/2.

Step-by-step explanation:

Look at vector c.

It has an x component of 4 and a y component of 4.

You can write vector c as a sum of its components using unit vectors in the x direction (i) and in the y direction (j).

c = 4i + 4j

Now look at vector d, and write it also as a sum of its x and y components.

d = -2i - 2j

Now ask yourself, what operation do I do to 4 to end up with -2?

One answer is to multiply 4 by -1/2.

d = (-1/2)c = (-1/2)(4i) + (-1/2)(4j) = -2i - 2j

That worked. By multiplying vector c by the scalar -1/2, you end up with vector d.