Practice Questions

Determinants

1
easySubjective

Solve for xx given that 23 45=x3 2x5\left|\begin{array}{cc} 2 & 3 \ 4 & 5 \end{array}\right| = \left|\begin{array}{cc} x & 3 \ 2x & 5 \end{array}\right|.

2
easySubjective

State the condition for a square matrix A to be invertible.

3
easySubjective

If A is a square matrix of order 3 and A=4|A| = -4, then calculate the value of 2A|2A|.

4
easySubjective

In the determinant Δ=235 604 157\Delta = \left|\begin{array}{ccc} 2 & -3 & 5 \ 6 & 0 & 4 \ 1 & 5 & -7 \end{array}\right|, calculate the minor of the element a23a_{23}.

5
easySubjective

Explain what is meant by a 'consistent' and an 'inconsistent' system of linear equations.

6
easySubjective

List the six ways a determinant of order 3 can be expanded to find its value.

7
easySubjective

Define a singular matrix.

8
easySubjective

Create a non-zero 2×22 \times 2 singular matrix whose trace (sum of diagonal elements) is 5. Justify your answer.

9
easySubjective

What is the value of the determinant of a matrix of order 1, A=[a]A = [a]?

10
easySubjective

Write the formula for the cofactor AijA_{ij} of an element aija_{ij} in terms of its minor MijM_{ij}.

11
mediumSubjective

Summarize the conditions used to check the consistency of a system of linear equations AX=BAX = B. Explain the cases for when the determinant of AA is zero and when it is not zero.

12
mediumSubjective

Calculate the value of the determinant cos15sin15 sin75cos75\left|\begin{array}{cc} \cos 15^{\circ} & \sin 15^{\circ} \ \sin 75^{\circ} & \cos 75^{\circ} \end{array}\right|.

13
mediumSubjective

For what value of kk is the matrix A=[k2 34]A = \left[\begin{array}{cc} k & 2 \ 3 & 4 \end{array}\right] singular?

14
mediumSubjective

Calculate the area of the triangle with vertices at the points A(2,3)A(-2, -3), B(3,2)B(3, 2), and C(1,8)C(-1, -8) using determinants.

15
mediumSubjective

If A=[32 42]A = \left[\begin{array}{cc} 3 & -2 \ 4 & -2 \end{array}\right], find the value of kk such that A2=kA2IA^2 = kA - 2I, where I is the identity matrix of order 2.

16
mediumSubjective

Solve the following system of linear equations using the matrix method: 3x+2y=83x + 2y = 8 2xy=32x - y = 3

17
mediumSubjective

Calculate the inverse of the matrix A=[213 131 321]A = \left[\begin{array}{ccc} 2 & -1 & 3 \ 1 & 3 & -1 \ 3 & 2 & 1 \end{array}\right].

18
mediumSubjective

If A=[23 12]A = \left[\begin{array}{cc} 2 & 3 \ 1 & 2 \end{array}\right], demonstrate that A24A+I=OA^2 - 4A + I = O, where I is the identity matrix and O is the zero matrix of order 2.

19
mediumSubjective

If AA is a non-singular square matrix of order nn, what is the formula for adj A|\text{adj } A| in terms of A|A|?

20
mediumSubjective

Explain the difference between A|A| for a matrix A and the modulus of a number.

21
mediumSubjective

Justify, without expanding, why the determinant of the matrix A=sin2x1cos2x sin2y1cos2y sin2z1cos2zA = \begin{vmatrix} \sin^2 x & 1 & \cos^2 x \ \sin^2 y & 1 & \cos^2 y \ \sin^2 z & 1 & \cos^2 z \end{vmatrix} is zero.

22
mediumSubjective

Evaluate the statement: "If A is a square matrix of order 3 and A=4|A| = 4, then 2adj(A)=128|2 \text{adj}(A)| = 128". Justify your reasoning.

23
mediumSubjective

Derive the condition for three points (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) to be collinear using the concept of the area of a triangle expressed as a determinant. Justify your derivation.

24
mediumSubjective

Describe the process of finding the adjoint of a 3×33 \times 3 matrix A=[aij]A = [a_{ij}].

25
mediumSubjective

Justify why the inverse of a diagonal matrix D=(d100 0d20 00d3)D = \begin{pmatrix} d_1 & 0 & 0 \ 0 & d_2 & 0 \ 0 & 0 & d_3 \end{pmatrix} is D1=(1/d100 01/d20 001/d3)D^{-1} = \begin{pmatrix} 1/d_1 & 0 & 0 \ 0 & 1/d_2 & 0 \ 0 & 0 & 1/d_3 \end{pmatrix}, provided no diagonal elements are zero.

26
mediumSubjective

Let AA be a square matrix of order 3. Justify the relationship between adj(A)|\text{adj}(A)| and A|A|. Use this to prove that if AA is a skew-symmetric matrix of order 3, then adj(A)=0|\text{adj}(A)|=0.

27
mediumSubjective

