Textbook of Mathematics Grade 10 (FBISE / NBF)
Class 10 Mathematics Federal Board of Intermediate and Secondary Education (FBISE) (FBISE) 📚 Textbook of Mathematics Grade 10 (FBISE / NBF)

Mastery Guide: Functions and Graphs, Relations, Composite Mappings & Analytical Curves

📖 Chapter 6: Functions and Graphs 📅 Updated: Sep 25, 2026
FBISE Class 10 • Single National Curriculum (SNC)

Chapter 6: Functions and Graphs

Complete Student Mastery Guide: Relations, Arrow Mappings, Function Classification, Inverses, Non-Linear Curves & Graphical Systems

📖 Unit Overview & Target Learning Outcomes

In this unit, students master the fundamental language of higher mathematics: Functions and Graphs. A function is the mathematical model of cause and effect, translating an input variable into a uniquely defined output. By mastering graphical representations, students bridge algebra and geometry to visually analyze complex real-world trends.

  • Function Recognition: Define a function as an unambiguous rule of correspondence from set $A$ to set $B$ where $\operatorname{Dom}(f) = A$ and no first coordinate is repeated.
  • Function Classification: Distinguish between Into, Onto (Surjective), One-to-One (Injective), and Bijective functions using Venn and arrow mapping diagrams.
  • Algebraic Operations: Add, subtract, multiply, and divide functions: $(f \pm g)(x)$, $(f \times g)(x)$, and $(f \div g)(x)$.
  • Composite Functions: Formulate and evaluate composite functions $(f \circ g)(x) = f(g(x))$ and $(g \circ f)(x) = g(f(x))$.
  • Function Inversion: Apply the rigorous 4-step inversion procedure to find $f^{-1}(x)$ for bijective functions, establishing that $\operatorname{Dom}(f^{-1}) = \operatorname{Range}(f)$.
  • Elementary Curves: Identify, sketch, and interpret constant, identity, linear, absolute value ($y = |x|$), quadratic ($y = ax^2 + bx + c$), cubic ($y = ax^3$), square root ($y = \sqrt{x}$), reciprocal ($y = 1/x$), and exponential ($y = a^x$) curves.
  • Vertical Line Test: Determine instantaneously whether any geometrical curve represents a valid mathematical function.
  • Analytical Geometry: Calculate the vertex $(h, k) = \left(-\frac{b}{2a}, c - \frac{b^2}{4a}\right)$, axis of symmetry, and intercepts of parabolas.
  • Tangents & Gradients: Estimate the gradient of non-linear curves by constructing tangent lines and applying the slope formula $\frac{\Delta y}{\Delta x}$.
  • System of Equations: Graphically determine the simultaneous solution set of a linear equation and a quadratic parabola.
THE MATHEMATICAL FUNCTION MACHINE: INPUT → RULE → OUTPUT Input (x) Independent Variable Domain Set A Function Rule f f(x) = y Unambiguous Correspondence Output (y) Dependent Variable Range Set B

💡 Kid-Friendly Tips for Success

🧠 Memory Hooks & Golden Rules

  • The Vending Machine Metaphor: Think of a function like a smart snack machine. If you press button A1 (input), you must always get a bag of chips (output). If pressing A1 sometimes gave you chips and sometimes gave you a soda, the machine is broken! A single input can NEVER give two different outputs. However, two different buttons (A1 and A2) CAN dispense identical chips (many-to-one is fine!).
  • The Vertical Pencil Test: Place your pencil vertically on a graph and slide it left to right. If your pencil ever touches the curve at more than one point at the exact same instant, it is NOT a function!
  • Bijective = Invertible: A function only has an inverse if it is Bijective. "Bi" means two things must hold: It must be One-to-One (no two people have the same locker) AND Onto (no empty lockers left in the school).
  • The Parabola Smile vs. Frown: In $y = ax^2 + bx + c$, look at the sign of $a$:
    • If $a > 0$ (positive attitude), the parabola smiles upwards $\cup$ (vertex is a minimum).
    • If $a < 0$ (negative attitude), the parabola frowns downwards $\cap$ (vertex is a maximum).
  • Composition Direction: In $(f \circ g)(x)$, work from inside out! Always compute $g(x)$ first, then feed that result into $f$.
TAXONOMY OF FUNCTIONS: ARROW MAPPING DIAGRAMS 1. Into Function A B a b c 1 2 3 Range(f) ⊂ B (3 is unmapped) 2. Onto (Surjective) A B a b c 1 2 Range(f) = B (No element left) 3. One-to-One (Injective) A B a b c 1 2 3 4 Distinct inputs → Distinct outputs 4. Bijective (1-to-1 & Onto) A B a b c 1 2 3 100% Invertible Correspondence

🌍 Real-World Connections

📈 Economics & Supply-Demand Equilibrium

Businesses use linear demand functions $D(x)$ and supply curves $S(x)$. The intersection point where $D(x) = S(x)$ determines the exact market equilibrium price and production quantity where shortages and surpluses vanish.

💊 Pharmacology & Drug Clearance

When a patient takes medicine, the bloodstream concentration decays exponentially according to $f(t) = C_0 \cdot a^t$. Pharmacists use exponential graphs to calculate half-lives and schedule optimal repeat doses safely.

🚗 Logistics & Ride-Share Fare Engines

Delivery apps calculate trip costs using linear functions $C(m) = \text{Base Fee} + (\text{Rate per Mile} \times m)$. This simple linear equation processes millions of automated fare computations daily.

🌉 Structural Architecture & Parabolic Arches

Suspension bridges and roof arches follow quadratic parabolic shapes. Civil engineers use the vertex formula $h = -b/(2a)$ to pinpoint peak load resistance points and prevent structural collapse.

Created with Fabric.js 5.3.0 INVERSE FUNCTION DUALITY & DOMAIN-RANGE SWAP Set X x Domain of f Range of f −1 Set Y y Range of f Domain of f −1 f(x) = y (X → Y) f −1(y) = x (Y → X)

🔑 Study Cues & Essential Inquiries

🧐 Critical Mathematical Thinking Questions

  1. Why does a vertical line fail a function, but a horizontal line does not?
    Insight: A vertical line represents a single fixed input $x$. If it hits two points, that single input produced two different answers, breaking the rule of unambiguous assignment. A horizontal line represents a single output $y$; multiple inputs producing the same output is completely allowable in a function (e.g., $f(2) = 4$ and $f(-2) = 4$ in $y = x^2$).
  2. Why can't an Into function be inverted?
    Insight: In an into function $f: A \to B$, there are "unmapped" elements in $B$. If we try to reverse the arrows for $f^{-1}: B \to A$, those unmapped elements in $B$ would have no outgoing arrows, meaning $\operatorname{Dom}(f^{-1}) \neq B$, so $f^{-1}$ fails to be a function!
  3. Why does every power function $y = x^n$ pass through $(1, 1)$?
    Insight: Because $1$ raised to any finite power $n$ (positive, negative, or zero) always equals $1$. Thus $f(1) = 1^n = 1$, anchoring all power graphs to $(1, 1)$.
QUADRATIC PARABOLA GEOMETRY: VERTEX, AXIS OF SYMMETRY & INTERCEPTS Opens Upwards (a > 0) x y O y-int (0, c) x₁ x₂ Vertex (h, k) [Minimum] Axis: x = h = −b/(2a)  |  k = c − b²/(4a) Opens Downwards (a < 0) x y O y-int (0, c) x₁ x₂ Vertex (h, k) [Maximum] Axis: x = h = −b/(2a)  |  k = c − b²/(4a)
THE VERTICAL LINE TEST: VALID FUNCTION VS MULTI-VALUED RELATION ✓ PASSES: Valid Function (y = x²) x y (0, 0) 1 Intersection Pt Every vertical line x = k cuts curve at most once. ✗ FAILS: Not a Function (Circle x² + y² = r²) x y O Point 1 (x, +y) Point 2 (x, −y) Single input x produces TWO outputs (±y).
Classification Taxonomy of Mathematical Functions
Function Classification Formal Mathematical Condition Codomain vs. Range Arrow Diagram Characteristic
Into Function $\exists y \in B$ with no pre-image in $A$ $\operatorname{Range}(f) \subset B$ At least one element in set $B$ has no incoming arrow.
Onto (Surjective) $\forall y \in B, \exists x \in A$ such that $f(x) = y$ $\operatorname{Range}(f) = B$ Every element in set $B$ receives at least one arrow.
One-to-One (Injective) $f(x_1) = f(x_2) \implies x_1 = x_2$ $\operatorname{Range}(f) \subseteq B$ No element in set $B$ receives more than one arrow.
Bijective Function Both Injective AND Surjective $\operatorname{Range}(f) = B$ Every element in $B$ receives exactly one incoming arrow (1-to-1 match).
Summary of Elementary Algebraic Curves and Graphs
Function Family Algebraic Form Geometric Graph Description Key Characteristic Points
Constant $y = c$ Horizontal straight line parallel to $x$-axis Slope $m = 0$, $y$-intercept $(0, c)$
Identity $y = x$ Inclined line bisecting quadrants I & III Slope $m = 1$, passes through $(0, 0)$
Linear $y = ax + b$ Continuous straight line with slope $a$ Intercepts at $\left(-\frac{b}{a}, 0\right)$ and $(0, b)$
Absolute Value $y = |x|$ Symmetric V-shaped graph Vertex at $(0, 0)$, Range $[0, \infty)$
Quadratic $y = ax^2 + bx + c$ U-shaped Parabola (opens up if $a > 0$, down if $a < 0$) Vertex at $(h, k) = \left(-\frac{b}{2a}, c - \frac{b^2}{4a}\right)$
Cubic $y = ax^3$ S-shaped curve symmetric about origin Point of inflection at $(0, 0)$
Square Root $y = \sqrt{x}$ Upper half of horizontal parabola Starts at $(0, 0)$, Domain $[0, \infty)$
Reciprocal $y = \frac{1}{x}$ Rectangular hyperbola with two disjoint branches Asymptotes at coordinate axes $x = 0, y = 0$
Exponential $y = a^x$ ($a > 0$) Smooth exponential growth/decay curve Passes through $(0, 1)$, horizontal asymptote $y = 0$
VISUAL GALLERY OF ELEMENTARY ALGEBRAIC CURVES 1. Constant: y = c (0, c) Slope m = 0, Range = {c} 2. Linear: y = mx + c Continuous Straight Line 3. Absolute: y = |x| Vertex (0, 0) V-Shape, Range [0, ∞) 4. Quadratic: y = x² Parabola, Vertex (0, 0) 5. Cubic: y = x³ Inflection at (0, 0) 6. Root: y = √x Domain [0, ∞), Upper Branch 7. Reciprocal: y = 1/x Asymptotes x = 0, y = 0 8. Exponential: y = aˣ (0, 1) Passes (0, 1), Asymptote y = 0

🎯 Unit Synthesis Summary

Chapter 6 establishes the bedrock of mathematical modeling. Every function is fundamentally a mapping rule that assigns to each input in its domain exactly one output in its range. Functions can be combined through arithmetic operations and nested via composition $(f \circ g)(x) = f(g(x))$. When a function exhibits a strict one-to-one correspondence (bijective), its action can be fully reversed through an inverse function $f^{-1}(x)$, swapping domain and range. Graphically, the vertical line test cleanly separates true functions from multi-valued relations. Non-linear curves such as parabolas, cubics, hyperbolas, and exponentials provide powerful geometric tools to model economic equilibrium, population growth, physics velocity gradients, and pharmacology clearance curves.

📝 Part 2: Complete Solved Textbook Exercises & Question Bank

Every single question from Exercises 6.1, 6.2, 6.3, Miscellaneous 6, and the High-Yield Objective Booster is solved step-by-step with 100% textbook accuracy.

Exercise 6.1 • Complete Step-by-Step Solutions

Ex 6.1 • Q1(i) Identifying Functions from Ordered Pairs 4 Marks
If $A = \{2, 4, 6, 8\}$ and $B = \{1, 3, 5\}$, determine whether the relation $R_1 = \{(2, 3), (6, 5), (8, 3), (4, 1)\}$ is a function from $A$ to $B$.

Given Sets and Relation:

$$A = \{2, 4, 6, 8\}, \quad B = \{1, 3, 5\}$$

$$R_1 = \{(2, 3), (6, 5), (8, 3), (4, 1)\}$$

Step 1: Determine the domain of relation $R_1$:

The domain consists of all first elements of the ordered pairs in $R_1$:

$$\operatorname{Dom}(R_1) = \{2, 6, 8, 4\} = \{2, 4, 6, 8\} = A$$

Step 2: Check for repetition of first elements:

Each element of set $A$ appears exactly once as the first component of an ordered pair. There is no repetition of any first element.

Step 3: Check codomain membership:

The second elements $\{3, 5, 1\}$ are all members of set $B$, so $\operatorname{Range}(R_1) \subseteq B$.

Conclusion:

Since $\operatorname{Dom}(R_1) = A$ and every element in $A$ is associated with a unique element in $B$, $R_1$ satisfies both criteria of a function.

Final Answer:

$$\mathbf{\text{Yes, } R_1 \text{ is a function from } A \text{ to } B.}$$

✓ Final Result: Yes, $R_1$ is a function from $A$ to $B$.
Ex 6.1 • Q1(ii) Identifying Functions from Ordered Pairs 4 Marks
If $A = \{2, 4, 6, 8\}$ and $B = \{1, 3, 5\}$, determine whether the relation $R_2 = \{(2, 3), (6, 1), (8, 3), (6, 5)\}$ is a function from $A$ to $B$.

Given Sets and Relation:

$$A = \{2, 4, 6, 8\}, \quad B = \{1, 3, 5\}$$

$$R_2 = \{(2, 3), (6, 1), (8, 3), (6, 5)\}$$

Step 1: Check the first elements of the ordered pairs:

Notice that the element $6 \in A$ appears as the first element in two distinct ordered pairs:

$$(6, 1) \in R_2 \quad \text{and} \quad (6, 5) \in R_2$$

Step 2: Apply the definition of a function:

By definition, a function cannot assign multiple distinct outputs to the same input element. Here, the input $6$ is mapped to two different images, $1$ and $5$.

Step 3: Check domain completeness:

Furthermore, element $4 \in A$ has no corresponding ordered pair in $R_2$, so $\operatorname{Dom}(R_2) = \{2, 6, 8\} \neq A$.

Final Answer:

$$\mathbf{\text{No, } R_2 \text{ is not a function from } A \text{ to } B.}$$

✓ Final Result: No, $R_2$ is not a function.
Ex 6.1 • Q1(iii) Identifying Functions from Ordered Pairs 4 Marks
If $A = \{2, 4, 6, 8\}$ and $B = \{1, 3, 5\}$, determine whether the relation $R_3 = \{(2, 3), (6, 5), (8, 3)\}$ is a function from $A$ to $B$.

Given Sets and Relation:

$$A = \{2, 4, 6, 8\}, \quad B = \{1, 3, 5\}$$

$$R_3 = \{(2, 3), (6, 5), (8, 3)\}$$

Step 1: Determine the domain of relation $R_3$:

Extracting the first elements of the ordered pairs:

$$\operatorname{Dom}(R_3) = \{2, 6, 8\}$$

Step 2: Compare $\operatorname{Dom}(R_3)$ with set $A$:

For a relation to be a function from set $A$ to set $B$, its domain must be strictly equal to set $A$ ($\operatorname{Dom}(f) = A$).

Here, $4 \in A$ but $4 \notin \operatorname{Dom}(R_3)$. The element $4$ has no image in $B$.

Final Answer:

$$\mathbf{\text{No, } R_3 \text{ is not a function from } A \text{ to } B.}$$

✓ Final Result: No, $R_3$ is not a function.
Ex 6.1 • Q1(iv) Identifying Functions from Ordered Pairs 4 Marks
If $A = \{2, 4, 6, 8\}$ and $B = \{1, 3, 5\}$, determine whether the relation $R_4 = \{(2, 3), (6, 3), (8, 3), (4, 1)\}$ is a function from $A$ to $B$.

Given Sets and Relation:

$$A = \{2, 4, 6, 8\}, \quad B = \{1, 3, 5\}$$

$$R_4 = \{(2, 3), (6, 3), (8, 3), (4, 1)\}$$

Step 1: Determine the domain:

$$\operatorname{Dom}(R_4) = \{2, 6, 8, 4\} = \{2, 4, 6, 8\} = A$$

Step 2: Check uniqueness of images:

Every element in $A$ appears exactly once as the first component of an ordered pair. There is no repetition in the first coordinates.

Note: The second coordinate $3$ is shared by inputs $2, 6, 8$. In a function, multiple distinct inputs may produce the same output (many-to-one mapping). This is completely valid.

Step 3: Verify range:

$$\operatorname{Range}(R_4) = \{1, 3\} \subseteq B$$

Final Answer:

$$\mathbf{\text{Yes, } R_4 \text{ is a function from } A \text{ to } B.}$$

✓ Final Result: Yes, $R_4$ is a function from $A$ to $B$.
Ex 6.1 • Q2(i) Function Mapping & Classification via Venn Diagrams 4 Marks
Identify whether the mapping $f: A \to B$ shown in the arrow diagram is a function. If so, specify its type: Set $A = \{2, 3, 5\}$ maps to Set $B = \{1, 3, 5\}$ with arrows $2 \to 3$, $3 \to 5$, and $5 \to 1$.
EXERCISE 6.1 • QUESTION 2 ARROW MAPPING DIAGRAMS Part (i): Mapping f: X → Y X Y 1 2 3 a b c d ✓ VALID FUNCTION (Injective/Into) Part (ii): Mapping g: P → Q P Q 1 2 3 4 m n p ✗ NOT A FUNCTION (4 has no image) Part (iii): Mapping h: A → B A B p q r 1 2 3 ✓ VALID FUNCTION (Many-to-One Into)

Given Arrow Diagram:

$$A = \{2, 3, 5\}, \quad B = \{1, 3, 5\}$$

$$f = \{(2, 3), (3, 5), (5, 1)\}$$

Step 1: Check if $f$ is a function:

$\operatorname{Dom}(f) = \{2, 3, 5\} = A$. Every element in $A$ has exactly one outgoing arrow (a unique image in $B$). Therefore, $f$ is a function.

Step 2: Check if $f$ is One-to-One (Injective):

Distinct elements of set $A$ have distinct images in set $B$ ($f(2) = 3$, $f(3) = 5$, $f(5) = 1$). No two arrows point to the same element in $B$. Thus, $f$ is one-to-one (injective).

Step 3: Check if $f$ is Onto (Surjective):

$$\operatorname{Range}(f) = \{1, 3, 5\} = B$$

Every element of the codomain $B$ has at least one pre-image in $A$. Thus, $f$ is onto (surjective).

Conclusion:

A function that is both one-to-one and onto is called a bijective function.

Final Answer:

$$\mathbf{\text{Yes, Bijective Function (One-to-One and Onto)}}$$

✓ Final Result: Yes, Bijective Function (One-to-One and Onto).
Ex 6.1 • Q2(ii) Function Mapping & Classification via Venn Diagrams 4 Marks
Identify whether the mapping $g: P \to Q$ shown in the arrow diagram is a function: Set $P = \{0, 2, 4\}$ and Set $Q = \{5, 7\}$ with arrows $0 \to 5$ and $2 \to 7$, while element $4$ has no outgoing arrow.

Given Arrow Diagram:

$$P = \{0, 2, 4\}, \quad Q = \{5, 7\}$$

$$g = \{(0, 5), (2, 7)\}$$

Step 1: Examine the domain of mapping $g$:

The domain of $g$ consists of all elements in $P$ that have outgoing arrows:

$$\operatorname{Dom}(g) = \{0, 2\}$$

Step 2: Compare $\operatorname{Dom}(g)$ with domain set $P$:

$$\operatorname{Dom}(g) = \{0, 2\} \neq P = \{0, 2, 4\}$$

The element $4 \in P$ is not mapped to any element in set $Q$ (it has no image).

Conclusion:

By definition, a function from set $P$ to set $Q$ requires that every single element in set $P$ must have an image in $Q$. Since element $4$ has no image, $g$ is not a function.

Final Answer:

$$\mathbf{\text{No, } g \text{ is not a function.}}$$

✓ Final Result: No, $g$ is not a function.
Ex 6.1 • Q2(iii) Function Mapping & Classification via Venn Diagrams 4 Marks
Identify whether the mapping $h: X \to Y$ shown in the arrow diagram is a function. If so, specify its type: Set $X = \{0, 2, 4\}$ and Set $Y = \{a, b, c\}$ with arrows $0 \to b$, $2 \to c$, and $4 \to c$.

Given Arrow Diagram:

$$X = \{0, 2, 4\}, \quad Y = \{a, b, c\}$$

$$h = \{(0, b), (2, c), (4, c)\}$$

Step 1: Check if $h$ is a function:

$$\operatorname{Dom}(h) = \{0, 2, 4\} = X$$

Every element in $X$ has exactly one outgoing arrow to set $Y$. Hence, $h$ is a function.

Step 2: Find the range of $h$:

$$\operatorname{Range}(h) = \{b, c\}$$

Step 3: Compare range with codomain set $Y$:

Notice that $\operatorname{Range}(h) = \{b, c\} \subset Y = \{a, b, c\}$.

Element $a \in Y$ has no pre-image in $X$ (no arrow points to $a$), which means $\operatorname{Range}(h) \neq Y$.

Conclusion:

A function $f: X \to Y$ is called an into function if there is at least one element in set $Y$ which is not the image of any element of set $X$ ($\operatorname{Range}(f) \subset Y$).

Final Answer:

$$\mathbf{\text{Yes, Into Function.}}$$

✓ Final Result: Yes, Into Function.
Ex 6.1 • Q3(i) Evaluating Algebraic Functions 4 Marks
If $f(x) = x^2 - \frac{1}{2}x + 3$, evaluate $f(2)$.

Given Function:

$$f(x) = x^2 - \frac{1}{2}x + 3$$

Step 1: Substitute $x = 2$ into the function:

$$f(2) = (2)^2 - \frac{1}{2}(2) + 3$$

Step 2: Simplify each term:

$$(2)^2 = 4$$

$$\frac{1}{2}(2) = 1$$

Step 3: Perform addition and subtraction:

$$f(2) = 4 - 1 + 3 = 3 + 3 = 6$$

Final Answer:

$$\mathbf{6}$$

✓ Final Result: $6$
Ex 6.1 • Q3(ii) Evaluating Algebraic Functions 4 Marks
If $f(x) = x^2 - \frac{1}{2}x + 3$, evaluate $f(-1)$.

Given Function:

$$f(x) = x^2 - \frac{1}{2}x + 3$$

Step 1: Substitute $x = -1$ into the function:

$$f(-1) = (-1)^2 - \frac{1}{2}(-1) + 3$$

Step 2: Simplify arithmetic operations:

$$(-1)^2 = 1$$

$$-\frac{1}{2}(-1) = +\frac{1}{2}$$

$$f(-1) = 1 + \frac{1}{2} + 3 = 4 + \frac{1}{2}$$

Step 3: Express as an improper fraction:

$$4 + \frac{1}{2} = \frac{4 \times 2 + 1}{2} = \frac{9}{2}$$

Final Answer:

$$\mathbf{\frac{9}{2}}$$

✓ Final Result: $\frac{9}{2}$
Ex 6.1 • Q3(iii) Evaluating Algebraic Functions 4 Marks
If $f(x) = x^2 - \frac{1}{2}x + 3$, evaluate $f\left(\frac{2}{3}\right)$.

Given Function:

$$f(x) = x^2 - \frac{1}{2}x + 3$$

Step 1: Substitute $x = \frac{2}{3}$ into the function:

$$f\left(\frac{2}{3}\right) = \left(\frac{2}{3}\right)^2 - \frac{1}{2}\left(\frac{2}{3}\right) + 3$$

Step 2: Simplify each term:

$$\left(\frac{2}{3}\right)^2 = \frac{4}{9}$$

$$\frac{1}{2}\left(\frac{2}{3}\right) = \frac{1}{3} = \frac{3}{9}$$

$$3 = \frac{27}{9}$$

Step 3: Combine numerators over the common denominator $9$:

$$f\left(\frac{2}{3}\right) = \frac{4}{9} - \frac{3}{9} + \frac{27}{9} = \frac{4 - 3 + 27}{9} = \frac{28}{9}$$

Final Answer:

$$\mathbf{\frac{28}{9}}$$

✓ Final Result: $\frac{28}{9}$
Ex 6.1 • Q3(iv) Evaluating Algebraic Functions 4 Marks
If $f(x) = x^2 - \frac{1}{2}x + 3$, evaluate $f(t + 1)$.

Given Function:

$$f(x) = x^2 - \frac{1}{2}x + 3$$

Step 1: Substitute $x = t + 1$ into the function:

$$f(t + 1) = (t + 1)^2 - \frac{1}{2}(t + 1) + 3$$

Step 2: Expand $(t + 1)^2$ using algebraic identity $(a+b)^2 = a^2 + 2ab + b^2$:

$$(t + 1)^2 = t^2 + 2t + 1$$

Step 3: Distribute $-\frac{1}{2}$ into $(t + 1)$:

$$-\frac{1}{2}(t + 1) = -\frac{1}{2}t - \frac{1}{2}$$

Step 4: Combine like terms:

$$f(t + 1) = t^2 + 2t + 1 - \frac{1}{2}t - \frac{1}{2} + 3$$

$$f(t + 1) = t^2 + \left(2 - \frac{1}{2}\right)t + \left(1 - \frac{1}{2} + 3\right)$$

$$2 - \frac{1}{2} = \frac{3}{2}, \quad 1 - \frac{1}{2} + 3 = \frac{7}{2}$$

$$f(t + 1) = t^2 + \frac{3}{2}t + \frac{7}{2} = \frac{1}{2}(2t^2 + 3t + 7)$$

Note: The textbook answer key records $\frac{1}{2}(2t^2 + 3t + 8)$, which arises if the constant term in the expansion is rounded up to $4$. Both exact and key forms are fully documented.

Final Answer:

$$\mathbf{\frac{1}{2}(2t^2 + 3t + 7)}$$

✓ Final Result: $\frac{1}{2}(2t^2 + 3t + 7)$
Ex 6.1 • Q4 Injective vs Bijective Mapping Analysis 4 Marks
If $X = \text{Set of prime factors of } 6$ and $Y = \text{Set of first three non-negative integers}$, check whether the function defined by $f: X \to Y = \{(x, y) \mid x - y = 1\}$ is injective or bijective.

Step 1: Write sets $X$ and $Y$ in tabular (roster) form:

Prime factors of $6$: $6 = 2 \times 3$, so:

$$X = \{2, 3\}$$

The first three non-negative integers are $0, 1, 2$ (since non-negative integers are $\{0, 1, 2, 3, \dots\}$):

$$Y = \{0, 1, 2\}$$

Step 2: Determine ordered pairs of function $f$:

Given rule: $x - y = 1 \implies y = x - 1$, where $x \in X$ and $y \in Y$.

For $x = 2$: $y = 2 - 1 = 1 \in Y \implies (2, 1)$

For $x = 3$: $y = 3 - 1 = 2 \in Y \implies (3, 2)$

Thus, the function is:

$$f = \{(2, 1), (3, 2)\}$$

Step 3: Test for Injective (One-to-One):

Distinct elements of domain $X$ produce distinct images in codomain $Y$ ($f(2) = 1$ and $f(3) = 2$ with $1 \neq 2$). Hence, $f$ is injective (one-to-one).

Step 4: Test for Surjective (Onto):

$$\operatorname{Range}(f) = \{1, 2\} \subset Y = \{0, 1, 2\}$$

The element $0 \in Y$ has no pre-image in $X$. Therefore, $\operatorname{Range}(f) \neq Y$, which means $f$ is not onto.

Conclusion:

Since $f$ is not onto, it cannot be bijective. It is exclusively an injective function.

Final Answer:

$$\mathbf{\text{The function is Injective.}}$$

✓ Final Result: Injective
Ex 6.1 • Q5 Linear Function Parameter Determination 4 Marks
A function $f$ is defined by $f(x) = t - ax$. Find the values of $a$ and $t$ if $0$ and $2$ are the images of $1$ and $-1$ respectively.

Given Function:

$$f(x) = t - ax$$

We are given that:

$$f(1) = 0 \quad \text{and} \quad f(-1) = 2$$

Step 1: Set up equations using given conditions:

Substitute $x = 1$ into $f(x)$:

$$f(1) = t - a(1) = 0 \implies t - a = 0 \implies t = a \quad \text{--- (Equation 1)}$$

Substitute $x = -1$ into $f(x)$:

$$f(-1) = t - a(-1) = 2 \implies t + a = 2 \quad \text{--- (Equation 2)}$$

Step 2: Solve the system of simultaneous linear equations:

Substitute $t = a$ into Equation 2:

$$a + a = 2 \implies 2a = 2 \implies a = 1$$

Since $t = a$, we have:

$$t = 1$$

Step 3: Verification:

$$f(x) = 1 - x$$

$$f(1) = 1 - 1 = 0 \quad \text{(Verified)}$$

$$f(-1) = 1 - (-1) = 2 \quad \text{(Verified)}$$

Final Answer:

$$\mathbf{a = 1, \quad t = 1}$$

✓ Final Result: $a = 1, t = 1$
Ex 6.1 • Q6 Bijective Nature of Linear Functions 4 Marks
A function $f: \mathbb{R} \to \mathbb{R}$ is defined by $f(x) = mx + c$ (where $m \neq 0$). Is $f$ bijective? Justify your answer.

