Asked • 03/14/19

Determine third point of triangle when two points and all sides are known?

Determine third point of triangle (on a 2D plane) when two points and all sides are known? A = (0,0) B = (5,0) C = (?, ?) AB = 5 BC = 4 AC = 3 Can someone please explain how to go about this? I understand there will be two possible points and would like to arrive at both. This is what I've worked out but I'm uncertain at this point how correct it is. C.x = (AB² - BC² + AC²) / (2 * AB) C.y = sqrt(BC² - (B.x - C.x)²) - B.y Thanks! **Update - Need to turn the answer into a reusable formula, solving for C.x and C.y** known sides AB, BC, AC known points A(x, y), B(x, y) unknown points C(x, y) AC² - BC² = ((Ax - Cx)² + (Ay - Cy)²) - ((Bx - Cx)² + (By - Cy)²) Goal: C.x = ? C.y = ?

2 Answers By Expert Tutors

By:

Doug C. answered • 03/14/19

Tutor
5.0 (1,554)

Math Tutor with Reputation to make difficult concepts understandable

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.