Finding cartesian equation of plane

  • Thread starter Thread starter thatoneguy6531
  • Start date Start date
  • Tags Tags
    Cartesian Plane
thatoneguy6531
Messages
14
Reaction score
0

Homework Statement


determine the Cartesian equation of the plane through the points (3,0,1) and (0,1,-1) and perpendicular to the plane with equation x-y-z+1 = 0



Homework Equations






The Attempt at a Solution


Well I know the normal of the plane (a,b,c) dotted with (1,-1,-1) = 0 which gives me a-b-c=0
but other than that I am stuck
 
Physics news on Phys.org
You need to write out the description in terms of the maths.
You know the standard form for the cartesian equation of the plane (or the vetor form - whichever you are most comfortable with). So write it out.

That equation has to satisfy some conditions - write out what those mean.

i.e. point (3,0,1) is on the plane - so if you put x=3, y=0, z=1 into the equation, how does it come out?

The rest is simultaneous equations.
 
(a, b, c).(0, 1,-1)= b- c= 0 so you know b= c. The equation must be of the form a(x- 3)+ by+ b(z- 1)= 0 and you know that x= 0, y= 1, z= -1 must satisfy that: -3a+ b- 2b= 0. Of course, any multiple of (a, b, c) will give the same plane so you can take either a or b to be whatever you like.
 
Ok, thanks
 
Lucky person you - HoI does not normally do people's homework for them...
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top