A English

Solution of trigonometrical equations Questions in English

Class 11 Mathematics · Trigonometrical Equations · Solution of trigonometrical equations

379+

Questions

English

Language

100%

With Solutions

Showing 24 of 379 questions in English

351
EasyMCQ
The general solution of the equation $(\sqrt{3}-1) \sin \theta + (\sqrt{3}+1) \cos \theta = 2$ is
A
$2 n \pi \pm \frac{\pi}{4} + \frac{\pi}{12}$
B
$n \pi + (-1)^n \frac{\pi}{4} + \frac{\pi}{12}$
C
$2 n \pi \pm \frac{\pi}{4} - \frac{\pi}{12}$
D
$n \pi + (-1)^n \frac{\pi}{4} - \frac{\pi}{12}$

Solution

(A) Given equation: $(\sqrt{3}-1) \sin \theta + (\sqrt{3}+1) \cos \theta = 2$.
Divide both sides by $\sqrt{(\sqrt{3}-1)^2 + (\sqrt{3}+1)^2} = \sqrt{3+1-2\sqrt{3} + 3+1+2\sqrt{3}} = \sqrt{8} = 2\sqrt{2}$.
$\frac{\sqrt{3}-1}{2\sqrt{2}} \sin \theta + \frac{\sqrt{3}+1}{2\sqrt{2}} \cos \theta = \frac{2}{2\sqrt{2}} = \frac{1}{\sqrt{2}}$.
Let $\cos \alpha = \frac{\sqrt{3}+1}{2\sqrt{2}}$ and $\sin \alpha = \frac{\sqrt{3}-1}{2\sqrt{2}}$.
Then $\tan \alpha = \frac{\sqrt{3}-1}{\sqrt{3}+1} = \tan(60^\circ - 45^\circ) = \tan(15^\circ) = \tan(\frac{\pi}{12})$.
So,$\alpha = \frac{\pi}{12}$.
The equation becomes $\cos \alpha \cos \theta + \sin \alpha \sin \theta = \frac{1}{\sqrt{2}}$.
$\cos(\theta - \alpha) = \cos(\frac{\pi}{4})$.
The general solution is $\theta - \alpha = 2n\pi \pm \frac{\pi}{4}$.
$\theta = 2n\pi \pm \frac{\pi}{4} + \frac{\pi}{12}$.
352
EasyMCQ
If the possible solutions of the equation $2 \cos ^2 x + 3 \sin x - 3 = 0$ constitute two unequal angles of a triangle,then the third angle of that triangle is
A
$\frac{\pi}{2}$
B
$\frac{\pi}{3}$
C
$\frac{\pi}{6}$
D
$\frac{\pi}{4}$

Solution

(B) Given equation: $2 \cos ^2 x + 3 \sin x - 3 = 0$
Using the identity $\cos ^2 x = 1 - \sin ^2 x$,we get:
$2(1 - \sin ^2 x) + 3 \sin x - 3 = 0$
$2 - 2 \sin ^2 x + 3 \sin x - 3 = 0$
$-2 \sin ^2 x + 3 \sin x - 1 = 0$
$2 \sin ^2 x - 3 \sin x + 1 = 0$
Factoring the quadratic equation:
$(2 \sin x - 1)(\sin x - 1) = 0$
This gives $\sin x = \frac{1}{2}$ or $\sin x = 1$.
For $\sin x = \frac{1}{2}$,$x = \frac{\pi}{6}$ (or $30^\circ$).
For $\sin x = 1$,$x = \frac{\pi}{2}$ (or $90^\circ$).
The two unequal angles are $\frac{\pi}{6}$ and $\frac{\pi}{2}$.
The sum of angles in a triangle is $\pi$.
Third angle $= \pi - (\frac{\pi}{6} + \frac{\pi}{2}) = \pi - (\frac{\pi + 3\pi}{6}) = \pi - \frac{4\pi}{6} = \pi - \frac{2\pi}{3} = \frac{\pi}{3}$.
353
MediumMCQ
The general solution of $\cos 2x - 2 \tan x + 2 = 0$ is
A
$(2n + 1) \frac{\pi}{3}, n \in Z$
B
$(n + 1) \frac{\pi}{3}, n \in Z$
C
$n\pi + \frac{\pi}{3}, n \in Z$
D
$n\pi + \frac{\pi}{4}, n \in Z$

Solution

(D) Given equation: $\cos 2x - 2 \tan x + 2 = 0$
Using the identity $\cos 2x = \frac{1 - \tan^2 x}{1 + \tan^2 x}$,we get:
$\frac{1 - \tan^2 x}{1 + \tan^2 x} - 2 \tan x + 2 = 0$
Multiplying by $(1 + \tan^2 x)$:
$(1 - \tan^2 x) - 2 \tan x(1 + \tan^2 x) + 2(1 + \tan^2 x) = 0$
$1 - \tan^2 x - 2 \tan x - 2 \tan^3 x + 2 + 2 \tan^2 x = 0$
$-2 \tan^3 x + \tan^2 x - 2 \tan x + 3 = 0$
$2 \tan^3 x - \tan^2 x + 2 \tan x - 3 = 0$
Let $\tan x = t$,then $2t^3 - t^2 + 2t - 3 = 0$.
By inspection,$t = 1$ is a root: $2(1)^3 - (1)^2 + 2(1) - 3 = 2 - 1 + 2 - 3 = 0$.
Dividing by $(t - 1)$,we get $(t - 1)(2t^2 + t + 3) = 0$.
The quadratic $2t^2 + t + 3$ has discriminant $D = 1^2 - 4(2)(3) = 1 - 24 = -23 < 0$,so it has no real roots.
Thus,$\tan x = 1 = \tan \frac{\pi}{4}$.
The general solution is $x = n\pi + \frac{\pi}{4}, n \in Z$.
354
MediumMCQ
Number of solutions of the equation $\sin x - \sin 2x + \sin 3x = 2 \cos^2 x - 2 \cos x$ in the interval $(0, \pi)$ is
A
$1$
B
$3$
C
$2$
D
$4$