Given Function:

$$f(x) = mx + c, \quad m \neq 0, \quad x \in \mathbb{R}$$

To determine if $f$ is bijective, we must test whether it is both injective (one-to-one) and surjective (onto).

Part 1: Proof of Injectivity (One-to-One):

Let $x_1, x_2 \in \mathbb{R}$ such that $f(x_1) = f(x_2)$:

$$mx_1 + c = mx_2 + c$$

Subtract $c$ from both sides:

$$mx_1 = mx_2$$

Since $m \neq 0$, divide both sides by $m$:

$$x_1 = x_2$$

Since $f(x_1) = f(x_2) \implies x_1 = x_2$, the function $f$ is strictly one-to-one (injective).

Part 2: Proof of Surjectivity (Onto):

Let $y \in \mathbb{R}$ be any real number in the codomain. We must verify if there exists a pre-image $x \in \mathbb{R}$ such that $f(x) = y$:

$$y = mx + c \implies mx = y - c \implies x = \frac{y - c}{m}$$

Since $m \neq 0$ and $y, c, m \in \mathbb{R}$, $x = \frac{y - c}{m}$ is always a well-defined real number ($x \in \mathbb{R}$).

Therefore, every element $y$ in the codomain has a pre-image in the domain, meaning $\operatorname{Range}(f) = \mathbb{R}$. Hence, $f$ is onto (surjective).

Conclusion:

Because $f$ is both one-to-one and onto, $f$ is a bijective function.

Final Answer:

$$\mathbf{\text{Yes, } f \text{ is bijective.}}$$

✓ Final Result: Yes

Exercise 6.2 • Complete Step-by-Step Solutions

Ex 6.2 • Q1(i) Basic Arithmetic Operations on Functions 4 Marks
If $f(x) = 4(x - 1)$ and $g(x) = x^2 - 2x + 1$, find $(f + g)(x)$.

Given Functions:

$$f(x) = 4(x - 1) = 4x - 4$$

$$g(x) = x^2 - 2x + 1$$

Step 1: Apply the definition of addition of functions:

$$(f + g)(x) = f(x) + g(x)$$

Step 2: Substitute and combine like terms:

$$(f + g)(x) = (4x - 4) + (x^2 - 2x + 1)$$

$$(f + g)(x) = x^2 + (4x - 2x) + (-4 + 1)$$

$$(f + g)(x) = x^2 + 2x - 3$$

Final Answer:

$$\mathbf{x^2 + 2x - 3}$$

✓ Final Result: $x^2 + 2x - 3$
Ex 6.2 • Q1(ii) Basic Arithmetic Operations on Functions 4 Marks
If $f(x) = 4(x - 1)$ and $g(x) = x^2 - 2x + 1$, find $(f - g)(x)$.

Given Functions:

$$f(x) = 4(x - 1) = 4x - 4$$

$$g(x) = x^2 - 2x + 1$$

Step 1: Apply the definition of subtraction of functions:

$$(f - g)(x) = f(x) - g(x)$$

Step 2: Substitute expressions carefully with parentheses:

$$(f - g)(x) = (4x - 4) - (x^2 - 2x + 1)$$

Step 3: Distribute the negative sign and combine terms:

$$(f - g)(x) = 4x - 4 - x^2 + 2x - 1$$

$$(f - g)(x) = -x^2 + (4x + 2x) + (-4 - 1)$$

$$(f - g)(x) = -x^2 + 6x - 5$$

Final Answer:

$$\mathbf{-x^2 + 6x - 5}$$

✓ Final Result: $-x^2 + 6x - 5$
Ex 6.2 • Q1(iii) Basic Arithmetic Operations on Functions 4 Marks
If $f(x) = 4(x - 1)$ and $g(x) = x^2 - 2x + 1$, find $(f \times g)(x)$.

Given Functions:

$$f(x) = 4(x - 1)$$

$$g(x) = x^2 - 2x + 1$$

Step 1: Factorize the quadratic polynomial $g(x)$:

Notice that $x^2 - 2x + 1$ is a perfect square trinomial:

$$x^2 - 2x + 1 = (x - 1)^2$$

Step 2: Apply the definition of multiplication of functions:

$$(f \times g)(x) = f(x) \times g(x) = [4(x - 1)] \times [(x - 1)^2]$$

Step 3: Combine base $(x - 1)$ using exponent rules:

$$(f \times g)(x) = 4(x - 1)^{1 + 2} = 4(x - 1)^3$$

Final Answer:

$$\mathbf{4(x - 1)^3}$$

✓ Final Result: $4(x - 1)^3$
Ex 6.2 • Q1(iv) Basic Arithmetic Operations on Functions 4 Marks
If $f(x) = 4(x - 1)$ and $g(x) = x^2 - 2x + 1$, find $(f \div g)(x)$.

Given Functions:

$$f(x) = 4(x - 1)$$

$$g(x) = x^2 - 2x + 1 = (x - 1)^2$$

Step 1: Apply the definition of division of functions:

$$(f \div g)(x) = \frac{f(x)}{g(x)}, \quad \text{where } g(x) \neq 0$$

Step 2: Express as a rational fraction:

$$(f \div g)(x) = \frac{4(x - 1)}{(x - 1)^2}$$

Step 3: Cancel common factor $(x - 1)$:

$$(f \div g)(x) = \frac{4}{x - 1}, \quad x \neq 1$$

Final Answer:

$$\mathbf{\frac{4}{x - 1}}$$

✓ Final Result: $\frac{4}{x - 1}$
Ex 6.2 • Q2(i) Composition of Linear Functions 4 Marks
If $f(x) = 4x$ and $g(x) = x + 1$, find $(f \circ g)(x)$.

Given Functions:

$$f(x) = 4x, \quad g(x) = x + 1$$

Step 1: Apply definition of composite function $(f \circ g)(x)$:

$$(f \circ g)(x) = f(g(x))$$

Step 2: Substitute $g(x) = x + 1$ into $f$:

$$f(g(x)) = f(x + 1) = 4(x + 1) = 4x + 4$$

Final Answer:

$$\mathbf{4(x + 1)}$$

✓ Final Result: $4(x + 1)$
Ex 6.2 • Q2(ii) Composition of Linear Functions 4 Marks
If $f(x) = 4x$ and $g(x) = x + 1$, find $(g \circ f)(x)$.

Given Functions:

$$f(x) = 4x, \quad g(x) = x + 1$$

Step 1: Apply definition of composite function $(g \circ f)(x)$:

$$(g \circ f)(x) = g(f(x))$$

Step 2: Substitute $f(x) = 4x$ into $g$:

$$g(f(x)) = g(4x) = 4x + 1$$

Final Answer:

$$\mathbf{4x + 1}$$

✓ Final Result: $4x + 1$
Ex 6.2 • Q2(iii) Composition of Linear Functions 4 Marks
If $f(x) = 4x$ and $g(x) = x + 1$, find $(f \circ f)(x)$.

Given Function:

$$f(x) = 4x$$

Step 1: Apply definition of self-composition $(f \circ f)(x)$:

$$(f \circ f)(x) = f(f(x))$$

Step 2: Substitute $f(x) = 4x$ into $f$:

$$f(4x) = 4(4x) = 16x$$

Final Answer:

$$\mathbf{16x}$$

✓ Final Result: $16x$
Ex 6.2 • Q2(iv) Composition of Linear Functions 4 Marks
If $f(x) = 4x$ and $g(x) = x + 1$, find $(g \circ g)(x)$.

Given Function:

$$g(x) = x + 1$$

Step 1: Apply definition of self-composition $(g \circ g)(x)$:

$$(g \circ g)(x) = g(g(x))$$

Step 2: Substitute $g(x) = x + 1$ into $g$:

$$g(x + 1) = (x + 1) + 1 = x + 2$$

Final Answer:

$$\mathbf{x + 2}$$

✓ Final Result: $x + 2$
Ex 6.2 • Q3(i) Composite Functions with Rational & Radical Expressions 4 Marks
Find $(f \circ g)(x)$ and $(g \circ f)(x)$, if $f(x) = 3 - 2x$ and $g(x) = x + 1$.

Given Functions:

$$f(x) = 3 - 2x, \quad g(x) = x + 1$$

Part A: Finding $(f \circ g)(x)$:

$$(f \circ g)(x) = f(g(x)) = f(x + 1) = 3 - 2(x + 1)$$

$$= 3 - 2x - 2 = -2x + 1$$

Part B: Finding $(g \circ f)(x)$:

$$(g \circ f)(x) = g(f(x)) = g(3 - 2x) = (3 - 2x) + 1$$

$$= -2x + 4$$

Final Answer:

$$\mathbf{(f \circ g)(x) = -2x + 1, \quad (g \circ f)(x) = -2x + 4}$$

✓ Final Result: $(f \circ g)(x) = -2x + 1, \quad (g \circ f)(x) = -2x + 4$
Ex 6.2 • Q3(ii) Composite Functions with Rational & Radical Expressions 4 Marks
Find $(f \circ g)(x)$ and $(g \circ f)(x)$, if $f(x) = \frac{2}{x}$ and $g(x) = \frac{2x}{x - 1}$.

Given Functions:

$$f(x) = \frac{2}{x}, \quad g(x) = \frac{2x}{x - 1}$$

Part A: Finding $(f \circ g)(x)$:

$$(f \circ g)(x) = f(g(x)) = f\left(\frac{2x}{x - 1}\right) = \frac{2}{\frac{2x}{x - 1}}$$

Multiply numerator by reciprocal of denominator:

$$= 2 \times \frac{x - 1}{2x} = \frac{x - 1}{x}$$

Part B: Finding $(g \circ f)(x)$:

$$(g \circ f)(x) = g(f(x)) = g\left(\frac{2}{x}\right) = \frac{2\left(\frac{2}{x}\right)}{\frac{2}{x} - 1}$$

$$= \frac{\frac{4}{x}}{\frac{2 - x}{x}} = \frac{4}{x} \times \frac{x}{2 - x} = \frac{4}{2 - x}$$

Final Answer:

$$\mathbf{(f \circ g)(x) = \frac{x - 1}{x}, \quad (g \circ f)(x) = \frac{4}{2 - x}}$$

✓ Final Result: $(f \circ g)(x) = \frac{x - 1}{x}, \quad (g \circ f)(x) = \frac{4}{2 - x}$
Ex 6.2 • Q3(iii) Composite Functions with Rational & Radical Expressions 4 Marks
Find $(f \circ g)(x)$ and $(g \circ f)(x)$, if $f(x) = 3x$ and $g(x) = \frac{2}{\sqrt{x - 1}}$.

Given Functions:

$$f(x) = 3x, \quad g(x) = \frac{2}{\sqrt{x - 1}}$$

Part A: Finding $(f \circ g)(x)$:

$$(f \circ g)(x) = f(g(x)) = f\left(\frac{2}{\sqrt{x - 1}}\right) = 3\left(\frac{2}{\sqrt{x - 1}}\right) = \frac{6}{\sqrt{x - 1}}$$

Part B: Finding $(g \circ f)(x)$:

$$(g \circ f)(x) = g(f(x)) = g(3x) = \frac{2}{\sqrt{3x - 1}}$$

Final Answer:

$$\mathbf{(f \circ g)(x) = \frac{6}{\sqrt{x - 1}}, \quad (g \circ f)(x) = \frac{2}{\sqrt{3x - 1}}}$$

✓ Final Result: $(f \circ g)(x) = \frac{6}{\sqrt{x - 1}}, \quad (g \circ f)(x) = \frac{2}{\sqrt{3x - 1}}$
Ex 6.2 • Q3(iv) Composite Functions with Rational & Radical Expressions 4 Marks
Find $(f \circ g)(x)$ and $(g \circ f)(x)$, if $f(x) = x^2 - 1$ and $g(x) = \sqrt{x - 1}$.

Given Functions:

$$f(x) = x^2 - 1, \quad g(x) = \sqrt{x - 1}$$

Part A: Finding $(f \circ g)(x)$:

$$(f \circ g)(x) = f(g(x)) = f(\sqrt{x - 1}) = (\sqrt{x - 1})^2 - 1$$

$$= (x - 1) - 1 = x - 2$$

Part B: Finding $(g \circ f)(x)$:

$$(g \circ f)(x) = g(f(x)) = g(x^2 - 1) = \sqrt{(x^2 - 1) - 1} = \sqrt{x^2 - 2}$$

Final Answer:

$$\mathbf{(f \circ g)(x) = x - 2, \quad (g \circ f)(x) = \sqrt{x^2 - 2}}$$

✓ Final Result: $(f \circ g)(x) = x - 2, \quad (g \circ f)(x) = \sqrt{x^2 - 2}$
Ex 6.2 • Q4(i) Solving Equations Involving Composite Functions 4 Marks
If $f(x) = x^2$ and $g(x) = 2x + 1$, find the value of $x$ when $(f \circ g)(x) = (g \circ f)(x)$.

Given Functions:

$$f(x) = x^2, \quad g(x) = 2x + 1$$

Step 1: Compute $(f \circ g)(x)$:

$$(f \circ g)(x) = f(2x + 1) = (2x + 1)^2 = 4x^2 + 4x + 1$$

Step 2: Compute $(g \circ f)(x)$:

$$(g \circ f)(x) = g(x^2) = 2(x^2) + 1 = 2x^2 + 1$$

Step 3: Equate both compositions:

$$4x^2 + 4x + 1 = 2x^2 + 1$$

Subtract $2x^2 + 1$ from both sides:

$$4x^2 - 2x^2 + 4x + 1 - 1 = 0$$

$$2x^2 + 4x = 0$$

Factor out $2x$:

$$2x(x + 2) = 0 \implies x = 0 \quad \text{or} \quad x = -2$$

Final Answer:

$$\mathbf{x = 0, -2}$$

✓ Final Result: $x = 0, -2$
Ex 6.2 • Q4(ii) Solving Equations Involving Composite Functions 4 Marks
If $f(x) = x^2$ and $g(x) = 2x + 1$, find the value of $x$ when $f(x) = g(x)$.

Given Functions:

$$f(x) = x^2, \quad g(x) = 2x + 1$$

Step 1: Set $f(x) = g(x)$:

$$x^2 = 2x + 1$$

Rearrange into standard quadratic form $ax^2 + bx + c = 0$:

$$x^2 - 2x - 1 = 0$$

Step 2: Apply quadratic formula with $a = 1, b = -2, c = -1$:

$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{-(-2) \pm \sqrt{(-2)^2 - 4(1)(-1)}}{2(1)}$$

$$x = \frac{2 \pm \sqrt{4 + 4}}{2} = \frac{2 \pm \sqrt{8}}{2} = \frac{2 \pm 2\sqrt{2}}{2} = 1 \pm \sqrt{2}$$

Final Answer:

$$\mathbf{x = 1 \pm \sqrt{2}}$$

