Parametric Equations for Line of Intersection of 3x-6y-2z=15 & 2x+y-2z=5

  • Thread starter Thread starter helpm3pl3ase
  • Start date Start date
  • Tags Tags
    Parametric
helpm3pl3ase
Messages
79
Reaction score
0

Homework Statement



Find parametric equations for the line in which the planes 3x − 6y − 2z = 15
and 2x + y − 2z = 5 intersect.


Homework Equations





The Attempt at a Solution



<2, 1, -2> - <3, -6, -2> = <-1, 7, 0>

x = 2 - t, y = 1 + 7t, z = -2

Did I do this correctly??
 
Physics news on Phys.org
Uh, no. Put the solution back into your two line equations. Does it work? I don't think so. Where did you find this 'solution method'? I think you should maybe try and find one that does.
 
<3, -6, -2> X <2, 1, -2> = <14, 2, 15>

Then set z to 0 to get x = 3, y = -1 ==> <3, -1, 0>

x = 3 + 14t
y = -1 + 2t
z = 15t
 
Better. Did you check by substituting your result back into the plane equations?
 
yes it worked, got 5 and 15
 
helpm3pl3ase said:
yes it worked, got 5 and 15

Good!
 
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...

Similar threads

Back
Top