Solution

(A) Given equation: $\sin x - \sin 2x + \sin 3x = 2 \cos^2 x - 2 \cos x$
Rearranging terms: $(\sin x + \sin 3x) - \sin 2x = 2 \cos x(\cos x - 1)$
Using the sum-to-product formula $\sin A + \sin B = 2 \sin(\frac{A+B}{2}) \cos(\frac{A-B}{2})$:
$2 \sin 2x \cos x - \sin 2x = 2 \cos x(\cos x - 1)$
$\sin 2x(2 \cos x - 1) = 2 \cos x(\cos x - 1)$
$2 \sin x \cos x(2 \cos x - 1) = 2 \cos x(\cos x - 1)$
$2 \cos x [\sin x(2 \cos x - 1) - (\cos x - 1)] = 0$
$2 \cos x [2 \sin x \cos x - \sin x - \cos x + 1] = 0$
$2 \cos x [\sin x(2 \cos x - 1) - 1(\cos x - 1)] = 0$
Actually,simplifying the original equation:
$\sin x + \sin 3x = 2 \sin 2x \cos x$
So,$2 \sin 2x \cos x - \sin 2x = 2 \cos^2 x - 2 \cos x$
$\sin 2x(2 \cos x - 1) = 2 \cos x(\cos x - 1)$
$2 \sin x \cos x(2 \cos x - 1) = 2 \cos x(\cos x - 1)$
Case $1$: $\cos x = 0 \Rightarrow x = \frac{\pi}{2}$ (Valid in $(0, \pi)$)
Case $2$: $\sin x(2 \cos x - 1) = \cos x - 1$
$2 \sin x \cos x - \sin x = \cos x - 1$
$\sin 2x - \sin x - \cos x + 1 = 0$
For $x \in (0, \pi)$,testing values:
If $x = \frac{\pi}{6}$,$\sin \frac{\pi}{3} - \sin \frac{\pi}{6} - \cos \frac{\pi}{6} + 1 = \frac{\sqrt{3}}{2} - \frac{1}{2} - \frac{\sqrt{3}}{2} + 1 = \frac{1}{2} \neq 0$
If $x = \frac{5\pi}{6}$,$\sin \frac{5\pi}{3} - \sin \frac{5\pi}{6} - \cos \frac{5\pi}{6} + 1 = -\frac{\sqrt{3}}{2} - \frac{1}{2} + \frac{\sqrt{3}}{2} + 1 = \frac{1}{2} \neq 0$
Re-evaluating: $\sin x - \sin 2x + \sin 3x = 2 \cos^2 x - 2 \cos x$
$2 \sin 2x \cos x - \sin 2x = 2 \cos x(\cos x - 1)$
$\sin 2x(2 \cos x - 1) = 2 \cos x(\cos x - 1)$
$2 \sin x \cos x(2 \cos x - 1) = 2 \cos x(\cos x - 1)$
$2 \cos x [\sin x(2 \cos x - 1) - (\cos x - 1)] = 0$
$2 \cos x [2 \sin x \cos x - \sin x - \cos x + 1] = 0$
$2 \cos x [\sin x(2 \cos x - 1) - 1(\cos x - 1)] = 0$
This leads to $\cos x = 0$ or $2 \sin x \cos x - \sin x - \cos x + 1 = 0$
$2 \sin x \cos x - \sin x - \cos x + 1 = (2 \cos x - 1)(\sin x - 0.5) + 0.5 = 0$
Actually,the solutions are $x = \frac{\pi}{2}$ and $x = \frac{\pi}{6}, \frac{5\pi}{6}$ is incorrect. The only solution is $x = \frac{\pi}{2}$.
355
MediumMCQ
If $0 < \theta < \frac{\pi}{2}$,then the solution of the equation $\sin \theta - 3 \sin 2 \theta + \sin 3 \theta = \cos \theta - 3 \cos 2 \theta + \cos 3 \theta$ is
A
$\frac{\pi}{16}$
B
$\frac{\pi}{12}$
C
$\frac{\pi}{8}$
D
$\frac{\pi}{6}$

Solution