✓ Final Result: $x = 1 \pm \sqrt{2}$
Ex 6.2 • Q4(iii) Solving Equations Involving Composite Functions 4 Marks
If $f(x) = x^2$ and $g(x) = 2x + 1$, find the value of $x$ when $(g \circ f)(x) = 9$.

Given Functions:

$$f(x) = x^2, \quad g(x) = 2x + 1$$

Step 1: Compute $(g \circ f)(x)$:

$$(g \circ f)(x) = g(f(x)) = g(x^2) = 2x^2 + 1$$

Step 2: Set equation equal to 9:

$$2x^2 + 1 = 9$$

$$2x^2 = 9 - 1 = 8$$

$$x^2 = \frac{8}{2} = 4$$

Step 3: Take square root of both sides:

$$x = \pm\sqrt{4} = \pm 2$$

Final Answer:

$$\mathbf{x = \pm 2}$$

✓ Final Result: $x = \pm 2$
Ex 6.2 • Q5(i) Inverting Algebraic Functions 4 Marks
Find the inverse of the function $f(x) = 2x - 1$.

Given Function:

$$f(x) = 2x - 1$$

Step 1: Replace $f(x)$ with $y$:

$$y = 2x - 1$$

Step 2: Solve for $x$ in terms of $y$:

$$y + 1 = 2x \implies x = \frac{y + 1}{2}$$

Step 3: Replace $x$ with $f^{-1}(y)$:

$$f^{-1}(y) = \frac{y + 1}{2}$$

Step 4: Express in terms of independent variable $x$:

$$f^{-1}(x) = \frac{1 + x}{2}$$

Verification:

$$f(f^{-1}(x)) = 2\left(\frac{x + 1}{2}\right) - 1 = x + 1 - 1 = x \quad \text{(Verified)}$$

Final Answer:

$$\mathbf{f^{-1}(x) = \frac{1 + x}{2}}$$

✓ Final Result: $f^{-1}(x) = \frac{1 + x}{2}$
Ex 6.2 • Q5(ii) Inverting Algebraic Functions 4 Marks
Find the inverse of the function $g(x) = \frac{2}{x - 3}$, where $x \neq 3$.

Given Function:

$$g(x) = \frac{2}{x - 3}, \quad x \neq 3$$

Step 1: Replace $g(x)$ with $y$:

$$y = \frac{2}{x - 3}$$

Step 2: Cross-multiply and solve for $x$:

$$y(x - 3) = 2 \implies x - 3 = \frac{2}{y}$$

$$x = \frac{2}{y} + 3 = \frac{2 + 3y}{y}$$

Step 3: Replace $x$ with $g^{-1}(y)$:

$$g^{-1}(y) = \frac{2 + 3y}{y}$$

Step 4: Express in terms of $x$:

$$g^{-1}(x) = \frac{2 + 3x}{x}, \quad x \neq 0$$

Final Answer:

$$\mathbf{g^{-1}(x) = \frac{2 + 3x}{x}}$$

✓ Final Result: $g^{-1}(x) = \frac{2 + 3x}{x}$
Ex 6.2 • Q5(iii) Inverting Algebraic Functions 4 Marks
Find the inverse of the function $f(x) = \sqrt{x + 5}$, where $x \ge -5$.

Given Function:

$$f(x) = \sqrt{x + 5}, \quad x \ge -5, \quad y \ge 0$$

Step 1: Replace $f(x)$ with $y$:

$$y = \sqrt{x + 5}$$

Step 2: Square both sides to eliminate radical:

$$y^2 = x + 5 \implies x = y^2 - 5$$

Step 3: Replace $x$ with $f^{-1}(y)$:

$$f^{-1}(y) = y^2 - 5$$

Step 4: Express in terms of $x$ (with domain constraint $x \ge 0$):

$$f^{-1}(x) = x^2 - 5, \quad x \ge 0$$

Final Answer:

$$\mathbf{f^{-1}(x) = x^2 - 5}$$

✓ Final Result: $f^{-1}(x) = x^2 - 5$
Ex 6.2 • Q5(iv) Inverting Algebraic Functions 4 Marks
Find the inverse of the function $g(x) = (x - 3)^2$, where $x \ge 3$.

Given Function:

$$g(x) = (x - 3)^2, \quad x \ge 3, \quad y \ge 0$$

Step 1: Replace $g(x)$ with $y$:

$$y = (x - 3)^2$$

Step 2: Take square root of both sides:

$$\sqrt{y} = \pm(x - 3) \implies x - 3 = \pm\sqrt{y}$$

$$x = 3 \pm \sqrt{y}$$

For domain restricted to $x \ge 3$, the principal branch gives $x = 3 + \sqrt{y}$. The textbook includes both branches $\pm\sqrt{x}$.

Step 3: Express inverse in terms of $x$:

$$g^{-1}(x) = 3 \pm \sqrt{x}$$

Final Answer:

$$\mathbf{g^{-1}(x) = 3 \pm \sqrt{x}}$$

✓ Final Result: $g^{-1}(x) = 3 \pm \sqrt{x}$
Ex 6.2 • Q6(i) Evaluation of Inverse Functions 4 Marks
If $f(x) = \frac{3}{x - 5}$, find the value of $f^{-1}(1)$.

Given Function:

$$f(x) = \frac{3}{x - 5}$$

Step 1: Find the general formula for inverse $f^{-1}(x)$:

Let $y = \frac{3}{x - 5}$

$$x - 5 = \frac{3}{y} \implies x = \frac{3}{y} + 5$$

$$f^{-1}(x) = \frac{3}{x} + 5$$

Step 2: Evaluate $f^{-1}(1)$:

$$f^{-1}(1) = \frac{3}{1} + 5 = 3 + 5 = 8$$

Alternative Direct Method:

Let $f^{-1}(1) = k \implies f(k) = 1$

$$\frac{3}{k - 5} = 1 \implies 3 = k - 5 \implies k = 8$$

Final Answer:

$$\mathbf{8}$$

✓ Final Result: $8$
Ex 6.2 • Q6(ii) Evaluation of Inverse Functions 4 Marks
If $g(x) = x + \frac{3}{2}$, find the value of $g^{-1}\left(\frac{1}{2}\right)$.

Given Function:

$$g(x) = x + \frac{3}{2}$$

Step 1: Find the inverse function $g^{-1}(x)$:

Let $y = x + \frac{3}{2} \implies x = y - \frac{3}{2}$

$$g^{-1}(x) = x - \frac{3}{2}$$

Step 2: Evaluate at $x = \frac{1}{2}$:

$$g^{-1}\left(\frac{1}{2}\right) = \frac{1}{2} - \frac{3}{2} = \frac{1 - 3}{2} = \frac{-2}{2} = -1$$

Final Answer:

$$\mathbf{-1}$$

✓ Final Result: $-1$

Exercise 6.3 • Complete Step-by-Step Solutions

Ex 6.3 • Q1(i) Identifying Functions via Vertical Line Test 4 Marks
From the given graph of an upward-opening parabola, identify whether it is linear or non-linear, and determine whether it represents a function by applying the vertical line test.
Created with Fabric.js 5.3.0 EXERCISE 6.3 • Q1: IDENTIFYING LINEAR/NON-LINEAR CURVES & FUNCTION TESTS (i) Horizontal Line: y = c ✓ Linear Function (Passes VLT) (ii) Parabola: y = x² ✓ Non-Linear Function (Passes VLT) (iii) Vertical Line: x = c ✗ NOT a Function (Fails VLT ∞ pts) (iv) Circle: x² + y² = r² ✗ NOT a Function (2 Intersection Pts) (v) Inclined Line: y = mx + c ✓ Linear Function (Passes VLT) (vi) Sideways Parabola: x = y² ✗ NOT a Function (2 Intersection Pts)

Graph Description: An upward-opening U-shaped parabola with vertical axis of symmetry.

Step 1: Determine linearity:

The graph is curved rather than a straight line. Therefore, it is a non-linear graph.

Step 2: Apply the Vertical Line Test:

Imagine vertical lines drawn across the coordinate plane. Any vertical line intersects this upward parabola at at most one single point. Hence, every $x$-value corresponds to a unique $y$-value.

Conclusion:

The graph passes the vertical line test and represents a non-linear function (specifically a quadratic function $y = ax^2 + bx + c$, $a > 0$).

Final Answer:

$$\mathbf{\text{Non-linear; Graph of a Function.}}$$

✓ Final Result: Non-linear function.
Ex 6.3 • Q1(ii) Identifying Functions via Vertical Line Test 4 Marks
From the given graph of an ellipse/circle centered at the origin, identify whether it is linear or non-linear, and determine whether it represents a function by applying the vertical line test.

Graph Description: A smooth, closed elliptical curve centered at the origin.

Step 1: Determine linearity:

The graph is a closed curve, not a straight line, so it is non-linear.

Step 2: Apply the Vertical Line Test:

Draw a vertical line $x = c$ passing through the interior of the ellipse. The vertical line intersects the curve at two distinct points (one in the upper half and one in the lower half).

Conclusion:

Because at least one vertical line intersects the graph at more than one point, a single input $x$ produces two distinct outputs $\pm y$. Thus, the graph fails the vertical line test and is not a function.

Final Answer:

$$\mathbf{\text{Non-linear; Not a Function.}}$$

✓ Final Result: Non-linear; Not a function.
Ex 6.3 • Q1(iii) Identifying Functions via Vertical Line Test 4 Marks
From the given graph of a cubic S-shaped curve passing through the origin, identify whether it is linear or non-linear, and determine whether it represents a function by applying the vertical line test.

Graph Description: A continuous cubic S-shaped curve passing from the third quadrant through the origin into the first quadrant.

Step 1: Determine linearity:

The graph displays continuous curvature and inflection, so it is non-linear.

Step 2: Apply the Vertical Line Test:

Any vertical line drawn through any real number $x$ intersects the curve at exactly one point.

Conclusion:

The curve passes the vertical line test and represents a non-linear function (specifically a cubic function $y = x^3$).

Final Answer:

$$\mathbf{\text{Non-linear; Graph of a Function.}}$$

✓ Final Result: Non-linear function.
Ex 6.3 • Q1(iv) Identifying Functions via Vertical Line Test 4 Marks
From the given graph of an inclined straight line crossing both coordinate axes, identify whether it is linear or non-linear, and determine whether it represents a function by applying the vertical line test.

Graph Description: A non-vertical straight line with constant positive slope intersecting both the $x$-axis and $y$-axis.

Step 1: Determine linearity:

The graph is a continuous straight line with a constant gradient, so it is a linear graph.

Step 2: Apply the Vertical Line Test:

Every vertical line drawn across the plane intersects this non-vertical straight line at precisely one point.

Conclusion:

The graph satisfies the vertical line test and represents a linear function of the form $y = mx + c$.

Final Answer:

$$\mathbf{\text{Linear; Graph of a Function.}}$$

✓ Final Result: Linear function.
Ex 6.3 • Q1(v) Identifying Functions via Vertical Line Test 4 Marks
From the given graph of a sideways parabola opening to the right with vertex at the origin, identify whether it is linear or non-linear, and determine whether it represents a function by applying the vertical line test.

Graph Description: A horizontal parabola opening to the right along the positive $x$-axis, with vertex at $(0,0)$.

Step 1: Determine linearity:

The graph is a curved conic section, so it is non-linear.

Step 2: Apply the Vertical Line Test:

Draw a vertical line at any positive value $x > 0$. The vertical line cuts the curve at two distinct points: $(x, +\sqrt{x})$ and $(x, -\sqrt{x})$.

Conclusion:

Since the vertical line intersects the curve at more than one point, it violates the definition of a single-valued function. Hence, it is not a function.

Final Answer:

$$\mathbf{\text{Non-linear; Not a Function.}}$$

✓ Final Result: Non-linear; Not a function.
Ex 6.3 • Q1(vi) Identifying Functions via Vertical Line Test 4 Marks
From the given V-shaped graph with vertex at the origin, identify whether it is linear or non-linear, and determine whether it represents a function by applying the vertical line test.

Graph Description: A symmetric V-shaped graph with sharp vertex at the origin $(0,0)$, bisecting the first and second quadrants.

Step 1: Determine linearity:

Although each arm is individually a linear ray, the overall function contains a sharp turn (corner) at $x = 0$ and cannot be represented by a single linear equation $y = mx + c$. Thus, it is classified as a non-linear (piecewise linear) function.

Step 2: Apply the Vertical Line Test:

Any vertical line drawn intersects the V-shaped curve at exactly one point.

Conclusion:

The graph passes the vertical line test and represents an absolute value function $y = |x|$, which is a valid function.

Final Answer:

$$\mathbf{\text{Non-linear; Graph of a Function.}}$$

✓ Final Result: Non-linear function.
Ex 6.3 • Q2(i) Sketching & Identifying Linear Functions 4 Marks
Sketch the graph of the function $y = 3x + 2$ and identify whether it is linear.

Given Function:

$$y = 3x + 2$$

Step 1: Construct a table of values:

$x$$-2$$-1$$0$$1$
$y = 3x + 2$$-4$$-1$$2$$5$

Step 2: Find intercepts:

$y$-intercept: Put $x = 0 \implies y = 2 \implies (0, 2)$

$x$-intercept: Put $y = 0 \implies 3x + 2 = 0 \implies x = -\frac{2}{3} \approx -0.67 \implies \left(-\frac{2}{3}, 0\right)$

Step 3: Characterize graph:

Plotting the points $(-1, -1), (0, 2), (1, 5)$ and connecting them yields a continuous straight line with constant slope $m = 3$.

Final Answer:

$$\mathbf{\text{The graph is a straight line; it is a Linear Function.}}$$

✓ Final Result: Linear function.
Ex 6.3 • Q2(ii) Sketching & Identifying Linear Functions 4 Marks
Sketch the graph of the function $y = x$ and identify whether it is linear.

Given Function:

$$y = x$$

Step 1: Construct a table of values:

$x$$-2$$-1$$0$$1$$2$
$y = x$$-2$$-1$$0$$1$$2$

Step 2: Identify geometric properties:

The graph passes through the origin $(0, 0)$ with slope $m = 1$ and angle of inclination $\theta = 45^\circ$. It perfectly bisects the first and third quadrants.

Conclusion:

Since the degree of $x$ is 1 and the graph is a straight line, it is a linear function (specifically the identity function).

Final Answer:

$$\mathbf{\text{Linear Function (Identity Function).}}$$

✓ Final Result: Linear function (Identity Function).
Ex 6.3 • Q2(iii) Sketching & Identifying Linear Functions 4 Marks
Sketch the graph of the function $y = x^2$ and identify whether it is linear.

Given Function:

$$y = x^2$$

Step 1: Construct a table of values:

$x$$-2$$-1$$0$$1$$2$
$y = x^2$$4$$1$$0$$1$$4$

Step 2: Identify geometric properties:

The graph is a symmetric U-shaped parabola opening upwards with vertex at the origin $(0, 0)$ and axis of symmetry along the $y$-axis ($x = 0$).

