Advertisements
Advertisements
प्रश्न
If\[A = \begin{bmatrix}a & b \\ 0 & 1\end{bmatrix}\], prove that\[A^n = \begin{bmatrix}a^n & b( a^n - 1)/a - 1 \\ 0 & 1\end{bmatrix}\] for every positive integer n .
उत्तर
We shall prove the result by the principle of mathematical induction on n.
Step 1: If n = 1, by definition of integral power of a matrix, we have
\[A^1 = \begin{bmatrix}a^1 & b\left( a^1 - 1 \right)/a - 1 \\ 0 & 1\end{bmatrix} = \begin{bmatrix}a & b \\ 0 & 1\end{bmatrix} = A\]
So, the result is true for n = 1.
Step 2: Let the result be true for n = m. Then,
\[A^m = \begin{bmatrix}a^m & b\left( a^m - 1 \right)/a - 1 \\ 0 & 1\end{bmatrix}\] ...(1)
Now, we shall show that the result is true for
\[n = m + 1\]
Here,
\[A^{m + 1} = \begin{bmatrix}a^{m + 1} & b\left( a^{m + 1} - 1 \right)/a - 1 \\ 0 & 1\end{bmatrix}\]
By definition of integral power of matrix, we have
\[A^{m + 1} = A^m A\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}a^m & b\left( a^m - 1 \right)/a - 1 \\ 0 & 1\end{bmatrix}\begin{bmatrix}a & b \\ 0 & 1\end{bmatrix} \left[\text{From eq .} \left( 1 \right) \right]\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}a^m a + 0 & \left\{ a^m b + b\left( a^m - 1 \right) \right\}/a - 1 \\ 0 + 0 & 0 + 1\end{bmatrix}\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}a^{m + 1} & \left( a^{m + 1} b - a^m b + a^m b - b \right)/a - 1 \\ 0 & 1\end{bmatrix}\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}a^{m + 1} & b\left( a^{m + 1} - 1 \right)/a - 1 \\ 0 & 1\end{bmatrix}\]
\[\]
This shows that when the result is true for n = m, it is also true for n = m +1.
Hence, by the principle of mathematical induction, the result is valid for any positive integer n.
APPEARS IN
संबंधित प्रश्न
Show that AB ≠ BA in each of the following cases
`A=[[-1 1 0],[0 -1 1],[2 3 4]]` and =B `[[1 2 3], [0 1 0],[1 1 0]]`
Compute the products AB and BA whichever exists in each of the following cases:
`A=[[3 2],[-1 0],[-1 1]]` and `B= [[4 5 6],[0 1 2]]`
Evaluate the following:
`([[1 3],[-1 -4]]+[[3 -2],[-1 1]])[[1 3 5],[2 4 6]]`
Show that the matrix \[A = \begin{bmatrix}5 & 3 \\ 12 & 7\end{bmatrix}\] is root of the equation A2 − 12A − I = O
If [1 1 x] `[[1 0 2],[0 2 1],[2 1 0]] [[1],[1],[1]]` = 0, find x.
If\[A = \begin{bmatrix}1 & 2 \\ 2 & 1\end{bmatrix}\] f (x) = x2 − 2x − 3, show that f (A) = 0
If f (x) = x3 + 4x2 − x, find f (A), where\[A = \begin{bmatrix}0 & 1 & 2 \\ 2 & - 3 & 0 \\ 1 & - 1 & 0\end{bmatrix}\]
Find a 2 × 2 matrix A such that `A=[[1,-2],[1,4]]=6l_2`
If `A=[[0,-x],[x,0]],[[0,1],[1,0]]` and `x^2=-1,` then show that `(A+B)^2=A^2+B^2`
If `P(x)=[[cos x,sin x],[-sin x,cos x]],` then show that `P(x),P(y)=P(x+y)=P(y)P(x).`
`A=[[2,0,1],[2,1,3],[1,-1,0]]` , find A2 − 5A + 4I and hence find a matrix X such that A2 − 5A + 4I + X = 0.
Let `A= [[1,1,1],[0,1,1],[0,0,1]]` Use the principle of mathematical introduction to show that `A^n [[1,n,n(n+1)//2],[0,1,1],[0,0,1]]` for every position integer n.
Give examples of matrices
A and B such that AB ≠ BA
Give examples of matrices
A and B such that AB = O but A ≠ 0, B ≠ 0.
Let A and B be square matrices of the same order. Does (A + B)2 = A2 + 2AB + B2 hold? If not, why?
If A and B are square matrices of the same order, explain, why in general
(A + B) (A − B) ≠ A2 − B2
The monthly incomes of Aryan and Babban are in the ratio 3 : 4 and their monthly expenditures are in the ratio 5 : 7. If each saves ₹ 15,000 per month, find their monthly incomes using matrix method. This problem reflects which value?
A trust invested some money in two type of bonds. The first bond pays 10% interest and second bond pays 12% interest. The trust received ₹ 2800 as interest. However, if trust had interchanged money in bonds, they would have got ₹ 100 less as interes. Using matrix method, find the amount invested by the trust.
Let `A =[[2,-3],[-7,5]]` And `B=[[1,0],[2,-4]]` verify that
(2A)T = 2AT
If \[A = \begin{bmatrix}\cos x & - \sin x \\ \sin x & \cos x\end{bmatrix}\] , find AAT
If A = [aij] is a 2 × 2 matrix such that aij = i + 2j, write A.
If A = [aij] is a square matrix such that aij = i2 − j2, then write whether A is symmetric or skew-symmetric.
If \[\begin{bmatrix}1 & 2 \\ 3 & 4\end{bmatrix}\begin{bmatrix}3 & 1 \\ 2 & 5\end{bmatrix} = \begin{bmatrix}7 & 11 \\ k & 23\end{bmatrix}\] ,then write the value of k.
If A is 2 × 3 matrix and B is a matrix such that AT B and BAT both are defined, then what is the order of B ?
If A and B are two matrices such n that AB = B and BA = A , `A^2 + B^2` is equal to
If A, B are square matrices of order 3, A is non-singular and AB = O, then B is a
If \[A = \begin{bmatrix}1 & a \\ 0 & 1\end{bmatrix}\]then An (where n ∈ N) equals
If \[A = \begin{bmatrix}1 & 2 & x \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix} and B = \begin{bmatrix}1 & - 2 & y \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}\] and AB = I3, then x + y equals
If A is a square matrix such that A2 = A, then (I + A)3 − 7A is equal to
If A = [aij] is a scalar matrix of order n × n such that aii = k, for all i, then trace of A is equal to
(a) nk (b) n + k (c) \[\frac{n}{k}\] (d) none of these
If X = `[(3, 1, -1),(5, -2, -3)]` and Y = `[(2, 1, -1),(7, 2, 4)]`, find 2X – 3Y
The matrix P = `[(0, 0, 4),(0, 4, 0),(4, 0, 0)]`is a ______.
If A = `[(0, 1),(1, 0)]`, then A2 is equal to ______.
If A `= [(1,3),(3,4)]` and A2 − kA − 5I = 0, then the value of k is ______.