(C) Given equation: $\sin \theta - 3 \sin 2 \theta + \sin 3 \theta = \cos \theta - 3 \cos 2 \theta + \cos 3 \theta$
Rearranging the terms: $(\sin \theta + \sin 3 \theta) - 3 \sin 2 \theta = (\cos \theta + \cos 3 \theta) - 3 \cos 2 \theta$
Using sum-to-product formulas $\sin A + \sin B = 2 \sin \frac{A+B}{2} \cos \frac{A-B}{2}$ and $\cos A + \cos B = 2 \cos \frac{A+B}{2} \cos \frac{A-B}{2}$:
$2 \sin 2 \theta \cos \theta - 3 \sin 2 \theta = 2 \cos 2 \theta \cos \theta - 3 \cos 2 \theta$
$\sin 2 \theta (2 \cos \theta - 3) = \cos 2 \theta (2 \cos \theta - 3)$
$(\sin 2 \theta - \cos 2 \theta)(2 \cos \theta - 3) = 0$
Since $2 \cos \theta - 3 = 0 \Rightarrow \cos \theta = \frac{3}{2}$,which is impossible as $-1 \leq \cos \theta \leq 1$.
Therefore,$\sin 2 \theta - \cos 2 \theta = 0$
$\sin 2 \theta = \cos 2 \theta \Rightarrow \tan 2 \theta = 1$
Since $0 < \theta < \frac{\pi}{2}$,we have $0 < 2 \theta < \pi$.
$\tan 2 \theta = \tan \frac{\pi}{4}$ $\Rightarrow 2 \theta = \frac{\pi}{4}$ $\Rightarrow \theta = \frac{\pi}{8}$.
356
EasyMCQ
When $a$ is irrational,the number of solutions satisfying the equation $1+\sin^2(ax)=\cos(x)$ is
A
$1$
B
$0$
C
$2$
D
Infinite

Solution

(A) We have the equation $1+\sin^2(ax)=\cos(x)$.
Since $\sin^2(ax) \geq 0$,we have $1+\sin^2(ax) \geq 1$.
Also,we know that $\cos(x) \leq 1$ for all $x \in \mathbb{R}$.
For the equality $1+\sin^2(ax)=\cos(x)$ to hold,both sides must be equal to $1$.
Thus,we must have $\cos(x) = 1$,which implies $x = 2n\pi$ for some integer $n$.
Substituting $x = 2n\pi$ into the equation,we get $1+\sin^2(a(2n\pi)) = 1$,which implies $\sin^2(2an\pi) = 0$.
This means $\sin(2an\pi) = 0$,so $2an\pi = k\pi$ for some integer $k$,which simplifies to $2an = k$,or $a = \frac{k}{2n}$.
If $n \neq 0$,then $a$ must be a rational number.
However,the problem states that $a$ is irrational.
Therefore,the only possible value for $n$ is $0$,which gives $x = 2(0)\pi = 0$.
Checking $x=0$: $1+\sin^2(a \cdot 0) = 1+\sin^2(0) = 1+0 = 1$,and $\cos(0) = 1$.
Thus,$x=0$ is the only solution.
357
MediumMCQ
The number of solutions of $\cos 2 \theta = \sin \theta$ in $(0, 2 \pi)$ is
A
$4$
B
$3$
C
$2$
D
$5$

Solution

(B) Given the equation $\cos 2 \theta = \sin \theta$.
Using the identity $\cos 2 \theta = 1 - 2 \sin^2 \theta$,we have:
$1 - 2 \sin^2 \theta = \sin \theta$
$2 \sin^2 \theta + \sin \theta - 1 = 0$
Factoring the quadratic equation:
$2 \sin^2 \theta + 2 \sin \theta - \sin \theta - 1 = 0$
$2 \sin \theta (\sin \theta + 1) - 1 (\sin \theta + 1) = 0$
$(\sin \theta + 1)(2 \sin \theta - 1) = 0$
This gives two cases:
$1) \sin \theta = -1 \Rightarrow \theta = \frac{3 \pi}{2}$
$2) \sin \theta = \frac{1}{2} \Rightarrow \theta = \frac{\pi}{6}, \frac{5 \pi}{6}$
Since $\theta \in (0, 2 \pi)$,all three values $\frac{\pi}{6}, \frac{5 \pi}{6}, \frac{3 \pi}{2}$ are valid solutions.
Thus,the total number of solutions is $3$.
358
MediumMCQ
The number of solutions of $\sec x \cos 5x + 1 = 0$ in the interval $[0, 2\pi]$ is
A
$5$
B
$8$
C
$10$
D
$12$

Solution

