Suppose I have the line $ax + bx + c = 0$. How do I find the values of $j$, $k$, and $l$ for the perpendicular line $jx + kx + l = 0$? Where the two lines cross at point $(p,q)$?
I know if the line were represented in slope-intercept form all I'd have to do is divide $-1$ by the slope and then multiply $p$ by the new slope and subtract the result from $q$ and make the difference the new value for $B$.
For example: The line perpendicular to $y = 4x + 3$, crossing at the point $(2,11)$ is
$m = -\frac{1}{4}$
$d = 2m = -\frac{1}{2}$
$11 - \left(-\frac{1}{2}\right) = 11.5$
therefore the equation for the perpendicular line is $y = -\frac{1}{4}x + 11.5$.
I'm not very familiar with general equations of lines and have been having a lot of trouble finding a good informational resource. How do I do the same thing for a line in the general equation form?