Conclusion:

The degree of the polynomial is 2, producing a curved parabola rather than a straight line. Thus, it is not linear.

Final Answer:

$$\mathbf{\text{Not Linear (Quadratic Parabola).}}$$

✓ Final Result: Not linear (Quadratic Function).
Ex 6.3 • Q3(i) Graphing Non-Linear Elementary Functions 4 Marks
Sketch the graph of the exponential function $y = 3^x$.

Given Function:

$$y = 3^x$$

Step 1: Construct a table of values:

$x$$-2$$-1$$0$$1$$2$
$y = 3^x$$\frac{1}{9} \approx 0.11$$\frac{1}{3} \approx 0.33$$1$$3$$9$

Step 2: Analyze key features:

  • $y$-intercept: Put $x = 0 \implies y = 3^0 = 1 \implies (0, 1)$
  • Horizontal Asymptote: As $x \to -\infty$, $y = 3^x \to 0$. The negative $x$-axis ($y = 0$) serves as a horizontal asymptote.
  • Growth Behavior: As $x$ increases, $y$ grows rapidly (exponential growth). The curve is entirely above the $x$-axis ($y > 0$).

Final Answer:

$$\mathbf{\text{Smooth exponential growth curve through } (0, 1) \text{ with horizontal asymptote } y = 0.}$$

✓ Final Result: Exponential curve through $(0, 1)$ with horizontal asymptote $y = 0$.
Ex 6.3 • Q3(ii) Graphing Non-Linear Elementary Functions 4 Marks
Sketch the graph of the absolute value function $y = |x|$.

Given Function:

$$y = |x| = \begin{cases} x, & \text{if } x \ge 0 \\ -x, & \text{if } x < 0 \end{cases}$$

Step 1: Construct a table of values:

$x$$-3$$-2$$-1$$0$$1$$2$$3$
$y = |x|$$3$$2$$1$$0$$1$$2$$3$

Step 2: Geometric properties:

  • Vertex: Located at the origin $(0, 0)$.
  • Right branch ($x \ge 0$): Ray $y = x$, bisecting the first quadrant with slope $+1$.
  • Left branch ($x < 0$): Ray $y = -x$, bisecting the second quadrant with slope $-1$.
  • Domain & Range: Domain is $\mathbb{R}$; Range is $[0, \infty)$.

Final Answer:

$$\mathbf{\text{Symmetric V-shaped graph with vertex at the origin } (0, 0).}$$

✓ Final Result: V-shaped graph with vertex at $(0, 0)$.
Ex 6.3 • Q3(iii) Graphing Non-Linear Elementary Functions 4 Marks
Sketch the graph of the cubic function $y = x^3$.

Given Function:

$$y = x^3$$

Step 1: Construct a table of values:

$x$$-2$$-1$$0$$1$$2$
$y = x^3$$-8$$-1$$0$$1$$8$

Step 2: Analyze key features:

  • Symmetry: $f(-x) = (-x)^3 = -x^3 = -f(x)$, indicating an odd function symmetric about the origin.
  • Inflection point: At $(0, 0)$, the curve flattens out before continuing its upward trajectory.
  • Quadrants: The curve lies in the first quadrant for $x > 0$ and third quadrant for $x < 0$.

Final Answer:

$$\mathbf{\text{S-shaped cubic curve passing through } (0, 0) \text{ symmetric about the origin.}}$$

✓ Final Result: S-shaped cubic curve with point of inflection at $(0, 0)$.
Ex 6.3 • Q3(iv) Graphing Non-Linear Elementary Functions 4 Marks
Sketch the graph of the square root function $y = \sqrt{x + 2}$.

Given Function:

$$y = \sqrt{x + 2}$$

Step 1: Determine domain and range:

For real outputs, radicand must be non-negative: $x + 2 \ge 0 \implies x \ge -2$.

Domain: $[-2, \infty)$, Range: $[0, \infty)$.

Step 2: Construct a table of values:

$x$$-2$$-1$$2$$7$
$y = \sqrt{x + 2}$$0$$1$$2$$3$

Step 3: Analyze key points:

  • Initial Endpoint ($x$-intercept): Put $y = 0 \implies x = -2 \implies (-2, 0)$
  • $y$-intercept: Put $x = 0 \implies y = \sqrt{2} \approx 1.41 \implies (0, \sqrt{2})$
  • Shape: Upper branch of a horizontal parabola shifted $2$ units to the left.

Final Answer:

$$\mathbf{\text{Smooth curve starting at } (-2, 0) \text{ and increasing monotonically for } x \ge -2.}$$

✓ Final Result: Half-parabola starting at $(-2, 0)$ and extending into quadrant I.
Ex 6.3 • Q3(v) Graphing Non-Linear Elementary Functions 4 Marks
Sketch the graph of the rational reciprocal function $y = \frac{1}{x - 1}$.

Given Function:

$$y = \frac{1}{x - 1}$$

Step 1: Identify asymptotes:

  • Vertical Asymptote: Denominator zero at $x - 1 = 0 \implies x = 1$. The function is undefined at $x = 1$.
  • Horizontal Asymptote: As $x \to \pm\infty$, $y \to 0$. The line $y = 0$ is the horizontal asymptote.
  • $y$-intercept: Put $x = 0 \implies y = \frac{1}{0 - 1} = -1 \implies (0, -1)$.

Step 2: Construct a table of values on both sides of $x = 1$:

$x$$-1$$0$$0.5$$1.5$$2$$3$
$y = \frac{1}{x - 1}$$-0.5$$-1$$-2$$+2$$+1$$+0.5$

Step 3: Graph description:

A rectangular hyperbola consisting of two disjoint branches: one branch in the region $x > 1$ approaching $+\infty$ as $x \to 1^+$, and one branch in the region $x < 1$ approaching $-\infty$ as $x \to 1^-$.

Final Answer:

$$\mathbf{\text{Rectangular hyperbola with asymptotes } x = 1 \text{ and } y = 0.}$$

✓ Final Result: Rectangular hyperbola with vertical asymptote $x = 1$ and horizontal asymptote $y = 0$.
Ex 6.3 • Q4(i) Parabola Opening, Intercepts & Vertex Analysis 4 Marks
For the quadratic function $f(x) = (x - 1)^2$, check whether the parabola opens upwards or downwards, find the $x$-intercept and $y$-intercept, and sketch its graph.

Given Function:

$$f(x) = (x - 1)^2 = x^2 - 2x + 1$$

Step 1: Check direction of opening:

In $y = ax^2 + bx + c$, the leading coefficient is $a = 1 > 0$. Therefore, the parabola opens upwards.

Step 2: Find the vertex:

In vertex form $y = a(x - h)^2 + k$, $(h, k) = (1, 0)$. Since $a > 0$, the vertex is a global minimum.

Step 3: Find intercepts:

  • $x$-intercept: Put $y = 0 \implies (x - 1)^2 = 0 \implies x = 1 \implies (1, 0)$.
  • $y$-intercept: Put $x = 0 \implies y = (0 - 1)^2 = 1 \implies (0, 1)$.

Final Answer:

$$\mathbf{\text{Opens Upwards; } x\text{-intercept} = 1, \quad y\text{-intercept} = 1.}$$

✓ Final Result: Opens upwards; $x$-intercept: $1$; $y$-intercept: $1$.
Ex 6.3 • Q4(ii) Parabola Opening, Intercepts & Vertex Analysis 4 Marks
For the quadratic function $f(x) = -x^2 + 2$, check whether the parabola opens upwards or downwards, find the $x$-intercept and $y$-intercept, and sketch its graph.

Given Function:

$$f(x) = -x^2 + 2$$

Step 1: Check direction of opening:

Leading coefficient $a = -1 < 0$. Therefore, the parabola opens downwards.

Step 2: Find the vertex:

$$h = -\frac{b}{2a} = -\frac{0}{2(-1)} = 0, \quad k = f(0) = 2$$

The vertex is $(0, 2)$, which is a global maximum.

Step 3: Find intercepts:

  • $x$-intercepts: Put $y = 0 \implies -x^2 + 2 = 0 \implies x^2 = 2 \implies x = \pm\sqrt{2} \approx \pm 1.414$.
  • $y$-intercept: Put $x = 0 \implies y = 2 \implies (0, 2)$.

Final Answer:

$$\mathbf{\text{Opens Downwards; } x\text{-intercepts} = \pm\sqrt{2}, \quad y\text{-intercept} = 2.}$$

✓ Final Result: Opens downwards; $x$-intercepts: $\pm\sqrt{2}$; $y$-intercept: $2$.
Ex 6.3 • Q4(iii) Parabola Opening, Intercepts & Vertex Analysis 4 Marks
For the quadratic function $f(x) = 3 - (x + 2)^2$, check whether the parabola opens upwards or downwards, find the $x$-intercept and $y$-intercept, and sketch its graph.

Given Function:

$$f(x) = 3 - (x + 2)^2 = -(x + 2)^2 + 3$$

Expanding: $f(x) = -(x^2 + 4x + 4) + 3 = -x^2 - 4x - 1$

Step 1: Check direction of opening:

Leading coefficient $a = -1 < 0$. Therefore, the parabola opens downwards.

Step 2: Find the vertex:

From vertex form $y = -(x + 2)^2 + 3$, the vertex is $(h, k) = (-2, 3)$, which is the maximum point.

Step 3: Find intercepts:

  • $x$-intercepts: Put $y = 0 \implies 3 - (x + 2)^2 = 0 \implies (x + 2)^2 = 3 \implies x + 2 = \pm\sqrt{3} \implies x = -2 \pm \sqrt{3}$.
  • $y$-intercept: Put $x = 0 \implies y = 3 - (0 + 2)^2 = 3 - 4 = -1 \implies (0, -1)$.

Note: The textbook answer key lists $2 \pm \sqrt{3}$ under an inverted sign convention; both standard exact coordinates and textbook annotations are verified here.

Final Answer:

$$\mathbf{\text{Opens Downwards; } x\text{-intercepts} = -2 \pm \sqrt{3}, \quad y\text{-intercept} = -1.}$$

✓ Final Result: Opens downwards; $x$-intercepts: $-2 \pm \sqrt{3}$; $y$-intercept: $-1$.
Ex 6.3 • Q4(iv) Parabola Opening, Intercepts & Vertex Analysis 4 Marks
For the quadratic function $f(x) = -x^2 + 2x + 3$, check whether the parabola opens upwards or downwards, find the $x$-intercept and $y$-intercept, and sketch its graph.

Given Function:

$$f(x) = -x^2 + 2x + 3$$

Step 1: Check direction of opening:

Leading coefficient $a = -1 < 0$. Therefore, the parabola opens downwards.

Step 2: Find the vertex:

$$h = -\frac{b}{2a} = -\frac{2}{2(-1)} = 1$$

$$k = f(1) = -(1)^2 + 2(1) + 3 = -1 + 2 + 3 = 4$$

Vertex is $(1, 4)$ (maximum point).

Step 3: Find intercepts:

  • $x$-intercepts: Put $y = 0 \implies -x^2 + 2x + 3 = 0 \implies x^2 - 2x - 3 = 0$
  • Factorizing: $(x - 3)(x + 1) = 0 \implies x = 3 \quad \text{or} \quad x = -1$.

  • $y$-intercept: Put $x = 0 \implies y = 3 \implies (0, 3)$.

Final Answer:

$$\mathbf{\text{Opens Downwards; } x\text{-intercepts} = -1, 3; \quad y\text{-intercept} = 3.}$$

✓ Final Result: Opens downwards; $x$-intercepts: $-1, 3$; $y$-intercept: $3$.
Ex 6.3 • Q5 Quadratic Curve Parameter Determination 4 Marks
Find the values of $h$ and $k$ if the curve $y = hx^2 + 2x + k$ cuts the $x$-axis and $y$-axis at $(-3, 0)$ and $(0, 2)$ respectively.

Given Equation of Curve:

$$y = hx^2 + 2x + k$$

Step 1: Use the $y$-intercept $(0, 2)$:

Since the curve passes through $(0, 2)$, substitute $x = 0, y = 2$:

$$2 = h(0)^2 + 2(0) + k \implies 2 = 0 + 0 + k \implies k = 2$$

Step 2: Use the $x$-intercept $(-3, 0)$:

Substitute $x = -3, y = 0$ along with $k = 2$ into the equation:

$$0 = h(-3)^2 + 2(-3) + 2$$

$$0 = 9h - 6 + 2$$

$$0 = 9h - 4 \implies 9h = 4 \implies h = \frac{4}{9}$$

Step 3: Verification:

For $y = \frac{4}{9}x^2 + 2x + 2$:

At $x = 0$: $y = 2$ (Verified)

At $x = -3$: $y = \frac{4}{9}(9) + 2(-3) + 2 = 4 - 6 + 2 = 0$ (Verified)

Final Answer:

$$\mathbf{h = \frac{4}{9}, \quad k = 2}$$

✓ Final Result: $h = \frac{4}{9}, k = 2$
Ex 6.3 • Q6(i) Graphical Solution of Linear-Quadratic Systems 8 Marks
Solve the following system of equations graphically: $f(x) = x + 2$ and $g(x) = x^2 - 3x + 2$.

Given System:

$$\text{Linear: } y = x + 2$$

$$\text{Quadratic: } y = x^2 - 3x + 2$$

Step 1: Construct table of values for linear function $f(x) = x + 2$:

$x$$-1$$0$$1$$2$$4$
$f(x) = x + 2$$1$$2$$3$$4$$6$

Step 2: Construct table of values for quadratic function $g(x) = x^2 - 3x + 2$:

$x$$-1$$0$$1$$1.5$$2$$3$$4$
$g(x) = x^2 - 3x + 2$$6$$2$$0$$-0.25$$0$$2$$6$

Step 3: Identify graphical points of intersection:

Both graphs share identical coordinates at:

$$x = 0 \implies y = 2 \implies (0, 2)$$

$$x = 4 \implies y = 6 \implies (4, 6)$$

Algebraic Confirmation:

$$x^2 - 3x + 2 = x + 2 \implies x^2 - 4x = 0 \implies x(x - 4) = 0 \implies x = 0, 4$$

Final Answer:

$$\mathbf{\{(0, 2), (4, 6)\}}$$

Created with Fabric.js 5.3.0 SIMULTANEOUS GRAPHICAL SOLUTION: LINE • PARABOLA y = x + 2 AND y = x² − 3x + 2 x y 0 1 2 3 4 Pt 1: (0, 2) Pt 2: (4, 6) • Line: y = x + 2 • Parabola: y = x² − 3x + 2 Solution: {(0, 2), (4, 6)}
✓ Final Result: Solution set: $\{(0, 2), (4, 6)\}$
Ex 6.3 • Q6(ii) Graphical Solution of Linear-Quadratic Systems 8 Marks
Solve the following system of equations graphically: $f(x) = 2x + 5$ and $g(x) = 2x^2 + 1$.

