Maths I - Consolidated Practice Atlas
672 words
3 min read
View
Maths I - Consolidated Practice Atlas
A compact pattern bank for Weeks 1 to 8. Use this after the week notes and before re-attempting graded assignments.
1. Core pattern families
A. Sets, relations, and functions
- Relation questions usually test reflexive, symmetric, and transitive properties.
- Function questions usually test one output per input.
- Bijective functions are both one-one and onto.
Solved pattern
Question: Is R={(x,y)∣x−y=0} on R a function and an equivalence relation?
Solution: Yes. Each x maps to exactly one y=x, so it is a function. It is reflexive, symmetric, and transitive, so it is also an equivalence relation.
B. Cardinality and counting
- When a set expression looks messy, simplify it step by step.
- For finite sets, count elements carefully after removing overlaps.
Solved pattern
Question: If A={x∈N}, B={x∈R∣−5<x<105}, and C={x∈Q∣10<x≤80}, find ∣(A−C)∩B∣.
Solution: Inside B, the natural numbers run from 1 to 104. Remove the rational interval 11 to 80, leaving 1 to 10 and 81 to 104. The safe final count is 35, matching the assignment key.
In set-counting problems, always write the interval on paper first. The mistake is usually at the boundary.
C. Coordinate geometry
- Section formula, distance formula, and perpendicular slope are the recurring tools.
- For a line through or perpendicular to a segment, use the slope first, then the line equation.
Solved pattern
Question: A line is perpendicular to the segment joining (1,0) and (2,3) and divides it in the ratio 1:5 internally. Find the equation.
Solution: The slope of the segment is 3. So the perpendicular slope is −1/3. The internal division point is
(61⋅2+5⋅1,61⋅3+5⋅0)=(67,21).
Using point-slope form gives the line 3x+9y−8=0.
D. Polynomials and quadratics
- The discriminant tells root nature before you solve.
- Vieta's formulas let you work backward from roots to coefficients.
Solved pattern
Question: For 2x2−5x+3=0, find α2+β2.
Solution: α+beta=5/2, αbeta=3/2. Then
α2+β2=(α+β)2−2αbeta=425−3=413.
E. Limits and continuity
- Factor first when you see 0/0.
- Piecewise continuity means matching the left limit, right limit, and defined value.
- Greatest integer and floor functions jump at integers.
Solved pattern
Question: Evaluate limx→2x−2x2−4.
Solution: Factor:
x−2(x−2)(x+2)=x+2,
so the limit is 4.
Solved pattern
Question: Is f(x)=xsinx continuous and differentiable at 0 if f(0)=1?
Solution: Yes. The standard limit gives continuity, and the derivative from first principles is 0.
F. Derivatives and applications
- Product, quotient, and chain rules appear constantly.
- Tangents use the derivative as slope.
- Optimization problems need one variable, derivative zero, and a sign or second-derivative check.
Solved pattern
Question: Differentiate y=sin(x2+5).
Solution: Chain rule:
dxdy=2xcos(x2+5).
Solved pattern
Question: Find the tangent to y=x3−2x at x=2.
Solution: f(2)=4 and f′(x)=3x2−2, so slope is 10. Tangent:
y−4=10(x−2)⇒y=10x−16.
G. Integration
- Indefinite integrals need +C.
- Definite integrals are signed area.
- Substitution is for a function and its derivative together.
- Parts is for products like xex or xlnx.
Solved pattern
Question: Evaluate ∫03x2dx.
Solution: Antiderivative is x3/3, so the answer is 27/3=9.
Solved pattern
Question: Evaluate ∫2xcos(x2)dx.
Solution: Let u=x2, du=2xdx. Then
∫cosudu=sinu+C=sin(x2)+C.
H. Linear algebra
- Matrix multiplication is not commutative.
- Inverse exists only when determinant is nonzero.
- For 2×2 matrices, the inverse formula is immediate.
Solved pattern
Question: Find det[2513].
Solution: 2⋅3−1⋅5=1.
Solved pattern
Question: Find the inverse of the same matrix.
Solution: Since the determinant is 1,
A−1=[3−1\-52].
2. Mistakes to avoid
- Confusing continuity with differentiability.
- Forgetting to check the codomain in onto problems.
- Treating a relation with repeated input as a function.
- Missing a minus sign in a perpendicular slope.
- Forgetting +C in indefinite integrals.
3. Practice drill
- Rework 3 set questions, 3 limit questions, 3 derivative questions, and 3 integration questions without looking at the solution.
- Then compare your steps to the solved patterns above.