Q.1 Fill in the blanks [14 marks]
Q1.1 [1 mark]
Order of the matrix [ 1 2 3 − 4 5 6 ] \begin{bmatrix} 1 & 2 & 3 \\ -4 & 5 & 6 \end{bmatrix} [ 1 − 4 2 5 3 6 ] is = ___________
Answer : (b) 2 × 3 2 \times 3 2 × 3
Solution :
A matrix with 2 rows and 3 columns has order 2 × 3 2 \times 3 2 × 3 .
Q1.2 [1 mark]
If [ x − 3 2 4 0 ] = [ 5 2 4 0 ] \begin{bmatrix} x-3 & 2 \\ 4 & 0 \end{bmatrix} = \begin{bmatrix} 5 & 2 \\ 4 & 0 \end{bmatrix} [ x − 3 4 2 0 ] = [ 5 4 2 0 ] then x x x = ____
Answer : (d) 8
Solution :
For matrix equality, corresponding elements must be equal:
x − 3 = 5 x - 3 = 5 x − 3 = 5
x = 8 x = 8 x = 8
Q1.3 [1 mark]
The adjoint of [ − 3 2 0 1 ] \begin{bmatrix} -3 & 2 \\ 0 & 1 \end{bmatrix} [ − 3 0 2 1 ] = _____________
Answer : (b) [ 1 − 2 0 − 3 ] \begin{bmatrix} 1 & -2 \\ 0 & -3 \end{bmatrix} [ 1 0 − 2 − 3 ]
Solution :
For matrix A = [ a b c d ] A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} A = [ a c b d ] , adj ( A ) = [ d − b − c a ] \text{adj}(A) = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} adj ( A ) = [ d − c − b a ]
adj [ − 3 2 0 1 ] = [ 1 − 2 0 − 3 ] \text{adj}\begin{bmatrix} -3 & 2 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & -2 \\ 0 & -3 \end{bmatrix} adj [ − 3 0 2 1 ] = [ 1 0 − 2 − 3 ]
Q1.4 [1 mark]
For any square matrix A A A , ( A − 1 ) − 1 (A^{-1})^{-1} ( A − 1 ) − 1 = ____________
Answer : (b) A A A
Solution :
By definition of inverse matrices: ( A − 1 ) − 1 = A (A^{-1})^{-1} = A ( A − 1 ) − 1 = A
Q1.5 [1 mark]
d d x log x \frac{d}{dx} \log x d x d log x = _________
Answer : (b) 1 x \frac{1}{x} x 1
Solution :
The derivative of natural logarithm: d d x log x = 1 x \frac{d}{dx} \log x = \frac{1}{x} d x d log x = x 1
Q1.6 [1 mark]
d d x ( tan − 1 x + cot − 1 x ) \frac{d}{dx}(\tan^{-1} x + \cot^{-1} x) d x d ( tan − 1 x + cot − 1 x ) = _______
Answer : (d) 0
Solution :
tan − 1 x + cot − 1 x = π 2 \tan^{-1} x + \cot^{-1} x = \frac{\pi}{2} tan − 1 x + cot − 1 x = 2 π (constant)
Therefore, d d x ( tan − 1 x + cot − 1 x ) = 0 \frac{d}{dx}(\tan^{-1} x + \cot^{-1} x) = 0 d x d ( tan − 1 x + cot − 1 x ) = 0
Q1.7 [1 mark]
If x = a cos θ x = a \cos \theta x = a cos θ , y = a sin θ y = a \sin \theta y = a sin θ then d y d x \frac{dy}{dx} d x d y = __________
Answer : (a) − cot θ -\cot \theta − cot θ
Solution :
d x d θ = − a sin θ \frac{dx}{d\theta} = -a \sin \theta d θ d x = − a sin θ , d y d θ = a cos θ \frac{dy}{d\theta} = a \cos \theta d θ d y = a cos θ
d y d x = d y / d θ d x / d θ = a cos θ − a sin θ = − cot θ \frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{a \cos \theta}{-a \sin \theta} = -\cot \theta d x d y = d x / d θ d y / d θ = − a s i n θ a c o s θ = − cot θ
Q1.8 [1 mark]
∫ 5 x 4 d x \int 5x^4 dx ∫ 5 x 4 d x = ____________ + c c c
Answer : (d) x 5 x^5 x 5
Solution :
∫ 5 x 4 d x = 5 ⋅ x 5 5 = x 5 + c \int 5x^4 dx = 5 \cdot \frac{x^5}{5} = x^5 + c ∫ 5 x 4 d x = 5 ⋅ 5 x 5 = x 5 + c
Q1.9 [1 mark]
∫ 0 1 e x d x \int_0^1 e^x dx ∫ 0 1 e x d x = __________
Answer : (a) e − 1 e - 1 e − 1
Solution :
∫ 0 1 e x d x = [ e x ] 0 1 = e 1 − e 0 = e − 1 \int_0^1 e^x dx = [e^x]_0^1 = e^1 - e^0 = e - 1 ∫ 0 1 e x d x = [ e x ] 0 1 = e 1 − e 0 = e − 1
Q1.10 [1 mark]
∫ − 1 1 3 x 2 − 2 x + 1 d x \int_{-1}^1 3x^2 - 2x + 1 dx ∫ − 1 1 3 x 2 − 2 x + 1 d x = __________
Answer : (c) 4
Solution :
∫ − 1 1 ( 3 x 2 − 2 x + 1 ) d x = [ x 3 − x 2 + x ] − 1 1 \int_{-1}^1 (3x^2 - 2x + 1) dx = [x^3 - x^2 + x]_{-1}^1 ∫ − 1 1 ( 3 x 2 − 2 x + 1 ) d x = [ x 3 − x 2 + x ] − 1 1
= ( 1 − 1 + 1 ) − ( − 1 − 1 − 1 ) = 1 − ( − 3 ) = 4 = (1 - 1 + 1) - (-1 - 1 - 1) = 1 - (-3) = 4 = ( 1 − 1 + 1 ) − ( − 1 − 1 − 1 ) = 1 − ( − 3 ) = 4
Q1.11 [1 mark]
The order of differential equation ( d y d x ) 2 + 4 y = x (\frac{dy}{dx})^2 + 4y = x ( d x d y ) 2 + 4 y = x is ___________
Answer : (d) 1
Solution :
Order is the highest derivative present. Here, only first derivative d y d x \frac{dy}{dx} d x d y appears, so order = 1.
Q1.12 [1 mark]
The integrating factor of d y d x + 3 y = x \frac{dy}{dx} + 3y = x d x d y + 3 y = x is _____________
Answer : (d) e 3 x e^{3x} e 3 x
Solution :
For linear DE d y d x + P y = Q \frac{dy}{dx} + Py = Q d x d y + P y = Q , integrating factor = e ∫ P d x e^{\int P dx} e ∫ P d x
Here P = 3 P = 3 P = 3 , so I.F. = e ∫ 3 d x = e 3 x e^{\int 3 dx} = e^{3x} e ∫ 3 d x = e 3 x
Q1.13 [1 mark]
The mean of first ten natural numbers is_________
Answer : (a) 5.5
Solution :
Mean = 1 + 2 + 3 + . . . + 10 10 = 55 10 = 5.5 \frac{1 + 2 + 3 + ... + 10}{10} = \frac{55}{10} = 5.5 10 1 + 2 + 3 + ... + 10 = 10 55 = 5.5
Q1.14 [1 mark]
The range of the data 17, 15, 25, 34, 32 is _______________
Answer : (d) 19
Solution :
Range = Maximum - Minimum = 34 - 15 = 19
Q.2 (A) Attempt any two [6 marks]
Q2.1 [3 marks]
If A = [ 1 − 1 2 3 ] A = \begin{bmatrix} 1 & -1 \\ 2 & 3 \end{bmatrix} A = [ 1 2 − 1 3 ] then find A + A T + I A + A^T + I A + A T + I .
Answer :
Solution :
A = [ 1 − 1 2 3 ] A = \begin{bmatrix} 1 & -1 \\ 2 & 3 \end{bmatrix} A = [ 1 2 − 1 3 ]
A T = [ 1 2 − 1 3 ] A^T = \begin{bmatrix} 1 & 2 \\ -1 & 3 \end{bmatrix} A T = [ 1 − 1 2 3 ]
I = [ 1 0 0 1 ] I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} I = [ 1 0 0 1 ]
A + A T + I = [ 1 − 1 2 3 ] + [ 1 2 − 1 3 ] + [ 1 0 0 1 ] A + A^T + I = \begin{bmatrix} 1 & -1 \\ 2 & 3 \end{bmatrix} + \begin{bmatrix} 1 & 2 \\ -1 & 3 \end{bmatrix} + \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} A + A T + I = [ 1 2 − 1 3 ] + [ 1 − 1 2 3 ] + [ 1 0 0 1 ]
= [ 3 1 1 7 ] = \begin{bmatrix} 3 & 1 \\ 1 & 7 \end{bmatrix} = [ 3 1 1 7 ]
Q2.2 [3 marks]
If A = [ 2 3 − 1 2 ] A = \begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} A = [ 2 − 1 3 2 ] then prove that A 2 − 4 A + 7 I 2 = 0 A^2 - 4A + 7I_2 = 0 A 2 − 4 A + 7 I 2 = 0
Answer : Proved
Solution :
A = [ 2 3 − 1 2 ] A = \begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} A = [ 2 − 1 3 2 ]
A 2 = [ 2 3 − 1 2 ] [ 2 3 − 1 2 ] = [ 1 12 − 4 1 ] A^2 = \begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} \begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} = \begin{bmatrix} 1 & 12 \\ -4 & 1 \end{bmatrix} A 2 = [ 2 − 1 3 2 ] [ 2 − 1 3 2 ] = [ 1 − 4 12 1 ]
4 A = 4 [ 2 3 − 1 2 ] = [ 8 12 − 4 8 ] 4A = 4\begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} = \begin{bmatrix} 8 & 12 \\ -4 & 8 \end{bmatrix} 4 A = 4 [ 2 − 1 3 2 ] = [ 8 − 4 12 8 ]
7 I 2 = [ 7 0 0 7 ] 7I_2 = \begin{bmatrix} 7 & 0 \\ 0 & 7 \end{bmatrix} 7 I 2 = [ 7 0 0 7 ]
A 2 − 4 A + 7 I 2 = [ 1 12 − 4 1 ] − [ 8 12 − 4 8 ] + [ 7 0 0 7 ] A^2 - 4A + 7I_2 = \begin{bmatrix} 1 & 12 \\ -4 & 1 \end{bmatrix} - \begin{bmatrix} 8 & 12 \\ -4 & 8 \end{bmatrix} + \begin{bmatrix} 7 & 0 \\ 0 & 7 \end{bmatrix} A 2 − 4 A + 7 I 2 = [ 1 − 4 12 1 ] − [ 8 − 4 12 8 ] + [ 7 0 0 7 ]
= [ 0 0 0 0 ] = 0 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} = 0 = [ 0 0 0 0 ] = 0 ✓
Q2.3 [3 marks]
Solve differential equation d y − 3 x 2 e − y d x = 0 dy - 3x^2e^{-y}dx = 0 d y − 3 x 2 e − y d x = 0
Answer : e y = x 3 + C e^y = x^3 + C e y = x 3 + C
Solution :
d y − 3 x 2 e − y d x = 0 dy - 3x^2e^{-y}dx = 0 d y − 3 x 2 e − y d x = 0
d y = 3 x 2 e − y d x dy = 3x^2e^{-y}dx d y = 3 x 2 e − y d x
e y d y = 3 x 2 d x e^y dy = 3x^2 dx e y d y = 3 x 2 d x
Integrating both sides:
∫ e y d y = ∫ 3 x 2 d x \int e^y dy = \int 3x^2 dx ∫ e y d y = ∫ 3 x 2 d x
e y = x 3 + C e^y = x^3 + C e y = x 3 + C
Q.2 (B) Attempt any two [8 marks]
Q2.1 [4 marks]
Find the inverse of matrix [ 3 − 1 2 4 1 − 1 5 0 1 ] \begin{bmatrix} 3 & -1 & 2 \\ 4 & 1 & -1 \\ 5 & 0 & 1 \end{bmatrix} 3 4 5 − 1 1 0 2 − 1 1
Answer : A − 1 = [ 1 / 14 1 / 14 − 1 / 14 − 9 / 14 − 7 / 14 11 / 14 − 5 / 14 − 5 / 14 1 / 2 ] A^{-1} = \begin{bmatrix} 1/14 & 1/14 & -1/14 \\ -9/14 & -7/14 & 11/14 \\ -5/14 & -5/14 & 1/2 \end{bmatrix} A − 1 = 1/14 − 9/14 − 5/14 1/14 − 7/14 − 5/14 − 1/14 11/14 1/2
Solution :
Let A = [ 3 − 1 2 4 1 − 1 5 0 1 ] A = \begin{bmatrix} 3 & -1 & 2 \\ 4 & 1 & -1 \\ 5 & 0 & 1 \end{bmatrix} A = 3 4 5 − 1 1 0 2 − 1 1
First, find det ( A ) \det(A) det ( A ) :
det ( A ) = 3 ( 1 ⋅ 1 − ( − 1 ) ⋅ 0 ) − ( − 1 ) ( 4 ⋅ 1 − ( − 1 ) ⋅ 5 ) + 2 ( 4 ⋅ 0 − 1 ⋅ 5 ) \det(A) = 3(1 \cdot 1 - (-1) \cdot 0) - (-1)(4 \cdot 1 - (-1) \cdot 5) + 2(4 \cdot 0 - 1 \cdot 5) det ( A ) = 3 ( 1 ⋅ 1 − ( − 1 ) ⋅ 0 ) − ( − 1 ) ( 4 ⋅ 1 − ( − 1 ) ⋅ 5 ) + 2 ( 4 ⋅ 0 − 1 ⋅ 5 )
= 3 ( 1 ) + 1 ( 9 ) + 2 ( − 5 ) = 3 + 9 − 10 = 2 = 3(1) + 1(9) + 2(-5) = 3 + 9 - 10 = 2 = 3 ( 1 ) + 1 ( 9 ) + 2 ( − 5 ) = 3 + 9 − 10 = 2
Since det ( A ) ≠ 0 \det(A) \neq 0 det ( A ) = 0 , inverse exists.
Finding cofactors and adjoint matrix:
C 11 = 1 C_{11} = 1 C 11 = 1 , C 12 = − 9 C_{12} = -9 C 12 = − 9 , C 13 = − 5 C_{13} = -5 C 13 = − 5
C 21 = 1 C_{21} = 1 C 21 = 1 , C 22 = − 7 C_{22} = -7 C 22 = − 7 , C 23 = − 5 C_{23} = -5 C 23 = − 5
C 31 = − 1 C_{31} = -1 C 31 = − 1 , C 32 = 11 C_{32} = 11 C 32 = 11 , C 33 = 7 C_{33} = 7 C 33 = 7
adj ( A ) = [ 1 1 − 1 − 9 − 7 11 − 5 − 5 7 ] \text{adj}(A) = \begin{bmatrix} 1 & 1 & -1 \\ -9 & -7 & 11 \\ -5 & -5 & 7 \end{bmatrix} adj ( A ) = 1 − 9 − 5 1 − 7 − 5 − 1 11 7
A − 1 = 1 det ( A ) ⋅ adj ( A ) = 1 2 [ 1 1 − 1 − 9 − 7 11 − 5 − 5 7 ] A^{-1} = \frac{1}{\det(A)} \cdot \text{adj}(A) = \frac{1}{2} \begin{bmatrix} 1 & 1 & -1 \\ -9 & -7 & 11 \\ -5 & -5 & 7 \end{bmatrix} A − 1 = d e t ( A ) 1 ⋅ adj ( A ) = 2 1 1 − 9 − 5 1 − 7 − 5 − 1 11 7
Q2.2 [4 marks]
If A + B = [ 1 − 1 3 0 ] A + B = \begin{bmatrix} 1 & -1 \\ 3 & 0 \end{bmatrix} A + B = [ 1 3 − 1 0 ] and A − B = [ 3 1 1 4 ] A - B = \begin{bmatrix} 3 & 1 \\ 1 & 4 \end{bmatrix} A − B = [ 3 1 1 4 ] then find A B AB A B .
Answer : A B = [ 0 − 1 4 − 2 ] AB = \begin{bmatrix} 0 & -1 \\ 4 & -2 \end{bmatrix} A B = [ 0 4 − 1 − 2 ]
Solution :
Adding the equations:
( A + B ) + ( A − B ) = 2 A (A + B) + (A - B) = 2A ( A + B ) + ( A − B ) = 2 A
2 A = [ 1 − 1 3 0 ] + [ 3 1 1 4 ] = [ 4 0 4 4 ] 2A = \begin{bmatrix} 1 & -1 \\ 3 & 0 \end{bmatrix} + \begin{bmatrix} 3 & 1 \\ 1 & 4 \end{bmatrix} = \begin{bmatrix} 4 & 0 \\ 4 & 4 \end{bmatrix} 2 A = [ 1 3 − 1 0 ] + [ 3 1 1 4 ] = [ 4 4 0 4 ]
A = [ 2 0 2 2 ] A = \begin{bmatrix} 2 & 0 \\ 2 & 2 \end{bmatrix} A = [ 2 2 0 2 ]
Subtracting the equations:
( A + B ) − ( A − B ) = 2 B (A + B) - (A - B) = 2B ( A + B ) − ( A − B ) = 2 B
2 B = [ 1 − 1 3 0 ] − [ 3 1 1 4 ] = [ − 2 − 2 2 − 4 ] 2B = \begin{bmatrix} 1 & -1 \\ 3 & 0 \end{bmatrix} - \begin{bmatrix} 3 & 1 \\ 1 & 4 \end{bmatrix} = \begin{bmatrix} -2 & -2 \\ 2 & -4 \end{bmatrix} 2 B = [ 1 3 − 1 0 ] − [ 3 1 1 4 ] = [ − 2 2 − 2 − 4 ]
B = [ − 1 − 1 1 − 2 ] B = \begin{bmatrix} -1 & -1 \\ 1 & -2 \end{bmatrix} B = [ − 1 1 − 1 − 2 ]
A B = [ 2 0 2 2 ] [ − 1 − 1 1 − 2 ] = [ − 2 − 2 0 − 6 ] AB = \begin{bmatrix} 2 & 0 \\ 2 & 2 \end{bmatrix} \begin{bmatrix} -1 & -1 \\ 1 & -2 \end{bmatrix} = \begin{bmatrix} -2 & -2 \\ 0 & -6 \end{bmatrix} A B = [ 2 2 0 2 ] [ − 1 1 − 1 − 2 ] = [ − 2 0 − 2 − 6 ]
Q2.3 [4 marks]
Solve the system of linear equation 2 x + 3 y = 1 2x + 3y = 1 2 x + 3 y = 1 , y − 4 x = 2 y - 4x = 2 y − 4 x = 2 using matrices.
Answer : x = − 1 11 x = -\frac{1}{11} x = − 11 1 , y = 13 11 y = \frac{13}{11} y = 11 13
Solution :
The system can be written as: A X = B AX = B A X = B
[ 2 3 − 4 1 ] [ x y ] = [ 1 2 ] \begin{bmatrix} 2 & 3 \\ -4 & 1 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 1 \\ 2 \end{bmatrix} [ 2 − 4 3 1 ] [ x y ] = [ 1 2 ]
det ( A ) = 2 ( 1 ) − 3 ( − 4 ) = 2 + 12 = 14 \det(A) = 2(1) - 3(-4) = 2 + 12 = 14 det ( A ) = 2 ( 1 ) − 3 ( − 4 ) = 2 + 12 = 14
A − 1 = 1 14 [ 1 − 3 4 2 ] A^{-1} = \frac{1}{14} \begin{bmatrix} 1 & -3 \\ 4 & 2 \end{bmatrix} A − 1 = 14 1 [ 1 4 − 3 2 ]
X = A − 1 B = 1 14 [ 1 − 3 4 2 ] [ 1 2 ] = 1 14 [ − 5 8 ] X = A^{-1}B = \frac{1}{14} \begin{bmatrix} 1 & -3 \\ 4 & 2 \end{bmatrix} \begin{bmatrix} 1 \\ 2 \end{bmatrix} = \frac{1}{14} \begin{bmatrix} -5 \\ 8 \end{bmatrix} X = A − 1 B = 14 1 [ 1 4 − 3 2 ] [ 1 2 ] = 14 1 [ − 5 8 ]
Therefore: x = − 5 14 x = -\frac{5}{14} x = − 14 5 , y = 8 14 = 4 7 y = \frac{8}{14} = \frac{4}{7} y = 14 8 = 7 4
Q.3 (A) Attempt any two [6 marks]
Q3.1 [3 marks]
Find the derivative of f ( x ) = e x f(x) = e^x f ( x ) = e x using definition of derivative.
Answer : f ′ ( x ) = e x f'(x) = e^x f ′ ( x ) = e x
Solution :
Using the definition: f ′ ( x ) = lim h → 0 f ( x + h ) − f ( x ) h f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} f ′ ( x ) = lim h → 0 h f ( x + h ) − f ( x )
f ′ ( x ) = lim h → 0 e x + h − e x h f'(x) = \lim_{h \to 0} \frac{e^{x+h} - e^x}{h} f ′ ( x ) = lim h → 0 h e x + h − e x
= lim h → 0 e x ⋅ e h − e x h = \lim_{h \to 0} \frac{e^x \cdot e^h - e^x}{h} = lim h → 0 h e x ⋅ e h − e x
= e x lim h → 0 e h − 1 h = e^x \lim_{h \to 0} \frac{e^h - 1}{h} = e x lim h → 0 h e h − 1
= e x ⋅ 1 = e x = e^x \cdot 1 = e^x = e x ⋅ 1 = e x
Q3.2 [3 marks]
If x + y = a \sqrt{x} + \sqrt{y} = \sqrt{a} x + y = a then prove that d y d x = − y x \frac{dy}{dx} = -\sqrt{\frac{y}{x}} d x d y = − x y
Answer : Proved
Solution :
x + y = a \sqrt{x} + \sqrt{y} = \sqrt{a} x + y = a
Differentiating both sides with respect to x x x :
1 2 x + 1 2 y ⋅ d y d x = 0 \frac{1}{2\sqrt{x}} + \frac{1}{2\sqrt{y}} \cdot \frac{dy}{dx} = 0 2 x 1 + 2 y 1 ⋅ d x d y = 0
1 2 y ⋅ d y d x = − 1 2 x \frac{1}{2\sqrt{y}} \cdot \frac{dy}{dx} = -\frac{1}{2\sqrt{x}} 2 y 1 ⋅ d x d y = − 2 x 1
d y d x = − y x = − y x \frac{dy}{dx} = -\frac{\sqrt{y}}{\sqrt{x}} = -\sqrt{\frac{y}{x}} d x d y = − x y = − x y ✓
Q3.3 [3 marks]
Evaluate ∫ tan x sec x + tan x d x \int \frac{\tan x}{\sec x + \tan x} dx ∫ s e c x + t a n x t a n x d x
Answer : x − ln ∣ sec x + tan x ∣ + C x - \ln|\sec x + \tan x| + C x − ln ∣ sec x + tan x ∣ + C
Solution :
Let I = ∫ tan x sec x + tan x d x I = \int \frac{\tan x}{\sec x + \tan x} dx I = ∫ s e c x + t a n x t a n x d x
Multiply numerator and denominator by ( sec x − tan x ) (\sec x - \tan x) ( sec x − tan x ) :
I = ∫ tan x ( sec x − tan x ) ( sec x + tan x ) ( sec x − tan x ) d x I = \int \frac{\tan x(\sec x - \tan x)}{(\sec x + \tan x)(\sec x - \tan x)} dx I = ∫ ( s e c x + t a n x ) ( s e c x − t a n x ) t a n x ( s e c x − t a n x ) d x
= ∫ tan x ( sec x − tan x ) sec 2 x − tan 2 x d x = \int \frac{\tan x(\sec x - \tan x)}{\sec^2 x - \tan^2 x} dx = ∫ s e c 2 x − t a n 2 x t a n x ( s e c x − t a n x ) d x
= ∫ tan x ( sec x − tan x ) 1 d x = \int \frac{\tan x(\sec x - \tan x)}{1} dx = ∫ 1 t a n x ( s e c x − t a n x ) d x
= ∫ ( tan x sec x − tan 2 x ) d x = \int (\tan x \sec x - \tan^2 x) dx = ∫ ( tan x sec x − tan 2 x ) d x
= ∫ tan x sec x d x − ∫ ( sec 2 x − 1 ) d x = \int \tan x \sec x dx - \int (\sec^2 x - 1) dx = ∫ tan x sec x d x − ∫ ( sec 2 x − 1 ) d x
= sec x − tan x + x + C = \sec x - \tan x + x + C = sec x − tan x + x + C
Q.3 (B) Attempt any two [8 marks]
Q3.1 [4 marks]
If e x + e y = e x + y e^x + e^y = e^{x+y} e x + e y = e x + y then find d y d x \frac{dy}{dx} d x d y .
Answer : d y d x = e x ( e y − 1 ) e y ( e x − 1 ) \frac{dy}{dx} = \frac{e^x(e^y - 1)}{e^y(e^x - 1)} d x d y = e y ( e x − 1 ) e x ( e y − 1 )
Solution :
e x + e y = e x + y e^x + e^y = e^{x+y} e x + e y = e x + y
Differentiating both sides with respect to x x x :
e x + e y d y d x = e x + y ( 1 + d y d x ) e^x + e^y \frac{dy}{dx} = e^{x+y}(1 + \frac{dy}{dx}) e x + e y d x d y = e x + y ( 1 + d x d y )
e x + e y d y d x = e x + y + e x + y d y d x e^x + e^y \frac{dy}{dx} = e^{x+y} + e^{x+y} \frac{dy}{dx} e x + e y d x d y = e x + y + e x + y d x d y
Rearranging:
e x − e x + y = e x + y d y d x − e y d y d x e^x - e^{x+y} = e^{x+y} \frac{dy}{dx} - e^y \frac{dy}{dx} e x − e x + y = e x + y d x d y − e y d x d y
e x − e x + y = d y d x ( e x + y − e y ) e^x - e^{x+y} = \frac{dy}{dx}(e^{x+y} - e^y) e x − e x + y = d x d y ( e x + y − e y )
d y d x = e x − e x + y e x + y − e y = e x ( 1 − e y ) e y ( e x − 1 ) = e x ( e y − 1 ) e y ( e x − 1 ) \frac{dy}{dx} = \frac{e^x - e^{x+y}}{e^{x+y} - e^y} = \frac{e^x(1 - e^y)}{e^y(e^x - 1)} = \frac{e^x(e^y - 1)}{e^y(e^x - 1)} d x d y = e x + y − e y e x − e x + y = e y ( e x − 1 ) e x ( 1 − e y ) = e y ( e x − 1 ) e x ( e y − 1 )
Q3.2 [4 marks]
For y = 2 e 3 x + 3 e − 2 x y = 2e^{3x} + 3e^{-2x} y = 2 e 3 x + 3 e − 2 x , prove that d 2 y d x 2 − d y d x − 6 y = 0 \frac{d^2y}{dx^2} - \frac{dy}{dx} - 6y = 0 d x 2 d 2 y − d x d y − 6 y = 0 .
Answer : Proved
Solution :
y = 2 e 3 x + 3 e − 2 x y = 2e^{3x} + 3e^{-2x} y = 2 e 3 x + 3 e − 2 x
d y d x = 6 e 3 x − 6 e − 2 x \frac{dy}{dx} = 6e^{3x} - 6e^{-2x} d x d y = 6 e 3 x − 6 e − 2 x
d 2 y d x 2 = 18 e 3 x + 12 e − 2 x \frac{d^2y}{dx^2} = 18e^{3x} + 12e^{-2x} d x 2 d 2 y = 18 e 3 x + 12 e − 2 x
Now checking the equation:
d 2 y d x 2 − d y d x − 6 y \frac{d^2y}{dx^2} - \frac{dy}{dx} - 6y d x 2 d 2 y − d x d y − 6 y
= ( 18 e 3 x + 12 e − 2 x ) − ( 6 e 3 x − 6 e − 2 x ) − 6 ( 2 e 3 x + 3 e − 2 x ) = (18e^{3x} + 12e^{-2x}) - (6e^{3x} - 6e^{-2x}) - 6(2e^{3x} + 3e^{-2x}) = ( 18 e 3 x + 12 e − 2 x ) − ( 6 e 3 x − 6 e − 2 x ) − 6 ( 2 e 3 x + 3 e − 2 x )
= 18 e 3 x + 12 e − 2 x − 6 e 3 x + 6 e − 2 x − 12 e 3 x − 18 e − 2 x = 18e^{3x} + 12e^{-2x} - 6e^{3x} + 6e^{-2x} - 12e^{3x} - 18e^{-2x} = 18 e 3 x + 12 e − 2 x − 6 e 3 x + 6 e − 2 x − 12 e 3 x − 18 e − 2 x
= ( 18 − 6 − 12 ) e 3 x + ( 12 + 6 − 18 ) e − 2 x = (18 - 6 - 12)e^{3x} + (12 + 6 - 18)e^{-2x} = ( 18 − 6 − 12 ) e 3 x + ( 12 + 6 − 18 ) e − 2 x
= 0 ⋅ e 3 x + 0 ⋅ e − 2 x = 0 = 0 \cdot e^{3x} + 0 \cdot e^{-2x} = 0 = 0 ⋅ e 3 x + 0 ⋅ e − 2 x = 0 ✓
Q3.3 [4 marks]
Equation of motion of a moving particle given by s = t 3 + 3 t s = t^3 + 3t s = t 3 + 3 t , t > 0 t > 0 t > 0 , when the velocity and acceleration will be equal?
Answer : At t = 1 t = 1 t = 1 second
Solution :
Given: s = t 3 + 3 t s = t^3 + 3t s = t 3 + 3 t
Velocity: v = d s d t = 3 t 2 + 3 v = \frac{ds}{dt} = 3t^2 + 3 v = d t d s = 3 t 2 + 3
Acceleration: a = d v d t = 6 t a = \frac{dv}{dt} = 6t a = d t d v = 6 t
For velocity = acceleration:
3 t 2 + 3 = 6 t 3t^2 + 3 = 6t 3 t 2 + 3 = 6 t
3 t 2 − 6 t + 3 = 0 3t^2 - 6t + 3 = 0 3 t 2 − 6 t + 3 = 0
t 2 − 2 t + 1 = 0 t^2 - 2t + 1 = 0 t 2 − 2 t + 1 = 0
( t − 1 ) 2 = 0 (t - 1)^2 = 0 ( t − 1 ) 2 = 0
t = 1 t = 1 t = 1
Therefore, velocity and acceleration are equal at t = 1 t = 1 t = 1 second.
Q.4 (A) Attempt any two [6 marks]
Q4.1 [3 marks]
Evaluate: ∫ sin x x d x \int \frac{\sin\sqrt{x}}{\sqrt{x}} dx ∫ x s i n x d x
Answer : − 2 cos x + C -2\cos\sqrt{x} + C − 2 cos x + C
Solution :
Let u = x u = \sqrt{x} u = x , then d u = 1 2 x d x du = \frac{1}{2\sqrt{x}} dx d u = 2 x 1 d x , so d x = 2 x d u = 2 u d u dx = 2\sqrt{x} du = 2u du d x = 2 x d u = 2 u d u
∫ sin x x d x = ∫ sin u u ⋅ 2 u d u = 2 ∫ sin u d u = − 2 cos u + C = − 2 cos x + C \int \frac{\sin\sqrt{x}}{\sqrt{x}} dx = \int \frac{\sin u}{u} \cdot 2u du = 2\int \sin u du = -2\cos u + C = -2\cos\sqrt{x} + C ∫ x s i n x d x = ∫ u s i n u ⋅ 2 u d u = 2 ∫ sin u d u = − 2 cos u + C = − 2 cos x + C
Q4.2 [3 marks]
Evaluate: ∫ 0 π / 2 sin x cos x + sin x d x \int_0^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\cos x} + \sqrt{\sin x}} dx ∫ 0 π /2 c o s x + s i n x s i n x d x
Answer : π 4 \frac{\pi}{4} 4 π
Solution :
Let I = ∫ 0 π / 2 sin x cos x + sin x d x I = \int_0^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\cos x} + \sqrt{\sin x}} dx I = ∫ 0 π /2 c o s x + s i n x s i n x d x
Using property ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x \int_0^a f(x) dx = \int_0^a f(a-x) dx ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x :
I = ∫ 0 π / 2 sin ( π / 2 − x ) cos ( π / 2 − x ) + sin ( π / 2 − x ) d x I = \int_0^{\pi/2} \frac{\sqrt{\sin(\pi/2 - x)}}{\sqrt{\cos(\pi/2 - x)} + \sqrt{\sin(\pi/2 - x)}} dx I = ∫ 0 π /2 c o s ( π /2 − x ) + s i n ( π /2 − x ) s i n ( π /2 − x ) d x
= ∫ 0 π / 2 cos x sin x + cos x d x = \int_0^{\pi/2} \frac{\sqrt{\cos x}}{\sqrt{\sin x} + \sqrt{\cos x}} dx = ∫ 0 π /2 s i n x + c o s x c o s x d x
Adding both expressions:
2 I = ∫ 0 π / 2 sin x + cos x cos x + sin x d x = ∫ 0 π / 2 1 d x = π 2 2I = \int_0^{\pi/2} \frac{\sqrt{\sin x} + \sqrt{\cos x}}{\sqrt{\cos x} + \sqrt{\sin x}} dx = \int_0^{\pi/2} 1 dx = \frac{\pi}{2} 2 I = ∫ 0 π /2 c o s x + s i n x s i n x + c o s x d x = ∫ 0 π /2 1 d x = 2 π
Therefore: I = π 4 I = \frac{\pi}{4} I = 4 π
Q4.3 [3 marks]
Find the mean of the frequency distribution:
Age 20-24 25-29 30-34 35-39 40-44 45-49 50-54 55-59 Staff 5 7 9 11 10 8 6 4
Answer : Mean = 37.5 years
Solution :
Class Midpoint (x) Frequency (f) fx 20-24 22 5 110 25-29 27 7 189 30-34 32 9 288 35-39 37 11 407 40-44 42 10 420 45-49 47 8 376 50-54 52 6 312 55-59 57 4 228 Total 60 2330
Mean = ∑ f x ∑ f = 2330 60 = 38.83 \frac{\sum fx}{\sum f} = \frac{2330}{60} = 38.83 ∑ f ∑ f x = 60 2330 = 38.83 years
Q.4 (B) Attempt any two [8 marks]
Q4.1 [4 marks]
Evaluate: ∫ 0 1 x 2 1 + x 6 d x \int_0^1 \frac{x^2}{1 + x^6} dx ∫ 0 1 1 + x 6 x 2 d x
Answer : π 12 \frac{\pi}{12} 12 π
Solution :
Let u = x 3 u = x^3 u = x 3 , then d u = 3 x 2 d x du = 3x^2 dx d u = 3 x 2 d x , so x 2 d x = 1 3 d u x^2 dx = \frac{1}{3} du x 2 d x = 3 1 d u
When x = 0 x = 0 x = 0 , u = 0 u = 0 u = 0 ; when x = 1 x = 1 x = 1 , u = 1 u = 1 u = 1
∫ 0 1 x 2 1 + x 6 d x = ∫ 0 1 1 1 + u 2 ⋅ 1 3 d u = 1 3 ∫ 0 1 1 1 + u 2 d u \int_0^1 \frac{x^2}{1 + x^6} dx = \int_0^1 \frac{1}{1 + u^2} \cdot \frac{1}{3} du = \frac{1}{3} \int_0^1 \frac{1}{1 + u^2} du ∫ 0 1 1 + x 6 x 2 d x = ∫ 0 1 1 + u 2 1 ⋅ 3 1 d u = 3 1 ∫ 0 1 1 + u 2 1 d u
= 1 3 [ tan − 1 u ] 0 1 = 1 3 ( tan − 1 1 − tan − 1 0 ) = 1 3 ⋅ π 4 = π 12 = \frac{1}{3} [\tan^{-1} u]_0^1 = \frac{1}{3}(\tan^{-1} 1 - \tan^{-1} 0) = \frac{1}{3} \cdot \frac{\pi}{4} = \frac{\pi}{12} = 3 1 [ tan − 1 u ] 0 1 = 3 1 ( tan − 1 1 − tan − 1 0 ) = 3 1 ⋅ 4 π = 12 π
Q4.2 [4 marks]
Find area enclosed by curve y = x 2 y = x^2 y = x 2 , X X X -axis and x = 2 x = 2 x = 2
Answer : Area = 8 3 \frac{8}{3} 3 8 square units
Solution :
The area is bounded by y = x 2 y = x^2 y = x 2 , y = 0 y = 0 y = 0 (X-axis), x = 0 x = 0 x = 0 and x = 2 x = 2 x = 2
Area = ∫ 0 2 x 2 d x = [ x 3 3 ] 0 2 = 8 3 − 0 = 8 3 \int_0^2 x^2 dx = \left[\frac{x^3}{3}\right]_0^2 = \frac{8}{3} - 0 = \frac{8}{3} ∫ 0 2 x 2 d x = [ 3 x 3 ] 0 2 = 3 8 − 0 = 3 8 square units
Q4.3 [4 marks]
Calculate the standard deviation for the following continuous grouped data:
Class 0-10 10-20 20-30 30-40 40-50 Frequency 5 8 15 16 6
Answer : Standard deviation = 10.95
Solution :
Class Midpoint (x) f fx x 2 x^2 x 2 f x 2 fx^2 f x 2 0-10 5 5 25 25 125 10-20 15 8 120 225 1800 20-30 25 15 375 625 9375 30-40 35 16 560 1225 19600 40-50 45 6 270 2025 12150 Total 50 1350 43050
Mean x ˉ = 1350 50 = 27 \bar{x} = \frac{1350}{50} = 27 x ˉ = 50 1350 = 27
Variance = ∑ f x 2 n − ( x ˉ ) 2 = 43050 50 − ( 27 ) 2 = 861 − 729 = 132 \frac{\sum fx^2}{n} - (\bar{x})^2 = \frac{43050}{50} - (27)^2 = 861 - 729 = 132 n ∑ f x 2 − ( x ˉ ) 2 = 50 43050 − ( 27 ) 2 = 861 − 729 = 132
Standard deviation = 132 = 11.49 \sqrt{132} = 11.49 132 = 11.49
Q.5 (A) Attempt any two [6 marks]
Q5.1 [3 marks]
If mean of 25 observation is 50 and mean of other 75 observation is 60. Considering all the observation then find the mean.
Answer : Combined mean = 57.5
Solution :
Combined mean = n 1 x 1 ˉ + n 2 x 2 ˉ n 1 + n 2 \frac{n_1\bar{x_1} + n_2\bar{x_2}}{n_1 + n_2} n 1 + n 2 n 1 x 1 ˉ + n 2 x 2 ˉ
= 25 × 50 + 75 × 60 25 + 75 = 1250 + 4500 100 = 5750 100 = 57.5 = \frac{25 \times 50 + 75 \times 60}{25 + 75} = \frac{1250 + 4500}{100} = \frac{5750}{100} = 57.5 = 25 + 75 25 × 50 + 75 × 60 = 100 1250 + 4500 = 100 5750 = 57.5
Q5.2 [3 marks]
Find the mean deviation for the following frequency distribution:
x i x_i x i 3 4 5 6 7 8 f i f_i f i 1 3 7 5 2 2
Answer : Mean deviation = 1.1
Solution :
| x i x_i x i | f i f_i f i | f i x i f_i x_i f i x i | ∣ x i − x ˉ ∣ |x_i - \bar{x}| ∣ x i − x ˉ ∣ | f i ∣ x i − x ˉ ∣ f_i|x_i - \bar{x}| f i ∣ x i − x ˉ ∣ |
|-------|-------|-----------|------------------|---------------------|
| 3 | 1 | 3 | 2 | 2 |
| 4 | 3 | 12 | 1 | 3 |
| 5 | 7 | 35 | 0 | 0 |
| 6 | 5 | 30 | 1 | 5 |
| 7 | 2 | 14 | 2 | 4 |
| 8 | 2 | 16 | 3 | 6 |
| Total | 20 | 110 | | 20 |
Mean x ˉ = 110 20 = 5.5 \bar{x} = \frac{110}{20} = 5.5 x ˉ = 20 110 = 5.5
Recalculating deviations from mean = 5.5:
Mean deviation = ∑ f i ∣ x i − x ˉ ∣ ∑ f i = 22 20 = 1.1 \frac{\sum f_i|x_i - \bar{x}|}{\sum f_i} = \frac{22}{20} = 1.1 ∑ f i ∑ f i ∣ x i − x ˉ ∣ = 20 22 = 1.1
Q5.3 [3 marks]
Calculate the standard deviation for the following ungrouped data:
120, 132, 148, 136, 142, 140, 165, 153
Answer : Standard deviation = 13.36
Solution :
x x x x − x ˉ x - \bar{x} x − x ˉ ( x − x ˉ ) 2 (x - \bar{x})^2 ( x − x ˉ ) 2 120 -19.5 380.25 132 -7.5 56.25 148 8.5 72.25 136 -3.5 12.25 142 2.5 6.25 140 0.5 0.25 165 25.5 650.25 153 13.5 182.25 Total 0 1360
n = 8 n = 8 n = 8 , ∑ x = 1116 \sum x = 1116 ∑ x = 1116
Mean x ˉ = 1116 8 = 139.5 \bar{x} = \frac{1116}{8} = 139.5 x ˉ = 8 1116 = 139.5
Variance = ∑ ( x − x ˉ ) 2 n = 1360 8 = 170 \frac{\sum(x - \bar{x})^2}{n} = \frac{1360}{8} = 170 n ∑ ( x − x ˉ ) 2 = 8 1360 = 170
Standard deviation = 170 = 13.04 \sqrt{170} = 13.04 170 = 13.04
Q.5 (B) Attempt any two [8 marks]
Q5.1 [4 marks]
Solve: d y d x + tan x ⋅ tan y = 0 \frac{dy}{dx} + \tan x \cdot \tan y = 0 d x d y + tan x ⋅ tan y = 0
Answer : ln ∣ cos y ∣ = ln ∣ cos x ∣ + C \ln|\cos y| = \ln|\cos x| + C ln ∣ cos y ∣ = ln ∣ cos x ∣ + C or cos y = A cos x \cos y = A\cos x cos y = A cos x
Solution :
d y d x + tan x ⋅ tan y = 0 \frac{dy}{dx} + \tan x \cdot \tan y = 0 d x d y + tan x ⋅ tan y = 0
d y d x = − tan x ⋅ tan y \frac{dy}{dx} = -\tan x \cdot \tan y d x d y = − tan x ⋅ tan y
d y tan y = − tan x d x \frac{dy}{\tan y} = -\tan x \, dx t a n y d y = − tan x d x
cot y d y = − tan x d x \cot y \, dy = -\tan x \, dx cot y d y = − tan x d x
Integrating both sides:
∫ cot y d y = − ∫ tan x d x \int \cot y \, dy = -\int \tan x \, dx ∫ cot y d y = − ∫ tan x d x
ln ∣ sin y ∣ = ln ∣ cos x ∣ + C 1 \ln|\sin y| = \ln|\cos x| + C_1 ln ∣ sin y ∣ = ln ∣ cos x ∣ + C 1
ln ∣ sin y ∣ − ln ∣ cos x ∣ = C 1 \ln|\sin y| - \ln|\cos x| = C_1 ln ∣ sin y ∣ − ln ∣ cos x ∣ = C 1
ln ∣ sin y cos x ∣ = C 1 \ln\left|\frac{\sin y}{\cos x}\right| = C_1 ln c o s x s i n y = C 1
Taking exponential:
sin y cos x = C \frac{\sin y}{\cos x} = C c o s x s i n y = C (where C = e C 1 C = e^{C_1} C = e C 1 )
sin y = C cos x \sin y = C \cos x sin y = C cos x
Alternative form: cos y = A cos x \cos y = A \cos x cos y = A cos x where A A A is a constant.
Q5.2 [4 marks]
Solve: d y d x + 2 y = 3 e x \frac{dy}{dx} + 2y = 3e^x d x d y + 2 y = 3 e x
Answer : y = e x + C e − 2 x y = e^x + Ce^{-2x} y = e x + C e − 2 x
Solution :
This is a first-order linear differential equation of the form d y d x + P y = Q \frac{dy}{dx} + Py = Q d x d y + P y = Q
where P = 2 P = 2 P = 2 and Q = 3 e x Q = 3e^x Q = 3 e x
Integrating factor: I . F . = e ∫ P d x = e ∫ 2 d x = e 2 x I.F. = e^{\int P \, dx} = e^{\int 2 \, dx} = e^{2x} I . F . = e ∫ P d x = e ∫ 2 d x = e 2 x
Multiplying the equation by e 2 x e^{2x} e 2 x :
e 2 x d y d x + 2 e 2 x y = 3 e 3 x e^{2x}\frac{dy}{dx} + 2e^{2x}y = 3e^{3x} e 2 x d x d y + 2 e 2 x y = 3 e 3 x
The left side is the derivative of y e 2 x ye^{2x} y e 2 x :
d d x ( y e 2 x ) = 3 e 3 x \frac{d}{dx}(ye^{2x}) = 3e^{3x} d x d ( y e 2 x ) = 3 e 3 x
Integrating both sides:
y e 2 x = ∫ 3 e 3 x d x = e 3 x + C ye^{2x} = \int 3e^{3x} \, dx = e^{3x} + C y e 2 x = ∫ 3 e 3 x d x = e 3 x + C
Therefore: y = e x + C e − 2 x y = e^x + Ce^{-2x} y = e x + C e − 2 x
Q5.3 [4 marks]
Solve: d y + 4 x y 2 d x = 0 dy + 4xy^2dx = 0 d y + 4 x y 2 d x = 0 ; y ( 0 ) = 1 y(0) = 1 y ( 0 ) = 1
Answer : y = 1 1 + 2 x 2 y = \frac{1}{1 + 2x^2} y = 1 + 2 x 2 1
Solution :
d y + 4 x y 2 d x = 0 dy + 4xy^2dx = 0 d y + 4 x y 2 d x = 0
d y = − 4 x y 2 d x dy = -4xy^2dx d y = − 4 x y 2 d x
d y y 2 = − 4 x d x \frac{dy}{y^2} = -4x \, dx y 2 d y = − 4 x d x
Integrating both sides:
∫ y − 2 d y = ∫ − 4 x d x \int y^{-2} \, dy = \int -4x \, dx ∫ y − 2 d y = ∫ − 4 x d x
− 1 y = − 2 x 2 + C -\frac{1}{y} = -2x^2 + C − y 1 = − 2 x 2 + C
1 y = 2 x 2 − C \frac{1}{y} = 2x^2 - C y 1 = 2 x 2 − C
Using initial condition y ( 0 ) = 1 y(0) = 1 y ( 0 ) = 1 :
1 1 = 2 ( 0 ) 2 − C \frac{1}{1} = 2(0)^2 - C 1 1 = 2 ( 0 ) 2 − C
1 = − C 1 = -C 1 = − C
C = − 1 C = -1 C = − 1
Therefore: 1 y = 2 x 2 + 1 \frac{1}{y} = 2x^2 + 1 y 1 = 2 x 2 + 1
y = 1 2 x 2 + 1 y = \frac{1}{2x^2 + 1} y = 2 x 2 + 1 1
Formula Cheat Sheet
Matrix Operations
Matrix Addition/Subtraction : Element-wise operation
Matrix Multiplication : ( A B ) i j = ∑ k a i k b k j (AB)_{ij} = \sum_{k} a_{ik}b_{kj} ( A B ) ij = ∑ k a ik b k j
Transpose : ( A T ) i j = A j i (A^T)_{ij} = A_{ji} ( A T ) ij = A j i
Determinant (2×2) : det [ a b c d ] = a d − b c \det\begin{bmatrix} a & b \\ c & d \end{bmatrix} = ad - bc det [ a c b d ] = a d − b c
Inverse (2×2) : A − 1 = 1 det ( A ) [ d − b − c a ] A^{-1} = \frac{1}{\det(A)}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix} A − 1 = d e t ( A ) 1 [ d − c − b a ]
Adjoint (2×2) : adj [ a b c d ] = [ d − b − c a ] \text{adj}\begin{bmatrix} a & b \\ c & d \end{bmatrix} = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} adj [ a c b d ] = [ d − c − b a ]
Differentiation Formulas
d d x ( x n ) = n x n − 1 \frac{d}{dx}(x^n) = nx^{n-1} d x d ( x n ) = n x n − 1
d d x ( e x ) = e x \frac{d}{dx}(e^x) = e^x d x d ( e x ) = e x
d d x ( ln x ) = 1 x \frac{d}{dx}(\ln x) = \frac{1}{x} d x d ( ln x ) = x 1
d d x ( sin x ) = cos x \frac{d}{dx}(\sin x) = \cos x d x d ( sin x ) = cos x
d d x ( cos x ) = − sin x \frac{d}{dx}(\cos x) = -\sin x d x d ( cos x ) = − sin x
d d x ( tan x ) = sec 2 x \frac{d}{dx}(\tan x) = \sec^2 x d x d ( tan x ) = sec 2 x
d d x ( tan − 1 x ) = 1 1 + x 2 \frac{d}{dx}(\tan^{-1} x) = \frac{1}{1+x^2} d x d ( tan − 1 x ) = 1 + x 2 1
Chain Rule : d d x f ( g ( x ) ) = f ′ ( g ( x ) ) ⋅ g ′ ( x ) \frac{d}{dx}f(g(x)) = f'(g(x)) \cdot g'(x) d x d f ( g ( x )) = f ′ ( g ( x )) ⋅ g ′ ( x )
Product Rule : ( u v ) ′ = u ′ v + u v ′ (uv)' = u'v + uv' ( uv ) ′ = u ′ v + u v ′
Quotient Rule : ( u v ) ′ = u ′ v − u v ′ v 2 (\frac{u}{v})' = \frac{u'v - uv'}{v^2} ( v u ) ′ = v 2 u ′ v − u v ′
Integration Formulas
∫ x n d x = x n + 1 n + 1 + C \int x^n \, dx = \frac{x^{n+1}}{n+1} + C ∫ x n d x = n + 1 x n + 1 + C (for n ≠ − 1 n \neq -1 n = − 1 )
∫ 1 x d x = ln ∣ x ∣ + C \int \frac{1}{x} \, dx = \ln|x| + C ∫ x 1 d x = ln ∣ x ∣ + C
∫ e x d x = e x + C \int e^x \, dx = e^x + C ∫ e x d x = e x + C
∫ sin x d x = − cos x + C \int \sin x \, dx = -\cos x + C ∫ sin x d x = − cos x + C
∫ cos x d x = sin x + C \int \cos x \, dx = \sin x + C ∫ cos x d x = sin x + C
∫ sec 2 x d x = tan x + C \int \sec^2 x \, dx = \tan x + C ∫ sec 2 x d x = tan x + C
∫ 1 1 + x 2 d x = tan − 1 x + C \int \frac{1}{1+x^2} \, dx = \tan^{-1} x + C ∫ 1 + x 2 1 d x = tan − 1 x + C
Integration by Parts : ∫ u d v = u v − ∫ v d u \int u \, dv = uv - \int v \, du ∫ u d v = uv − ∫ v d u
Differential Equations
Variable Separable : d y d x = f ( x ) g ( y ) ⇒ d y g ( y ) = f ( x ) d x \frac{dy}{dx} = f(x)g(y) \Rightarrow \frac{dy}{g(y)} = f(x)dx d x d y = f ( x ) g ( y ) ⇒ g ( y ) d y = f ( x ) d x
Linear DE : d y d x + P y = Q \frac{dy}{dx} + Py = Q d x d y + P y = Q , Solution: y ⋅ I . F . = ∫ Q ⋅ I . F . d x y \cdot I.F. = \int Q \cdot I.F. \, dx y ⋅ I . F . = ∫ Q ⋅ I . F . d x
Integrating Factor : I . F . = e ∫ P d x I.F. = e^{\int P \, dx} I . F . = e ∫ P d x
Statistics Formulas
Mean : x ˉ = ∑ x i n \bar{x} = \frac{\sum x_i}{n} x ˉ = n ∑ x i (ungrouped), x ˉ = ∑ f i x i ∑ f i \bar{x} = \frac{\sum f_i x_i}{\sum f_i} x ˉ = ∑ f i ∑ f i x i (grouped)
Mean Deviation : M . D . = ∑ ∣ x i − x ˉ ∣ n M.D. = \frac{\sum |x_i - \bar{x}|}{n} M . D . = n ∑ ∣ x i − x ˉ ∣ (ungrouped), M . D . = ∑ f i ∣ x i − x ˉ ∣ ∑ f i M.D. = \frac{\sum f_i |x_i - \bar{x}|}{\sum f_i} M . D . = ∑ f i ∑ f i ∣ x i − x ˉ ∣ (grouped)
Standard Deviation : σ = ∑ ( x i − x ˉ ) 2 n \sigma = \sqrt{\frac{\sum (x_i - \bar{x})^2}{n}} σ = n ∑ ( x i − x ˉ ) 2 (ungrouped)
Variance : σ 2 = ∑ ( x i − x ˉ ) 2 n \sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n} σ 2 = n ∑ ( x i − x ˉ ) 2
Range : Maximum value - Minimum value
Combined Mean : x ˉ = n 1 x 1 ˉ + n 2 x 2 ˉ n 1 + n 2 \bar{x} = \frac{n_1\bar{x_1} + n_2\bar{x_2}}{n_1 + n_2} x ˉ = n 1 + n 2 n 1 x 1 ˉ + n 2 x 2 ˉ
Problem-Solving Strategies
Matrix Problems
Check dimensions before operations
Calculate determinant first to check if inverse exists
Use cofactor method for 3×3 matrix inverse
Set up equations properly for system solving
Differentiation Problems
Identify the type (implicit, parametric, composite)
Apply appropriate rules (chain, product, quotient)
Simplify step by step
Check units in application problems
Integration Problems
Try standard forms first
Use substitution when inner function derivative is present
Apply integration by parts for products
Check limits carefully in definite integrals
Differential Equations
Identify the type (separable, linear, homogeneous)
Apply appropriate method
Use initial conditions to find constants
Verify solution by substitution
Statistics Problems
Organize data in tabular form
Calculate systematically using formulas
Use class midpoints for grouped data
Double-check calculations
Common Mistakes to Avoid
Matrix multiplication : Remember it's not commutative (A B ≠ B A AB \neq BA A B = B A )
Chain rule : Don't forget to multiply by derivative of inner function
Integration limits : Be careful with sign changes
Differential equations : Always include constant of integration
Statistics : Use correct formulas for grouped vs ungrouped data
Arithmetic errors : Double-check all calculations
Units : Maintain proper units throughout calculations
Exam Tips
Read questions carefully - understand what's being asked
Show all steps - partial credit is often awarded
Use proper mathematical notation
Check your answers when possible
Manage time effectively - attempt questions you're confident about first
Use formulas correctly - refer to the formula sheet
For optional questions - choose the ones you can solve completely
In statistics problems - organize data clearly before calculations
For differential equations - verify your solution satisfies the original equation
Practice numerical problems - accuracy in calculations is crucial