Advertisements
Advertisements
Question
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.
Solution
We shall prove the result by the principle of
Step 1: If n = 1, by definition of integral power of a matrix, we have
mathematical induction on n.\[A^1 = \begin{bmatrix}1 & 1 & 1\left( 1 + 1 \right)/2 \\ 0 & 1 & 1 \\ 0 & 0 & 1\end{bmatrix} = \begin{bmatrix}1 & 1 & 1 \\ 0 & 1 & 1 \\ 0 & 0 & 1\end{bmatrix} = A\]
Thus, the result is true for n = 1.
Step 2: Let the result be true for n = m. Then,
\[A^m = \begin{bmatrix}1 & m & m\left( m + 1 \right)/2 \\ 0 & 1 & m \\ 0 & 0 & 1\end{bmatrix}\]
Now, we shall show that the result is true for
\[n = m + 1\]
Here,
\[A^{m + 1} = \begin{bmatrix}1 & m + 1 & m + 1\left( m + 1 + 1 \right)/2 \\ 0 & 1 & m + 1 \\ 0 & 0 & 1\end{bmatrix}\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}1 & m + 1 & \left( m + 1 \right)\left( m + 2 \right)/2 \\ 0 & 1 & m + 1 \\ 0 & 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}1 & m & m\left( m + 1 \right)/2 \\ 0 & 1 & m \\ 0 & 0 & 1\end{bmatrix}\begin{bmatrix}1 & 1 & 1 \\ 0 & 1 & 1 \\ 0 & 0 & 1\end{bmatrix} \left[ \text{From eq .} \left( 1 \right) \right]\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}1 + 0 + 0 & 1 + m + 0 & 1 + m + m\left( m + 1 \right)/2 \\ 0 + 0 + 0 & 0 + 1 + 0 & 0 + 1 + m \\ 0 + 0 + 0 & 0 + 0 + 0 & 0 + 0 + 1\end{bmatrix}\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}1 & 1 + m & \left( 2 + 2m + m^2 + m \right)/2 \\ 0 & 1 & 1 + m \\ 0 & 0 & 1\end{bmatrix}\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}1 & 1 + m & \left( m^2 + 3m + 2 \right)/2 \\ 0 & 1 & 1 + m \\ 0 & 0 & 1\end{bmatrix}\]
\[ \Rightarrow A^{m + 1} = \begin{bmatrix}1 & 1 + m & \left( m + 1 \right)\left( m + 2 \right)/2 \\ 0 & 1 & 1 + m \\ 0 & 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
RELATED QUESTIONS
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 -1],[0 2],[2 3]]` `([[1 0 2],[2 0 1]]-[[0 1 2],[1 0 2]])`
If A =`[[2 -3 -5],[-1 4 5],[1 -3 -4]]` and B =`[[2 -2 -4],[-1 3 4],[1 2 -3]]`
, show that AB = A and BA = B.
For the following matrices verify the distributivity of matrix multiplication over matrix addition i.e. A (B + C) = AB + AC:
`A = [[1 -1],[0 2]] B= [[-1 0],[2 1]]`and `C= [[0 1],[1 -1]]`
\[A = \begin{bmatrix}2 & - 3 & - 5 \\ - 1 & 4 & 5 \\ 1 & - 3 & - 4\end{bmatrix}\] , Show that A2 = A.
If [1 1 x] `[[1 0 2],[0 2 1],[2 1 0]] [[1],[1],[1]]` = 0, find x.
If `[[2 3],[5 7]] [[1 -3],[-2 4]]-[[-4 6],[-9 x]]` find x.
Find the matrix A such that `=[[1,2,3],[4,5,6]]=[[-7,-8,-9],[2,4,6],[11,10,9]]`
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 B, C are n rowed square matrices and if A = B + C, BC = CB, C2 = O, then show that for every n ∈ N, An+1 = Bn (B + (n + 1) C).
If A and B are square matrices of the same order, explain, why in general
(A + B)2 ≠ A2 + 2AB + B2
If A and B are square matrices of the same order such that AB = BA, then show that (A + B)2 = A2 + 2AB + B2.
A trust fund has Rs 30000 that must be invested in two different types of bonds. The first bond pays 5% interest per year, and the second bond pays 7% interest per year. Using matrix multiplication, determine how to divide Rs 30000 among the two types of bonds. If the trust fund must obtain an annual total interest of(ii) Rs 2000
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?
If `A=[[-2],[4],[5]]` , B = [1 3 −6], verify that (AB)T = BT AT
If \[A = \begin{bmatrix}\cos x & - \sin x \\ \sin x & \cos x\end{bmatrix}\] , find AAT
If A = [aij] is a square matrix such that aij = i2 − j2, then write whether A is symmetric or skew-symmetric.
If A is a matrix of order 3 × 4 and B is a matrix of order 4 × 3, find the order of the matrix of AB.
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 ?
Let A = \[\begin{bmatrix}a & 0 & 0 \\ 0 & a & 0 \\ 0 & 0 & a\end{bmatrix}\], then An is equal to
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 = \begin{bmatrix}\alpha & \beta \\ \gamma & - \alpha\end{bmatrix}\] is such that A2 = I, then
If \[\begin{bmatrix}2x + y & 4x \\ 5x - 7 & 4x\end{bmatrix} = \begin{bmatrix}7 & 7y - 13 \\ y & x + 6\end{bmatrix}\]
If A is a matrix of order m × n and B is a matrix such that ABT and BTA are both defined, then the order of matrix B is
Disclaimer: option (a) and (d) both are the same.
If A = `[(2, -1, 3),(-4, 5, 1)]` and B = `[(2, 3),(4, -2),(1, 5)]`, then ______.
If X = `[(3, 1, -1),(5, -2, -3)]` and Y = `[(2, 1, -1),(7, 2, 4)]`, find 2X – 3Y
Prove by Mathematical Induction that (A′)n = (An)′, where n ∈ N for any square matrix A.
If A = `[(0, 1),(1, 0)]`, then A2 is equal to ______.
If A and B are square matrices of the same order, then (AB)′ = ______.
If A and B are square matrices of the same order, then (kA)′ = ______. (k is any scalar)
A square matrix where every element is unity is called an identity matrix.
If A and B are two square matrices of the same order, then AB = BA.
Three schools DPS, CVC, and KVS decided to organize a fair for collecting money for helping the flood victims. They sold handmade fans, mats, and plates from recycled material at a cost of Rs. 25, Rs.100, and Rs. 50 each respectively. The numbers of articles sold are given as
School/Article | DPS | CVC | KVS |
Handmade/fans | 40 | 25 | 35 |
Mats | 50 | 40 | 50 |
Plates | 20 | 30 | 40 |
Based on the information given above, answer the following questions:
- What is the total money (in Rupees) collected by the school DPS?