sin ( A ) \sin(A) , where A A is a matrix

Algebra Level 3

Given the matrix A = [ 1 2 3 4 ] A = \begin{bmatrix} 1 && 2 \\ 3 && 4 \end{bmatrix} . Let B = sin ( A ) B = \sin(A) , the sine of matrix A A . This is defined in terms of the well-known Taylor expansion of the sin \sin function. Find B 11 B_{11} .

Inspired by this problem


The answer is -0.46558.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Karan Chatrath
May 18, 2019

Firstly, thank you for this interesting follow up problem.

I used the fact that any square matrix can be factorised according to this link .

So, the matrix A A can be written as:

A = V Λ V 1 A = V\Lambda V^{-1}

Here, Λ \Lambda is a diagonal matrix comprising of the eigenvalues of the matrix A A while V V is a square matrix comprising of the eigen vectors of A A in each column.

Λ = [ λ 1 0 0 λ 2 ] \Lambda = \begin{bmatrix} \lambda_1 & 0\\ 0 & \lambda_2\\ \end{bmatrix}

Having decomposed the above matrix, we now look at the sine series expansion for matrices:

sin ( A ) = A A 3 3 ! + A 5 5 ! + . . . \sin(A) = A -\frac{A^3}{3!} + \frac{A^5}{5!} + ...

sin ( A ) = V Λ V 1 ( V Λ V 1 ) 3 3 ! + ( V Λ V 1 ) 5 5 ! + \sin(A) = V\Lambda V^{-1} - \frac{(V\Lambda V^{-1})^3}{3!} + \frac{(V\Lambda V^{-1})^5}{5!} + \dots

Remember that

V V 1 = I VV^{-1} = I

V 1 V = I V^{-1}V = I

The above matrix exponential can be rewritten as:

sin ( A ) = V Λ V 1 V Λ V 1 V Λ V 1 V Λ V 1 3 ! + \sin(A) = V\Lambda V^{-1} - \frac{V\Lambda V^{-1}V\Lambda V^{-1}V\Lambda V^{-1}}{3!} + \dots

All the terms having V 1 V V^{-1}V combined cancel to be the identity matrix. The expression simplifies to:

sin ( A ) = V Λ V 1 V Λ 3 V 1 3 ! + \sin(A) = V\Lambda V^{-1} - \frac{V\Lambda^3V^{-1}}{3!} + \dots

or:

sin ( A ) = V ( Λ Λ 3 3 ! + ) V 1 \sin(A) = V(\Lambda - \frac{\Lambda^3}{3!} + \dots)V^{-1}

This gives us the result:

sin ( A ) = V sin ( Λ ) V 1 \sin(A) = V\sin(\Lambda)V^{-1}

Using a similar analysis, for a diagonal matrix it can also be proved that:

sin ( Λ ) = [ sin ( λ 1 ) 0 0 sin ( λ 2 ) ] \sin(\Lambda) = \begin{bmatrix} \sin(\lambda_1) & 0\\ 0 & \sin(\lambda_2)\\ \end{bmatrix}

Finally, the required Final result is:

sin ( A ) = V [ sin ( λ 1 ) 0 0 sin ( λ 2 ) ] V 1 \sin(A) = V\begin{bmatrix} \sin(\lambda_1) & 0\\ 0 & \sin(\lambda_2)\\ \end{bmatrix}V^{-1}

From here, it is just a matter of computation.

  • First, Compute the eigen values ( λ 1 \lambda_1 and λ 2 \lambda_2 ) of the matrix A A and its corresponding eigen vectors.
  • Then combine the eigen vectors as column entries to obtain the square matrix V V .
  • Use the final result to get the answer

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...