Determine the equation of the plane that contains the points, P = ( 1 , 3 , 6 ) , Q = ( 2 , 5 , 7 ) , and R = ( − 1 , 4 , − 6 ) .
If the equation of the plane can be written as a x + b y + c z = 7 , where a , b , and c are constants, find a + b + c .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
the given points satisfy the equation of the given plane. The goal is to find a , b and c . Using this information, one gets:
a + 3 b + 6 c = 7 2 a + 5 b + 7 c = 7 − a + 4 b − 6 c = 7
This can be written as:
⎣ ⎡ 1 2 − 1 3 5 4 6 7 − 6 ⎦ ⎤ ⎣ ⎡ a b c ⎦ ⎤ = ⎣ ⎡ 7 7 7 ⎦ ⎤
⟹ ⎣ ⎡ a b c ⎦ ⎤ = ⎣ ⎡ 1 2 − 1 3 5 4 6 7 − 6 ⎦ ⎤ − 1 ⎣ ⎡ 7 7 7 ⎦ ⎤
The quantity a + b + c can be found by performing the following trick:
a + b + c = [ 1 1 1 ] ⎣ ⎡ a b c ⎦ ⎤ a + b + c = [ 1 1 1 ] ⎣ ⎡ 1 2 − 1 3 5 4 6 7 − 6 ⎦ ⎤ − 1 ⎣ ⎡ 7 7 7 ⎦ ⎤ ⟹ a + b + c = − 2
Ofcourse, there are more standard approaches to the problem like using vectors or simply solving the equation set without linear algebra. Calculations and simplifications have been left out in this solution.
It’s silly how I made this problem to be solved through vectors, and then Chew Seong destroys this problem using basic algebra lol
Log in to reply
A variant of this problem would be a point lying on a plane and a unit vector normal to it. I personally prefer using linear algebra off late, for these kinds of problems.
Let the equation of the plane be a x + b y + c z = d . Since the points ( 1 , 3 , 6 ) , ( 2 , 5 , 7 ) , ( − 1 , 4 , − 6 ) lie on the plane, we have
a + 3 b + 6 c = d
2 a + 5 b + 7 c = d
− a + 4 b − 6 c = d
Adding first and third equations we get 7 b = 2 d ⟹ b = 7 2 d
Substituting in the first equation we get a + 6 c = d − 7 6 d = 7 d . Substituting in the third equation we get 2 a + 7 c = d − 7 1 0 d = − 7 3 d .
From these two we get c = 7 d and a = − 7 5 d .
So the equation of the plane is − 7 5 d x + 7 2 d y + 7 d z = d or − 5 d x + 2 d y + d z = 7 d . In the simplest form, this equation reads as − 5 x + 2 y + z = 7 , which is given in the problem. So a = − 5 , b = 2 , c = 1 and a + b + c = − 5 + 2 + 1 = − 2
Problem Loading...
Note Loading...
Set Loading...
Since the points P , Q , and R on the plane then
⎩ ⎪ ⎨ ⎪ ⎧ P : Q : R : a + 3 b + 6 c = 7 2 a + 5 b + 7 c = 7 − a + 4 b − 6 c = 7 . . . ( 1 ) . . . ( 2 ) . . . ( 3 )
From ( 1 ) + ( 3 ) : 7 b = 1 4 ⟹ b = 2 .
From ( 2 ) − ( 1 ) + ( 3 ) : 6 ( 2 ) − 5 c = 7 ⟹ − 5 c = − 5 ⟹ c = 1
From ( 1 ) : a + 3 ( 2 ) + 6 ( 1 ) = 7 ⟹ a = − 5 .
Therefore a + b + c = − 5 + 2 + 1 = − 2 .