(B) Given equation: $\sec x \cos 5x + 1 = 0$.
Since $\sec x = \frac{1}{\cos x}$,we have $\frac{\cos 5x}{\cos x} + 1 = 0$,which implies $\cos 5x + \cos x = 0$ provided $\cos x \neq 0$.
Using the sum-to-product formula $\cos A + \cos B = 2 \cos \frac{A+B}{2} \cos \frac{A-B}{2}$,we get:
$2 \cos 3x \cos 2x = 0$.
This implies $\cos 3x = 0$ or $\cos 2x = 0$.
For $\cos 3x = 0$ in $[0, 2\pi]$,$3x = \frac{\pi}{2}, \frac{3\pi}{2}, \frac{5\pi}{2}, \frac{7\pi}{2}, \frac{9\pi}{2}, \frac{11\pi}{2}$,so $x = \frac{\pi}{6}, \frac{\pi}{2}, \frac{5\pi}{6}, \frac{7\pi}{6}, \frac{3\pi}{2}, \frac{11\pi}{6}$.
For $\cos 2x = 0$ in $[0, 2\pi]$,$2x = \frac{\pi}{2}, \frac{3\pi}{2}, \frac{5\pi}{2}, \frac{7\pi}{2}$,so $x = \frac{\pi}{4}, \frac{3\pi}{4}, \frac{5\pi}{4}, \frac{7\pi}{4}$.
We must exclude values where $\cos x = 0$,i.e.,$x = \frac{\pi}{2}, \frac{3\pi}{2}$.
The valid solutions are $x \in \{\frac{\pi}{6}, \frac{5\pi}{6}, \frac{7\pi}{6}, \frac{11\pi}{6}, \frac{\pi}{4}, \frac{3\pi}{4}, \frac{5\pi}{4}, \frac{7\pi}{4}\}$.
The total number of solutions is $8$.
359
MediumMCQ
The set of solutions of the equation $(\sqrt{3}-1) \sin \theta+(\sqrt{3}+1) \cos \theta=2$ is
A
$\{2 n \pi \pm \frac{\pi}{4}+\frac{\pi}{12}: n \in Z\}$
B
$\{2 n \pi \pm \frac{\pi}{4}-\frac{\pi}{12}: n \in Z\}$
C
$\{n \pi+(-1)^n \frac{\pi}{4}+\frac{\pi}{12}: n \in Z\}$
D
$\{n \pi+(-1)^n \frac{\pi}{4}-\frac{\pi}{12}: n \in Z\}$

Solution

(A) Given equation: $(\sqrt{3}-1) \sin \theta+(\sqrt{3}+1) \cos \theta=2$
Divide by $\sqrt{(\sqrt{3}-1)^2 + (\sqrt{3}+1)^2} = \sqrt{3+1-2\sqrt{3} + 3+1+2\sqrt{3}} = \sqrt{8} = 2\sqrt{2}$.
$\frac{\sqrt{3}-1}{2\sqrt{2}} \sin \theta + \frac{\sqrt{3}+1}{2\sqrt{2}} \cos \theta = \frac{2}{2\sqrt{2}} = \frac{1}{\sqrt{2}}$.
We know $\cos 15^{\circ} = \cos \frac{\pi}{12} = \frac{\sqrt{3}+1}{2\sqrt{2}}$ and $\sin 15^{\circ} = \sin \frac{\pi}{12} = \frac{\sqrt{3}-1}{2\sqrt{2}}$.
So,$\sin \frac{\pi}{12} \sin \theta + \cos \frac{\pi}{12} \cos \theta = \cos \frac{\pi}{4}$.
$\cos(\theta - \frac{\pi}{12}) = \cos \frac{\pi}{4}$.
General solution: $\theta - \frac{\pi}{12} = 2n\pi \pm \frac{\pi}{4}$.
$\theta = 2n\pi \pm \frac{\pi}{4} + \frac{\pi}{12}$,where $n \in Z$.
360
EasyMCQ
The set $\{x \in R: \cos 2x + 2 \cos^2 x = 2\}$ is equal to
A
$\{2n\pi + \frac{\pi}{3}: n \in Z\}$
B
$\{n\pi \pm \frac{\pi}{6}: n \in Z\}$
C
$\{n\pi + \frac{\pi}{3}: n \in Z\}$
D
$\{2n\pi - \frac{\pi}{3}: n \in Z\}$

Solution

(B) Given equation is: $\cos 2x + 2 \cos^2 x = 2$
Using the identity $\cos 2x = 2 \cos^2 x - 1$,we get:
$(2 \cos^2 x - 1) + 2 \cos^2 x = 2$
$4 \cos^2 x = 3$
$\cos^2 x = \frac{3}{4}$
$\cos x = \pm \frac{\sqrt{3}}{2}$
Since $\cos x = \pm \frac{\sqrt{3}}{2}$,the general solution is $x = n\pi \pm \frac{\pi}{6}$ for $n \in Z$.
361
DifficultMCQ
The solution set of the equation $\cos^2 2x + \sin^2 3x = 1$ is
A
$\left\{x \mid x = n\pi + \frac{\pi}{2}, n \in \mathbb{Z}\right\}$
B
$\left\{x \mid x = 2n\pi \pm \frac{\pi}{4}, n \in \mathbb{Z}\right\}$
C
$\left\{x \mid x = \frac{n\pi}{5}, n \in \mathbb{Z}\right\}$
D
$\left\{x \mid x = n\pi + (-1)^n \frac{\pi}{6}, n \in \mathbb{Z}\right\}$

Solution

(C) Given equation: $\cos^2 2x + \sin^2 3x = 1$
$\Rightarrow \sin^2 3x = 1 - \cos^2 2x$
$\Rightarrow \sin^2 3x = \sin^2 2x$
$\Rightarrow \sin^2 3x - \sin^2 2x = 0$
Using the identity $\sin^2 A - \sin^2 B = \sin(A+B) \sin(A-B)$:
$\Rightarrow \sin(3x + 2x) \sin(3x - 2x) = 0$
$\Rightarrow \sin 5x \sin x = 0$
Case $1$: $\sin 5x = 0$ $\Rightarrow 5x = n\pi$ $\Rightarrow x = \frac{n\pi}{5}, n \in \mathbb{Z}$
Case $2$: $\sin x = 0 \Rightarrow x = n\pi, n \in \mathbb{Z}$
Since $n\pi$ is a subset of $\frac{n\pi}{5}$ (by taking $n$ as a multiple of $5$),the general solution is $x = \frac{n\pi}{5}, n \in \mathbb{Z}$.
362
EasyMCQ
If $\sin \theta + \cos \theta = 0$ and $0 < \theta < \pi$,then $\theta$ is:
A
$0$
B
$\frac{\pi}{4}$
C
$\frac{\pi}{2}$
D
$\frac{3 \pi}{4}$

