Maths Viva Prep
Maths Viva Prep
25)
3. Matrices
Important Formulas:
o A matrix is a rectangular array of numbers arranged in rows and
columns.
o Matrix addition is element-wise: (A+B)ij=Aij+Bij(A + B)_{ij} = A_{ij}
+ B_{ij}(A+B)ij=Aij+Bij.
o Transpose of a matrix: (AT)ij=Aji(A^T)_{ij} = A_{ji}(AT)ij=Aji.
o Multiplication of matrices: (AB)ij=∑AikBkj(AB)_{ij} = \sum A_{ik}
B_{kj}(AB)ij=∑AikBkj.
o Determinant of a matrix: ∣A∣=ad−bc|A| = ad - bc∣A∣=ad−bc for a
2x2 matrix.
o Inverse of a matrix: A−1=adj(A)∣A∣A^{-1} = \frac{\text{adj}(A)}{|
A|}A−1=∣A∣adj(A).
Viva Summary:
o Explain types of matrices and operations like addition,
multiplication, and finding determinants.
o Describe the process of finding the inverse of a matrix.
Important Viva Questions:
1. What is a matrix? Explain different types of matrices.
A matrix is a rectangular array of numbers arranged in rows
and columns. Types include row matrix, column matrix,
square matrix, diagonal matrix, identity matrix, and zero
matrix.
2. How do you calculate the determinant of a 2×2 matrix?
end{pmatrix}A=(acbd), the determinant is ∣A∣=ad−bc|A| =
For a matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \
ad - bc∣A∣=ad−bc.
3. What is the inverse of a matrix and how is it calculated?
The inverse of a matrix AAA exists if and only if ∣A∣≠0|A| \
neq 0∣A∣=0. It is calculated as A−1=1∣A∣adj(A)A^{-1} = \
frac{1}{|A|} \text{adj}(A)A−1=∣A∣1adj(A).
4. Determinants
Important Formulas:
o Determinant of a 2×2 matrix: ∣A∣=ad−bc|A| = ad - bc∣A∣=ad−bc.
o Cofactor Expansion: Used for finding determinants of larger
matrices.
o Cramer's Rule: Used to solve a system of linear equations using
determinants.
o Properties of determinants:
∣AB∣=∣A∣×∣B∣|AB| = |A| \times |B|∣AB∣=∣A∣×∣B∣
∣AT∣=∣A∣|A^T| = |A|∣AT∣=∣A∣
Viva Summary:
o Explain how to calculate determinants using cofactor expansion.
o Solve linear systems using Cramer's Rule.
Important Viva Questions:
1. What is the cofactor expansion method for calculating
determinants?
Cofactor expansion involves expanding a determinant along
a row or column, breaking it down into smaller
determinants (minors).
2. What is Cramer's Rule?
Cramer's Rule is used to solve a system of linear equations
using determinants. It expresses the solution to the system
as the ratio of determinants.
6. Applications of Derivatives
Important Formulas:
o Maxima and Minima: A function f(x)f(x)f(x) has a local maximum
at x=cx = cx=c if f′(c)=0f'(c) = 0f′(c)=0 and f′′(c)<0f''(c) < 0f′′(c)<0.
o Optimization: Problems involving maximizing or minimizing a
quantity such as profit, cost, area, etc.
Viva Summary:
o Understand how derivatives are used to find local maxima and
minima of functions.
o Solve optimization problems using derivatives.
Important Viva Questions:
1. What is the process for finding maxima and minima of a
function?
Find the first derivative f′(x)f'(x)f′(x), set it equal to zero to
find critical points. Then, use the second derivative test f′′
(x)f''(x)f′′(x) to determine whether it is a maximum or
minimum.
2. How do you solve optimization problems using derivatives?
Set up the problem as a function to optimize (maximize or
minimize), take its derivative, find critical points, and
determine which yields the optimum value.
7. Integrals
Important Formulas:
o Integration by Substitution: ∫f(g(x))⋅g′(x) dx=F(g(x))+C\int f(g(x)) \
cdot g'(x) \, dx = F(g(x)) + C∫f(g(x))⋅g′(x)dx=F(g(x))+C
o Integration by Parts: ∫u dv=uv−∫v du\int u \, dv = uv - \int v \,
du∫udv=uv−∫vdu
o Definite Integrals: ∫abf(x) dx=F(b)−F(a)\int_a^b f(x) \, dx = F(b) -
F(a)∫abf(x)dx=F(b)−F(a)
Viva Summary:
o Understand and explain different methods of integration:
substitution, parts, and by partial fractions.
o Be able to evaluate definite integrals.
Important Viva Questions:
1. What is the method of integration by substitution?
Substitution is used when the integral contains a composite
function. Replace the composite function with a single
variable and simplify the integral.
2. Explain the integration by parts formula.
The integration by parts formula is based on the product
rule of differentiation: ∫u dv=uv−∫v du\int u \, dv = uv - \int v
\, du∫udv=uv−∫vdu.
8. Application of Integrals
Important Formulas:
o Area under curves: The area between the curve y=f(x)y = f(x)y=f(x)
and the x-axis from x=ax = ax=a to x=bx = bx=b is ∫abf(x) dx\
int_a^b f(x) \, dx∫abf(x)dx.
Viva Summary:
o Be prepared to find areas between curves using definite integrals.
Important Viva Questions:
1. How do you calculate the area between two curves?
To find the area between two curves y=f(x)y = f(x)y=f(x) and
y=g(x)y = g(x)y=g(x) over the interval [a,b][a, b][a,b],
compute ∫ab(f(x)−g(x)) dx\int_a^b (f(x) - g(x)) \, dx∫ab(f(x)
−g(x))dx.
9. Differential Equations
Important Formulas:
o General solution of a differential equation: dydx=f(x,y)\frac{dy}
{dx} = f(x, y)dxdy=f(x,y)
Viva Summary:
o Be ready to explain methods of solving simple differential
equations.
Important Viva Questions:
1. What is a differential equation?
A differential equation is an equation involving derivatives
that represents the relationship between a function and its
rates of change.
2. Explain the method of solving separable differential equations.
A separable differential equation can be written as
dydx=g(x)⋅h(y)\frac{dy}{dx} = g(x) \cdot h(y)dxdy=g(x)⋅h(y).
Separate the variables and integrate both sides.
10. Vectors
Important Formulas:
o Dot Product: A⃗⋅B⃗=∣A⃗∣∣B⃗∣cosθ\vec{A} \cdot \vec{B} = |\vec{A}| |\
vec{B}| \cos \thetaA⋅B=∣A∣∣B∣cosθ
o Cross Product: A⃗×B⃗=∣A⃗∣∣B⃗∣sinθ n^\vec{A} \times \vec{B} = |\vec{A}|
|\vec{B}| \sin \theta \, \hat{n}A×B=∣A∣∣B∣sinθn^
Viva Summary:
o Be prepared to explain vector operations such as dot and cross
products.
Important Viva Questions:
1. What is the dot product of two vectors?
11. 3D Geometry
Important Formulas:
o Distance between two points: (x2−x1)2+(y2−y1)2+(z2−z1)2\
sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}(x2−x1)2+(y2−y1
)2+(z2−z1)2
o Equation of a plane: ax+by+cz=dax + by + cz = dax+by+cz=d
Viva Summary:
o Be prepared to calculate distances between points, lines, and
planes in 3D geometry.
Important Viva Questions:
1. How do you calculate the distance between two points in 3D?
The distance between two points (x1,y1,z1)(x_1, y_1, z_1)
(x1,y1,z1) and (x2,y2,z2)(x_2, y_2, z_2)(x2,y2,z2) is given by:
(x2−x1)2+(y2−y1)2+(z2−z1)2\sqrt{(x_2 - x_1)^2 + (y_2 -
y_1)^2 + (z_2 - z_1)^2}(x2−x1)2+(y2−y1)2+(z2−z1)2
2. What is the equation of a plane in 3D?
The equation of a plane is given by ax+by+cz=dax + by + cz =
dax+by+cz=d, where (a,b,c)(a, b, c)(a,b,c) is the normal
vector to the plane.
13. Probability
Important Formulas:
o Conditional Probability: P(A∣B)=P(A∩B)P(B)P(A|B) = \frac{P(A \cap
B)}{P(B)}P(A∣B)=P(B)P(A∩B)
o Bayes' Theorem: P(A∣B)=P(B∣A)P(A)P(B)P(A|B) = \frac{P(B|A) P(A)}
{P(B)}P(A∣B)=P(B)P(B∣A)P(A)
o Binomial Distribution: P(X=k)=(nk)pk(1−p)n−kP(X = k) = \binom{n}
{k} p^k (1 - p)^{n-k}P(X=k)=(kn)pk(1−p)n−k
Viva Summary:
o Explain conditional probability, Bayes' theorem, and binomial
distributions.