INTRODUCTION TO MATHEMATICAL METHODS TEST ONE JAN INTAKE 2024

DATE : 4th March, 2024

DURATION: 2 HOURS

INSTRUCTIONS:

1. There are TWO questions in this Test paper.

2. Answer ALL the questions.

3. Full credit will only be given if all the working is shown. Answers alone whether correct or wrong, without any working shown, will earn a zero mark.

4. Indicate the question attempted CLEARLY


Question One

a) Define the following terms
i. An Infinite set [2]
ii. An Identity element [2]
iii. Bijective function [2]

Answer:

  1. Infinite set: A set with an unlimited number of elements (e.g., N\mathbb{N}, Z\mathbb{Z}).
  2. Identity element: For a binary operation * on set SS, an element eSe \in S such that ae=ea=aa * e = e * a = a for all aSa \in S.
  3. Bijective function: A function that is both injective (one-to-one) and surjective (onto).

OR

Answer:

  1. Infinite set: A set that is not finite, meaning its elements cannot be put into a one-to-one correspondence with a finite subset of natural numbers. Example: N={1,2,3,}\mathbb{N} = \{1, 2, 3, \ldots\}.
  2. Identity element: For a binary operation * on a set SS, an element eSe \in S such that for all aSa \in S, ae=ea=a\boxed{a * e = e * a = a} Example: For addition on R\mathbb{R}, e=0e = 0 since a+0=aa + 0 = a.
  3. Bijective function: A function that is both injective (one-to-one) and surjective (onto). That is, every element in the codomain is mapped to by exactly one element in the domain.

b) For each binary operation, find an identity element.
i. On R\mathbb{R}, define * by ab=a+baba * b = a + b - ab [2]
ii. A binary operation on Aˉ\bar{A} is defined by pAq=p+q+153p A q = p + q + \sqrt[3]{15} [2]

Answer:
i. Let ee be the identity element. Then:

ae=a+eae=aaR.a * e = a + e - ae = a \quad \forall a \in \mathbb{R}.

Solve:

a+eae=a    eae=0    e(1a)=0.a + e - ae = a \implies e - ae = 0 \implies e(1 - a) = 0.

For this to hold for all aa, e=0e = 0.
Verify: a0=a+0a0=aa * 0 = a + 0 - a \cdot 0 = a.
Identity element is 0

🔹 i. On R\mathbb{R}, define ab=a+baba * b = a + b - ab

We want to find eRe \in \mathbb{R} such that:

ae=a+eae=aa * e = a + e - ae = a

Subtract aa from both sides:

a+eaea=0eae=0e(1a)=0a + e - ae - a = 0 \Rightarrow e - ae = 0 \Rightarrow e(1 - a) = 0

This must hold for all aRa \in \mathbb{R}. So the only way this equation is always true is if:

e=0e = 0

Identity element is 0\boxed{0}

0


ii. Let ee be the identity. Then:

pAe=p+e+153=ppAˉ.p A e = p + e + \sqrt[3]{15} = p \quad \forall p \in \bar{A}.

Solve:

Subtract pp from both sides:

p+e+153=p  

  e+153=0  

  e=153.p + e + \sqrt[3]{15} = p \implies e + \sqrt[3]{15} = 0 \implies e = -\sqrt[3]{15}.

Identity element is 153-\sqrt[3]{15}.


c) Show that the cardinality of the power set of the power set of AA with one element is 4 and list its elements. [4]

Answer:

  • Let A={a}A = \{a\}.
  • Power set of AA, P(A)={,{a}}\mathcal{P}(A) = \{ \emptyset, \{a\} \}.
  • Power set of P(A)\mathcal{P}(A), P(P(A))=P({,{a}})\mathcal{P}(\mathcal{P}(A)) = \mathcal{P}\left( \{ \emptyset, \{a\} \} \right).
  • Elements:

P(P(A))={,{},{{a}},{,{a}}}.\mathcal{P}(\mathcal{P}(A)) = \left\{ \emptyset, \{\emptyset\}, \{\{a\}\}, \{ \emptyset, \{a\} \} \right\}.

  • Cardinality: 44.

d) Suppose that a group of 70 patients are surveyed and asked which disease they have suffered most. There are three diseases in our survey; one for Malaria, one for Cholera, and one for Asthma.40 patients suffered from malaria; 20 patients suffered from cholera; 9 atients suffered from Asthma; 11 patients suffered from Malaria and Asthma; 9 patients suffered from Cholera and Asthma; 15 patients suffered from Malaria and Cholera and 5 patients suffered from all three diseases.

  • Malaria (M): 40
  • Cholera (C): 20
  • Asthma (A): 9
  • M and A: 11
  • C and A: 9
  • M and C: 15
  • All three: 5

(i) How many patients did not suffer from any of these diseases? [3]

(ii) How many patients suffered from Cholera AND Malaria BUT NOT Asthma? [3]

Answer:
Use the inclusion-exclusion principle.

  • Total patients = 70.
  • Patients with at least one disease:

MCA=M+C+AMCMACA+MCA