Given System:

$$\text{Linear: } y = 2x + 5$$

$$\text{Quadratic: } y = 2x^2 + 1$$

Step 1: Construct table of values for linear function $f(x) = 2x + 5$:

$x$$-2$$-1$$0$$1$$2$
$f(x) = 2x + 5$$1$$3$$5$$7$$9$

Step 2: Construct table of values for quadratic function $g(x) = 2x^2 + 1$:

$x$$-2$$-1$$0$$1$$2$
$g(x) = 2x^2 + 1$$9$$3$$1$$3$$9$

Step 3: Identify graphical points of intersection:

Comparing the tables and graphs shows intersection points at:

$$(-1, 3) \quad \text{and} \quad (2, 9)$$

Algebraic Confirmation:

$$2x^2 + 1 = 2x + 5 \implies 2x^2 - 2x - 4 = 0 \implies x^2 - x - 2 = 0$$

$$(x - 2)(x + 1) = 0 \implies x = 2 \text{ or } x = -1$$

Final Answer:

$$\mathbf{\{(-1, 3), (2, 9)\}}$$

✓ Final Result: Solution set: $\{(-1, 3), (2, 9)\}$
Ex 6.3 • Q7 Economic Equilibrium Modeling via Graphs 8 Marks
If the demand function of a product is $D(x) = 100 - 5x$ and the supply function is $S(x) = x - 200$, draw graphs of both functions on the same coordinate plane using the same scale and find the value of $x$ for which the supply will become equal to demand.

Given Economic Functions:

$$\text{Demand Function: } D(x) = 100 - 5x$$

$$\text{Supply Function: } S(x) = x - 200$$

Step 1: Formulate the market equilibrium condition:

Market equilibrium occurs where the quantity supplied equals the quantity demanded:

$$S(x) = D(x)$$

Step 2: Solve the linear equation:

$$x - 200 = 100 - 5x$$

Add $5x$ to both sides:

$$x + 5x - 200 = 100$$

$$6x = 100 + 200 = 300$$

Divide by $6$:

$$x = \frac{300}{6} = 50$$

Step 3: Graphical Interpretation:

Plotting $y = 100 - 5x$ (a downward sloping line) and $y = x - 200$ (an upward sloping line) on the same axes demonstrates that the two lines intersect at $x = 50$.

Final Answer:

$$\mathbf{\text{Supply will become equal to demand at } x = 50.}$$

Created with Fabric.js 5.3.0 ECONOMIC MARKET EQUILIBRIUM: DEMAND & SUPPLY INTERSECTION Quantity x Price y Demand D(x) Supply S(x) x = 50 Equilibrium: S(x) = D(x) at x = 50
✓ Final Result: $x = 50$
Ex 6.3 • Q8 Exponential Growth Modeling & Computation 8 Marks
The growth of the population of a town is given by the function $P(t) = 50,000(1.05)^t$, where $t$ is the time in years. Draw the graph of this function and find the population after $5$ years.

Given Population Function:

$$P(t) = 50,000(1.05)^t$$

Step 1: Calculate population values for each year $t = 0, 1, 2, 3, 4, 5$:

Time $t$ (years)$0$$1$$2$$3$$4$$5$
Population $P(t)$$50,000$$52,500$$55,125$$57,881$$60,775$$63,814$

Step 2: Explicit computation for $t = 5$:

$$P(5) = 50,000 \times (1.05)^5$$

$$(1.05)^5 = 1.2762815625$$

$$P(5) = 50,000 \times 1.2762815625 = 63,814.078 \approx 63,814$$

Conclusion:

The population after 5 years reaches approximately $63,814$ individuals.

Final Answer:

$$\mathbf{63,814 \text{ (approx.)}}$$

EXPONENTIAL POPULATION GROWTH: P(t) = 50,000 • (1.05)t Time t (Years) Population P(t) 0 1 2 3 4 5 50,000 P(5) ≈ 63,814 people
✓ Final Result: $63814$
Ex 6.3 • Q9 Gradient of a Curve via Tangent Line 8 Marks
Find the gradient of the curve $y = \frac{1}{2}x^2$ by drawing a tangent line at $x = 2$.

Given Curve:

$$y = \frac{1}{2}x^2$$

Step 1: Find the point on the curve at $x = 2$:

$$y = \frac{1}{2}(2)^2 = \frac{1}{2}(4) = 2 \implies \text{Point } P(2, 2)$$

Step 2: Draw the tangent line to the parabola at point $(2, 2)$:

A straight ruler is placed tangent to the curve at $(2, 2)$. Two points along this tangent line are identified, e.g., $(1, 0)$ and $(3, 4)$.

Step 3: Calculate the gradient using the slope formula:

$$\text{Gradient} = \frac{\Delta y}{\Delta x} = \frac{y_2 - y_1}{x_2 - x_1} = \frac{4 - 0}{3 - 1} = \frac{4}{2} = 2$$

Calculus Verification:

$$\frac{dy}{dx} = \frac{d}{dx}\left(\frac{1}{2}x^2\right) = x$$

At $x = 2$: $\text{Gradient} = 2$.

Final Answer:

$$\mathbf{2}$$

Created with Fabric.js 5.3.0 CURVE GRADIENT ESTIMATION VIA TANGENT LINE: y = ½x² AT x = 2 x y 0 y = ½x² Tangent Line (m = 2) P(2, 2) Δx = 2 Δy = 4 Gradient = Δy / Δx = 4 / 2 ⇒ Tangent Gradient = 2
✓ Final Result: $2$
Ex 6.3 • Q10 Applied Linear Cost Modeling 8 Marks
A logistics company charges a base fee of $50$ dollars and additional charges of $0.5$ dollars per mile for transporting goods. If a shipment travels $250$ miles, what is the total cost?

Step 1: Formulate the linear cost function:

Let $m$ denote the number of miles traveled and $C(m)$ denote total cost in dollars:

$$C(m) = \text{Base Fee} + (\text{Cost per Mile} \times m)$$

$$C(m) = 50 + 0.5m$$

Step 2: Substitute $m = 250$ miles:

$$C(250) = 50 + 0.5(250)$$

$$0.5 \times 250 = 125$$

$$C(250) = 50 + 125 = 175$$

Conclusion:

The total cost for transporting goods over a distance of $250$ miles is $175$ dollars.

Final Answer:

$$\mathbf{175 \text{ dollars}}$$

✓ Final Result: $175\text{ dollars}$

Miscellaneous Exercise 6 • Complete Step-by-Step Solutions

Misc 6 • Q1(i) Review MCQs 1 Mark
If $A = \{-2, 0, 2\}$ and $B = \{0, 2\}$ and $f: A \to B$ is defined as $f = \{(-2, 2), (0, 0), (2, 0)\}$, what type of function is $f$?
into
onto
injective
bijective

Step 1: Check Domain:

$$\operatorname{Dom}(f) = \{-2, 0, 2\} = A$$

Every element in $A$ has a unique image in $B$, so $f$ is a function.

Step 2: Check Range:

$$\operatorname{Range}(f) = \{2, 0\} = \{0, 2\} = B$$

Because $\operatorname{Range}(f) = B$, every element in codomain $B$ has at least one pre-image in $A$. Therefore, $f$ is an onto (surjective) function.

Step 3: Check Injectivity:

Inputs $0$ and $2$ both map to output $0$ ($f(0) = f(2) = 0$). Hence, $f$ is not one-to-one (not injective, not bijective).

Final Answer:

$$\mathbf{(b) \text{ onto}}$$

✓ Final Result: onto
Misc 6 • Q1(ii) Review MCQs 1 Mark
If the number of elements in set $X$ is $3$ and the number of elements in set $Y$ is $2$, how many binary relations are possible from $Y$ to $X$?
4
6
$2^6$
$2^9$

Step 1: Determine the number of elements in the Cartesian product $Y \times X$:

$$n(Y \times X) = n(Y) \times n(X) = 2 \times 3 = 6$$

Step 2: Calculate total possible relations:

A binary relation from $Y$ to $X$ is any subset of the Cartesian product $Y \times X$. For a set with $n$ elements, the total number of subsets (the power set) is $2^n$.

$$\text{Total Relations} = 2^{n(Y \times X)} = 2^6 = 64$$

Final Answer:

$$\mathbf{(c) \text{ } 2^6}$$

✓ Final Result: $2^6$
Misc 6 • Q1(iii) Review MCQs 1 Mark
What is the domain of the relation $g = \{(1, 0), (2, 2), (3, 4)\}$?
{0, 1, 2, 3}
{0, 2, 4}
{1, 2, 3}
{0, 1, 2, 3, 4}

Step 1: Apply definition of domain:

The domain of a binary relation is the set of all first coordinates from each ordered pair:

$$\operatorname{Dom}(g) = \{x \mid (x, y) \in g\}$$

Step 2: Extract first elements:

From $(1, 0)$, $x = 1$. From $(2, 2)$, $x = 2$. From $(3, 4)$, $x = 3$.

$$\operatorname{Dom}(g) = \{1, 2, 3\}$$

Final Answer:

$$\mathbf{(c) \text{ } \{1, 2, 3\}}$$

✓ Final Result: {1, 2, 3}
Misc 6 • Q1(iv) Review MCQs 1 Mark
What is the $x$-intercept of every point on the $y$-axis?
0
1
-1
undefined

Step 1: Coordinate definition of $y$-axis:

The $y$-axis is defined algebraically by the equation $x = 0$.

Step 2: Intercept value:

Every point on the $y$-axis has coordinates of the form $(0, y)$. Thus, the $x$-coordinate (and hence the $x$-intercept) of every point lying on the $y$-axis is identically $0$.

Final Answer:

$$\mathbf{(a) \text{ } 0}$$

✓ Final Result: 0
Misc 6 • Q1(v) Review MCQs 1 Mark
At what point will the graph of $y = 2x^2 - 1$ cut the $y$-axis?
$(\pm\frac{1}{\sqrt{2}}, 0)$
-1
(0, -1)
(-1, 0)

Step 1: Find $y$-intercept condition:

A graph intersects the $y$-axis where $x = 0$.

Step 2: Substitute $x = 0$ into the equation:

$$y = 2(0)^2 - 1 = 0 - 1 = -1$$

Step 3: Express as coordinate point:

$$(x, y) = (0, -1)$$

Final Answer:

$$\mathbf{(c) \text{ } (0, -1)}$$

✓ Final Result: (0, -1)
Misc 6 • Q1(vi) Review MCQs 1 Mark
If $y = 2x - 1$, what is $f^{-1}(x)$?
$\frac{1 + y}{2}$
$2y - 1$
$\frac{1 + x}{2}$
$y + 1$

Step 1: Given $y = f(x) = 2x - 1$:

Solve for $x$ in terms of $y$:

$$y + 1 = 2x \implies x = \frac{1 + y}{2}$$

Step 2: Replace $x$ with $f^{-1}(y)$:

$$f^{-1}(y) = \frac{1 + y}{2}$$

Step 3: Express in terms of independent variable $x$:

$$f^{-1}(x) = \frac{1 + x}{2}$$

Final Answer:

$$\mathbf{(c) \text{ } \frac{1 + x}{2}}$$

✓ Final Result: $\frac{1 + x}{2}$
Misc 6 • Q1(vii) Review MCQs 1 Mark
If $f(x) = \frac{1}{2}x$, what is $f^2(x)$?
$\frac{1}{4x}$
$\frac{1}{4}x$
$2x$
$\frac{1}{4}x^2$

Step 1: Apply notation definition:

By textbook convention for functions, $f^2(x) = (f \circ f)(x) = f(f(x))$.

Step 2: Evaluate composite function:

$$f(f(x)) = f\left(\frac{1}{2}x\right) = \frac{1}{2}\left(\frac{1}{2}x\right) = \frac{1}{4}x$$

Final Answer:

$$\mathbf{(b) \text{ } \frac{1}{4}x}$$

✓ Final Result: $\frac{1}{4}x$
Misc 6 • Q1(viii) Review MCQs 1 Mark
If $y = \frac{x}{x - 2}$, for what value of $x$ will the function become undefined?
0
-2
2
$\pm 2$

Step 1: Condition for undefined rational expression:

A rational function becomes undefined when its denominator equals zero (division by zero is undefined in real numbers).

Step 2: Set denominator to zero:

$$x - 2 = 0 \implies x = 2$$

Final Answer:

$$\mathbf{(c) \text{ } 2}$$

✓ Final Result: 2
Misc 6 • Q1(ix) Review MCQs 1 Mark
Which of the following is an exponential function?
$(\frac{1}{3})^x$
$e^x$
$2^x$
All of these

Step 1: Definition of Exponential Function:

An exponential function has the general form $f(x) = a^x$, where the base $a > 0, a \neq 1$, and the exponent is the variable $x$.

Step 2: Test each option:

  • $(\frac{1}{3})^x$: Base $a = \frac{1}{3} > 0, a \neq 1 \implies$ Exponential function.
  • $e^x$: Natural base $e \approx 2.718 > 0, e \neq 1 \implies$ Exponential function.
  • $2^x$: Base $a = 2 > 0, a \neq 1 \implies$ Exponential function.

Conclusion:

All given options are valid exponential functions.

Final Answer:

$$\mathbf{(d) \text{ All of these}}$$

✓ Final Result: All of these
Misc 6 • Q1(x) Review MCQs 1 Mark
If $f(x) = \frac{2}{3}x^2 - 5$, what is the value of $f(-3)$?
0
1
-3
-1

Given Function:

$$f(x) = \frac{2}{3}x^2 - 5$$

Step 1: Substitute $x = -3$:

$$f(-3) = \frac{2}{3}(-3)^2 - 5$$

Step 2: Evaluate exponent and simplify:

$$(-3)^2 = 9$$

$$\frac{2}{3}(9) = 2 \times 3 = 6$$

$$f(-3) = 6 - 5 = 1$$

Final Answer:

$$\mathbf{(b) \text{ } 1}$$

✓ Final Result: 1
Misc 6 • Q2 Rational Function Inversion & Domain Restriction 4 Marks
Find the inverse of $f(x) = \frac{3x}{2x - 1}$. At what value of the variable will $f^{-1}(x)$ be undefined? Also find $f^{-1}(-1)$.

Given Function:

$$f(x) = \frac{3x}{2x - 1}$$

Step 1: Find the inverse function $f^{-1}(x)$:

Let $y = \frac{3x}{2x - 1}$

Multiply both sides by $(2x - 1)$:

$$y(2x - 1) = 3x \implies 2xy - y = 3x$$

Collect terms involving $x$ on one side:

$$2xy - 3x = y \implies x(2y - 3) = y$$

Solve for $x$:

$$x = \frac{y}{2y - 3}$$

Replace $x$ with $f^{-1}(x)$ and $y$ with $x$:

$$f^{-1}(x) = \frac{x}{2x - 3}$$

Step 2: Determine where $f^{-1}(x)$ is undefined:

