๐Ÿšจ Don't Lose Marks Here!

Common Mistakes Notebook ๐Ÿ™…โ€โ™€๏ธ

These are the exact mistakes that cost students marks every year. Read this before the exam and Ishu (My Wife) will NOT repeat them! ๐ŸŽฏ

01

Relations & Functions

Saves 1-2 Marks
โŒ Wrong
Checking only Reflexivity and Symmetry โ€” forgetting Transitivity
โœ… Right
Check ALL THREE: Reflexive + Symmetric + Transitive for Equivalence
๐Ÿ’ก Partial marks are NOT given if one condition is missing. Check all 3!
Saves 2 Marks
โŒ Wrong
Saying inverse exists for any function $f(x)$
โœ… Right
Inverse exists ONLY if $f$ is Bijective (One-One AND Onto both)
๐Ÿ’ก Always prove bijection before writing inverse!
โŒ Wrong
Writing $fog = gof$ directly
โœ… Right
$fog \neq gof$ in general. Always compute separately!
๐Ÿ’ก Apply the rightmost function FIRST in composition.
02

Inverse Trigonometric Functions

Saves 2 Marks
โŒ Wrong
$\sin^{-1}(\sin(2\pi)) = 2\pi$
โœ… Right
$\sin^{-1}(\sin(2\pi)) = 0$ โ€” must reduce to principal value range $[-\pi/2, \pi/2]$
๐Ÿ’ก $\sin^{-1}(\sin\theta) = \theta$ ONLY if $\theta \in [-\pi/2, \pi/2]$. Otherwise reduce first!
Saves 2 Marks
โŒ Wrong
$\tan^{-1}2 + \tan^{-1}3 = \tan^{-1}\!\left(\frac{5}{-5}\right) = \tan^{-1}(-1)$
โœ… Right
Since $xy = 6 > 1$, add $\pi$: result $= \pi + \tan^{-1}(-1) = \pi - \pi/4 = 3\pi/4$
๐Ÿ’ก When $xy > 1$ in $\tan^{-1}x + \tan^{-1}y$, ALWAYS add $\pi$ if $x, y > 0$!
โŒ Wrong
$\cos^{-1}(-x) = -\cos^{-1}(x)$
โœ… Right
$\cos^{-1}(-x) = \pi - \cos^{-1}(x)$ โ€” NOT negative!
๐Ÿ’ก Only $\sin^{-1}$, $\tan^{-1}$, $\cot^{-1}$, $\text{cosec}^{-1}$ are odd. $\cos^{-1}$ and $\sec^{-1}$ are NOT.
03

Matrices

Saves 2 Marks
โŒ Wrong
$(AB)^T = A^T B^T$
โœ… Right
$(AB)^T = B^T A^T$ โ€” ORDER REVERSES!
๐Ÿ’ก Same for inverse: $(AB)^{-1} = B^{-1}A^{-1}$. Order always reverses!
โŒ Wrong
Multiplying any two matrices $A \times B$ directly
โœ… Right
Check compatibility first: columns of $A$ must equal rows of $B$. $m\times n$ ร— $n\times p$ = $m\times p$
๐Ÿ’ก Alwasy note the order of the resulting matrix too!
04

Determinants

Saves 3 Marks
โŒ Wrong
$|kA| = k|A|$ for a 3ร—3 matrix
โœ… Right
$|kA| = k^n|A|$ where $n$ = order. For 3ร—3: $|kA| = k^3|A|$
๐Ÿ’ก Scalar multiplies each row, so for $n$ rows: $k^n$ factor comes out!
Saves 2 Marks
โŒ Wrong
Forgetting ยฑ sign in minors/cofactors. Writing all cofactors as positive.
โœ… Right
Cofactor sign: $(-1)^{i+j} \times M_{ij}$. Signs follow checkerboard: $+ - + / - + - / + - +$
๐Ÿ’ก Draw the checkerboard sign pattern before writing cofactors!
โŒ Wrong
Taking Area of triangle as negative when det is negative
โœ… Right
Area = $\frac{1}{2}|\text{det}|$ โ€” always take absolute value! Area is never negative.
๐Ÿ’ก But for collinearity check: det = 0 (no absolute value needed)
05

Continuity & Differentiability

