Question:

$f(x) = (\cos x + \text{i}\sin x) \cdot (\cos 3x + \text{i}\sin 3x) \cdots [\cos(2\text{n} - 1)x + \text{i}\sin(2\text{n} - 1)x] \text{n} \in \mathbb{N}$ Then $f''(x) = $ ________, (Where $\text{i} = \sqrt{-1}$ )

Show Hint

Sum of first n odd numbers = $n^2$.
Updated On: Apr 26, 2026
  • $\text{n}^2 f(x)$
  • $-\text{n}^4 f(x)$
  • $-\text{n}^2 f(x)$
  • $\text{n}^4 f(x)$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept:
Using Euler's form: \[ \cos\theta + i\sin\theta = e^{i\theta} \] Step 1: Convert product. \[ f(x) = e^{ix} \cdot e^{i3x} \cdots e^{i(2n-1)x} \] \[ = e^{i(1+3+5+\cdots+(2n-1))x} \] Sum of odd numbers: \[ 1+3+\cdots+(2n-1) = n^2 \] \[ f(x) = e^{i n^2 x} \]
Step 2: Differentiate twice. \[ f'(x) = i n^2 e^{i n^2 x} \] \[ f''(x) = (i n^2)^2 e^{i n^2 x} = -n^4 f(x) \]
Step 3: Conclusion. \[ f''(x) = -n^4 f(x) \]
Was this answer helpful?
0
0