I have the equation of a line:
$$y=\frac{7}{4}x\ +\frac{9}{2}$$
I want to find the point 4 units along the line, starting from the point $(-2,1)$.
I tried using Pythagoras and forming this equation:
$$\sqrt{(7a)^2 + (4b)^2} = 4$$
with the gradient - and of course, $a$ and $b$ can be decimals. But there are two unknowns, and the equation I formed was an elipse. I assume it has the solutions in it, but I do not know how to extract them.
How would I find the point 4 away from $(-2,1)$?
Having posted this, I realised I was just asking for the intersection between the line
$$y=\frac{7}{4}x\ +\frac{9}{2}$$
and the circle around $(-2,1)$ with radius $4$
$$\left(x+2\right)^2+\left(y-1\right)^{2\ }=\ 4^2$$
Then substitute in y= $y=\frac{7}{4}x\ +\frac{9}{2}$ for
$$(x+2)^2+({7 \over 4}x\ + {9 \over 2}-1)^{2}=4^2$$
so $x = -2 \pm16\sqrt{65}$