Master graphical representation of functions for CBSE Class 11 Applied Mathematics. Learn to plot linear, quadratic, and modulus functions with examples.
The graphical representation of a function f: A → B is the set of all ordered pairs (x, f(x)) plotted on a Cartesian coordinate system. For every input x, there is a unique output y = f(x), ensuring the graph passes the Vertical Line Test. This visual tool helps identify domain, range, and behavior of functions.
Step 1: Choose x values: -1, 0, 1.
Step 2: Calculate y: f(-1)=-1, f(0)=1, f(1)=3.
Step 3: Plot points (-1, -1), (0, 1), (1, 3) and join.
Answer: A straight line passing through (0, 1) with slope 2.
A quadratic function f(x) = ax² + bx + c forms a parabola. If a > 0, the parabola opens upward; if a < 0, it opens downward. The vertex is located at x = -b/(2a), which is the turning point of the graph.
Step 1: Identify a=1, b=-4, c=3.
Step 2: x = -(-4)/(2*1) = 2.
Step 3: f(2) = 2² - 4(2) + 3 = 4 - 8 + 3 = -1.
Answer: Vertex is (2, -1).
The modulus function f(x) = |x| is defined as x if x ≥ 0 and -x if x < 0. Its graph is V-shaped, with the vertex at the origin (0, 0). It is symmetric about the y-axis, reflecting the non-negative nature of absolute values.
Step 1: Set x - 2 = 0 to find vertex at x = 2.
Step 2: For x=0, y=2; for x=4, y=2.
Step 3: Plot (2, 0), (0, 2), and (4, 2).
Answer: V-shape with vertex at (2, 0).