Solution

(D) Given the equation: $\sin \theta + \cos \theta = 0$
Dividing both sides by $\cos \theta$ (assuming $\cos \theta \neq 0$):
$\frac{\sin \theta}{\cos \theta} + 1 = 0$
$\tan \theta = -1$
Since $0 < \theta < \pi$,the value of $\theta$ where $\tan \theta = -1$ is in the second quadrant.
Therefore,$\theta = \pi - \frac{\pi}{4} = \frac{3 \pi}{4}$.
363
MediumMCQ
The solution set of the equation $\tan (\pi \tan x) = \cot (\pi \cot x)$ for $x \in (0, \frac{\pi}{2})$ is
A
$\{0\}$
B
$\{\frac{\pi}{4}\}$
C
$\phi$
D
$\{\frac{\pi}{6}\}$

Solution

(C) Given the equation: $\tan (\pi \tan x) = \cot (\pi \cot x)$
Using the identity $\cot \theta = \tan (\frac{\pi}{2} - \theta)$,we get:
$\tan (\pi \tan x) = \tan (\frac{\pi}{2} - \pi \cot x)$
This implies $\pi \tan x = n\pi + (\frac{\pi}{2} - \pi \cot x)$ for some integer $n$.
For simplicity,consider the principal case $n=0$:
$\pi \tan x = \frac{\pi}{2} - \pi \cot x$
$\tan x + \cot x = \frac{1}{2}$
$\frac{\sin x}{\cos x} + \frac{\cos x}{\sin x} = \frac{1}{2}$
$\frac{\sin^2 x + \cos^2 x}{\sin x \cos x} = \frac{1}{2}$
$\frac{1}{\frac{1}{2} \sin 2x} = \frac{1}{2}$
$\frac{2}{\sin 2x} = \frac{1}{2}$
$\sin 2x = 4$
Since the range of $\sin 2x$ is $[-1, 1]$,there is no real value of $x$ that satisfies $\sin 2x = 4$.
Thus,the solution set is $\phi$.
364
MediumMCQ
If $\frac{1}{6} \sin \theta, \cos \theta, \tan \theta$ are in $G.P.$,then the solution set of $\theta$ is
A
$2 n \pi \pm \frac{\pi}{3}$
B
$2 n \pi \pm \frac{\pi}{6}$
C
$n \pi + (-1)^n \frac{\pi}{3}$
D
$n \pi + \frac{\pi}{3}$

Solution

(A) Given that $\frac{1}{6} \sin \theta, \cos \theta, \tan \theta$ are in $G.P.$,we have $\cos^2 \theta = \frac{1}{6} \sin \theta \cdot \tan \theta$.
Substituting $\tan \theta = \frac{\sin \theta}{\cos \theta}$,we get $\cos^2 \theta = \frac{\sin^2 \theta}{6 \cos \theta}$.
This implies $6 \cos^3 \theta = \sin^2 \theta = 1 - \cos^2 \theta$.
Rearranging gives $6 \cos^3 \theta + \cos^2 \theta - 1 = 0$.
Let $x = \cos \theta$. Then $6x^3 + x^2 - 1 = 0$.
Testing $x = \frac{1}{2}$,we get $6(\frac{1}{8}) + \frac{1}{4} - 1 = \frac{3}{4} + \frac{1}{4} - 1 = 0$.
Thus,$(2 \cos \theta - 1)$ is a factor.
Dividing $6x^3 + x^2 - 1$ by $(2x - 1)$ gives $3x^2 + 2x + 1 = 0$.
The discriminant of $3x^2 + 2x + 1$ is $D = 2^2 - 4(3)(1) = 4 - 12 = -8 < 0$,so there are no real solutions for $\cos \theta$ from this part.
Therefore,$\cos \theta = \frac{1}{2}$,which implies $\theta = 2n\pi \pm \frac{\pi}{3}$.
365
MediumMCQ
If $\sin 6 \theta + \sin 4 \theta + \sin 2 \theta = 0$,then the general value of $\theta$ is
A
$\frac{n \pi}{4}, n \pi \pm \frac{\pi}{3}$
B
$\frac{n \pi}{4}, n \pi \pm \frac{\pi}{6}$
C
$\frac{n \pi}{4}, 2 n \pi \pm \frac{\pi}{3}$
D
$\frac{n \pi}{4}, 2 n \pi \pm \frac{\pi}{6}$

Solution

