Home > Matrix & Vector > Vector Operation > Component form of a vector given two points example

8. Component form of a vector given two points example ( Enter your problem )
  1. Example-1
  2. Example-2

1. Example-1





1. Find vectorForm(A,B)
`A=(3,1,1)`,`B=(-1,2,1)`


Solution:
Here `vec A=(3,1,1),vec B=(-1,2,1)`

`vec (AB)`

`=(B_1-A_1,B_2-A_2,B_3-A_3)`

`=(-1-3,2-1,1-1)`

`=(-4,1,0)`


2. Find vectorForm(B,A)
`A=(2,3,1)`,`B=(0,5,6)`,`C=(2,3,1)`


Solution:
Here `vec A=(2,3,1),vec B=(0,5,6),vec C=(2,3,1)`


`vec (BA)`

`=(A_1-B_1,A_2-B_2,A_3-B_3)`

`=(2-0,3-5,1-6)`

`=(2,-2,-5)`







This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.