Formulate a system of linear equations for the following problem and justify the existence of a unique solution: "The sum of three numbers is 20. If we multiply the first number by 2, add the second number to the result, and subtract the third number, we get 23. If we multiply the first number by 3 and add the second and third numbers to it, we get 46." Do not solve the system.

28
mediumSubjective

Critique the following argument and identify the flaw: To solve the equation x2 18x=62 186\begin{vmatrix} x & 2 \ 18 & x \end{vmatrix} = \begin{vmatrix} 6 & 2 \ 18 & 6 \end{vmatrix}, we can equate the corresponding elements. Thus, x=6x=6. Justify your critique with the correct method.

29
mediumSubjective

Design a solution using the matrix method to find the cost of three food items. A family of 4 bought 3 kg of rice, 2 kg of sugar, and 5 kg of flour and paid a total of ₹850. Another family of 3 bought 2 kg of rice, 3 kg of sugar, and 4 kg of flour for ₹780. A third family of 5 bought 4 kg of rice, 3 kg of sugar, and 6 kg of flour for ₹1150. Formulate the problem as a system of linear equations and create the complete solution to find the price per kg for each item.

30
mediumSubjective

Justify that the value of the determinant Δ=1aa2 1bb2 1cc2\Delta = \begin{vmatrix} 1 & a & a^2 \ 1 & b & b^2 \ 1 & c & c^2 \end{vmatrix} is (ab)(bc)(ca)(a-b)(b-c)(c-a).

31
mediumSubjective

State the property that relates the product of a square matrix A and its adjoint with its determinant.

32
mediumSubjective

Given the vertices of a triangle (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3), write the expression for its area in determinant form. Also, state the condition for the three points to be collinear.

33
mediumSubjective

Describe in detail the steps to find the determinant of a 3×33 \times 3 matrix A=a11a12a13 a21a22a23 a31a32a33A = \begin{vmatrix} a_{11} & a_{12} & a_{13} \ a_{21} & a_{22} & a_{23} \ a_{31} & a_{32} & a_{33} \end{vmatrix} by expanding along the first row (R1R_1). Define the terms 'minor' and 'cofactor' as part of your explanation.

34
hardSubjective

Consider two matrices P=(110 234 012)P = \begin{pmatrix} 1 & -1 & 0 \ 2 & 3 & 4 \ 0 & 1 & 2 \end{pmatrix} and Q=(224 424 215)Q = \begin{pmatrix} 2 & 2 & -4 \ -4 & 2 & -4 \ 2 & -1 & 5 \end{pmatrix}. First, evaluate the product PQPQ. Then, using this result, design a method to solve the following system of linear equations without finding the inverse of the coefficient matrix directly. xy=3x - y = 3 2x+3y+4z=172x + 3y + 4z = 17 y+2z=7y + 2z = 7 Justify your method.

35
hardSubjective

Summarize the steps to solve a system of linear equations in two variables, a1x+b1y=d1a_1x + b_1y = d_1 and a2x+b2y=d2a_2x + b_2y = d_2, using the matrix method.

36
hardSubjective

Explain the complete procedure for finding the inverse of a 3×33 \times 3 non-singular matrix A. List all the necessary definitions and formulas involved.

37
hardSubjective

Calculate the adjoint of the matrix A=[123 021 452]A = \left[\begin{array}{ccc} 1 & -2 & 3 \ 0 & 2 & 1 \ -4 & 5 & 2 \end{array}\right].

38
hardSubjective

Solve the following system of linear equations using the matrix method: x+yz=3x + y - z = 3 2x+3y+z=102x + 3y + z = 10 3xy7z=13x - y - 7z = 1

39
hardSubjective

Let A=[120 213 021]A = \left[\begin{array}{ccc} 1 & -2 & 0 \ 2 & 1 & 3 \ 0 & -2 & 1 \end{array}\right]. First, calculate A1A^{-1}. Then, use the result to solve the following system of linear equations: x2y=10x - 2y = 10 2x+y+3z=82x + y + 3z = 8 2y+z=7-2y + z = 7

40
hardSubjective

The sum of three numbers is 2. If we subtract the second number from twice the first number, we get 3. The sum of the first and third numbers is equal to the second number. Represent this problem as a system of linear equations and solve for the numbers using the matrix method.

41
hardSubjective

Propose a condition on the matrix BB for the system of linear equations AX=BAX=B to be inconsistent, given that the coefficient matrix AA is singular.

42
hardSubjective

If AA is a non-singular matrix such that A25A+7I=OA^2 - 5A + 7I = O, design a method to express A1A^{-1} in terms of AA and II. Justify each step of your design.

43
hardSubjective

Let AA be a square matrix of order nn. Prove the property A(adj A)=(adj A)A=AIA(\text{adj } A) = (\text{adj } A)A = |A|I. Using this result, justify the formula for the inverse of a non-singular matrix, A1=1A(adj A)A^{-1} = \frac{1}{|A|}(\text{adj } A).

44
hardSubjective

Justify that for any skew-symmetric matrix AA of odd order nn, its determinant must be zero. Critique the statement for a skew-symmetric matrix of even order.