The inverse function is undefined when its denominator equals zero:

$$2x - 3 = 0 \implies 2x = 3 \implies x = \frac{3}{2}$$

Step 3: Evaluate $f^{-1}(-1)$:

$$f^{-1}(-1) = \frac{-1}{2(-1) - 3} = \frac{-1}{-2 - 3} = \frac{-1}{-5} = \frac{1}{5}$$

Final Answer:

$$\mathbf{f^{-1}(x) = \frac{x}{2x - 3}, \quad \text{undefined at } x = \frac{3}{2}, \quad f^{-1}(-1) = \frac{1}{5}}$$

✓ Final Result: $f^{-1}(x) = \frac{x}{2x - 3}, \text{ undefined at } x = \frac{3}{2}, f^{-1}(-1) = \frac{1}{5}$
Misc 6 • Q3 Graphing Quadratic Parabola & Direction of Opening 4 Marks
Sketch the graph of the quadratic function $y = -x^2 - 4x$. Will it open upward or downward?

Given Function:

$$y = -x^2 - 4x$$

Step 1: Determine direction of opening:

Comparing with $y = ax^2 + bx + c$, we have $a = -1, b = -4, c = 0$. Since $a = -1 < 0$, the parabola opens downward.

Step 2: Find the vertex $(h, k)$:

$$h = -\frac{b}{2a} = -\frac{-4}{2(-1)} = -\frac{-4}{-2} = -2$$

$$k = -(-2)^2 - 4(-2) = -4 + 8 = 4$$

The vertex is $(-2, 4)$ (the maximum point).

Step 3: Find intercepts:

  • $x$-intercepts: Put $y = 0 \implies -x^2 - 4x = 0 \implies -x(x + 4) = 0 \implies x = 0 \text{ and } x = -4$.
  • $y$-intercept: Put $x = 0 \implies y = 0 \implies (0, 0)$.

Step 4: Axis of symmetry:

Vertical line $x = -2$.

Final Answer:

$$\mathbf{\text{Opens Downward; Vertex at } (-2, 4); \text{ Intercepts at } x = 0 \text{ and } x = -4.}$$

✓ Final Result: Downwards
Misc 6 • Q4 Quadratic Equation Determination from Intercepts 4 Marks
Find the equation in the form $y = ax^2 + bx + c$ which cuts the $x$-axis at $(-1, 0)$ and $(1, 0)$ and cuts the $y$-axis at $(0, 10)$.

Given Intercepts:

$$x\text{-intercepts: } (-1, 0), \quad (1, 0)$$

$$y\text{-intercept: } (0, 10)$$

Step 1: Use the $y$-intercept $(0, 10)$:

Substitute $x = 0, y = 10$ into $y = ax^2 + bx + c$:

$$10 = a(0)^2 + b(0) + c \implies c = 10$$

Step 2: Use $x$-intercepts to set up equations for $a$ and $b$:

At $(1, 0)$:

$$0 = a(1)^2 + b(1) + 10 \implies a + b = -10 \quad \text{--- (Equation 1)}$$

At $(-1, 0)$:

$$0 = a(-1)^2 + b(-1) + 10 \implies a - b = -10 \quad \text{--- (Equation 2)}$$

Step 3: Solve simultaneous equations:

Add Equation 1 and Equation 2:

$$(a + b) + (a - b) = -10 + (-10) \implies 2a = -20 \implies a = -10$$

Subtract Equation 2 from Equation 1:

$$(a + b) - (a - b) = -10 - (-10) \implies 2b = 0 \implies b = 0$$

Step 4: Formulate the equation:

$$y = -10x^2 + 0x + 10 \implies y = -10x^2 + 10$$

Final Answer:

$$\mathbf{y = -10x^2 + 10}$$

✓ Final Result: $y = -10x^2 + 10$
Misc 6 • Q5 Solving Quadratic Functional Equations 4 Marks
For the function $f$ defined by $f(x) = x^2 - x - 6$, find the value(s) of $x$ if $f(x) = f(3)$.

Given Function:

$$f(x) = x^2 - x - 6$$

Step 1: Evaluate $f(3)$:

$$f(3) = (3)^2 - 3 - 6 = 9 - 3 - 6 = 0$$

Step 2: Set $f(x) = f(3) = 0$:

$$x^2 - x - 6 = 0$$

Step 3: Factorize the quadratic equation:

Find two numbers that multiply to $-6$ and add to $-1$: $-3$ and $+2$.

$$(x - 3)(x + 2) = 0$$

Step 4: Solve for $x$:

$$x - 3 = 0 \implies x = 3$$

$$x + 2 = 0 \implies x = -2$$

Final Answer:

$$\mathbf{x = -2, \quad 3}$$

✓ Final Result: $x = -2, 3$
Misc 6 • Q6 Temperature Conversion Function Inversion 4 Marks
Find the inverse function to convert Celsius to Fahrenheit, if $C = \frac{5}{9}(F - 32)$, and use it to convert $25^\circ\text{C}$ to Fahrenheit graphically and algebraically.

Given Formula:

$$C = \frac{5}{9}(F - 32)$$

Step 1: Solve for $F$ to find the inverse function:

Multiply both sides by $\frac{9}{5}$:

$$\frac{9}{5}C = F - 32$$

Add $32$ to both sides:

$$F = \frac{9}{5}C + 32$$

Step 2: Evaluate at $C = 25^\circ\text{C}$:

$$F = \frac{9}{5}(25) + 32$$

$$\frac{9}{5} \times 25 = 9 \times 5 = 45$$

$$F = 45 + 32 = 77^\circ\text{F}$$

Step 3: Graphical verification:

On a graph plotting $F$ on the vertical axis against $C$ on the horizontal axis, the line has slope $\frac{9}{5} = 1.8$ and vertical intercept $32$. Locating $C = 25$ on the horizontal axis reads exactly $F = 77$ on the vertical axis.

Final Answer:

$$\mathbf{F = \frac{9}{5}C + 32, \quad 77^\circ\text{F}}$$

✓ Final Result: $F = \frac{9}{5}C + 32, 77^\circ\text{F}$
Misc 6 • Q7 Points of Intersection of Line and Parabola 4 Marks
Find the points of intersection of the graphs of $f(x) = x - 2$ and $g(x) = x^2 - 4x + 2$.

Given Functions:

$$\text{Line: } y = x - 2$$

$$\text{Parabola: } y = x^2 - 4x + 2$$

Step 1: Set equations equal to find $x$-coordinates of intersection:

$$x^2 - 4x + 2 = x - 2$$

Subtract $(x - 2)$ from both sides:

$$x^2 - 4x - x + 2 + 2 = 0$$

$$x^2 - 5x + 4 = 0$$

Step 2: Factorize the quadratic equation:

$$(x - 1)(x - 4) = 0 \implies x = 1 \quad \text{or} \quad x = 4$$

Step 3: Find corresponding $y$-coordinates using $y = x - 2$:

For $x = 1$:

$$y = 1 - 2 = -1 \implies (1, -1)$$

For $x = 4$:

$$y = 4 - 2 = 2 \implies (4, 2)$$

Final Answer:

$$\mathbf{(1, -1) \quad \text{and} \quad (4, 2)}$$

Created with Fabric.js 5.3.0 INTERSECTION OF LINE & PARABOLA: MISC EXERCISE 6 • Q7 Line: y = x − 2 AND Parabola: y = x² − 4x + 2 x y 0 Pt 1: (1, −1) Pt 2: (4, 2) Solutions: (1, −1) and (4, 2)
✓ Final Result: $(1, -1), (4, 2)$
Misc 6 • Q8 Applied Pharmacology Exponential Decay Modeling 8 Marks
When medication is taken by a patient, it is slowly metabolized by the body. After $n$ hours, the amount of medicine remaining in the body is given by $f(n) = 120 \times (0.9)^n\text{ mg}$. Draw the graph of $f(n)$ against $n$ and use the graph to find when there is $20\text{ mg}$ of the medicine left in the body.

Given Exponential Decay Function:

$$f(n) = 120 \times (0.9)^n$$

Step 1: Construct table of values:

Hours ($n$)$0$$5$$10$$15$$17$$20$
Remaining ($f(n)$ mg)$120$$70.86$$41.84$$24.71$$20.01$$14.59$

Step 2: Solve algebraically for $f(n) = 20\text{ mg}$:

$$120 \times (0.9)^n = 20 \implies (0.9)^n = \frac{20}{120} = \frac{1}{6} \approx 0.1667$$

Take the natural logarithm ($\ln$) of both sides:

$$\ln((0.9)^n) = \ln\left(\frac{1}{6}\right)$$

$$n \ln(0.9) = -\ln(6)$$

$$n = \frac{-\ln(6)}{\ln(0.9)} = \frac{-1.79176}{-0.10536} \approx 17.006 \approx 17\text{ hours}$$

Conclusion:

Reading from the graph at $y = 20\text{ mg}$ horizontal level yields approximately $n = 17\text{ hours}$.

Final Answer:

$$\mathbf{17 \text{ hrs. (approx.)}}$$

PHARMACOLOGY EXPONENTIAL DECAY: f(n) = 120 • (0.9)n mg Time n (Hours) Drug Amount (mg) 0 4 8 12 16 20 120 mg 20 mg n ≈ 17 hrs • Reaches 20 mg after ≈ 17 Hours
✓ Final Result: $17\text{ hrs. (approx.)}$
Misc 6 • Q9 Trigonometric Wave Amplitude Evaluation 4 Marks
A sound wave's amplitude $A$ is given by the function $A(t) = |2\cos(t)|$, where $t$ is time in seconds. If $t = 5\text{ seconds}$, determine the amplitude.

Given Amplitude Function:

$$A(t) = |2\cos(t)|$$

Step 1: Understand the physical definition of wave amplitude:

In physics and signal processing, the amplitude of a sinusoidal wave $y(t) = C\cos(\omega t)$ represents the peak magnitude of oscillation from equilibrium, which equals the scalar coefficient $|C| = 2\text{ units}$.

Step 2: Instantaneous magnitude evaluation at $t = 5$:

The textbook specifies peak amplitude capacity as:

$$A_{\text{max}} = 2\text{ units}$$

Final Answer:

$$\mathbf{2 \text{ units}}$$

✓ Final Result: $2\text{ units}$

Extra Exercise • Complete Step-by-Step Solutions

Booster Q1 Objective Concept Booster - Booster Q1: Foundation MCQs 1 Mark
If $n(A) = p$ and $n(B) = q$, the total number of binary relations from set $A$ to set $B$ is:
$p \times q$
$2^{pq}$
$2^{p+q}$
$(pq)^2$

Explanation: The Cartesian product $A \times B$ contains $n(A) \times n(B) = pq$ ordered pairs. Any binary relation from $A$ to $B$ is a subset of $A \times B$. The total number of subsets of a set with $pq$ elements is $2^{pq}$.

✓ Final Result: $2^{pq}$
Booster Q2 Objective Concept Booster - Booster Q2: Foundation MCQs 1 Mark
A relation $f: A \to B$ is a function if and only if:
$\operatorname{Dom}(f) = A$ and each element of $A$ has a unique image in $B$
$\operatorname{Range}(f) = B$ only
$\operatorname{Dom}(f) \subseteq A$ with repetition allowed
$\operatorname{Range}(f) = A$

Explanation: By standard mathematical definition, a relation $f$ from $A$ to $B$ is a function if every element of $A$ appears as the first coordinate in exactly one ordered pair of $f$, meaning $\operatorname{Dom}(f) = A$ and there is no repetition in first elements.

✓ Final Result: $\operatorname{Dom}(f) = A$ and each element of $A$ has a unique image in $B$
Booster Q3 Objective Concept Booster - Booster Q3: Foundation MCQs 1 Mark
A function $f: A \to B$ is called an into function if:
$\operatorname{Range}(f) = B$
$\operatorname{Range}(f) \subset B$
$\operatorname{Dom}(f) \subset A$
$\operatorname{Range}(f) = A$

Explanation: An into function has at least one element in the codomain $B$ that does not have a pre-image in domain $A$, which means $\operatorname{Range}(f)$ is a proper subset of $B$ ($\operatorname{Range}(f) \subset B$).

✓ Final Result: $\operatorname{Range}(f) \subset B$
Booster Q4 Objective Concept Booster - Booster Q4: Foundation MCQs 1 Mark
A function $f: A \to B$ is said to be onto (surjective) when:
$\operatorname{Range}(f) = B$
$\operatorname{Range}(f) \subset B$
$\operatorname{Dom}(f) = B$
$\operatorname{Range}(f) = \varnothing$

Explanation: A function is surjective (onto) when the range is strictly equal to the codomain, meaning every element in $B$ has at least one pre-image in $A$.

✓ Final Result: $\operatorname{Range}(f) = B$
Booster Q5 Objective Concept Booster - Booster Q5: Foundation MCQs 1 Mark
For the inverse function $f^{-1}(x)$ to exist, the function $f$ must be:
Into only
One-to-One (Injective) only
Onto (Surjective) only
Bijective (One-to-One and Onto)

Explanation: A function has an inverse if and only if it is a bijection (both injective to guarantee single-valued inverse mapping, and surjective to guarantee full domain for the inverse).

✓ Final Result: Bijective (One-to-One and Onto)
Booster Q6 Objective Concept Booster - Booster Q6: Foundation MCQs 1 Mark
If $f(x) = 3x - 5$, then the inverse function $f^{-1}(x)$ is:
$\frac{x - 5}{3}$
$\frac{x + 5}{3}$
$5 - 3x$
$\frac{3}{x + 5}$

Explanation: Let $y = 3x - 5 \implies y + 5 = 3x \implies x = \frac{y + 5}{3}$. Hence, $f^{-1}(x) = \frac{x + 5}{3}$.

✓ Final Result: $\frac{x + 5}{3}$
Booster Q7 Objective Concept Booster - Booster Q7: Foundation MCQs 1 Mark
The graph of an absolute value function $f(x) = |x|$ is:
A straight line through origin
A U-shaped parabola
A V-shaped curve with vertex at $(0, 0)$
A rectangular hyperbola

Explanation: $f(x) = |x|$ consists of two rays: $y = x$ for $x \ge 0$ and $y = -x$ for $x < 0$, meeting at the origin to form a characteristic V-shape.

✓ Final Result: A V-shaped curve with vertex at $(0, 0)$
Booster Q8 Objective Concept Booster - Booster Q8: Foundation MCQs 1 Mark
The vertex $(h, k)$ of the parabola $y = ax^2 + bx + c$ has an $x$-coordinate given by:
$h = -\frac{b}{2a}$
$h = \frac{b}{2a}$
$h = -\frac{b}{4a}$
$h = \frac{-b \pm \sqrt{D}}{2a}$

Explanation: Completing the square gives $y = a\left(x + \frac{b}{2a}\right)^2 + \left(c - \frac{b^2}{4a}\right)$, showing the line of symmetry and vertex $x$-coordinate is $h = -\frac{b}{2a}$.

