Home
Class 10
MATHS
Given A=[{:(,4,1),(,2,3):}] and B=[{:(,1...

Given `A=[{:(,4,1),(,2,3):}] and B=[{:(,1,0),(,-2,01):}]`, Find
(i) A-B (ii) `A^2`
(iii) AB (iv) `A^2-AB+2B`

Text Solution

AI Generated Solution

The correct Answer is:
To solve the given problem step by step, we will perform the following calculations: Given matrices: \[ A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} \] \[ B = \begin{pmatrix} 1 & 0 \\ -2 & 1 \end{pmatrix} \] ### (i) Find \( A - B \) To subtract matrices \( A \) and \( B \), we subtract the corresponding elements: \[ A - B = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} - \begin{pmatrix} 1 & 0 \\ -2 & 1 \end{pmatrix} = \begin{pmatrix} 4 - 1 & 1 - 0 \\ 2 - (-2) & 3 - 1 \end{pmatrix} \] Calculating each element: \[ = \begin{pmatrix} 3 & 1 \\ 4 & 2 \end{pmatrix} \] ### (ii) Find \( A^2 \) To find \( A^2 \), we multiply matrix \( A \) by itself: \[ A^2 = A \times A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} \times \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} \] Calculating the elements: - First row, first column: \( 4 \times 4 + 1 \times 2 = 16 + 2 = 18 \) - First row, second column: \( 4 \times 1 + 1 \times 3 = 4 + 3 = 7 \) - Second row, first column: \( 2 \times 4 + 3 \times 2 = 8 + 6 = 14 \) - Second row, second column: \( 2 \times 1 + 3 \times 3 = 2 + 9 = 11 \) Thus, \[ A^2 = \begin{pmatrix} 18 & 7 \\ 14 & 11 \end{pmatrix} \] ### (iii) Find \( AB \) To find the product \( AB \): \[ AB = A \times B = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} \times \begin{pmatrix} 1 & 0 \\ -2 & 1 \end{pmatrix} \] Calculating the elements: - First row, first column: \( 4 \times 1 + 1 \times (-2) = 4 - 2 = 2 \) - First row, second column: \( 4 \times 0 + 1 \times 1 = 0 + 1 = 1 \) - Second row, first column: \( 2 \times 1 + 3 \times (-2) = 2 - 6 = -4 \) - Second row, second column: \( 2 \times 0 + 3 \times 1 = 0 + 3 = 3 \) Thus, \[ AB = \begin{pmatrix} 2 & 1 \\ -4 & 3 \end{pmatrix} \] ### (iv) Find \( A^2 - AB + 2B \) First, we need to calculate \( 2B \): \[ 2B = 2 \times \begin{pmatrix} 1 & 0 \\ -2 & 1 \end{pmatrix} = \begin{pmatrix} 2 & 0 \\ -4 & 2 \end{pmatrix} \] Now, we can calculate \( A^2 - AB + 2B \): \[ A^2 - AB + 2B = \begin{pmatrix} 18 & 7 \\ 14 & 11 \end{pmatrix} - \begin{pmatrix} 2 & 1 \\ -4 & 3 \end{pmatrix} + \begin{pmatrix} 2 & 0 \\ -4 & 2 \end{pmatrix} \] Calculating \( A^2 - AB \): \[ A^2 - AB = \begin{pmatrix} 18 - 2 & 7 - 1 \\ 14 - (-4) & 11 - 3 \end{pmatrix} = \begin{pmatrix} 16 & 6 \\ 18 & 8 \end{pmatrix} \] Now adding \( 2B \): \[ A^2 - AB + 2B = \begin{pmatrix} 16 & 6 \\ 18 & 8 \end{pmatrix} + \begin{pmatrix} 2 & 0 \\ -4 & 2 \end{pmatrix} = \begin{pmatrix} 16 + 2 & 6 + 0 \\ 18 - 4 & 8 + 2 \end{pmatrix} = \begin{pmatrix} 18 & 6 \\ 14 & 10 \end{pmatrix} \] ### Final Answers: (i) \( A - B = \begin{pmatrix} 3 & 1 \\ 4 & 2 \end{pmatrix} \) (ii) \( A^2 = \begin{pmatrix} 18 & 7 \\ 14 & 11 \end{pmatrix} \) (iii) \( AB = \begin{pmatrix} 2 & 1 \\ -4 & 3 \end{pmatrix} \) (iv) \( A^2 - AB + 2B = \begin{pmatrix} 18 & 6 \\ 14 & 10 \end{pmatrix} \)
Promotional Banner

Topper's Solved these Questions

  • MATRICES

    ICSE|Exercise Exercise 9D|25 Videos
  • MATRICES

    ICSE|Exercise Exercise 9B|11 Videos
  • MATHEMATICS-2020

    ICSE|Exercise SECTION-B|17 Videos
  • MEASURES OF CENTRAL TENDENCY (MEAN, MEDIAN, QUARTILES AND MODE)

    ICSE|Exercise EXERCISE 24 (E)|23 Videos

Similar Questions

Explore conceptually related problems

If A=[{:(,1,2),(,2,1):}] and B=[{:(,2,1),(,1,2):}] find : (i) A(BA) (ii) (AB) B.

If A=[{:(,3,2),(,0,5):}] and B=[{:(,1,0),(,1,2):}] , find : (i) (A+B) (A-B) (ii) A^2-B^2 (iii) Is (A+B) (A-B) =A^2-B^2?

if A=[{:(3,-2),(7,1):}]and B=[{:(2,3),(-1,4):}], then find (i) A+B (ii) A-2B

Given A=[{:(2,4,0),(3,9,6):}] "and" B=[{:(1,4),(2,8),(1,3):}] , is (AB)=B'A'?

Let A=[{:(,1,0),(,2,1):}], B=[{:(,2,3),(,-1,0):}] . Find A^2+AB+B^2

If A=[{:(,2),(,5):}], B=[{:(,1),(,4):}] and C=[{:(,6),(,-2):}] , find (i) B+C (ii) A-C (iii) A+B-C (iv) A-B+C

If A=[{:(,-2,3),(,4,1):}] and B=[{:(,1,2),(,3,5):}] , find (i) AB (ii) BA (iii) Is AB=BA? (iv) Write the conclusion that you draw from the result obtained above in (iii).

If A=[{:(2,1,2),(1,2,4):}] and B=[{:(4,1),(2,3),(1,2):}] Find AB and BA ( if it exist)

If A=[{:(,5,4),(,3,-1):}], B=[{:(,2,1),(,0,4):}] and C=[{:(,-3,2),(,1,0):}] , find : (i) A+C (ii) B-A (iii) A+B-C

if A=[{:(4,0,-3),(1,2,0):}]and B=[{:(2,1),(1,-2),(3,4):}]' then find AB and BA.

ICSE-MATRICES-Exercise 9C
  1. If M=[{:(,1,2),(,2,1):}] and I is a unit matrix of the same order as t...

    Text Solution

    |

  2. If A=[{:(,a,0),(,0,2):}], B=[{:(,0,-b),(,1,0):}], M=[{:(,1,-1),(,1,1):...

    Text Solution

    |

  3. Given A=[{:(,4,1),(,2,3):}] and B=[{:(,1,0),(,-2,01):}], Find (i) A-...

    Text Solution

    |

  4. If A=[{:(,1,4),(,1,-3):}] and B=[{:(,1,2),(,-1,-1):}], find: (A+B)...

    Text Solution

    |

  5. Find the matrix A, if B=[{:(,2,1),(,0,1):}] and B^2=B+1/2A.

    Text Solution

    |

  6. If A=[{:(,-1,1),(,a,b):}] and A^2=I, find a and b.

    Text Solution

    |

  7. If A=[{:(,2,1),(,0,0):}], B=[{:(,2,3),(,4,1):}] and C=[{:(,1,4),(,0,2)...

    Text Solution

    |

  8. If A=[{:(,1,4),(,2,1):}], B=[{:(,-3,2),(,4,0):}] and C=[{:(,1,0),(,0,2...

    Text Solution

    |

  9. Solve for x and y (i) [{:(,2,5),(,5,2):}] [{:(,x),(,y):}]=[{:(,-7),(...

    Text Solution

    |

  10. In each case given below, find : the order of matrix M, (i) M ...

    Text Solution

    |

  11. If A=[{:(,2,x),(,0,1):}] and B=[{:(,4,36),(,0,1):}], find the value of...

    Text Solution

    |

  12. If A=[{:(,3,7),(,2,4):}], B=[{:(,0,2),(,5,3):}] and C=[{:(,1,-5),(,-4,...

    Text Solution

    |

  13. If A and B are any two 2 xx 2 matrices such that AB=BA=B and B is not ...

    Text Solution

    |

  14. Given A=[{:(,3,0),(,0,4):}], B=[{:(,a,b),(,0,c):}] and AB=A+B, find t...

    Text Solution

    |

  15. If P=[{:(,1,2),(,2,-1):}] and Q=[{:(,1,0),(,2,1):}] then compute : (...

    Text Solution

    |

  16. Give the matrices : A=[{:(,2,1),(,4,2):}], B=[{:(,3,4),(,-1,-2):}] a...

    Text Solution

    |

  17. If A=[{:(,1,2),(,3,4):}], B=[{:(,6,1),(,1,1):}] and C=[{:(,-2,-3),(,0,...

    Text Solution

    |

  18. If A=[{:(,2,1),(,1,3):}] and B=[ {: (, 3),(,-11 ):}] . find the mat...

    Text Solution

    |

  19. If A=[{:(,4,2),(,1,1):}], find (A-2I) (A-3I).

    Text Solution

    |

  20. If A=[{:(,2,1,-1),(,0,1,-2):}] find: (i) A^(t).A (ii) A.A^(t) wher...

    Text Solution

    |