A
A
Alexander Makarov2020-06-15 20:47:43
Mathematics
Alexander Makarov, 2020-06-15 20:47:43

How to find the coordinates of the vertex of a triangle if the coordinates of the other two and the lengths of all sides are known?

There is a triangle ABC. The coordinates of points A and B are known, as well as the lengths of all sides. The sides AC and BC are equal.
How to find the coordinates of point C? Can anyone help?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rsa97, 2020-06-15
@Rsa97

There are many options. For example:
1. Find the midpoint of segment AB, let's call point S.
2. Find the height of the triangle. Given that the triangle is isosceles, the height is the perpendicular bisector.
3. Construct a vector parallel to AB with length equal to the height of the triangle.
4. Rotate it 90 degrees to the left or right.
5. Move the beginning of the vector to point S.

A
Alexey, 2020-06-15
@fapsi

for example

G
Grigory Boev, 2020-06-15
@ProgrammerForever

1) We build a circle with radius AC from point A 2) We build a circle with radius BC from point B 3) We solve the system of equations, we get 0 (no intersections), 1 (intersection at one point, touching) or 2 real roots (intersection at 2x points). These are the possible options for point C. You can find x , and then substitute in any of the equations and get y , or vice versa.
(x-xA)^2 + (y-yA)^2 = R^2 = AC^2
(x-xB)^2 + (y-yB)^2 = R^2 = BC^2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question