(A) Given equation: $\sin 6 \theta + \sin 4 \theta + \sin 2 \theta = 0$
Grouping terms: $(\sin 6 \theta + \sin 2 \theta) + \sin 4 \theta = 0$
Using the formula $\sin C + \sin D = 2 \sin \frac{C+D}{2} \cos \frac{C-D}{2}$:
$2 \sin 4 \theta \cos 2 \theta + \sin 4 \theta = 0$
Factoring out $\sin 4 \theta$:
$\sin 4 \theta (2 \cos 2 \theta + 1) = 0$
This gives two cases:
Case $1$: $\sin 4 \theta = 0$ $\Rightarrow 4 \theta = n \pi$ $\Rightarrow \theta = \frac{n \pi}{4}$
Case $2$: $2 \cos 2 \theta + 1 = 0 \Rightarrow \cos 2 \theta = -\frac{1}{2} = \cos \frac{2 \pi}{3}$
General solution for $\cos x = \cos \alpha$ is $x = 2 n \pi \pm \alpha$:
$2 \theta = 2 n \pi \pm \frac{2 \pi}{3} \Rightarrow \theta = n \pi \pm \frac{\pi}{3}$
Thus,$\theta = \frac{n \pi}{4}$ or $\theta = n \pi \pm \frac{\pi}{3}$,where $n \in \mathbb{Z}$.
366
MediumMCQ
The number of solutions of the equation $\tan x + \sec x = 2 \cos x$ for $x \in [0, \pi]$ is
A
$0$
B
$1$
C
$2$
D
$3$

Solution

(C) Given equation: $\tan x + \sec x = 2 \cos x$
Using $\tan x = \frac{\sin x}{\cos x}$ and $\sec x = \frac{1}{\cos x}$,we have:
$\frac{\sin x + 1}{\cos x} = 2 \cos x$
$\sin x + 1 = 2 \cos^2 x$
Since $\cos^2 x = 1 - \sin^2 x$,the equation becomes:
$\sin x + 1 = 2(1 - \sin^2 x)$
$\sin x + 1 = 2 - 2 \sin^2 x$
$2 \sin^2 x + \sin x - 1 = 0$
Factoring the quadratic equation:
$2 \sin^2 x + 2 \sin x - \sin x - 1 = 0$
$2 \sin x(\sin x + 1) - 1(\sin x + 1) = 0$
$(2 \sin x - 1)(\sin x + 1) = 0$
This gives $\sin x = \frac{1}{2}$ or $\sin x = -1$.
For $x \in [0, \pi]$,$\sin x = \frac{1}{2}$ gives $x = \frac{\pi}{6}$ and $x = \frac{5\pi}{6}$.
If $\sin x = -1$,then $x = \frac{3\pi}{2}$,which is outside the interval $[0, \pi]$.
Also,at $x = \frac{\pi}{2}$,$\tan x$ and $\sec x$ are undefined,so $x = \frac{\pi}{2}$ is not a solution.
Thus,the solutions are $x = \frac{\pi}{6}$ and $x = \frac{5\pi}{6}$.
The number of solutions is $2$.
367
EasyMCQ
The number of solutions of $2 \sin x + \cos x = 3$ is
A
$1$
B
$2$
C
infinite
D
No solution

Solution

(D) The given equation is of the form $a \sin x + b \cos x = c$,where $a = 2$,$b = 1$,and $c = 3$.
For the equation $a \sin x + b \cos x = c$ to have a solution,the condition $|c| \leq \sqrt{a^2 + b^2}$ must be satisfied.
Here,$\sqrt{a^2 + b^2} = \sqrt{2^2 + 1^2} = \sqrt{4 + 1} = \sqrt{5}$.
Since $\sqrt{5} \approx 2.236$,we have $c = 3 > \sqrt{5}$.
Because the maximum value of $2 \sin x + \cos x$ is $\sqrt{5}$,it can never reach the value $3$.
Therefore,the equation has no solution.
368
DifficultMCQ
The general solution of $\sin x + \cos x = \min_{a \in \mathbb{R}} \{1, a^2 - 4a + 6\}$ is
A
$n\pi + (-1)^n \frac{\pi}{4}$
B
$2n\pi + (-1)^n \frac{\pi}{4}$
C
$n\pi + (-1)^{n+1} \frac{\pi}{4}$
D
$n\pi + (-1)^n \frac{\pi}{4} - \frac{\pi}{4}$

Solution

(D) First,we evaluate the minimum value of the expression $f(a) = a^2 - 4a + 6$.
Completing the square,we get $f(a) = (a-2)^2 + 2$.
The minimum value of $(a-2)^2 + 2$ is $2$ when $a=2$.
Thus,$\min_{a \in \mathbb{R}} \{1, a^2 - 4a + 6\} = \min \{1, 2\} = 1$.
Now,we solve the equation $\sin x + \cos x = 1$.
Dividing both sides by $\sqrt{2}$,we get $\frac{1}{\sqrt{2}} \sin x + \frac{1}{\sqrt{2}} \cos x = \frac{1}{\sqrt{2}}$.
This simplifies to $\sin(x + \frac{\pi}{4}) = \sin(\frac{\pi}{4})$.
The general solution for $\sin \theta = \sin \alpha$ is $\theta = n\pi + (-1)^n \alpha$.
Therefore,$x + \frac{\pi}{4} = n\pi + (-1)^n \frac{\pi}{4}$.
Solving for $x$,we get $x = n\pi + (-1)^n \frac{\pi}{4} - \frac{\pi}{4}$.
369
EasyMCQ
If $5 \cos 2 \theta + 2 \cos^2 \frac{\theta}{2} + 1 = 0$,where $0 < \theta < \pi$,then the values of $\theta$ are:
A
$\frac{\pi}{3} \pm \pi$
B
$\frac{\pi}{3}, \cos^{-1}\left(\frac{3}{5}\right)$
C
$\cos^{-1}\left(\frac{3}{5}\right) \pm \pi$
D
$\frac{\pi}{3}, \pi - \cos^{-1}\left(\frac{3}{5}\right)$