Saves 3 Marks
โŒ Wrong
Checking only LHL = RHL for continuity and declaring function continuous
โœ… Right
3 conditions: LHL = RHL = $f(c)$. Missing the third condition = wrong answer!
๐Ÿ’ก Write all 3 steps explicitly: LHL, RHL, f(c), then conclude.
Saves 2 Marks
โŒ Wrong
Differentiating $x^x$ as $x \cdot x^{x-1}$
โœ… Right
Use log differentiation: $y = x^x \Rightarrow \ln y = x\ln x \Rightarrow \frac{y'}{y} = 1+\ln x$
๐Ÿ’ก Power rule works only when base is variable & exponent is constant!
โŒ Wrong
Concluding: if $f$ is continuous then it's differentiable
โœ… Right
Diff โŸน Continuous. But Continuous โŸน NOT necessarily diff. $|x|$ is the classic example!
๐Ÿ’ก Board often asks: "Is $f(x)=|x|$ differentiable at 0?" โ€” Answer: NO!
06

Application of Derivatives

Saves 3 Marks
โŒ Wrong
Forgetting to check endpoints for absolute maxima/minima in a closed interval
โœ… Right
Evaluate $f$ at all critical points AND both endpoints [$a$, $b$]. Compare all values!
๐Ÿ’ก Absolute max/min is often at endpoints, not critical points!
โŒ Wrong
Writing tangent equation without finding slope: $y - y_1 = m(x - x_1)$ with wrong $m$
โœ… Right
Always find $m = f'(x_1)$ first by substituting the given point in the derivative!
๐Ÿ’ก Normal slope = $-1/m$. If slope is 0, tangent is horizontal: $y = y_1$
07

Integrals

Saves 3 Marks
โŒ Wrong
Forgetting $+C$ in indefinite integrals every single time
โœ… Right
ALWAYS write $+C$ at the end of every indefinite integral. 1 mark deducted if missing!
๐Ÿ’ก Make it a habit. $+C$ = free marks. Never miss it!
Saves 2 Marks
โŒ Wrong
Not substituting limits after substitution in definite integral: keeping old limits with new variable
โœ… Right
When substituting $u = g(x)$, change limits too: new limits = $g(a)$ and $g(b)$
๐Ÿ’ก OR: back-substitute to $x$ before applying original limits. Either way โ€” don't mix!
โŒ Wrong
$\int \frac{1}{x^2} dx = \ln x^2$
โœ… Right
$\int x^{-2} dx = \frac{x^{-1}}{-1} = -\frac{1}{x} + C$. Only $\int \frac{1}{x} dx = \ln|x|+C$!
๐Ÿ’ก Log rule applies ONLY to $1/x$, not $1/x^2$, $1/x^3$, etc.!
08

Application of Integrals

Saves 3 Marks
โŒ Wrong
Getting negative area and writing it as the answer
โœ… Right
Area is always positive! If integral gives negative, take $|$absolute value$|$. Split if curve crosses x-axis.
๐Ÿ’ก Always sketch a rough graph โ€” it shows if region is above or below x-axis!
โŒ Wrong
Not finding intersection points before setting up area integral between two curves
โœ… Right
Solve $f(x) = g(x)$ first for intersection points โ€” these become the limits of integration!
๐Ÿ’ก Without correct limits, full marks are impossible even if integration is right.
09

Differential Equations

Saves 2 Marks
โŒ Wrong
Forgetting $+C$ in general solution of DE
โœ… Right
General solution MUST have arbitrary constant $C$. Particular solution uses given condition to find $C$.
๐Ÿ’ก Losing $C$ in general solution = losing marks guaranteed!
Saves 2 Marks
โŒ Wrong
Using I.F. method when variables are separable โ€” overcomplicating
โœ… Right
First check if separable: can you write as $f(x)dx = g(y)dy$? If yes, separate โ€” it's faster!
๐Ÿ’ก I.F. method is for Linear DE $\frac{dy}{dx}+Py=Q$ only!
10

Vector Algebra

Saves 2 Marks
โŒ Wrong
$\vec{a} \times \vec{b} = \vec{b} \times \vec{a}$
โœ… Right
$\vec{a} \times \vec{b} = -(\vec{b} \times \vec{a})$ โ€” cross product is anti-commutative!
๐Ÿ’ก Dot product IS commutative: $\vec{a}\cdot\vec{b} = \vec{b}\cdot\vec{a}$ โœ…
โŒ Wrong
Saying $|\vec{a}+\vec{b}| = |\vec{a}| + |\vec{b}|$ always
โœ… Right
$|\vec{a}+\vec{b}|^2 = |\vec{a}|^2 + 2\vec{a}\cdot\vec{b} + |\vec{b}|^2$. Equality holds only when parallel!
๐Ÿ’ก Use the expansion formula when magnitude of sum is asked.
11

3D Geometry

Saves 3 Marks
โŒ Wrong
Confusing direction ratios with direction cosines. Writing DR directly as DC.
โœ… Right
DCs: $l = \frac{a}{\sqrt{a^2+b^2+c^2}}$. Always normalize! $l^2+m^2+n^2 = 1$ (DCs), not DRs!
๐Ÿ’ก DRs are proportional to DCs. Don't use DRs where DCs are asked โ€” check!
โŒ Wrong
Forgetting absolute value in distance from plane: getting negative distance
โœ… Right
$d = \frac{|ax_1+by_1+cz_1+d|}{\sqrt{a^2+b^2+c^2}}$ โ€” always absolute value in numerator!
๐Ÿ’ก Distance is always a positive scalar. Never negative!
12

Linear Programming

Saves 3 Marks
โŒ Wrong
Evaluating objective function at only ONE or TWO corner points
โœ… Right
Evaluate $Z$ at ALL corner points. Create a table showing all values. Then conclude!
๐Ÿ’ก CBSE wants a proper table of corner points and $Z$ values. Skip = lose marks!
โŒ Wrong
Shading the wrong side of constraint inequalities
โœ… Right
Substitute $(0,0)$ into inequality. If satisfied โ†’ shade side containing origin. If not โ†’ shade opposite.
๐Ÿ’ก The feasible region is the COMMON shaded area satisfying ALL constraints!
13

Probability

Saves 3 Marks
โŒ Wrong
Not computing $P(A)$ using Total Probability before applying Bayes'
โœ… Right
Step 1: Find $P(A)= \sum P(E_i)P(A|E_i)$. Step 2: Then apply Bayes' formula using this $P(A)$.
๐Ÿ’ก Bayes' denominator IS the Total Probability. Compute it first, separately!
Saves 2 Marks
โŒ Wrong
Confusing independent events with mutually exclusive events
โœ… Right
Independent: $P(A\cap B)=P(A)P(B)$. Mutually exclusive: $P(A\cap B)=0$. These are DIFFERENT!
๐Ÿ’ก Two mutually exclusive events with non-zero probability are NEVER independent!
โŒ Wrong
In Binomial distribution, using $n$ and $p$ but forgetting to compute $q = 1-p$
โœ… Right
$q = 1 - p$. Variance $= npq$. Always find $q$ first. Never use $p$ in place of $q$!
๐Ÿ’ก Mean $=np$, Variance $=npq$. Variance < Mean always in binomial!