Hi Folks,
I need a bit of help here as my maths is very rusty.
Given three points:
- join any two to make a line
- draw a perpendicular to the line from the remaining point
- what’s the point at which this tangent intersects the first line?
Thanks in advance ![]()
I’m thinking in these steps:
- find the slope of the first line.
- find the perpendicular slope of the slope from step 1
- find the line passing through the third point taking that slope from step 2
- find the point of intersection solving x,y for the two lines.
… it’s been 20 years since I last used any maths, need to revise it all.
In the mean time I’d really really appreciate some help on this for now ![]()