Find the value of "k"

60 Views Asked by At

Let

$$\frac{3 \pi}{4}<\theta<\pi$$ and $$\sqrt{2 \cot \theta+\frac{1}{\sin ^{2} \theta}}=k-\cot \theta,$$ then $k=?$

I have been able to reduce this to $$2\cos{\theta}=\sin{\theta}*(k-1)$$

How to proceed further?

3

There are 3 best solutions below

0
On

Let $c:=\cot\theta$ so your surd is $\sqrt{1+2c+c^2}$. Hence $k=-1$.

8
On

Choose $x=\dfrac{5\pi}6$. Then

$$\sqrt{-2\sqrt3+4}=k+\sqrt3.$$

By unnesting,

$$\sqrt{-2\sqrt3+4}=\sqrt3-1$$ and $k=-1$.


Note that this also works with $x=\dfrac{3\pi}4$, giving

$$0=k+1.$$

0
On

Using the identity $\frac{1}{\sin^2\theta} = 1+\cot^2\theta$ you have:

$$k = \cot\theta +\sqrt{2\cot\theta + \frac{1}{\sin^2\theta}} = $$ $$=\cot\theta +\sqrt{2\cot\theta + 1+\cot^2\theta} = \cot\theta + |1+\cot\theta| = \cot\theta -(1+\cot\theta) = -1$$

because $1+\cot\theta < 0$ in $(3/4\pi,\pi)$. Your mistake was something along $|1+\cot\theta| = 1+\cot\theta$.