Maths I β€” Crystal Clear Practice Drill

1169 words
6 min read
View

Maths I β€” Crystal Clear Practice Drill

How to use this: Cover the answers below each question. Solve on paper first. Then reveal and grade yourself. If you got it wrong, go back to the specific week note and re-read the pattern.

πŸ”΅ Tier 1 β€” Core Mechanics (Try these first, every day)

D1. Sets and Relations (Week 1)

Q: Let R={(x,y)∣x+y=0}R = \{(x, y) \mid x + y = 0\} on Z\mathbb{Z}. Is RR an equivalence relation?
<details> <summary>Model Answer</summary>
  • Reflexive: Does (x,x)∈R(x, x) \in R? That requires x+x=0x + x = 0, i.e., 2x=02x = 0. This is only true for x=0x = 0. Not all integers satisfy it. Fails.
  • Symmetric: If x+y=0x + y = 0, then y+x=0y + x = 0. Holds.
  • Transitive: If x+y=0x + y = 0 and y+z=0y + z = 0, then x=βˆ’yx = -y and z=βˆ’yz = -y, so x=zx = z, meaning x+z=2xβ‰ 0x + z = 2x \neq 0 in general. Fails.
  • Answer: Not an equivalence relation (fails reflexivity and transitivity).
</details>

D2. Quadratic (Week 2)

Q: For 3x2βˆ’7x+2=03x^2 - 7x + 2 = 0, find Ξ±2+Ξ²2\alpha^2 + \beta^2 without solving for Ξ±,Ξ²\alpha, \beta.
<details> <summary>Model Answer</summary>
By Vieta's: Ξ±+beta=7/3\alpha + \\beta = 7/3, Ξ±beta=2/3\alpha\\beta = 2/3. Ξ±2+Ξ²2=(Ξ±+Ξ²)2βˆ’2Ξ±beta=499βˆ’43=499βˆ’129=379\alpha^2 + \beta^2 = (\alpha+\beta)^2 - 2\alpha\\beta = \frac{49}{9} - \frac{4}{3} = \frac{49}{9} - \frac{12}{9} = \frac{37}{9}
</details>

D3. Limit via Factoring (Week 3)

Q: Evaluate lim⁑xβ†’3x2βˆ’9xβˆ’3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}.
<details> <summary>Model Answer</summary>
Direct substitution gives 0/00/0. Factor: (xβˆ’3)(x+3)(xβˆ’3)=x+3\frac{(x-3)(x+3)}{(x-3)} = x + 3. Substitute x=3x = 3: Answer = 6.
</details>

D4. Chain Rule (Week 4)

Q: Differentiate y=(3x2+1)4y = (3x^2 + 1)^4.
<details> <summary>Model Answer</summary>
Chain Rule: outer is u4u^4, inner is 3x2+13x^2 + 1. dydx=4(3x2+1)3β‹…6x=24x(3x2+1)3\frac{dy}{dx} = 4(3x^2+1)^3 \cdot 6x = 24x(3x^2+1)^3
</details>

D5. Optimization (Week 5)

Q: A farmer has 60 metres of fencing for a rectangular plot (one side is a wall β€” no fence needed). Maximize the area.
<details> <summary>Model Answer</summary>
Let width = xx (two of these), length = 60βˆ’2x60 - 2x. Area A=x(60βˆ’2x)=60xβˆ’2x2A = x(60 - 2x) = 60x - 2x^2. Aβ€²=60βˆ’4x=0β€…β€ŠβŸΉβ€…β€Šx=15A' = 60 - 4x = 0 \implies x = 15. Aβ€²β€²=βˆ’4<0A'' = -4 < 0 (maximum). Area = 15Γ—30=450Β m215 \times 30 = 450\text{ m}^2. Dimensions: 15m Γ— 30m.
</details>

D6. Definite Integral (Week 6)

Q: Compute ∫02(x3βˆ’2x) dx\int_0^2 (x^3 - 2x)\,dx.
<details> <summary>Model Answer</summary>
F(x)=x44βˆ’x2F(x) = \frac{x^4}{4} - x^2. F(2)=4βˆ’4=0F(2) = 4 - 4 = 0. F(0)=0F(0) = 0. Answer = 0.
This is a signed area problem β€” the region above and below cancel perfectly.
</details>

D7. Integration by Parts (Week 7)

Q: Compute ∫xex dx\int x e^x\,dx.
<details> <summary>Model Answer</summary>
ILATE: u=xu = x (Algebraic), dv=exdxdv = e^x dx. du=dxdu = dx, v=exv = e^x. ∫xex dx=xexβˆ’βˆ«ex dx=xexβˆ’ex+C=ex(xβˆ’1)+C\int xe^x\,dx = xe^x - \int e^x\,dx = xe^x - e^x + C = e^x(x-1) + C
</details>

