Find all values of x so that the triangle with vertices A=(−3, 1, x), B=(−3, 4, −2), and C=(−2, −2, 2) has a right angle at A.

3 answers

vector BA = [0, -3, x+2]
vector CA = [-1, 3, x-2]
if angle A = 90° then BA dot CA = 0
0 - 9 + x^2 - 4 = 0
x^2 = 13
x = ±√13

or, using Pythagoras

AB = √(0 + 9 + (x+2) ) = √(x^2 + 4x + 13)
AC = √(1 + 9 + (x-2)^2 ) = √(x^2 - 4x + 14)
BC = √(1 + 36 + 16) = √53

if angle A = 90° then
AB^2 + AC^2 = BC^2
x^2 + 4x + 13 + x^2 - 4x + 14 = 53
2x^2 = 26
x^2 = 13
x = ±√13
thank you for the in-depth explanation
Dear bots,
Reiny answered the question just fine.
Similar Questions
    1. answers icon 5 answers
    1. answers icon 0 answers
  1. I need help with vertices!The vertices of triangle FGH are F(1,1), G(3,-5),H(6,0). Find the coordinates of the vertices after a
    1. answers icon 0 answers
  2. Hi! I need help with this math homework question:If you had a triangle that has the vertices (-2, 1), (0, -5), and (1. 2) and
    1. answers icon 1 answer
more similar questions