4
$\begingroup$

Let $Ax + By + C = 0$ be a general equation of a line and $x\cos \alpha + y\sin \alpha - p = 0$ be the normal form of the equation.

Then,

$${-p\over C } = { \cos \alpha\over A} = { \sin\alpha\over B}\tag{1}$$ $${p\over C } = { \cos \alpha\over -A} = { \sin\alpha\over -B} \tag{2}$$ $${p\over C } = { \cos \alpha\over -A} = { \sin\alpha\over -B} = {\sqrt{\sin^2 \alpha + \cos^2 \alpha}\over \sqrt{A^2 + B^2}} = {1\over \sqrt{A^2 + B^2}} \tag{3}$$

$$\therefore \bbox[ #FFFDD0, 10px, Border:2px solid #DC143C]{p = {C\over \sqrt{A^2 + B^2}}, \cos \alpha = {-A\over \sqrt{A^2 + B^2}},\sin\alpha = {-B\over \sqrt{A^2 + B^2}}} $$

I did not get the $(3)$ part. Where does $\displaystyle{\sqrt{\sin^2 \alpha + \cos^2 \alpha}\over \sqrt{A^2 + B^2}}$ come from ?

  • 1
    It's just a proportion. There is some K so that CK = p and AK=-cos a and BK=-sin b so $\frac {\sqrt{\sin^2 a + \cos^2 a}}{\sqrt{A^2 + B^2}} = \frac {\sqrt{(-A)^2K^2 + (-B)^2K^2}}{\sqrt{A^2 + B^2}}=\frac{K\sqrt{A^2 + B^2}}{\sqrt{A^2 + B^2}} = K$.2017-01-06

4 Answers 4

1

Let $\frac{p}{C}=\frac{\cos\alpha}{A}=\frac{\sin\alpha}{B} = k$

Then we have,

$\cos\alpha = kA$

On squaring we have,

$\cos^2\alpha = k^2A^2$

Also $\sin\alpha = kB$

On squaring $\sin^2\alpha = k^2B^2$

Adding these two squared equations,

$\sin^2\alpha + \cos^2\alpha = k^2A^2 + k^2B^2$

$\sin^2\alpha + \cos^2\alpha= k^2(A^2 + B^2)$

$\frac{\sin^2\alpha + \cos^2\alpha}{(A^2 + B^2)} = k^2$

$\frac{\sqrt{\sin^2\alpha + \cos^2\alpha}}{\sqrt{(A^2 + B^2)}} = k$

  • 0
    Thanks for answering my question.2017-01-06
3

$$ {p\over C } = { \cos \alpha\over -A} = { \sin\alpha\over -B} \\ \implies \frac{p^2}{C^2}=\frac{\cos^2(\alpha)}{A^2}=\frac{\sin^2(\alpha)}{B^2} $$

If $$ \frac{a}{b}=\frac{c}{d}=k \\ \implies a=bk, c=dk $$ So the value of : $$ \frac{a+c}{b+d}=\frac{bk+dk}{b+d}=\frac{k(b+d)}{b+d}=k=\frac{a}{b}=\frac{c}{d} $$ Simply put, in a proportion of two or more equal ratios, the sum of the antecedents divided by the sum of the consequents is equal to any one of the ratios.

In the same way : $$ \frac{p^2}{C^2}=\frac{\cos^2(\alpha)}{A^2}=\frac{\sin^2(\alpha)}{B^2}={{\sin^2 \alpha + \cos^2 \alpha}\over {A^2 + B^2}} $$ Hence : $$ \frac{p}{C}={\sqrt{\sin^2 \alpha + \cos^2 \alpha}\over \sqrt{A^2 + B^2}} $$

1

I'd do it differently: since $A$ and $B$ are not both zero, we can divide by $-\sqrt{A^2+B^2}$, getting $$ \frac{-A}{\sqrt{A^2+B^2}}x+\frac{-B}{\sqrt{A^2+B^2}}-\frac{C}{\sqrt{A^2+B^2}}=0 $$ and we can choose $\alpha$ so that $$ \begin{cases} \cos\alpha=-\dfrac{A}{\sqrt{A^2+B^2}}\\[6px] \sin\alpha=-\dfrac{B}{\sqrt{A^2+B^2}} \end{cases} $$ and set $$ p=\frac{C}{\sqrt{A^2+B^2}} $$


For the mysterious formula, observe that, if $$ k=\frac{\cos\alpha}{-A}=\frac{\sin\alpha}{-B} $$ then $$ A^2k^2=\cos^2\alpha,\quad B^2k^2=\sin^2\alpha $$ so also $$ (A^2+B^2)k^2=1 $$ and $$ |k|=\frac{1}{\sqrt{A^2+B^2}} $$ Of course one needs to be very precise about the choice of $p$, using this method. It is implied that $p<0$ if $C<0$ and $p>0$ if $C>0$; a special case should be made when $C=0$.

The method above is independent of these considerations.

  • 0
    little formatting error, $A^2k^2=\cos^2\alpha,\quad B^2k^2\color{red}{=}\sin^2\alpha$2017-01-06
1

Let's modify ${p\over C } = { \cos \alpha\over -A} = { \sin\alpha\over -B} $

to ${p\over C } = { \cos \alpha\over -A} = { \sin\alpha\over -B} =K$

And ${p\over C } = { \cos \alpha\over -A} = { \sin\alpha\over -B} = {\sqrt{\sin^2 \alpha + \cos^2 \alpha}\over \sqrt{A^2 + B^2}} = {1\over \sqrt{A^2 + B^2}} \tag{3}$

to $K = {p\over C } = { \cos \alpha\over -A} = { \sin\alpha\over -B} = {K\sqrt{A^2 +B^2}\over \sqrt{A^2 + B^2}}={\sqrt{(-AK)^2 +(-BK)^2}\over \sqrt{A^2 + B^2}}={\sqrt{\sin^2 \alpha + \cos^2 \alpha}\over \sqrt{A^2 + B^2}} = {1\over \sqrt{A^2 + B^2}} \tag{3}$

  • 0
    I'm not 100% sure why we assume $p/C$ to be positive but I suppose it's a wolog.2017-01-06
  • 0
    Thank you for putting me a dilemma . Yes @egreg's answer points that out2017-01-06