D8. Linear Approximation (Week 8)

Q: Find the best linear approximation L(x)L(x) of f(x)=x3f(x) = x^3 at x=2x = 2.
<details> <summary>Model Answer</summary>
f(2)=8f(2) = 8. fβ€²(x)=3x2β€…β€ŠβŸΉβ€…β€Šfβ€²(2)=12f'(x) = 3x^2 \implies f'(2) = 12. L(x)=f(2)+fβ€²(2)(xβˆ’2)=8+12(xβˆ’2)=12xβˆ’16L(x) = f(2) + f'(2)(x-2) = 8 + 12(x-2) = 12x - 16
</details>

🟑 Tier 2 β€” Tricky But Crucial

T1. Standard Limit (Week 3 / Week 8)

Q: Find lim⁑nβ†’βˆžn(e1/nβˆ’1)\lim_{n\to\infty} n\left(e^{1/n} - 1\right).
<details> <summary>Model Answer</summary>
Let u=1/nu = 1/n. As nβ†’βˆžn\to\infty, uβ†’0u\to 0. n(e1/nβˆ’1)=euβˆ’1uβ†’uβ†’01n\left(e^{1/n}-1\right) = \frac{e^u - 1}{u} \xrightarrow{u\to 0} 1 Answer: 1. (Standard limit lim⁑uβ†’0euβˆ’1u=1\lim_{u\to 0}\frac{e^u-1}{u} = 1)
</details>

T2. Continuity Constant (Week 3)

