How can I draw a line which is perpendicular to a line at a specific point?

79 Views Asked by At

I have a line. It can be counter clock-wise or clock wise on $x$-axis. But I want to draw a perpendicular line to it. How can I do that? In the uploaded picture, I explain everything.

perpendicular_line_diagram

2

There are 2 best solutions below

1
On

Get the equation of your line,

And use,

Eqn of line $$ax+by+c=0$$ Eqn of line perpendicular $$bx-ay+d=0$$

Find $\color{red}{d}$ for the perpendicular line passing through the point of intersection

by putting in x-coordinates and y-coordinates of point of intersection.

Put x=147 in perpendicular line's equation and get y-coordinate of intersection.

0
On

Let your red start point be $(a^*, b^*)$ your line has the form. $y = \frac{-1}{m}x + c$ where $m = \tan(7.6^\circ)$. You can figure out c since it passes through $(a^*, b^*)$. Now, set x=0 to see that it meets the y-axis at $(c,0)$