The relation \(f\) is defined by \[ f(x)= \begin{cases} x^{2}, & 0\le x\le 3\\ 3x, & 3\le x\le 10 \end{cases} \] The relation \(g\) is defined by \[ g(x)= \begin{cases} x^{2}, & 0\le x\le 2\\ 3x, & 2\le x\le 10 \end{cases} \] Show that \(f\) is a function and \(g\) is not a function.
📘 Concept Theory
A function is a special type of relation in which every element of the domain is associated with exactly one unique element of the codomain.
For piecewise defined relations, we must carefully check the boundary points where two intervals overlap.
If the overlapping input produces two different outputs, the relation violates the definition of a function.
🧭 Solution Roadmap
To determine whether a relation is a function:
- Identify the common boundary points where intervals overlap.
- Evaluate the relation using both definitions.
- If both expressions give the same value, the relation remains a function.
- If two different outputs appear for the same input, the relation is not a function.
✏️ Solution
The given relations are
\[ f(x)= \begin{cases} x^{2}, & 0\le x\le 3\\ 3x, & 3\le x\le 10 \end{cases} \] \[ g(x)= \begin{cases} x^{2}, & 0\le x\le 2\\ 3x, & 2\le x\le 10 \end{cases} \]Checking relation \(f\)
The intervals overlap at \(x=3\).
Using the first rule: \[ f(3)=3^{2}=9 \] Using the second rule: \[ f(3)=3\times3=9 \]Both definitions give the same output. Therefore every input corresponds to a unique output.
Hence,
\(f\) is a function.
Checking relation \(g\)
The intervals overlap at \(x=2\).
Using the first rule: \[ g(2)=2^{2}=4 \] Using the second rule: \[ g(2)=3\times2=6 \]The same input \(x=2\) produces two different outputs:
- 4
- 6
This violates the definition of a function.
Therefore, \(g\) is not a function.
📊 Illustration
The graph illustrates that \(g\) produces two different outputs at the same input, which violates the vertical line test.
🎯 Why This Question Matters
Understanding this concept is crucial for both board exams and competitive entrance tests.
- CBSE Board Exams: Questions often test identification of functions from relations.
- JEE Main / Advanced: Piecewise functions frequently appear in calculus and limits.
- Graph Interpretation: Helps understand the vertical line test used in coordinate geometry.
- Foundation for Calculus: Piecewise functions are essential in limits, continuity, and differentiation.