Check if the following point lies on the plane π : 2x − 3y + 4z − 5 = 0
- (point) A = (1, -1, 0)
Check if the following vector lies on the plane π : 2x − 3y + 4z − 5 = 0
- (vector) -AC = (1, 2, 1)
Can someone help me to solve this? With my example please, it would be great.
To check whether a point belongs to a plane just substitute x,y,z in you equation by the given numbers. $2*1 - 3(-1) + 4 \cdot0-5=5-5=0$ <- so it does belong to your plane
If we want to check whether a vector lies on the plane it has to be perpendicular to the normal vector. To see if it is consider the following vector product: $[2,-3,4] \times [1,2,1]$. If it is zero, then your vector lies on the plane.