- #1
says
- 594
- 12
Homework Statement
Given A = [2, 9, 8], B = [6, 4, −2] and C = [7, 15, 7], show that AB and AC are perpendicular, then find D so that ABCD forms a rectangle.
Homework Equations
Dot Product
The Attempt at a Solution
The vector AB = B - A = [4,-5,-10]
The vector AC = C - A = [5,6,-1]
AB⋅AC = 0 if they are perpendicular
(4*5) + (-5*6) + (-10*-1) = 20 - 30 + 10 = 0
AB and AC are perpendicular.
I'm not sure how to find the point D though. Seeing as it's a rectangle, the distance from CD = AB? And the distance from BD = AC? Can I just use Pythagoras to find the distance from A to D:
AD2 = AB2+AC2
AD2 = [4,-5,-10]2 + [5,6,-1]2
AD2 = [41,61,101]
I got to here and feel like I might have over-thought the problem a bit...
I've arranged the letters below to show how I'm setting up the points in a rectangle
BD
AC