Vectors and Dot Product

jenniferd

New member
Joined
Nov 7, 2012
Messages
1
I am trying to express the vector with initial point P and terminal point Q in component form. Having issues because I have never did vectors before at all, and I need help. Now its a graph but I have to find the ponts of P,Q so the Q went across the coordinate graph and the P is below near the 2 coordiante. Please help me with this.
 
I am trying to express the vector with initial point P and terminal point Q in component form.

Having issues because I have never did vectors before at all

Why are you trying to do this? Is this an assignment for some math class?

I don't understand why you would receive such an assignment. :???:

If this is something that you really need to do, then you should start by looking up the definition of a vector. (Let us know, if you can't figure out the definition.)
 
Exactly what data are you given? I presume you know that if P=(x0,y0,z0)\displaystyle P= (x_0, y_0, z_0) and Q=(x1,y1,z1)\displaystyle Q= (x_1, y_1, z_1) then the vector from P to Q is (x1x0)i+(y1y0)j+(z1z0)k\displaystyle (x_1- x_0)i+ (y_1- y_0)j+ (z_1- z_0)k.
 
Top