Mathematics (PGT) — HTET Level 3 Study Notes
Overview
Mathematics at the PGT level (Classes IX–XII) in HTET demands solid command over four major domains: Algebra, Calculus, Trigonometry, and Statistics, along with understanding of mathematics pedagogy. This paper tests both content mastery and the ability to teach these concepts effectively.
The PGT Mathematics paper carries significant weightage on problem-solving skills. Questions typically test conceptual clarity rather than rote formulae. Expect direct computation problems, theorem applications, and pedagogy questions on how to handle student misconceptions. Candidates must be comfortable with NCERT Class XI–XII mathematics and basic teaching methodology.
Success requires balancing depth (knowing proofs and derivations) with breadth (covering all sub-topics). Focus on high-yield areas: quadratic equations, limits and derivatives, trigonometric identities, and measures of central tendency.
---
Key Concepts
- **Algebra as generalized arithmetic**: Variables represent unknown quantities; equations express relationships that can be solved systematically using properties of equality.
- **Function concept**: A relation where each input has exactly one output. Domain, codomain, and range are foundational to understanding calculus.
- **Limit as the foundation of calculus**: The value a function approaches as input approaches a point. Continuity and differentiability depend on limits existing and matching function values.
- **Derivative as rate of change**: Measures instantaneous rate of change; geometrically represents slope of tangent line at a point.
- **Integral as accumulation**: Definite integral represents area under curve; indefinite integral is antiderivative.
- **Trigonometric ratios in unit circle**: Sine and cosine are coordinates on unit circle; this unifies angle measurement with function behavior.
- **Statistics as data summary**: Measures of central tendency (mean, median, mode) and dispersion (variance, standard deviation) describe data distributions.
- **Pedagogy focus**: Mathematics teaching should move from concrete to abstract, use multiple representations, and address procedural fluency alongside conceptual understanding.
---
Formulas / Key Facts
### Algebra
- Quadratic formula: x = (-b ± √(b² - 4ac)) / 2a for ax² + bx + c = 0
- Sum of roots = -b/a; Product of roots = c/a
- AP nth term: aₙ = a + (n-1)d; Sum: Sₙ = n/2 × (2a + (n-1)d)
- GP nth term: aₙ = arⁿ⁻¹; Sum (r ≠ 1): Sₙ = a(rⁿ - 1)/(r - 1)
- Binomial theorem: (a + b)ⁿ = Σ ⁿCᵣ × aⁿ⁻ʳ × bʳ for r = 0 to n
### Calculus
- First principle: f'(x) = lim(h→0) [f(x+h) - f(x)] / h
- Power rule: d/dx(xⁿ) = nxⁿ⁻¹
- Product rule: d/dx(uv) = u(dv/dx) + v(du/dx)
- Quotient rule: d/dx(u/v) = [v(du/dx) - u(dv/dx)] / v²
- Chain rule: dy/dx = (dy/du) × (du/dx)
- ∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1)
- ∫eˣ dx = eˣ + C; ∫(1/x) dx = ln|x| + C
### Trigonometry
- sin²θ + cos²θ = 1; 1 + tan²θ = sec²θ; 1 + cot²θ = cosec²θ
- sin(A ± B) = sinA cosB ± cosA sinB
- cos(A ± B) = cosA cosB ∓ sinA sinB
- sin2A = 2sinA cosA; cos2A = cos²A - sin²A = 1 - 2sin²A = 2cos²A - 1
- General solution: sinθ = sinα → θ = nπ + (-1)ⁿα
- General solution: cosθ = cosα → θ = 2nπ ± α
### Statistics
- Mean (grouped): x̄ = Σfᵢxᵢ / Σfᵢ
- Variance: σ² = Σfᵢ(xᵢ - x̄)² / N or σ² = (Σfᵢxᵢ²/N) - x̄²
- Standard deviation: σ = √variance
- Coefficient of variation: CV = (σ/x̄) × 100
---
Worked Examples
### Example 1: Algebra — Quadratic Equation **Problem**: Find the nature of roots of 2x² - 4x + 5 = 0
**Solution**:
- Discriminant D = b² - 4ac = (-4)² - 4(2)(5) = 16 - 40 = -24
- Since D < 0, roots are imaginary (complex conjugates)
- Roots are not real; parabola does not intersect x-axis
---
### Example 2: Calculus — Differentiation **Problem**: Find dy/dx if y = (3x² + 2)⁵
**Solution**:
- Apply chain rule: Let u = 3x² + 2, so y = u⁵
- dy/du = 5u⁴
- du/dx = 6x
- dy/dx = 5u⁴ × 6x = 5(3x² + 2)⁴ × 6x = 30x(3x² + 2)⁴
---
### Example 3: Trigonometry — General Solution **Problem**: Solve sinx = 1/2
**Solution**:
- sinx = 1/2 = sin(π/6)
- General solution: x = nπ + (-1)ⁿ(π/6), where n is any integer
- For n = 0: x = π/6; For n = 1: x = π - π/6 = 5π/6
- Principal solutions in [0, 2π] are π/6 and 5π/6
---
### Example 4: Statistics — Standard Deviation **Problem**: Find SD if observations are 4, 6, 8, 10, 12
**Solution**:
- Mean x̄ = (4+6+8+10+12)/5 = 40/5 = 8
- Deviations from mean: -4, -2, 0, 2, 4
- Squared deviations: 16, 4, 0, 4, 16
- Variance σ² = (16+4+0+4+16)/5 = 40/5 = 8
- Standard deviation σ = √8 = 2√2 ≈ 2.83
---
Common Mistakes
- **Forgetting ± in quadratic formula** → Both roots must be calculated; missing the minus sign loses one root entirely.
- **Ignoring chain rule in composite functions** → When differentiating f(g(x)), students often forget to multiply by g'(x). Always identify the "inner function" first.
- **Confusing general solutions in trigonometry** → sin and cos have different general solution patterns. Memorize: sin uses nπ + (-1)ⁿα; cos uses 2nπ ± α.
- **Using sample vs population formula for variance** → For population variance, divide by N. For sample variance, divide by (N-1). HTET usually uses population formula.
- **Treating d/dx(uv) as (du/dx)(dv/dx)** → Product rule requires u(dv/dx) + v(du/dx). This additive structure is often replaced incorrectly by multiplication.
- **Sign errors in integration by substitution** → When substituting u = f(x), ensure du matches exactly. Adjust constants carefully.
---
Quick Reference
- Discriminant D > 0 → two distinct real roots; D = 0 → equal roots; D < 0 → complex roots
- Derivative of xⁿ is nxⁿ⁻¹; Integral of xⁿ is xⁿ⁺¹/(n+1) + C
- sin²θ + cos²θ = 1 is the master identity; all others derive from it
- Standard deviation = √(mean of squared deviations)
- Pedagogy: Move concrete → pictorial → abstract; address both "how" and "why"
- For HTET: NCERT XI–XII is the primary source; focus on solved examples and exercise patterns