Find the Value of C in a Plane with Points (2,1,3) and (2,1,5) | Plane Equation

  • Thread starter Thread starter FrostScYthe
  • Start date Start date
  • Tags Tags
    Planes
FrostScYthe
Messages
80
Reaction score
0
The general equation for a plane is ax + by + cz = k, where a, b, c, k are constants, and the plane is satisfied by points (x,y,z). If a specific plane contains both points (2, 1, 3) and (2, 1, 5), what is the value of c?

The answer is supposed to be c = 0, but I don't know how to get there.

I tried this [(2, 1, 3)-(2, 1, 5)]t + (2, 1, 5) so I get

x = 2
y = 1
z = 5 - 2t

but I don't know what to do from there
 
Physics news on Phys.org
FrostScYthe said:
I tried this [(2, 1, 3)-(2, 1, 5)]t + (2, 1, 5) so I get

x = 2
y = 1
z = 5 - 2t
This is the parametric equation for a line, you want to describe a plane. Two points do not give a full description of a plane, so given two arbitrary points you would generally not be able to find 'c' in the equation. But in this particular case, you will see that if you plug in those two points to the original the equation things will cancel out and you'll be able to find 'c'.
 
it's a system of linear equations:
you have:
2a+b+3c=k
2a+b+5c=k
solve it and get your answer.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top