Question
Question: A plane meets the coordinate axes in A, B, and C such that the centroid of the triangle ABC is the p...
A plane meets the coordinate axes in A, B, and C such that the centroid of the triangle ABC is the point (p, q, r). If the equation of the plane is px+qy+rz=k, then find the value of k?
Solution
First of all, we are going to find the coordinates of points A, B, and C. Coordinates of A is found by putting y and z as 0 in the equation of a plane, coordinates of B is found by putting x and z as 0 and coordinates of C is found by putting x and y as 0. Now, we know that if we have three coordinates of triangle ABC then the coordinates of the centroid is calculated by adding all the x coordinates of vertices A, B and C and then dividing this addition by 3. Similarly, y – coordinates of the centroid are found by adding all the y – coordinates of A, B, and C vertices and then divide this addition by 3. Similarly, find the coordinates for z in the centroid. And then equate the x, y, and z coordinates of the centroid by p, q, and r respectively. From these three equations, you will get the value of k.
Complete step by step answer:
In the above problem, we have given the following equation of a plane:
px+qy+rz=k
Now, we are going to find the coordinates of A, B and C.
The coordinates of A is calculated by putting y and z as 0 in the given equation of plane and we get,
⇒px+q0+r0=k⇒px=k⇒x=kp
So, the coordinates of A are (kp,0,0).
The coordinates of B is calculated by putting x and z as 0 in the given equation of plane and we get,
⇒p0+qy+r0=k⇒qy=k⇒y=kq
So, the coordinates of B is equal to (0,kq,0).
The coordinates of C is calculated by putting y and x as 0 in the given equation of plane and we get,
⇒p0+q0+rz=k⇒rz=k⇒z=kr
So, the coordinates of C is equal to (0,0,kr).
Now, we know that if we have three vertices of a triangle ABC then the formula for the centroid of the triangle is as follows:
The coordinates of the centroid D is equal to:
D(3x1+x2+x3,3y1+y2+y3,3z1+z2+z3)
Now, finding the centroid for given vertices A, B and C by using the above relation we get,
D(3kp+0+0,30+kq+0,30+0+kr)
It is given that the coordinates of triangle ABC is (p, q, r) so equating each of the coordinates to the above coordinates we get,
3kp=p⇒k=3;3kq=q⇒k=3;3kr=r⇒k=3;
Hence, we have found the value of k as 3.
Note: To solve the above problem, we need to know the formula for finding the centroid of triangle ABC. Also, we should know when a plane cuts the x, y, and z-axis then how we can find the coordinates of the points where the plane cuts the coordinate axes.