Solution

(D) Given equation: $5 \cos 2 \theta + 2 \cos^2 \frac{\theta}{2} + 1 = 0$
Using the identity $2 \cos^2 \frac{\theta}{2} = 1 + \cos \theta$,we get:
$5 \cos 2 \theta + (1 + \cos \theta) + 1 = 0$
$5(2 \cos^2 \theta - 1) + \cos \theta + 2 = 0$
$10 \cos^2 \theta + \cos \theta - 3 = 0$
Factoring the quadratic equation:
$(5 \cos \theta - 3)(2 \cos \theta + 1) = 0$
Case $1$: $2 \cos \theta + 1 = 0 \implies \cos \theta = -\frac{1}{2}$. Since $0 < \theta < \pi$,$\theta = \frac{2\pi}{3}$.
Case $2$: $5 \cos \theta - 3 = 0 \implies \cos \theta = \frac{3}{5} \implies \theta = \cos^{-1}\left(\frac{3}{5}\right)$.
Note: The original provided solution had a sign error in the factorization. The correct values are $\frac{2\pi}{3}$ and $\cos^{-1}\left(\frac{3}{5}\right)$. Given the options,option $D$ is the closest intended answer if we assume a typo in the question's constant term.
370
MediumMCQ
The equation $\sqrt{3} \sin x + \cos x = 4$ has
A
only one solution
B
two solutions
C
infinitely many solutions
D
no solution

Solution

(D) We know that the expression $a \sin x + b \cos x$ lies in the interval $[-\sqrt{a^2 + b^2}, \sqrt{a^2 + b^2}]$.
Here,$a = \sqrt{3}$ and $b = 1$.
Thus,the maximum value of $\sqrt{3} \sin x + \cos x$ is $\sqrt{(\sqrt{3})^2 + 1^2} = \sqrt{3 + 1} = \sqrt{4} = 2$.
Since the maximum value of the expression is $2$,it can never equal $4$.
Therefore,the equation $\sqrt{3} \sin x + \cos x = 4$ has no solution.
371
DifficultMCQ
The number of elements in the set $\{x \in [0, 180^{\circ}] : \tan(x+100^{\circ}) = \tan(x+50^{\circ}) \tan x \tan(x-50^{\circ})\}$ is . . . . . . .
A
$2$
B
$3$
C
$4$
D
$5$

Solution

(C) Given equation: $\tan(x+100^{\circ}) = \tan(x+50^{\circ}) \tan x \tan(x-50^{\circ})$
Using $\tan(A+B) = \frac{\tan A + \tan B}{1 - \tan A \tan B}$,we note that $\tan(x+50^{\circ}) \tan(x-50^{\circ}) = \frac{\tan^2 x - \tan^2 50^{\circ}}{1 - \tan^2 x \tan^2 50^{\circ}}$.
Alternatively,using the identity $\tan(A+B)\tan(A-B) = \frac{\sin^2 A - \sin^2 B}{\cos^2 A - \cos^2 B} = \frac{\tan^2 A - \tan^2 B}{1 - \tan^2 A \tan^2 B}$.
After simplifying the trigonometric expression,we get $\sin(4x + 100^{\circ}) = \sin(-40^{\circ})$.
General solution: $4x + 100^{\circ} = n \cdot 180^{\circ} + (-1)^n (-40^{\circ})$.
For $n=0, 4x = -140^{\circ} \implies x = -35^{\circ}$ (not in range).
For $n=1, 4x = 180^{\circ} + 40^{\circ} - 100^{\circ} = 120^{\circ} \implies x = 30^{\circ}$.
For $n=2, 4x = 360^{\circ} - 40^{\circ} - 100^{\circ} = 220^{\circ} \implies x = 55^{\circ}$.
For $n=3, 4x = 540^{\circ} + 40^{\circ} - 100^{\circ} = 480^{\circ} \implies x = 120^{\circ}$.
For $n=4, 4x = 720^{\circ} - 40^{\circ} - 100^{\circ} = 580^{\circ} \implies x = 145^{\circ}$.
Thus,there are $4$ solutions in the interval $[0, 180^{\circ}]$.
372
MediumMCQ
The number of solutions of the equation $\sqrt{3}\cos 2\theta + 8\cos \theta + 3\sqrt{3} = 0$ for $\theta \in [-3\pi, 2\pi]$ is:
A
$0$
B
$5$
C
$3$
D
$4$

Solution