|M \cup C \cup A| = |M| + |C| + |A| - |M \cap C| - |M \cap A| - |C \cap A| + |M \cap C \cap A| =40+20+915119+5=39.= 40 + 20 + 9 - 15 - 11 - 9 + 5 = 39.

  • (i) No disease: 7039=3170 - 39 = \boxed{31}.

  • (ii) Cholera and Malaria but not Asthma:

MCMCA

=155

=10.|M \cap C| - |M \cap C \cap A| = 15 - 5 = \boxed{10}.


e) Let ff be the function defined as:

f(x)={3x+1for x2x21for 2<x212xfor x>2f(x) = \begin{cases} 3x + 1 & \text{for } x \leq -2 \\ x^2 - 1 & \text{for } -2 < x \leq 2 \\ 1 - 2x & \text{for } x > 2 \end{cases}

(i) Show that f(4)=f(6)f(-4) = f(6) [2]
(ii) Sketch the graph of f(x)f(x). [3]

Answer:
(i)

  • f(4)f(-4): Since 42-4 \leq -2, use 3x+13x + 1:

f(4)=3(4)+1

=12+1

=11.f(-4) = 3(-4) + 1 = -12 + 1 = -11.

  • f(6)f(6): Since 6>26 > 2, use 12x1 - 2x:

f(6)=12(6)

=112

11.f(6) = 1 - 2(6) = 1 - 12 = -11.

Thus, f(4)=f(6)=11f(-4) = f(6) = -11.

(ii) Graph of f(x)f(x):
Graph of Piecewise Function

  • Description:
    • For x2x \leq -2: Line y=3x+1y = 3x + 1 (passes through (2,5)(-2, -5), (4,11)(-4, -11)).
    • For 2<x2-2 < x \leq 2: Parabola y=x21y = x^2 - 1 (vertex at (0,1)(0, -1), endpoints at (2,3)(-2, 3), (2,3)(2, 3)).
    • For x>2x > 2: Line y=12xy = 1 - 2x (passes through (2,3)(2, -3), (3,5)(3, -5), etc.).

Question Two

a) Define the following
i. Surjective function [2]
ii. Singleton set [2]
iii. Equivalence relation [2]

Answer:

  1. Surjective function: A function f:ABf: A \to B where every element of BB is mapped to by at least one element in AA (i.e., range(f)=B\text{range}(f) = B).
  2. Singleton set: A set with exactly one element (e.g., {5}\{5\}).
  3. Equivalence relation: A relation that is reflexive, symmetric, and transitive.

b) Determine the domain and range of f(x)=2x+35x3f(x) = \frac{\sqrt{2x+3}}{5x-3}. Hence sketch its graph. [6]

Answer:

  • Domain:

    • 2x+3\sqrt{2x+3} requires 2x+30    x322x + 3 \geq 0 \implies x \geq -\frac{3}{2}.
    • Denominator 5x30    x355x - 3 \neq 0 \implies x \neq \frac{3}{5}.
    • Domain: [32,35)(35,)\left[-\frac{3}{2}, \frac{3}{5}\right) \cup \left(\frac{3}{5}, \infty\right).
  • Range:

    • As xx \to \infty, f(x)0f(x) \to 0.
    • As x35+x \to \frac{3}{5}^+, f(x)f(x) \to -\infty; as x35x \to \frac{3}{5}^-, f(x)+f(x) \to +\infty.
    • Minimum value: At x=32x = -\frac{3}{2}, f(x)=0f(x) = 0.
    • Range: (,0](0,)=R{0}(-\infty, 0] \cup (0, \infty) = \mathbb{R} \setminus \{0\}? Correction: Since numerator is always non-negative and denominator changes sign, range is (,0)[0,)=R(-\infty, 0) \cup [0, \infty) = \mathbb{R}, but verify:
      • For x>35x > \frac{3}{5}, f(x)>0f(x) > 0.
      • For 32x<35-\frac{3}{2} \leq x < \frac{3}{5}, f(x)0f(x) \leq 0.
    • Range: R\mathbb{R} (all real numbers).
  • Graph:
    Graph of Rational Function

    • Key points:
      • Vertical asymptote at x=35x = \frac{3}{5}.
      • Horizontal asymptote at y=0y = 0.
      • Root at x=32x = -\frac{3}{2}.

c) Prove f(x)=2x+13x+2f(x) = \frac{2x+1}{3x+2} is one-to-one. Hence find its inverse. [6]

Answer:

  • One-to-one proof: Assume f(a)=f(b)f(a) = f(b):

2a+13a+2=2b+13b+2.\frac{2a+1}{3a+2} = \frac{2b+1}{3b+2}.

Cross-multiply:

(2a+1)(3b+2)=(2b+1)(3a+2)

(2a+1)(3b+2) = (2b+1)(3a+2) 6ab+4a+3b+2=6ab+4b+3a+2

6ab + 4a + 3b + 2 = 6ab + 4b + 3a + 2 4a+3b=4b+3a  

  a=b.4a + 3b = 4b + 3a \implies a = b.

Thus, injective.

  • Inverse: Solve y=2x+13x+2y = \frac{2x+1}{3x+2} for xx:

y(3x+2)=2x+1  

  3xy+2y=2x+1