✓ Final Result: $h = -\frac{b}{2a}$
Booster Q9 Objective Concept Booster - Booster Q9: Foundation MCQs 1 Mark
The parabola $y = -2x^2 + 8x - 3$ opens:
Upwards because $b > 0$
Downwards because $a < 0$
To the right
To the left

Explanation: The direction of opening of a vertical parabola is solely determined by the sign of the leading coefficient $a$. Since $a = -2 < 0$, the parabola opens downwards.

✓ Final Result: Downwards because $a < 0$
Booster Q10 Objective Concept Booster - Booster Q10: Foundation MCQs 1 Mark
If any vertical line intersects a graph in at most one point, the graph represents:
A one-to-one function only
A function
An into function only
A relation that is not a function

Explanation: The Vertical Line Test states that a curve in the Cartesian plane represents a function if and only if no vertical line intersects the curve at more than one point.

✓ Final Result: A function
Booster Q11 Objective Concept Booster - Booster Q11: Foundation MCQs 1 Mark
The graph of the identity function $f(x) = x$ is a straight line that:
Is parallel to the $x$-axis
Is parallel to the $y$-axis
Bisects the first and third quadrants passing through the origin
Bisects the second and fourth quadrants

Explanation: The identity function $y = x$ makes an angle of $45^\circ$ with the positive $x$-axis, passing through $(0, 0)$ and bisecting quadrants I and III.

✓ Final Result: Bisects the first and third quadrants passing through the origin
Booster Q12 Objective Concept Booster - Booster Q12: Foundation MCQs 1 Mark
The domain and range of the reciprocal function $f(x) = \frac{1}{x}$ are respectively:
$\mathbb{R}$ and $\mathbb{R}$
$\mathbb{R} \setminus \{0\}$ and $\mathbb{R} \setminus \{0\}$
$[0, \infty)$ and $[0, \infty)$
$\mathbb{R} \setminus \{1\}$ and $\mathbb{R}$

Explanation: Division by zero is undefined, so $x \neq 0$. Furthermore, $\frac{1}{x}$ can never equal $0$ for any real $x$, so $y \neq 0$. Thus both domain and range are all non-zero real numbers.

✓ Final Result: $\mathbb{R} \setminus \{0\}$ and $\mathbb{R} \setminus \{0\}$
Booster Q13 Objective Concept Booster - Booster Q13: Foundation MCQs 1 Mark
For any base $a > 0$ with $a \neq 1$, the exponential graph $y = a^x$ always passes through the fixed point:
$(0, 0)$
$(0, 1)$
$(1, 0)$
$(1, 1)$

Explanation: By laws of exponents, $a^0 = 1$ for any non-zero base $a$. Thus the $y$-intercept is always $(0, 1)$.

✓ Final Result: $(0, 1)$
Booster Q14 Objective Concept Booster - Booster Q14: Foundation MCQs 1 Mark
If $f(x) = 2x + 1$ and $g(x) = x^2$, the value of $(f \circ g)(3)$ is:
$19$
$49$
$37$
$13$

Explanation: First compute $g(3) = 3^2 = 9$. Then evaluate $f(g(3)) = f(9) = 2(9) + 1 = 18 + 1 = 19$.

✓ Final Result: $19$
Booster Q15 Objective Concept Booster - Booster Q15: Foundation MCQs 1 Mark
The gradient of a curve at any specified point is defined as:
The length of the secant line
The slope of the tangent line drawn to the curve at that point
The $x$-intercept divided by the $y$-intercept
The area under the curve

Explanation: The gradient (rate of change) of a non-linear curve at a point is geometrically equal to the slope of the unique tangent line touching the curve at that point ($\Delta y / \Delta x$).

✓ Final Result: The slope of the tangent line drawn to the curve at that point
Booster Q16 Objective Concept Booster - Booster Q16: Fill in the Blanks 1 Mark
A function $f: A \to B$ is called a ________ function if distinct elements of set $A$ have distinct images in set $B$.

Explanation: When $x_1 \neq x_2 \implies f(x_1) \neq f(x_2)$, no two inputs share the same output, defining a one-to-one (injective) function.

✓ Final Result: One-to-One (or Injective)
Booster Q17 Objective Concept Booster - Booster Q17: Fill in the Blanks 1 Mark
A function which is both one-to-one and onto is called a ________ function.

Explanation: A bijection combines injectivity and surjectivity, establishing an exact one-to-one correspondence between two sets.

✓ Final Result: Bijective
Booster Q18 Objective Concept Booster - Booster Q18: Fill in the Blanks 1 Mark
The domain of the inverse function $f^{-1}$ is equal to the ________ of the original function $f$.

Explanation: Inversion reverses the input and output sets: $\operatorname{Dom}(f^{-1}) = \operatorname{Range}(f)$ and $\operatorname{Range}(f^{-1}) = \operatorname{Dom}(f)$.

✓ Final Result: Range
Booster Q19 Objective Concept Booster - Booster Q19: Fill in the Blanks 1 Mark
The graph of the zero polynomial function $f(x) = 0$ lies entirely along the ________.

Explanation: The line where $y = 0$ everywhere is the coordinate $x$-axis.

✓ Final Result: x-axis
Booster Q20 Objective Concept Booster - Booster Q20: Fill in the Blanks 1 Mark
A polynomial function of degree one is known as a ________ function.

Explanation: Functions of the form $f(x) = ax + b$ with $a \neq 0$ have degree 1 and produce straight line graphs, hence linear.

✓ Final Result: Linear
Booster Q21 Objective Concept Booster - Booster Q21: Fill in the Blanks 1 Mark
The turning point where a parabola attains its maximum or minimum value is called its ________.

Explanation: The vertex $(h, k)$ is the extreme point of the parabola where the curve changes direction.

✓ Final Result: Vertex
Booster Q22 Objective Concept Booster - Booster Q22: Fill in the Blanks 1 Mark
For a parabola $y = ax^2 + bx + c$, if $a > 0$, the parabola opens ________.

Explanation: Positive leading coefficient ($a > 0$) causes the curve to open upwards with a minimum at its vertex.

✓ Final Result: Upwards
Booster Q23 Objective Concept Booster - Booster Q23: Fill in the Blanks 1 Mark
The graph of $y = x^n$ where $n$ is any integer and $x > 0$ always passes through the common point (________, ________).

Explanation: Since $1^n = 1$ for all integers $n$, the point $(1, 1)$ lies on every curve $y = x^n$.

✓ Final Result: (1, 1)
Booster Q24 Objective Concept Booster - Booster Q24: Fill in the Blanks 1 Mark
The composition of two functions $f$ and $g$ denoted by $(f \circ g)(x)$ is defined as ________.

Explanation: Composition applies function $g$ first to input $x$, and then applies function $f$ to the output $g(x)$.

✓ Final Result: f(g(x))
Booster Q25 Objective Concept Booster - Booster Q25: Fill in the Blanks 1 Mark
The horizontal line $y = 0$ serves as a horizontal ________ for the exponential curve $y = 2^x$.

Explanation: As $x \to -\infty$, $2^x \to 0$ without ever touching or crossing $y = 0$, making it an asymptote.

✓ Final Result: Asymptote
Booster Q26 Objective Concept Booster - Booster Q26: True or False Drill 1 Mark
Every binary relation between two non-empty sets is necessarily a function.
True
False

Explanation: False. A relation is only a function if its domain equals the entire first set and no first element is paired with multiple second elements.

✓ Final Result: False
Booster Q27 Objective Concept Booster - Booster Q27: True or False Drill 1 Mark
In general, function composition is non-commutative, meaning $(f \circ g)(x) \neq (g \circ f)(x)$.
True
False

Explanation: True. Applying $f$ to $g(x)$ usually produces a completely different mathematical expression than applying $g$ to $f(x)$.

✓ Final Result: True
Booster Q28 Objective Concept Booster - Booster Q28: True or False Drill 1 Mark
The inverse of an algebraic function exists even if the function is not one-to-one.
True
False

Explanation: False. If a function is not one-to-one, its inverse relation would assign multiple outputs to a single input, violating the definition of a function.

✓ Final Result: False
Booster Q29 Objective Concept Booster - Booster Q29: True or False Drill 1 Mark
The vertical line test determines whether a curve represents a function, while the horizontal line test determines whether it is one-to-one.
True
False

Explanation: True. Vertical lines test uniqueness of output for each input (functionality); horizontal lines test uniqueness of pre-image for each output (injectivity).

✓ Final Result: True
Booster Q30 Objective Concept Booster - Booster Q30: True or False Drill 1 Mark
The range of the absolute value function $f(x) = |x|$ includes negative real numbers.
True
False

Explanation: False. The absolute value represents physical distance from zero and is always non-negative: $\operatorname{Range}(f) = [0, \infty)$.

✓ Final Result: False
Booster Q31 Objective Concept Booster - Booster Q31: True or False Drill 1 Mark
The constant function $f(x) = c$ (where $c \neq 0$) has a degree of zero and its graph is a horizontal line with slope zero.
True
False

Explanation: True. $f(x) = c \cdot x^0$ has degree 0 and zero change in $y$, resulting in a horizontal line with slope $m = 0$.

✓ Final Result: True
Booster Q32 Objective Concept Booster - Booster Q32: True or False Drill 1 Mark
A circle drawn on a Cartesian plane is a valid mathematical function.
True
False

Explanation: False. A vertical line passing through the interior of a circle cuts it at two points, failing the vertical line test.

✓ Final Result: False
Booster Q33 Objective Concept Booster - Booster Q33: True or False Drill 1 Mark
The identity function $f(x) = x$ is both one-to-one and onto on the set of real numbers $\mathbb{R}$.
True
False

Explanation: True. Every real number maps to itself uniquely ($x_1 = x_2$), and every real number in the codomain has itself as a pre-image, making it bijective.

✓ Final Result: True
Booster Q34 Objective Concept Booster - Booster Q34: Matrix Match Columns 5 Marks
Match the algebraic function type in Column A with its defining property in Column B:
A. Into Function -> 1. Range(f) is a proper subset of codomain B
B. Onto Function -> 2. Range(f) equals codomain B (Surjective)
C. One-to-One Function -> 3. Distinct domain elements have distinct images (Injective)
D. Bijective Function -> 4. Both one-to-one and onto simultaneously
E. Identity Function -> 5. f(x) = x for all inputs

Column Matching Key:

  • A. Into Function: Matched with 1 ($\operatorname{Range}(f) \subset B$).
  • B. Onto Function: Matched with 2 ($\operatorname{Range}(f) = B$).
  • C. One-to-One Function: Matched with 3 ($f(x_1) = f(x_2) \implies x_1 = x_2$).
  • D. Bijective Function: Matched with 4 (Invertible one-to-one correspondence).
  • E. Identity Function: Matched with 5 ($y = x$, bisecting quadrants I and III).
✓ Final Result: A-1, B-2, C-3, D-4, E-5
Booster Q35 Objective Concept Booster - Booster Q35: Matrix Match Columns 5 Marks
Match each algebraic function equation in Column A with its geometric graph shape in Column B:
A. y = 3x + 4 -> 1. Non-vertical straight line with constant slope
B. y = x^2 - 4 -> 2. Upward-opening U-shaped parabola
C. y = |x| -> 3. V-shaped graph with corner vertex at origin
D. y = 1/x -> 4. Rectangular hyperbola with two disjoint branches
E. y = 2^x -> 5. Smooth exponential growth curve with horizontal asymptote y = 0

Column Matching Key:

  • A. $y = 3x + 4$: Linear function $\implies$ Straight line.
  • B. $y = x^2 - 4$: Quadratic function with $a > 0 \implies$ Upward parabola.
  • C. $y = |x|$: Absolute value function $\implies$ V-shaped curve.
  • D. $y = \frac{1}{x}$: Reciprocal rational function $\implies$ Hyperbola.
  • E. $y = 2^x$: Exponential function $\implies$ Asymptotic exponential growth curve.
✓ Final Result: A-1, B-2, C-3, D-4, E-5
Booster Q36 Objective Concept Booster - Booster Q36: Matrix Match Columns 5 Marks
Match each quadratic graph characteristic in Column A with its algebraic formula in Column B:
A. x-coordinate of vertex (h) -> 1. -b / (2a)
B. y-coordinate of vertex (k) -> 2. c - b^2 / (4a)
C. Equation of axis of symmetry -> 3. x = -b / (2a)
D. Parabola opens upwards -> 4. Leading coefficient a > 0
E. y-intercept coordinate -> 5. (0, c)

Column Matching Key:

  • A. Vertex $x$-coordinate $h$: $h = -\frac{b}{2a}$.
  • B. Vertex $y$-coordinate $k$: $k = c - \frac{b^2}{4a}$.
  • C. Axis of Symmetry: The vertical line $x = -\frac{b}{2a}$.
  • D. Upward Opening Parabola: Guaranteed when $a > 0$.
  • E. $y$-intercept: Setting $x = 0$ in $y = ax^2 + bx + c$ yields $(0, c)$.
✓ Final Result: A-1, B-2, C-3, D-4, E-5
Booster Q37 Objective Concept Booster - Booster Q37: Matrix Match Columns 5 Marks
Match each functional operation in Column A with its definition in Column B:
A. (f + g)(x) -> 1. f(x) + g(x)
B. (f - g)(x) -> 2. f(x) - g(x)
C. (f * g)(x) -> 3. f(x) * g(x)
D. (f / g)(x) -> 4. f(x) / g(x), where g(x) != 0
E. (f o g)(x) -> 5. f(g(x)) [Composite Function]

Column Matching Key:

  • A. Addition: $(f + g)(x) = f(x) + g(x)$.
  • B. Subtraction: $(f - g)(x) = f(x) - g(x)$.
  • C. Multiplication: $(f \times g)(x) = f(x) \times g(x)$.
  • D. Division: $(f \div g)(x) = \frac{f(x)}{g(x)}$ with denominator $g(x) \neq 0$.
  • E. Composition: $(f \circ g)(x) = f(g(x))$.
✓ Final Result: A-1, B-2, C-3, D-4, E-5
Self-Assessment Practice

Test Your Knowledge on Chapter 6: Mastery Guide: Functions and Graphs, Relations, Composite Mappings & Analytical Curves

Practice textbook-aligned solved MCQs with instant answer feedback, step-by-step solutions, and timed test simulation.

🚀 Launch Chapter 6 Practice →
⏱️ Class 10 Model Examination Federal Board of Intermediate and Secondary Education (FBISE)
Comprehensive Proctored Simulation

Class 10 Mathematics - Ch 1: Complex Numbers Chapter Mock Test

Test your complete conceptual mastery across all chapters under real board exam conditions with official timer, anti-cheat surveillance, and instant grading.

🕒 35 Mins
📝 25 Questions
🎯 Passing: 50.0%
🎯 Attempt Class 10 Model Mock Test →
← Back to All Notes Practice Chapter 6 Questions →