Two Functions And Are Defined In The Figure Below

7 min read

You're staring at a textbook problem. Now, maybe a parabola and a line. Which means " There's a graph. "Two functions f and g are defined in the figure below.Day to day, two curves. Maybe two lines. Maybe something weird and piecewise.

And the question asks: Find (f ∘ g)(2). Or Evaluate f(g(1)). Or *Solve f(x) = g(x).

Your stomach drops. Not because the math is hard — but because you have to read the graph. And nobody really taught you how to do that systematically Small thing, real impact. But it adds up..

Here's the thing: graph-reading problems are where math classes quietly separate the people who memorize procedures from the people who actually understand functions. Day to day, the algebra is usually trivial. The extraction is where it falls apart.

Let's fix that.

What These Problems Actually Ask

When a problem says "functions f and g are defined in the figure below," it's telling you: the graph is the function definition. There's no formula. No f(x) = 2x + 3. Just points, curves, and axes Not complicated — just consistent..

Your job is to translate visual information into numerical inputs and outputs.

That's it. That's the whole skill Simple, but easy to overlook. Which is the point..

But most students try to "eyeball" it and hope for the best. They trace with their finger, guess at coordinates, and pray the grader is generous. There's a better way.

Why Graph-Reading Trips People Up

Three reasons, mostly:

1. Coordinate confusion. You need x to find y. But composition problems ask you to find g(something) first — and that "something" might itself be f(something else). The order gets inverted fast No workaround needed..

2. Scale blindness. The grid lines might count by 2s. Or 5s. Or the axes might not start at zero. One missed scale factor turns a clean integer answer into a decimal disaster Surprisingly effective..

3. Domain assumptions. Just because a curve looks like it continues doesn't mean it does. The function is only defined where the graph exists. That open circle at x = 3? That's not a suggestion. It's a hard boundary Most people skip this — try not to..

How to Read a Function Graph Like a Pro

Step 1: Orient yourself — axes first, curves second

Before you touch a single curve, answer these:

  • What does each horizontal grid line represent? Count it out. Write it down.
  • What does each vertical grid line represent?
  • Where is the origin? (Don't assume it's centered.)
  • Are there any breaks, holes, or endpoints marked?

Ten seconds here saves five minutes of rework Easy to understand, harder to ignore. Took long enough..

Step 2: Label the curves

The figure says f and g. **Don't guess.Because of that, which is which? If not, the problem text will say "the graph of f is the parabola" or similar. Usually there's a label f or g near each curve. ** Misidentifying the functions flips every subsequent answer.

You'll probably want to bookmark this section Not complicated — just consistent..

Step 3: Build a mental (or paper) table

For each function, pick 4–6 x-values where the graph hits clear grid intersections. Read the y-values. Write them down:

x f(x) g(x)
-2 4 1
-1 1 0
0 0 -1
1 1 0
2 4 1

This table becomes your reference. No more squinting.

Step 4: Respect the domain

If f only exists for x ≥ -1, then f(-2) is undefined. In practice, not "maybe zero. " Not "extend the line." Undefined.

This matters enormously for composition. f(g(2)) requires g(2) to be in the domain of f. If g(2) = -3 but f only starts at -1, the composition does not exist Not complicated — just consistent..

The Composition Trap: Order of Operations

Here's where everyone gets twisted: (f ∘ g)(x) = f(g(x)).

Read it right to left. Inside out.

  1. Start with x
  2. Plug into g → get g(x)
  3. Take that result and plug into f → get f(g(x))

Example from a typical graph:

Suppose the graph shows:

  • g(1) = 3
  • f(3) = -2

Then (f ∘ g)(1) = f(g(1)) = f(3) = -2.

But (g ∘ f)(1) = g(f(1)). If f(1) = 0 and g(0) = 4, then (g ∘ f)(1) = 4 That's the part that actually makes a difference..

Different answers. Same numbers. Order matters.

The "undefined" chain reaction

Watch this: g(2) = 5, but f only goes up to x = 4.

Then f(g(2)) = f(5)undefined.

Even if g(2) exists perfectly fine. The composition fails at the second step.

Always check: is the output of the inner function a valid input for the outer function?

Solving f(x) = g(x) Graphically

This one's simpler than it looks. f(x) = g(x) means: where do the graphs have the same height?

Visually: intersection points.

But — and this is the trap — the answer is the x-coordinate(s) of those intersections. Not the points. On top of that, not the y-values. The x-values That's the whole idea..

If the curves cross at (2, 5) and (-1, 3), the solution set is {2, -1}.

What if they touch but don't cross?

Tangent curves. Which means same height, same slope at that instant. Still counts. f(x) = g(x) is true there But it adds up..

What if they overlap on an interval?

Piecewise functions sometimes coincide for a whole segment. Then f(x) = g(x) for every x in that interval. Answer in interval notation: [1, 4] or whatever.

Operations on Functions: (f + g)(x), (f - g)(x), (fg)(x), (f/g)(x)

These are pointwise. For a given x:

  • (f + g)(x) = f(x) + g(x)
  • (f - g)(x) = f(x) - g(x)
  • (fg)(x) = f(x) · g(x)
  • (f/g)(x) = f(x) / g(x)provided g(x) ≠ 0

The graphical shortcut

You don't need to compute these for all x. The problem will ask for a specific value: (f + g)(-2) or similar.

Just read f(-2) and g(-2) from your table. Because of that, add them. Done.

**But watch

the denominator.**

For (f/g)(x), the domain shrinks wherever g(x) = 0. If your table shows g(0) = 0, then (f/g)(0) is undefined — even if f(0) is perfectly well-defined. The quotient operation inherits the strictest restriction from both functions and adds its own: never divide by zero.

Combining with composition

A problem might ask for something like (f ∘ g)(-1) + h(-1). Do not panic. Resolve each piece separately using the rules above, then combine the results. Inner function first, outer function second, pointwise operations last.

Reading Slope and Rate from the Table

Your reference table is not just for lookups — it encodes behavior. Notice the pattern:

| x | f(x) | g(x) | | 0 | 0 | -1 | | 1 | 1 | 0 | | 2 | 4 | 1 |

Between x = 0 and x = 1, f climbs from 0 to 1 (rate +1). g, by contrast, rises steadily by 1 unit per step. When a question asks "which function grows faster on [1, 2]?The function is accelerating. That said, between x = 1 and x = 2, f jumps from 1 to 4 (rate +3). That tells you f is nonlinear, g may be linear. ", the table answers it without a graph.

Conclusion

Function problems on graphs and tables are rarely about complicated math — they are about discipline. Respect the domain. Read composition inside out. Think about it: report the x-value, not the point. Check for division by zero. Consider this: use the table as ground truth instead of guessing from a squiggly line. Master these small, repeatable habits and the entire family of f(x), g(x), and (f ∘ g)(x) questions becomes a checklist rather than a mystery.

Out This Week

Recently Completed

Based on This

Still Curious?

Thank you for reading about Two Functions And Are Defined In The Figure Below. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home