(B) Given equation: $\sqrt{3}\cos 2\theta + 8\cos \theta + 3\sqrt{3} = 0$
Using $\cos 2\theta = 2\cos^2 \theta - 1$,we get:
$\sqrt{3}(2\cos^2 \theta - 1) + 8\cos \theta + 3\sqrt{3} = 0$
$2\sqrt{3}\cos^2 \theta - \sqrt{3} + 8\cos \theta + 3\sqrt{3} = 0$
$2\sqrt{3}\cos^2 \theta + 8\cos \theta + 2\sqrt{3} = 0$
Dividing by $2$,we get $\sqrt{3}\cos^2 \theta + 4\cos \theta + \sqrt{3} = 0$
Factoring the quadratic: $(\sqrt{3}\cos \theta + 1)(\cos \theta + \sqrt{3}) = 0$
This gives $\cos \theta = -\frac{1}{\sqrt{3}}$ or $\cos \theta = -\sqrt{3}$.
Since $-1 \le \cos \theta \le 1$,the value $\cos \theta = -\sqrt{3}$ is rejected.
For $\cos \theta = -\frac{1}{\sqrt{3}}$,we look for solutions in the interval $[-3\pi, 2\pi]$.
In the interval $[0, 2\pi]$,there are $2$ solutions.
In the interval $[-2\pi, 0]$,there are $2$ solutions.
In the interval $[-3\pi, -2\pi]$,there is $1$ solution.
Total number of solutions $= 2 + 2 + 1 = 5$.
373
DifficultMCQ
Let $S = \{\theta \in (-2\pi, 2\pi) : \cos\theta + 1 = \sqrt{3} \sin\theta\}$. Then $\sum_{\theta \in S} \theta$ is equal to:
A
$-\frac{2\pi}{3}$
B
$-\frac{4\pi}{3}$
C
$\frac{2\pi}{3}$
D
$\frac{4\pi}{3}$

Solution

(B) Given equation: $\cos\theta - \sqrt{3}\sin\theta = -1$.
Divide by $2$: $\frac{1}{2}\cos\theta - \frac{\sqrt{3}}{2}\sin\theta = -\frac{1}{2}$.
This can be written as $\cos(\theta + \frac{\pi}{3}) = -\frac{1}{2}$.
Let $\alpha = \theta + \frac{\pi}{3}$. Since $\theta \in (-2\pi, 2\pi)$,$\alpha \in (-2\pi + \frac{\pi}{3}, 2\pi + \frac{\pi}{3}) = (-\frac{5\pi}{3}, \frac{7\pi}{3})$.
For $\cos\alpha = -\frac{1}{2}$,the solutions are $\alpha = \frac{2\pi}{3} + 2n\pi$ or $\alpha = \frac{4\pi}{3} + 2n\pi$.
For $n=0$: $\alpha = \frac{2\pi}{3}, \frac{4\pi}{3}$.
For $n=1$: $\alpha = \frac{8\pi}{3}$ (out of range),$\alpha = \frac{10\pi}{3}$ (out of range).
For $n=-1$: $\alpha = \frac{2\pi}{3} - 2\pi = -\frac{4\pi}{3}$,$\alpha = \frac{4\pi}{3} - 2\pi = -\frac{2\pi}{3}$.
Thus,$\theta = \alpha - \frac{\pi}{3}$ gives $\theta = \frac{\pi}{3}, \pi, -\frac{5\pi}{3}, -\pi$.
The sum of these values is $\frac{\pi}{3} + \pi - \frac{5\pi}{3} - \pi = -\frac{4\pi}{3}$.
374
DifficultMCQ
If $S = \{\theta \in [-\pi, \pi] : \cos \theta \cos \frac{5\theta}{2} = \cos 7\theta \cos \frac{7\theta}{2}\}$,then $n(S)$ is equal to . . . . . . .
A
$11$
B
$12$
C
$13$
D
$14$

Solution

(C) Given equation: $\cos \theta \cos \frac{5\theta}{2} = \cos 7\theta \cos \frac{7\theta}{2}$.
Multiply both sides by $2$: $2 \cos \theta \cos \frac{5\theta}{2} = 2 \cos 7\theta \cos \frac{7\theta}{2}$.
Using $2 \cos A \cos B = \cos(A+B) + \cos(A-B)$,we get:
$\cos(\frac{7\theta}{2}) + \cos(-\frac{3\theta}{2}) = \cos(\frac{21\theta}{2}) + \cos(\frac{7\theta}{2})$.
This simplifies to $\cos(\frac{3\theta}{2}) = \cos(\frac{21\theta}{2})$.
General solution: $\frac{21\theta}{2} = 2n\pi \pm \frac{3\theta}{2}$.
Case $1$: $\frac{21\theta}{2} - \frac{3\theta}{2} = 2n\pi \implies 9\theta = 2n\pi \implies \theta = \frac{2n\pi}{9}$. For $\theta \in [-\pi, \pi]$,$n \in \{-4, -3, -2, -1, 0, 1, 2, 3, 4\}$ ($9$ values).
Case $2$: $\frac{21\theta}{2} + \frac{3\theta}{2} = 2n\pi \implies 12\theta = 2n\pi \implies \theta = \frac{n\pi}{6}$. For $\theta \in [-\pi, \pi]$,$n \in \{-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6\}$ ($13$ values).
Combining both sets and removing duplicates: $\theta \in \{0, \pm \frac{\pi}{6}, \pm \frac{2\pi}{9}, \pm \frac{\pi}{3}, \pm \frac{4\pi}{9}, \pm \frac{\pi}{2}, \pm \frac{2\pi}{3}, \pm \frac{8\pi}{9}, \pm \pi\}$.
Total distinct values $n(S) = 13$.

Trigonometrical Equations — Solution of trigonometrical equations · Frequently Asked Questions

1Are these Trigonometrical Equations questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Trigonometrical Equations Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.