Question
Question: Let $A = \begin{bmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{bmatrix}$, then su...
Let A=[cosθ−sinθsinθcosθ], then sum of elements in limn→∞(nAn), where θ∈R(n∈N)

0
1
2
3
0
Solution
The given matrix is A=[cosθ−sinθsinθcosθ]. This matrix represents a rotation in the 2D plane by an angle θ counterclockwise. The n-th power of a rotation matrix representing rotation by θ is a rotation matrix representing rotation by nθ. Thus, An=[cos(nθ)−sin(nθ)sin(nθ)cos(nθ)].
We are asked to find the sum of elements in the matrix limn→∞(nAn). First, let's find the matrix nAn:
nAn=n1[cos(nθ)−sin(nθ)sin(nθ)cos(nθ)]=[ncos(nθ)−nsin(nθ)nsin(nθ)ncos(nθ)].
Now, we need to find the limit of this matrix as n→∞. The limit of a matrix is the matrix of the limits of its elements, provided the limits of the elements exist. Let's evaluate the limit of each element:
For the element ncos(nθ): We know that −1≤cos(nθ)≤1 for all real θ and natural numbers n. Dividing by n (which is positive), we get −n1≤ncos(nθ)≤n1. As n→∞, n1→0 and −n1→0. By the Squeeze Theorem, limn→∞ncos(nθ)=0.
For the element nsin(nθ): We know that −1≤sin(nθ)≤1 for all real θ and natural numbers n. Dividing by n (which is positive), we get −n1≤nsin(nθ)≤n1. As n→∞, n1→0 and −n1→0. By the Squeeze Theorem, limn→∞nsin(nθ)=0.
Now we can find the limit of the matrix:
limn→∞(nAn)=[limn→∞ncos(nθ)−limn→∞nsin(nθ)limn→∞nsin(nθ)limn→∞ncos(nθ)]=[0−000]=[0000].
The limit matrix is the zero matrix of size 2×2. The question asks for the sum of the elements in this limit matrix. The sum of the elements is 0+0+0+0=0.