The line joining the points A(-1,3) and B(5,15) meets the axes at P and Q. Find the equation of AB and calculate the length of PQ. How to calculate the length of PQ??
2026-04-07 03:17:19.1775531839
Equations of straight line
450 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
General equation of a line: $y = mx + c$ with $m,c$ being constants $\in \mathbb{R}$.
$m$ is given by $m = \frac{y_{1} - y_{2}}{x_{1}-x_{2}}$ where $(x_{1},y_{1})$ and $(x_{2},y_{2})$ are two distinct points on the line.
Using this we simply plug in the values:
$m = \frac{15-3}{5--1} = 2$
So now we have:
$y = 2x+c$
To find c, we plug in a point on the line into our equation:
$3 = 2*(-1) + c \Rightarrow c = 5$
So our equation is:
$y = 2x + 5$
It meets the axes when $x=0$ and $y=0$. Then without loss of generality let P lie on the x-axis, and Q lie on the y-axis.
$P_{y} = 0 \Rightarrow P_{x} = -2.5$
$Q_{x} = 0 \Rightarrow Q_{y} = 5$
Using Pythagoras's theorem, $PQ = \sqrt{2.5^{2} + 5^{2}}$ = $\frac{5\sqrt{5}}{2}$