Question:medium

$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: May 14, 2026
  • $\text{n}^2 f(x)$
  • $-\text{n}^4 f(x)$
  • $-\text{n}^2 f(x)$
  • $\text{n}^4 f(x)$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
The function $f(x)$ is a product of complex numbers in polar (trigonometric) form. Multiplying complex numbers in this form is equivalent to adding their angles. Converting these terms to exponential form using Euler's formula drastically simplifies the multiplication into a single summation of exponents. Step 2: Key Formula or Approach:
1. Euler's Formula: $e^{i\theta} = \cos\theta + i\sin\theta$. 2. Product of exponentials: $e^{A} \cdot e^{B} = e^{A+B}$. 3. Sum of the first $n$ odd natural numbers: $1 + 3 + 5 + \dots + (2n-1) = n^2$. 4. Chain rule for differentiation: $\frac{d}{dx} e^{kx} = k e^{kx}$. Step 3: Detailed Explanation:
First, convert each term in the product into exponential form: \[ f(x) = e^{ix} \cdot e^{i3x} \cdot e^{i5x} \cdots e^{i(2n-1)x} \] Using exponent rules, multiply them by adding the exponents: \[ f(x) = e^{i(x + 3x + 5x + \dots + (2n-1)x)} \] Factor out the common term $ix$: \[ f(x) = e^{ix(1 + 3 + 5 + \dots + (2n-1))} \] The series inside the parentheses is the sum of the first $n$ odd integers. A known arithmetic progression property is that this sum equals $n^2$. \[ f(x) = e^{ix(n^2)} = e^{in^2x} \] Now that $f(x)$ is highly simplified, calculate the first derivative $f'(x)$ with respect to $x$: \[ f'(x) = \frac{d}{dx}(e^{in^2x}) = (in^2) e^{in^2x} \] Calculate the second derivative $f''(x)$: \[ f''(x) = \frac{d}{dx} \left( (in^2) e^{in^2x} \right) = (in^2) \cdot (in^2) e^{in^2x} \] \[ f''(x) = i^2 n^4 e^{in^2x} \] We know that $i = \sqrt{-1}$, so $i^2 = -1$. Also, notice that $e^{in^2x}$ is our original simplified function $f(x)$. \[ f''(x) = (-1) n^4 f(x) \] \[ f''(x) = -n^4 f(x) \] Step 4: Final Answer:
The second derivative is $-\text{n}^4 f(x)$.
Was this answer helpful?
0