I have two points: A(-2,5,4) and B(6,2,-3). Per the question, I want to find an equation of all points equidistant from those two points. The intuition and visualization is easy, this will be a plane of points such that point C, whatever it may be, creates an isosceles triangle with points A and B. Vectors are still alien to me and I need help writing the problems in mathematical terms.
$A=(-2, 5, 4)$
$B=(6, 2, -3)$
$\vec{AB}=<8,-3,-7>=8\hat{i}-3\hat{j}-7\hat{k}$
$\hat{AB}=\frac{\vec{AB}}{\sqrt{122}}$
$Midpoint=(2, 3.5, 0.5)$
I don't know where to go from here, assuming I did this part correctly. All I know is I need a plane that passes through the midpoint and is perpendicular to $\vec{AB}$. I thought about using $\vec{AB} \cdot \vec{AB^{⊥}}=0$ and setting $\vec{AB^{⊥}}=<a,b,c>$, but WebAssign rejected my end result.
Can somebody walk me through this problem and explain why you took each step?
Let $\vec r$ be the position vector of any general point on this plane. Then, $\vec r - (2, \ 3.5, \ 0.5)$ will represent any general vector lying on the plane. Now, we need all such vectors to be perpendicular to the normal vector of the plane, i.e. the one you obtained $(\vec{AB})$. In other words, equate the dot product to zero: $$\big((\vec r -(2, \ 3.5, \ 0.5)\big) \cdot (8, \ -3, \ -7) =0$$ One can write this equation in cartesian form as $$8(x-2) -3(y-3.5) -7(z-0.5)=0$$