Worked solutions to twenty one-mark MCQ questions from Class 12 board papers, spanning inverse trigonometry, matrices, determinants, vectors, and differential equations.
This revision session walks through twenty multiple-choice questions drawn from Class 12 board question papers, writing the answer first and then the steps. The problems cover inverse trigonometric values, identity and adjoint matrix results, determinants of order three, the inverse of a rotation matrix, dot and cross products of vectors, direction cosines, and the order and degree of differential equations. Each is solved quickly with the key rule stated, so it doubles as a fast formula recap before the exam.
What you'll learn
How to evaluate combinations of inverse trigonometric values using their principal ranges
How a determinant of the adjoint relates to the determinant of the original matrix of order three
How to find the inverse of a two by two rotation matrix by swapping entries and changing signs
How to read off the order and degree of a differential equation
Lesson chapters
0:00Inverse trigonometry MCQs
1:22Matrices and determinants
2:46Inverse of a rotation matrix
4:41Degree of a differential equation
5:07Vectors: angle, projection, area
10:45Direction cosines and order and degree
Lesson notes
This lesson works through twenty one-mark MCQ questions from Class 12 board papers, writing each answer first and then the supporting steps. The questions cover inverse trigonometry, matrices and determinants, vectors, and differential equations.
Combining inverse trigonometric values
Evaluate 3sin−121+2cos−121.
Since sin−121=6π and cos−121=3π,
3⋅6π+2⋅3π=2π+32π=63π+4π=67π.
A nested inverse trig expression
Evaluate tan−1(2cos(2sin−121)).
Here sin−121=6π, so 2sin−121=3π and cos3π=21.
tan−1(2⋅21)=tan−1(1)=4π.
Identity matrix times a column
If 100010001xyz=1−10, find x+y+z.
The matrix is the identity I, so Ixyz=xyz. Hence x=1, y=−1, z=0, and
x+y+z=1+(−1)+0=0.
Determinant of the adjoint
If A is a square matrix of order 3 with det(adjA)=225, find detA.
Using det(adjA)=(detA)n−1 with n=3,
225=(detA)2⟹detA=225=15.
Inverse of a rotation matrix
Find the inverse of A=[cosθ−sinθsinθcosθ].
Determinant.
detA=cos2θ−(−sin2θ)=cos2θ+sin2θ=1.
Adjoint. For a 2×2 matrix, swap the diagonal entries and change the sign of the off-diagonal entries:
adjA=[cosθsinθ−sinθcosθ].
Inverse. Since A−1=detAadjA and detA=1,
A−1=[cosθsinθ−sinθcosθ].
Degree of a differential equation
For (dx2d2y)2−dxdy+1=0, the degree is the power of the highest order derivative. The highest order term dx2d2y appears to the power 2, so the degree is 2.
Angle from a cross product
Given ∣a∣=3, ∣b∣=32, and a×b is a unit vector, find the angle between them.
sinθ=∣a∣∣b∣∣a×b∣=3⋅321=21⟹θ=6π.
Projection of one vector on another
For a=7^+^−4k^ and b=2^+6^+3k^, find the projection of a on b.
a⋅b=7(2)+1(6)+(−4)(3)=14+6−12=8.
∣b∣=22+62+32=49=7.
projection=∣b∣a⋅b=78.
A principal value of inverse cosine
Find cos−1(−23).
The value is negative, so the angle lies in the second quadrant. Writing −23=cos(π−6π),
cos−1(−23)=π−6π=65π.
Solving a determinant equation
Find x if 3−542=2x−543.
3(2)−4(−5)=3(2x)−4(−5)
6+20=6x+20⟹6=6x⟹x=1.
Another adjoint determinant
If A is of order 3 with det(adjA)=64, find detA′.
64=(detA)2⟹detA=±8.
Since detA′=detA for the transpose, detA′=±8.
Inverse when A2=I
If A2=I, find A−1. Pre-multiplying A2=I by A−1 gives A−1A2=A−1I, so A=A−1.
Degree of a second differential equation
For ydx2d2y+(dxdy)2=x(dx2d2y)2, the highest order derivative is dx2d2y and its highest power is 2, so the degree is 2.
Area of a parallelogram
If a and b are two adjacent sides of a parallelogram, its area is ∣a×b∣.
Angle from a dot product
Given ∣a∣=3, ∣b∣=4, and a⋅b=6,
cosθ=∣a∣∣b∣a⋅b=3⋅46=21⟹θ=3π.
Direction cosines making equal angles
A line through the origin in the first quadrant makes equal angles with the three axes. With l2+m2+n2=1 and equal angles, 3cos2α=1, so cosα=31 (positive, since the line is in the first quadrant). The direction cosines are (31,31,31).
Perpendicular vectors
Find λ so that a=2^+λ^+k^ and b=^−2^+3k^ are perpendicular. Then a⋅b=0:
2(1)+λ(−2)+1(3)=0⟹5−2λ=0⟹λ=25.
Order and degree
For (dxdy)2+3y−dx2d2y=0, the highest order derivative is dx2d2y with power 1, so the order is 2 and the degree is 1.
Equating matrices
If 2[102x]+[y102]=[5168], find x and y. Comparing entries, 2+y=5 gives y=3, and 2x+2=8 gives x=3.
Key takeaways
For inverse trig MCQs, convert to principal-range angles first, then simplify.
For order n, det(adjA)=(detA)n−1, and detA′=detA.
The order is the highest derivative present; the degree is the power of that highest order derivative once the equation is polynomial in the derivatives.