Q: Find kk so that f(x)={kx+3x≀2Β x2βˆ’1x>2f(x) = \begin{cases} kx + 3 & x \leq 2 \ x^2 - 1 & x > 2 \end{cases} is continuous everywhere.
<details> <summary>Model Answer</summary>
At x=2x = 2: LHL = 2k+32k + 3. RHL = 4βˆ’1=34 - 1 = 3. Set equal: 2k+3=3β€…β€ŠβŸΉβ€…β€Šk=02k + 3 = 3 \implies k = 0.
</details>

T3. Monotonicity (Week 5)

Q: Find the intervals where f(x)=x3βˆ’6x2+9x+1f(x) = x^3 - 6x^2 + 9x + 1 is strictly increasing.
<details> <summary>Model Answer</summary>
fβ€²(x)=3x2βˆ’12x+9=3(x2βˆ’4x+3)=3(xβˆ’1)(xβˆ’3)f'(x) = 3x^2 - 12x + 9 = 3(x^2 - 4x + 3) = 3(x-1)(x-3).
  • fβ€²>0f' > 0 when x<1x < 1 or x>3x > 3.
  • Strictly increasing on (βˆ’βˆž,1)(-\infty, 1) and (3,∞)(3, \infty).
</details>

T4. Partial Fractions (Week 7)

Q: Integrate ∫3x2βˆ’1 dx\int \frac{3}{x^2 - 1}\,dx.
<details> <summary>Model Answer</summary>
Factor: x2βˆ’1=(xβˆ’1)(x+1)x^2 - 1 = (x-1)(x+1). Decompose: 3(xβˆ’1)(x+1)=Axβˆ’1+Bx+1\frac{3}{(x-1)(x+1)} = \frac{A}{x-1} + \frac{B}{x+1} At x=1x=1: 3=2Aβ€…β€ŠβŸΉβ€…β€ŠA=3/23 = 2A \implies A = 3/2. At x=βˆ’1x=-1: 3=βˆ’2Bβ€…β€ŠβŸΉβ€…β€ŠB=βˆ’3/23 = -2B \implies B = -3/2. ∫3/2xβˆ’1 dxβˆ’βˆ«3/2x+1 dx=32ln⁑∣xβˆ’1βˆ£βˆ’32ln⁑∣x+1∣+C\int \frac{3/2}{x-1}\,dx - \int \frac{3/2}{x+1}\,dx = \frac{3}{2}\ln|x-1| - \frac{3}{2}\ln|x+1| + C =32ln⁑∣xβˆ’1x+1∣+C= \frac{3}{2}\ln\left|\frac{x-1}{x+1}\right| + C
</details>

T5. Matrix Inverse (Week 8)

Q: Find the inverse of A=[4726]A = \begin{bmatrix} 4 & 7 \\ 2 & 6 \end{bmatrix}.
<details> <summary>Model Answer</summary>
det⁑(A)=(4)(6)βˆ’(7)(2)=24βˆ’14=10\det(A) = (4)(6) - (7)(2) = 24 - 14 = 10. Aβˆ’1=110[6βˆ’7Β βˆ’24]=[0.6βˆ’0.7Β βˆ’0.20.4]A^{-1} = \frac{1}{10}\begin{bmatrix} 6 & -7 \ -2 & 4 \end{bmatrix} = \begin{bmatrix} 0.6 & -0.7 \ -0.2 & 0.4 \end{bmatrix}
</details>

T6. Functional Equation (Week 8)

Q: f(x+y)=f(x)f(y)f(x+y) = f(x)f(y) for all reals. f(1)=5f(1) = 5 and fβ€²(0)=ln⁑5f'(0) = \ln 5. Find fβ€²(2)f'(2).
<details> <summary>Model Answer</summary>
This functional equation gives f(x)=axf(x) = a^x where a=5a = 5 (since f(1)=5f(1) = 5). Key property: fβ€²(x)=f(x)β‹…fβ€²(0)f'(x) = f(x) \cdot f'(0). fβ€²(2)=f(2)β‹…fβ€²(0)=52β‹…ln⁑5=25ln⁑5f'(2) = f(2) \cdot f'(0) = 5^2 \cdot \ln 5 = 25\ln 5
</details>

πŸ”΄ Tier 3 β€” Exam-Grade Problems

E1. Mixed Limits (Week 7)

Q: Find lim⁑nβ†’βˆž(12n23n+27βˆ’4n2+23n+5)\lim_{n\to\infty} \left(\frac{12n^2}{3n+27} - \frac{4n^2+23}{n+5}\right).
<details> <summary>Model Answer</summary>
Combine over common denominator (3n+27)(n+5)=(n+9)Γ—3Γ—(n+5)(3n+27)(n+5) = (n+9) \times 3 \times (n+5): After combining: Numerator =βˆ’16n2βˆ’23nβˆ’207= -16n^2 - 23n - 207, Denominator ∼n2\sim n^2. Degrees match β€…β€ŠβŸΉβ€…β€Š\implies Limit =βˆ’16/1=βˆ’16= -16/1 = \mathbf{-16}.
</details>

E2. Optimization with Constraint (Week 5)

Q: A box with a square base and no top must have a volume of 32 mΒ³. Find dimensions that minimize surface area.
<details> <summary>Model Answer</summary>
Let base side =x= x, height =h= h. Volume: x2h=32β€…β€ŠβŸΉβ€…β€Šh=32/x2x^2 h = 32 \implies h = 32/x^2. Surface area: S=x2+4xh=x2+4xβ‹…32x2=x2+128xS = x^2 + 4xh = x^2 + 4x \cdot \frac{32}{x^2} = x^2 + \frac{128}{x}. Sβ€²=2xβˆ’128x2=0β€…β€ŠβŸΉβ€…β€Š2x3=128β€…β€ŠβŸΉβ€…β€Šx3=64β€…β€ŠβŸΉβ€…β€Šx=4S' = 2x - \frac{128}{x^2} = 0 \implies 2x^3 = 128 \implies x^3 = 64 \implies x = 4. h=32/16=2h = 32/16 = 2. Answer: Base 4m Γ— 4m, Height 2m.
</details>

E3. L'HΓ΄pital (Week 3 / Week 8)

Q: Evaluate lim⁑xβ†’0exβˆ’1βˆ’xx2\lim_{x\to 0} \frac{e^x - 1 - x}{x^2}.
<details> <summary>Model Answer</summary>
At x=0x=0: 00\frac{0}{0}. Apply L'HΓ΄pital: exβˆ’12xβ†’xβ†’000\frac{e^x - 1}{2x} \xrightarrow{x\to 0} \frac{0}{0} Apply again: ex2β†’xβ†’012\frac{e^x}{2} \xrightarrow{x\to 0} \frac{1}{2} Answer: 1/21/2.
</details>

πŸ“Š Score Yourself

TierQuestionsTarget
Tier 1 (Core)D1–D87/8 minimum
Tier 2 (Tricky)T1–T64/6 minimum
Tier 3 (Exam)E1–E32/3 minimum
If you scored below target on any tier, revisit that week's note file and then attempt the corresponding graded assignment questions again.

Knowledge Graph

No Mesh Data Found

This module has no documented notes yet. Create markdown files in /content/notes/maths-1 to populate the local mesh.

Quartz v4 MeshMastery Dependency Graph
Mastered (80%+)
Learning (40-79%)
Weak (0-39%)
Unstarted

Backlinks

0 References

No inbound references detected.

Document Outline
Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.