Trigonometry question, Finding coordinates of 3rd point

AI Thread Summary
To find the coordinates of the third point B in a triangle when two points A and C are known, first sketch the triangle on the xy-axes. Determine the equations for lines AC and BC, then extend line AC to intersect the x-axis and calculate the angle θ between AC and the positive x-axis using tanθ for its gradient. Repeat this process for line BC to establish its gradient. Alternatively, find the slope of line AC, calculate the angle for point A, and use trigonometric functions to derive the coordinates of point B based on the distance from A. This method effectively identifies the missing coordinates.
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:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top