Question
Question: The points A(4,5,10), B(2,3,4) and C(1,2,-1) are the vertices of a parallelogram ABCD. Find the vect...
The points A(4,5,10), B(2,3,4) and C(1,2,-1) are the vertices of a parallelogram ABCD. Find the vector equations of the sides AB and BC and also find the coordinates of point D.
Solution
Hint: We will first find the position vectors of points A, B and C. For example, position vector of point A is OA=4i^+5j^+10k^. Now, obtain AB=OB−OA. Then we will use vector equation of line, r=a+λb, where a is a point lying on the line and b is a vector parallel to line. In the case of line AB, we have a=OA,b=AB. We will thus get the vector equation of line AB. Similarly for line BC, we will get a vector equation by using, a=OB,b=BC. In the final step, we will use the concept that diagonals of a parallelogram intersect at the mid-point to find the coordinates of point D.
Complete step-by-step answer:
It is given in the question that the points A(4,5,10), B(2,3,4) and C(1,2,-1) are the vertices of a parallelogram ABCD. And we have been asked to find the vector equations of the sides AB and BC and also find the coordinates of point D.
Let us assume that the coordinates of point D as (α,β,γ). Then, we can represent A, B, C, D of parallelogram as,
First, we can write the position vectors of all the points as shown below.
OA=4i^+5j^+10k^OB=2i^+3j^+4k^OC=i^+2j^−k^OD=αi^+βj^+γk^
We know that vector AB can be found by subtracting respective position vectors, that is, OB−OA, so we get,
AB=(2−4)i^+(3−5)j^+(4−10)k^=−2i^−2j^−6k^
We know that the general vector equation of a line passing through a point with position vector a and parallel to a vector b is given by r=a+λb. So, here we have point A, i.e. OA and parallel vector as AB, so we can get the vector equation of line AB as,
Vector equation of line AB, r=OA+λAB
r=(4i^+5j^+10k^)−λ(2i^+2j^+6k^)
We know that vector BC can be found by subtracting respective position vectors, that is, OB−OA, so we get,
BC=(1−2)i^+(2−3)j^+(−1−4)k^=−i^−j^−5k^
We know that the general vector equation of a line passing through a point with position vector a and parallel to a vector b is given by r=a+λb. So, here we have point OB and parallel vector as BC, so we can get the vector equation of line BC as,
Vector equation of line BC, r=B+μBC
r=(2i^+3j^+4k^)−μ(i^+j^+5k^)
We will neglect the negative sign because we are considering only the magnitude here.
Now, we had already assumed the coordinates of point D as (α,β,γ). As we know that ABCD is a parallelogram and diagonals of a parallelogram intersect at their mid-points, so we get,
Mid-point of diagonal AC = (mid-point of diagonal BD)
We know that coordinates of point A and point C are A(4,5,10) and C(1,2,-1). And the coordinates of point B and point D are, B(2,3,4) and D(α,β,γ).
Now, we know that from the distance formula, mid-point between any two points can be calculated as,
x=2x2+x1,y=2y2+y1
So, we write the mid-point of AC = mid-point of BD as follows,
[24+1,25+2,210−1]=[2α+2,2β+3,2γ+4][25,27,29]=[2α+2,2β+3,2γ+4]
Now, on comparing both the sides, we get,
2α+2=25
On multiplying both the sides with 2, we get,
α+2=5α=5−2α=3
Similarly, we get,
2β+3=27
On multiplying both the sides with 2, we get,
β+3=7β=7−3β=4
And we will get,
2γ+4=29
On multiplying both the sides with 2, we get,
γ+4=9γ=9−4γ=5
Thus, we get, α=3,β=4,γ=5. So, point D will be (α,β,γ)=(3,4,5).
So, we can say that the coordinates of point D of the parallelogram is (3,4,5).
Note: We can also use direction ratios and then find vectors AB and BC. So we have direction ratios of A as (4,5,10) and for B as (2,3,4), now direction ratio of vector AB can be obtained by subtracting the respective direction ratios as (2-4, 3-5, 4-10)=(-2,-2,-6). Then we can write it in vector form as −2i^−2j^−6k^ . Also, we can write any vector equation, r=(ai^+bj^+ck^)+λ(pi^+qj^+rk^) in Cartesian form as, p(x−a)=q(y−b)=r(z−c)=λ.