Matrices & Determinants
Properties of Determinants
Grade 12
Question:
<p>If <span class="math">\(\Delta = \begin{vmatrix} \sin x & \sin(x+h) & \sin(x+2h) \\ \sin(x+2h) & \sin x & \sin(x+h) \\ \sin(x+h) & \sin(x+2h) & \sin x \end{vmatrix}\)</span>, find <span class="math">\(\lim_{h \to 0} \frac{\Delta}{h^2}\)</span>.</p>
Step-by-Step Solution
Key Concept: Recognize the circulant determinant structure and use Taylor expansions of trigonometric functions near h=0.
<p><strong>Step 1:</strong> Let <span class="math">$a = \sin x$</span>, <span class="math">$b = \sin(x+h)$</span>, <span class="math">$c = \sin(x+2h)$</span></p><p><strong>Step 2:</strong> The determinant can be written as:</p><p><span class="math">$\Delta = \begin{vmatrix} a & b & c \\ c & a & b \\ b & c & a \end{vmatrix}$</span></p><p><strong>Step 3:</strong> For a circulant determinant of this form:</p><p><span class="math">$\Delta = (a+b+c)[(a-b)^2 + (b-c)^2 + (c-a)^2]/2$</span></p><p><strong>Step 4:</strong> Using Taylor expansion as <span class="math">$h \to 0$</span>:</p><p><span class="math">$a - b = \sin x - \sin(x+h) = -2\cos(x + h/2)\sin(h/2)$</span></p><p><strong>Step 5:</strong> Each difference term is <span class="math">$O(h)$</span>, so the numerator is <span class="math">$O(h^2)$</span> and <span class="math">$\lim_{h \to 0} \frac{\Delta}{h^2} = 0$</span></p>
Correct Answer: 0