Better proof for $\frac{1+\cos x + \sin x}{1 - \cos x + \sin x} \equiv \frac{1+\cos x}{\sin x}$

865 Views Asked by At

It's required to prove that $$\frac{1+\cos x + \sin x}{1 - \cos x + \sin x} \equiv \frac{1+\cos x}{\sin x}$$ I managed to go about out it two ways:

  1. Show it is equivalent to $\mathsf{true}$: $$\frac{1+\cos x + \sin x}{1 - \cos x + \sin x} \equiv \frac{1+\cos x}{\sin x}$$ $$\Longleftrightarrow\sin x(1+\cos x+\sin x)\equiv(1+\cos x)(1-\cos x+\sin x)$$ $$\Longleftrightarrow\sin x+\cos x\sin x+\sin^2 x\equiv1-\cos x+\sin x+\cos x-\cos^2 x+\sin x \cos x$$ $$\Longleftrightarrow\sin^2 x\equiv1-\cos^2 x$$ $$\Longleftrightarrow\cos^2 x +\sin^2 x\equiv1$$ $$\Longleftrightarrow \mathsf{true}$$
  2. Multiplying through by the "conjugate" of the denominator: $${\rm\small LHS}\equiv\frac{1+\cos x + \sin x}{1 - \cos x + \sin x} $$ $$\equiv\frac{1+\cos x + \sin x}{1 - (\cos x - \sin x)} ~~\cdot ~~\frac{1+(\cos x - \sin x)}{1 +(\cos x - \sin x)}$$ $$\equiv\frac{(1+\cos x + \sin x)(1+\cos x - \sin x)}{1 - (\cos x - \sin x)^2}$$ $$\equiv\frac{1+\cos x - \sin x+\cos x + \cos^2 x - \sin x \cos x+\sin x + \sin x \cos x - \sin^2 x}{1 - \cos^2 x - \sin^2 x + 2\sin x \cos x}$$ $$\equiv\frac{1+ 2\cos x + \cos^2 x- \sin^2 x}{2\sin x \cos x}$$ $$\equiv\frac{1+ 2\cos x + \cos^2 x- 1 + \cos^2 x}{2\sin x \cos x}$$ $$\equiv\frac{2\cos x (1+\cos x)}{2\cos x(\sin x)}$$ $$\equiv\frac{1+\cos x}{\sin x}$$ $$~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\equiv {\rm\small RHS}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\square$$ Both methods of proof feel either inelegant or unnecessarily complicated. Is there a simpler more intuitive way to go about this? Thanks.
5

There are 5 best solutions below

1
On BEST ANSWER

Since $1-\cos^2 x = \sin^2 x$, we have $f(x) := \dfrac{1+\cos x}{\sin x} = \dfrac{\sin x}{1-\cos x}$. Therefore,

\begin{align*}\dfrac{1+\cos x + \sin x}{1-\cos x + \sin x} &= \dfrac{f(x)\sin x + f(x)(1-\cos x)}{1-\cos x + \sin x} \\ &= \dfrac{f(x)[1-\cos x + \sin x]}{1-\cos x + \sin x} \\ &= f(x) \\ &= \dfrac{1+\cos x}{\sin x}.\end{align*}

1
On

Observe $$(1 - \cos x + \sin x)(1 + \cos x) = (1 - \cos^2 x) + (1 + \cos x)\sin x = \sin^2 x + (1 + \cos x)\sin x = (1 + \cos x + \sin x)\sin x,$$ from which the result immediately follows.

0
On

if $$ \frac{a}{b}=\frac{c}{d}=k $$ then $$ \frac{a+c}{b+d} = \frac{kb+kd}{b+d} =k =\frac{a}{b} $$ since $$1-\cos^2 x =(1+\cos x)(1-\cos x) =\sin^2 x$$ we have $$ \frac{1+\cos x}{\sin x} = \frac{\sin x}{1-\cos x} =\frac{1+\cos x +\sin x}{1 -\cos x +\sin x} $$

0
On

alternatively, using abbreviations $c=\cos x$ and $s=\sin x$ we have $$ s(1+c+s)=s(1+c) + s^2 = s(1+c) + 1-c^2=s(1+c)+(1-c)(1+c)=(1+s-c)(1+c) $$

1
On

For fun, I created a trigonograph:

enter image description here

$$\frac{1 + \cos\theta + \sin\theta}{1 + \sin\theta - \cos\theta} = \frac{1 + \cos\theta}{\sin\theta}$$