N-rowed determinant which corresponds to cosine multiple angle formula

Click For Summary
SUMMARY

The forum discussion centers on proving the n-rowed determinant corresponding to the cosine multiple angle formula using mathematical induction. The determinant is defined as a matrix involving cosine values, specifically a = cos(θ). The user successfully demonstrates the base case for n=1 and outlines the induction step for n+1, ultimately aiming to relate the second term of the determinant evaluation to the sine term in the cosine angle identity. The discussion concludes with a hint that the second term resembles a previous term in the sequence, aiding in the proof.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with determinants and matrix operations
  • Knowledge of trigonometric identities, specifically cosine and sine functions
  • Experience with evaluating n-by-n determinants
NEXT STEPS
  • Study the properties of determinants in linear algebra
  • Learn about mathematical induction techniques in proofs
  • Explore trigonometric identities, focusing on multiple angle formulas
  • Investigate the relationship between determinants and eigenvalues
USEFUL FOR

Mathematics students, educators, and anyone interested in advanced algebraic proofs and trigonometric identities will benefit from this discussion.

Seydlitz
Messages
262
Reaction score
4

Homework Statement


I need to prove or show that this n-rowed determinant which corresponds to cosine multiple angle formula is in fact true using induction.

The Attempt at a Solution


First let ##a = \cos \theta## and suppose I have this n by n determinant.

$$
\begin{vmatrix}
&a &1 &0& \\
&1 &2a &1& \\
&0 &1 &2a& \\
\end{vmatrix} = \cos n\theta
$$

For ##n=1## it's easy to see that the determinant does in fact correspond to ##\cos n\theta##.

I assume it's true for ##n##, and I want to show that it's the case for ##n+1## to complete the induction. So this is the new n+1 by n+1 determinant.

$$
\begin{vmatrix}
&a &1 &0 &0&\\
&1 &2a &1 &0&\\
&0 &1 &2a &1&\\
&0 &0 &1 &2a&\\
\end{vmatrix}= \cos (n+1)\theta
$$

Evaluating the determinant using the last column I can have.
$$
2 \cos \theta \begin{vmatrix}
&a &1 &0& \\
&1 &2a &1& \\
&0 &1 &2a& \\
\end{vmatrix}-
\begin{vmatrix}
&a &1 &0& \\
&1 &2a &1& \\
&0 &0 &1& \\
\end{vmatrix}
$$

The first term is equal to ##2 \cos \theta \cos n\theta##.

My problem is to relate the second term to the sine term in this angle identity.

##\cos (n+1)\theta = \cos \theta \cos n\theta - \sin \theta \sin n\theta##.

If that's done then the prove should be done too.

Thanks
 
Physics news on Phys.org
Hint: that second term looks like a previous term in the sequence!
 
  • Like
Likes   Reactions: 1 person
PeroK said:
Hint: that second term looks like a previous term in the sequence!

Got it thanks! What a powerful hint you have there. :)
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K