- #1
carl123
- 56
- 0
Find the point on the plane x − y + z = 8 that is closest to the point (1, 3, 6).
This what I have so far
Z = 8-x+y
d = Sqrt ((x-1)2 + (y-3)2 + (z-6)2)
f(x,y,z) = d2 = (x-1)2 + (y-3)2 + (z-6)2
Substitute for z
= (x-1)2 + (y-3)2 + (2-x+y)2
Not sure how to move forward from here
This what I have so far
Z = 8-x+y
d = Sqrt ((x-1)2 + (y-3)2 + (z-6)2)
f(x,y,z) = d2 = (x-1)2 + (y-3)2 + (z-6)2
Substitute for z
= (x-1)2 + (y-3)2 + (2-x+y)2
Not sure how to move forward from here