1

How do you calculate angle between $\frac{x}{5}+\frac{y}{3}=1$ and $x=-1$?

What I did: I rewrote $\frac{x}{5}+\frac{y}{3}=1$ as $y=3-\frac{3x}{5}$, therefore $m_{1}$ is $-\frac{3}{5}$, but what is $m_{2}$ of $x=-1$? It doesn't exist, right?

How do I then calculate angle if there's no $m_{2}$?

Formula which I would use to calculate the angle (if γ is an angle): $tanγ=|\frac{m_{2}-m_{1}}{1+m_{1}\cdot m_{2}}|$

L_McClain
  • 523

1 Answers1

1

The equation $x = -1$ is just a vertical line. So you have a line with slope $-3/5$ and you want to find the angle that it makes with a vertical line. That means you can consider a right-angled triangle with sides $1$ and $3/5$. Or with scaling you have a triangle with sides $5$ and $3$.

Thomas
  • 43,555