MTH101 Summer Tutorial Questions
MTH101 Summer Tutorial Questions
Finding subsets is essential in understanding the structure and potential combinations within a set. For set P = {a, b, c, d}, subsets are formed by considering the presence or absence of each element, yielding 2^4 = 16 subsets: {}, {a}, {b}, {c}, {d}, {a,b}, {a,c}, {a,d}, {b,c}, {b,d}, {c,d}, {a,b,c}, {a,b,d}, {a,c,d}, {b,c,d}, {a,b,c,d} .
Factorization involves expressing the quadratic equation in the form (px + q)(rx + s) = 0. For 6x^2 + 5x - 6 = 0, look for two numbers that multiply to 6*(-6) = -36 and add to 5. The numbers 9 and -4 satisfy this. Rewrite 5x as 9x - 4x, factor by grouping: (6x^2 + 9x) - (4x + 6) = 3x(2x + 3) - 2(2x + 3) = (3x - 2)(2x + 3). Solving gives roots x = 2/3 and x = -3/2 .
Isolate terms to express in a unified trig function. For 4 Cos 2x - 2 Sin 2x = 2, divide by 2: 2 Cos 2x - Sin 2x = 1. Use identities: let u = Cos 2x, v = Sin 2x. Express using Sin^2+ Cos^2 = 1, reducible to 2u - v = 1. Apply analytical methods to find solutions in the interval, ensuring compatibility with trig identities .
Pascal's triangle provides coefficients for binomial expansions. For (1 - Z)^5, use row 5 coefficients: 1, 5, 10, 10, 5, 1. Expansion: (1 - Z)^5 = 1*1 - 5Z + 10Z^2 - 10Z^3 + 5Z^4 - Z^5. This leverages symmetry and power pattern recognition in the polynomial expansion .
The perimeter of the logo is composed of the remaining arc and the two radii. For a sector with angle θ radian, arc length = rθ. If θ = 1 radian and r = 25mm, arc length = 25mm. Total perimeter = arc length + 2 radii = 25 + 2*25 = 75mm .
Mathematical induction involves two main steps: base case and inductive step. For the sum of cubes S(n) = ∑r^3, using induction: (1) Base case: for n = 1, S(1) = 1^3 = 1 equals (1(1+1)/2)^2 = 1. (2) Inductive step: assume it's true for n = k, i.e., S(k) = (k(k+1)/2)^2. Show for n = k+1, S(k+1) = S(k) + (k+1)^3 = ((k(k+1)/2)^2 + (k+1)^3). Simplifying, ((k+1)(k+2)/2)^2 gives the required equality .
Convert cosine terms using angle sum formulas: Cos x = Sin(π/2 - x). For Sin 2A Cos 4A + Sin 3A Cos 9A, apply sum identities: 1/2 [Sin(2A+4A) + Sin(2A-4A)] + 1/2 [Sin(3A+9A) + Sin(3A-9A)]. Transform angles into terms involving only Sin using π/2 shifts, simplifying operations on sine functions .
This identity is proven by expressing each sine term using sum-to-product identities. Sin A + Sin B = 2 Sin((A+B)/2) Cos((A-B)/2) and Sin A - Sin B = 2 Cos((A+B)/2) Sin((A-B)/2). By dividing and simplifying, it confirms Tan((A + B)/2) / Tan((A - B)/2). Geometrically, it illustrates angular bisectors and relationships within circle segments .
The sum to infinity of a geometric series with first term 'a' and common ratio 'r' such that |r|<1 is S∞ = a/(1-r). For the series 256, 64, 16, 4,..., 'a' = 256 and 'r' = 1/4. So, S∞ = 256/(1 - 1/4) = 256/(3/4) = 256 * (4/3) = 341.33 .
The half angle substitution tan(x/2) = t transforms trigonometric expressions into algebraic forms. For Sec x Cot x = 1, express in terms of tan(x/2). With Sec x = 1/cos x and Cot x = cos x/sin x, rearranging and substituting gives (1/cos^2 x) = t^2 + 1 / t^2. Solving for t requires algebraic manipulation, clarifying angle relationships within the equation .