Trigonometry question, Finding coordinates of 3rd point

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
yopy
Messages
43
Reaction score
0
Heres the situation, I have a triangle in which i found all 3 interior angles. I also have the length of all the sides and the coordinates of 2 points. I just need to find the coordinates of the 3rd point I am missing. Is there some formula i need to use for this?
 
Physics news on Phys.org
Sketch the triangle on the xy-axes. Call your points ABC, with B being the unknown. Then find the equation of the line AC and line BC.

Take the line AC and extend until it cuts the x-axis, find the angle θ between AC and the positive x-axis (so you are measuring the angle to the line counter-clockwise). tanθ will give you the gradient of AC.

Repeat for BC.

Solve your two equations and you'll get the coordinates of B!
 
An alternative:

Let A and C be known. Objective: find coordinates of B.

(1) Find the slope of the line AC. Call it m.
(2) Let t = arctan(m). (t may be negative and that's ok)
(3) Add the angle measure for A to t to get the gradient to B. Call the sum u.
(4) Find x1 = (AB)cos(u) and y1 = (AB)sin(u) and add these to the coordinates of A respectively to find the coordinates of B.

I believe this works.

--Elucidus

EDIT: A should be to the left of C (x-axis-wise).
 
Last edited: