0% found this document useful (0 votes)
89 views2 pages

MTH101 Summer Tutorial Questions

This document contains a list of 15 math problems covering topics like: - Proving identities using mathematical induction - Finding subsets, unions, and complements of sets - Solving quadratic equations using factorization and the quadratic formula - Expanding expressions using the binomial theorem - Working with trigonometric functions and identities - Solving trigonometric equations The problems range in complexity from straightforward calculations to proofs involving induction or trigonometric manipulations.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
89 views2 pages

MTH101 Summer Tutorial Questions

This document contains a list of 15 math problems covering topics like: - Proving identities using mathematical induction - Finding subsets, unions, and complements of sets - Solving quadratic equations using factorization and the quadratic formula - Expanding expressions using the binomial theorem - Working with trigonometric functions and identities - Solving trigonometric equations The problems range in complexity from straightforward calculations to proofs involving induction or trigonometric manipulations.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

LEAD CITY UNIVERSITY

Faculty of Natural and Applied Sciences


2022/2023 Summer Academic Session
Department of Computer Science

MTH101 Tutorial Questions


𝑛(𝑛+1) 2
1. (a) Prove by mathematical induction: ∑𝑛1 𝑟 3 = { }
2
𝑛(𝑛+1)
(b) Prove by mathematical induction: ∑𝑛1 𝑟 =
2

2. (a) State all the subsets of the set given by P = {a, b, c, d}


(b) If the universal set ⋃ = {𝑥: 𝑥 is a natural number and 1≤ 𝑥 ≤ 9}
Given that P = {𝑥: 1 ≤ 𝑥 ≤ 4} and Q = { 2, 4, 6, 8 }. Find (𝑃 ∪ 𝑄)𝑐

3a) Find the 15th term and the sum of the first 26 terms of the series, 21, 17, 13, 9, 5, … Calculate
the arithmetic mean of – 15 and – 23.
1 1 1
3b) Find the sum of the first 8 terms of the series 27, 9, 3, …

𝑎(1− 𝑟 𝑛 )
4. Prove by mathematical induction: Sn =
1− 𝑟

5 (a) Find the sum to infinity of the series 256, 64, 16, 4,…

(b) If the 1st term, a, of an A. P. is five times the common difference, d. Find in terms of d, the
10th term of the A.P.

6a) Solve the following quadratic equations using factorization method.

I) 6x2 + 5x – 6 = 0

II) 2x2 + 7x + 3 = 0

III) 2x2 + 7x – 15 = 0

b) Given that the two roots of a quadratic equation, X 1 = 7 and X2 = -2. Determine the quadratic
equation.

7a) Solve 2x2 – 3x – 5 = 0 by using the quadratic formula.

7b) Solve X2 + 3x -10 = 0 by using the quadratic formula.

8a) Expand (2x +3y)3 in descending powers of x.


8b) Obtain the expansion of (2x – ½)4 in descending powers of x.

9a) Draw Pascal’s triangle up to degree ten.

9b) From the above triangle, expand (1 – Z)5.

10a) Solve x2 – 6x + 13 = 0.

10b) Plot the graphs of the following:

(a) 4 + 7i (b) -2 - 6i (c) i - 10 (d) -5 -5i

11) Solve the following equations for 0 ≤ 𝑥 ≤ 2𝜋, leaving 𝜋 in your answers:

(a) Sin x = 0.5 (b) 4 Sin 2 x = 3 (c) Tan 2x = -1 (d) 2 Sin 2 x + Sin x =0

(e) Tan 2 x - 5 Sec x + 3 = 0

12a) A company logo is made by removing a sector containing an angle of 1 radian from a
circle of radius 25mm. Find the perimeter of the logo.

12b) A chord of a circle subtends an angle 𝜃 radian at the centre of the circle. The area of the
minor segment cut off by the chord is one-eight the area of the circle. Show that 4𝜃 = 𝜋 +
4 𝑆𝑖𝑛𝜃

13a) Using the half angle substitution i.e. tan 𝑥⁄2 = 𝑡, find in terms of t the following and solve
for t:

(i) Sec x Cot x =1 (ii) Sin x + Cos x =1

13b) Show that Cos x + 2 Cos 2x + Cos 3x = 4 Cos 2 𝑥⁄2 Cos 2x

14a) Express Sin 2A Cos 4A + Sin 3A Cos 9A in terms of sine only


𝐴+𝐵
𝑆𝑖𝑛 𝐴+𝑆𝑖𝑛 𝐵 𝑇𝑎𝑛 ( )
14b) Prove that 𝑆𝑖𝑛 𝐴−𝑆𝑖𝑛 𝐵 = 2
𝐴 −𝐵
𝑇𝑎𝑛 ( )
2

15) Solve the following equations:

(a) 4 Cos 2x – 2 Sin 2x =2

(b) Cos 3x + √3 Sin 3x = √3

(c) 2Sin x + 3 Cos x = √3

Common questions

Powered by AI

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 .

You might also like