y(3x+2) = 2x+1 \implies 3xy + 2y = 2x + 1 3xy2x=12y  

  x(3y2)=12y

3xy - 2x = 1 - 2y \implies x(3y - 2) = 1 - 2y x=12y3y2.x = \frac{1 - 2y}{3y - 2}.

So, f1(x)=12x3x2f^{-1}(x) = \frac{1 - 2x}{3x - 2}.

OR

Answer:
To prove that the function

f(x)=2x+13x+2f(x) = \frac{2x + 1}{3x + 2}

is one-to-one, and then find its inverse, we’ll follow these steps:


✅ Part 1: Prove that f(x)f(x) is one-to-one

A function is one-to-one if different inputs always produce different outputs. Mathematically, this means:

If f(a)=f(b)f(a) = f(b), then a=ba = b

Let’s assume:

f(a)=f(b)2a+13a+2=2b+13b+2f(a) = f(b) \Rightarrow \frac{2a + 1}{3a + 2} = \frac{2b + 1}{3b + 2}

Cross-multiply:

(2a+1)(3b+2)=(2b+1)(3a+2)(2a + 1)(3b + 2) = (2b + 1)(3a + 2)

Expand both sides:

Left side:

2a(3b)+2a(2)+1(3b)+1(2)=6ab+4a+3b+22a(3b) + 2a(2) + 1(3b) + 1(2) = 6ab + 4a + 3b + 2

Right side:

2b(3a)+2b(2)+1(3a)+1(2)=6ab+4b+3a+22b(3a) + 2b(2) + 1(3a) + 1(2) = 6ab + 4b + 3a + 2

Now equate:

6ab+4a+3b+2=6ab+4b+3a+26ab + 4a + 3b + 2 = 6ab + 4b + 3a + 2

Subtract 6ab+26ab + 2 from both sides:

4a+3b=4b+3a4a + 3b = 4b + 3a

Rearrange:

4a3a=4b3b

a=b4a - 3a = 4b - 3b \Rightarrow a = b

Therefore, f(x)f(x) is one-to-one.


🔄 Part 2: Find the inverse of f(x)f(x)

Let y=f(x)=2x+13x+2y = f(x) = \frac{2x + 1}{3x + 2}

We solve for xx in terms of yy:

y=2x+13x+2y = \frac{2x + 1}{3x + 2}

Multiply both sides by 3x+23x + 2:

y(3x+2)=2x+1y(3x + 2) = 2x + 1

Expand:

3xy+2y=2x+13xy + 2y = 2x + 1

Group terms with xx on one side:

3xy2x=12y3xy - 2x = 1 - 2y

Factor out xx:

x(3y2)=12yx(3y - 2) = 1 - 2y

Solve for xx:

x=12y3y2x = \frac{1 - 2y}{3y - 2}

So the inverse function is:

f1(x)=12x3x2f^{-1}(x) = \frac{1 - 2x}{3x - 2}


✅ Final Answer:

  • One-to-one proof: Shown using algebraic equality.
  • Inverse function:

f1(x)=12x3x2


d) Let U={1,2,3,4,5,6,7,8,9,10,11}U = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11\}, A={2,4,7}A = \{2, 4, 7\}, B={3,5,7,9,11}B = \{3, 5, 7, 9, 11\}, C={7,8,9,10,11}C = \{7, 8, 9, 10, 11\}.
Verify (AB)=AB(A \cap B)' = A' \cup B' [4]

Answer:

  • AB={7}A \cap B = \{7\} (common element).
  • (AB)=U{7}={1,2,3,4,5,6,8,9,10,11}(A \cap B)' = U \setminus \{7\} = \{1,2,3,4,5,6,8,9,10,11\}.
  • A=UA={1,3,5,6,8,9,10,11}A' = U \setminus A = \{1,3,5,6,8,9,10,11\}.
  • B=UB={1,2,4,6,8,10}B' = U \setminus B = \{1,2,4,6,8,10\}.
  • AB={1,2,3,4,5,6,8,9,10,11}A' \cup B' = \{1,2,3,4,5,6,8,9,10,11\}.
    Both sides equal, so verified.

e) Let A,B,A, B, and CC be sets such that AB=ACA \cup B = A \cup C and AB=ACA \cap B = A \cap C. Show that B=CB = C. [3]

Answer:
Prove BCB \subseteq C and CBC \subseteq B.

  • Show BCB \subseteq C:
    Let xBx \in B.
    • Case 1: xAx \in A. Then xAB=ACx \in A \cap B = A \cap C, so xCx \in C.
    • Case 2: xAx \notin A. Since xBx \in B, xAB=ACx \in A \cup B = A \cup C. As xAx \notin A, xCx \in C.
  • Show CBC \subseteq B:
    Let xCx \in C.
    • Case 1: xAx \in A. Then xAC=ABx \in A \cap C = A \cap B, so xBx \in B.
    • Case 2: xAx \notin A. Since xCx \in C, xAC=ABx \in A \cup C = A \cup B. As xAx \notin A, xBx \in B.
      Thus, B=CB = C.

@Dr. Microbiota


END OF SOLUTIONS