I am trying to find the third point in a right triangle. I am given Points A and B, and the distance from B to C, but I don't know how to find the coordinates of point C.
An Image of the problem described (Excuse my sub-Par GeoGebra skills)
I am trying to find the third point in a right triangle. I am given Points A and B, and the distance from B to C, but I don't know how to find the coordinates of point C.
An Image of the problem described (Excuse my sub-Par GeoGebra skills)
On
Dot product of $C-B$ with $A-B$ is zero.
Square of distance $BC$ is known.
Write down these two equations and solve for the coordinates of $C$.
On
Let us assume that the coordinates of A and B are : $$ A \equiv (x_1,y_1) ; B \equiv (x_2,y_2)$$ The the slope $m_1$ of line $\overline {AB}$ is : $$ m_1 = \frac{y_2 - y_1}{x_2 - x_1}$$ Let as assume that : $$ C \equiv (x,y) $$ $$ \overline{AB} \perp \overline{BC} $$ Slope of $\overline{BC}$ is $m_2$ Since as stated above $ \overline{AB} \perp \overline{BC} $ therefore $m_1\cdot m_2 = -1$ Therefore, $$ m_2 = - \frac{x_2 - x_1}{y_2 - y_1}= \tan \theta --------(i)$$ Now let the distance BC be r , then applying parametric form of line : $$ \frac{x - x_2}{\cos\theta} = \frac{y - y_2}{\sin\theta} = r $$ Now you can just plug in $x_2 , y_2, \cos\theta , \sin\theta $ (from eq (i)) and then find x and y. Hope this helps. If you are unclear with the formulas of forms of line used you can refer to any good book regarding co-ordinate geometry
On
Let $A(a,1,a_2), B(b_1,b_2), d(B,C)=:d$, and $C(x,y)$.
1)Slope of $\overline {AB}$:
$m=\dfrac{b_2-a_2}{b_1-a_1}$.
2) Slope of $\overline {BC}$: $-1/m$ .
3) Equation of line $\overline{BC}$:
$y-b_2=-1/m(x-b_1)$.
4) Distance $d= \sqrt{(y-b_2)^2+(x-b_1)^2}$.
5)$d^2=(y-b_2)^2+m^2(y-b_2)^2$.
6) Solve 5) for $y$:
$(y-b_2)^2=\dfrac{d^2}{1+m^2}$.
$y_{1,2} = b_2 \pm \sqrt{\dfrac{d^2}{1+m^2}}$.
7) Combine with 3) to find corresponding $x_{1,2}$.
$x_{1,2}= m(b_2-y_{1,2})+b_1$.
Outline:
1) We know the coordinates of points $A=(u,v)$ and $B=(w,z)$.
So Q1) What is the slope, $m$, of the line $\overline{AB}$?
Answer:
2) We know the $\overline{BC}$ is a right angle to $\overline{AB}$.
So Q2) what is the slope, $m_2$, of the line $\overline{BC}$?
Answer:
3) Given $m_2$ is the slope of $\overline{BC}$ and that $B = (w,z)$
So Q3) What is the formula for the line $\overline{BC}$ in terms of variables $x$ and $y$?
4) So if $B= (u,v)$ and $C$ is an unknown $(x,y)$ then
Q4) what is formula for the distance $d$ between $(u,v)$ and $(x,y)$.
Answer:
5) So if $d$ is a known value for the distance between $B=(u,v)$ and $C$ the unknown $(x,y)$ and we have the line formula for the line $\overline{BC}$,
Q5) How do we solve for $x$ and how do we solve for $y$
Answer for $x$:
Answer for $y$:
6) So what is $C=(x,y)$?
.
.