krit.club logo

Sets and Functions - Sum, Difference, Product and Quotients of Functions

Grade 11ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Algebra of Real Functions: This involves performing arithmetic operations on two functions ff and gg that map from a domain DD to the set of real numbers R\mathbb{R}. The resulting function is also a real-valued function defined over a specific common domain.

The Domain of Combined Functions: For the sum, difference, and product of functions ff and gg, the domain is the intersection of their individual domains, denoted as DfDgD_f \cap D_g. Visually, this is represented on a number line as the overlapping segment where both functions are simultaneously defined.

Addition of Functions: The sum (f+g)(x)(f + g)(x) is obtained by adding the outputs of f(x)f(x) and g(x)g(x) for every xx in the intersection of their domains. Graphically, the yy-coordinate of the sum function at any point xx is the vertical sum of the individual yy-coordinates of ff and gg.

Subtraction of Functions: The difference (fg)(x)(f - g)(x) is calculated as f(x)g(x)f(x) - g(x). On a graph, this represents the vertical distance between the curves of ff and gg at a specific xx value, provided that xx exists in DfDgD_f \cap D_g.

Multiplication of Functions: The product (fg)(x)(f \cdot g)(x) is the point-wise product f(x)g(x)f(x) \cdot g(x). If one function is a constant cc, the operation (cf)(x)=cf(x)(cf)(x) = c \cdot f(x) represents a vertical stretch or compression of the graph of ff by a factor of cc.

Quotient of Functions: The quotient (fg)(x)(\frac{f}{g})(x) is defined as f(x)g(x)\frac{f(x)}{g(x)}. Crucially, the domain for the quotient is DfDgD_f \cap D_g excluding any xx such that g(x)=0g(x) = 0. Visually, these excluded points often appear as vertical asymptotes or 'holes' on the graph of the resulting function.

Scalar Multiplication: Multiplying a function by a scalar cc creates a new function (cf)(x)=cf(x)(cf)(x) = c f(x). If c>1c > 1, the graph is vertically stretched; if 0<c<10 < c < 1, the graph is vertically compressed; if cc is negative, the graph is reflected across the x-axis.

📐Formulae

Sum: (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x) where xDfDgx \in D_f \cap D_g

Difference: (fg)(x)=f(x)g(x)(f - g)(x) = f(x) - g(x) where xDfDgx \in D_f \cap D_g

Product: (fg)(x)=f(x)g(x)(fg)(x) = f(x)g(x) where xDfDgx \in D_f \cap D_g

Quotient: (fg)(x)=f(x)g(x)(\frac{f}{g})(x) = \frac{f(x)}{g(x)} where xDfDgx \in D_f \cap D_g and g(x)0g(x) \neq 0

Scalar Multiplication: (cf)(x)=cf(x)(cf)(x) = c \cdot f(x) where cc is a real number

Domain of f±gf \pm g and fgfg: Df±g=Dfg=DfDgD_{f \pm g} = D_{fg} = D_f \cap D_g

Domain of fg\frac{f}{g}: Df/g={xDfDg:g(x)0}D_{f/g} = \{x \in D_f \cap D_g : g(x) \neq 0\}

💡Examples

Problem 1:

Given f(x)=xf(x) = \sqrt{x} and g(x)=x4g(x) = x - 4, find (f+g)(x)(f + g)(x) and (fg)(x)(f \cdot g)(x), and determine their domains.

Solution:

  1. Find individual domains: For f(x)=xf(x) = \sqrt{x}, Df=[0,)D_f = [0, \infty). For g(x)=x4g(x) = x - 4, Dg=RD_g = \mathbb{R}.
  2. The intersection of domains is DfDg=[0,)(,)=[0,)D_f \cap D_g = [0, \infty) \cap (-\infty, \infty) = [0, \infty).
  3. Calculate the sum: (f+g)(x)=f(x)+g(x)=x+x4(f + g)(x) = f(x) + g(x) = \sqrt{x} + x - 4.
  4. Calculate the product: (fg)(x)=f(x)g(x)=x(x4)=xx4x(fg)(x) = f(x) \cdot g(x) = \sqrt{x}(x - 4) = x\sqrt{x} - 4\sqrt{x}.
  5. The domain for both (f+g)(f+g) and (fg)(fg) is [0,)[0, \infty).

Explanation:

To combine functions, we first identify the domain where both functions are defined. Since x\sqrt{x} requires non-negative values, the intersection is limited to [0,)[0, \infty). The operations are then performed algebraically on the expressions.

Problem 2:

Let f(x)=x2+1f(x) = x^2 + 1 and g(x)=x1g(x) = x - 1. Find the quotient function (fg)(x)(\frac{f}{g})(x) and specify its domain.

Solution:

  1. Define the quotient: (fg)(x)=f(x)g(x)=x2+1x1(\frac{f}{g})(x) = \frac{f(x)}{g(x)} = \frac{x^2 + 1}{x - 1}.
  2. Find individual domains: Df=RD_f = \mathbb{R} and Dg=RD_g = \mathbb{R}.
  3. Find intersection: DfDg=RD_f \cap D_g = \mathbb{R}.
  4. Identify values where g(x)=0g(x) = 0: x1=0    x=1x - 1 = 0 \implies x = 1.
  5. Exclude x=1x = 1 from the domain.
  6. Domain of (fg)(\frac{f}{g}) is R{1}\mathbb{R} - \{1\} or (,1)(1,)(-\infty, 1) \cup (1, \infty).

Explanation:

When finding the quotient of two functions, the domain is the intersection of the domains of ff and gg, but we must specifically exclude any value of xx that makes the denominator g(x)g(x) equal to zero to avoid division by zero.