Two Functions And Are Defined In The Figure Below

7 min read

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

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

Your stomach drops. Even so, not because the math is hard — but because you have to read the graph. And nobody really taught you how to do that systematically.

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. 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.

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

That's it. That's the whole skill That alone is useful..

But most students try to "eyeball" it and hope for the best. On the flip side, 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.

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.

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.

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 And that's really what it comes down to..

Step 2: Label the curves

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

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 Easy to understand, harder to ignore..

Step 4: Respect the domain

If f only exists for x ≥ -1, then f(-2) is undefined. Not "maybe zero." Not "extend the line." Undefined It's one of those things that adds up..

This matters enormously for composition. Plus, 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 Still holds up..

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.

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 Most people skip this — try not to..

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. Worth adding: not the points. Practically speaking, not the y-values. The x-values.

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. Still counts. Same height, same slope at that instant. f(x) = g(x) is true there.

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. On top 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 And it works..

Easier said than done, but still worth knowing Small thing, real impact..

Combining with composition

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

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). Which means between x = 1 and x = 2, f jumps from 1 to 4 (rate +3). When a question asks "which function grows faster on [1, 2]?So g, by contrast, rises steadily by 1 unit per step. The function is accelerating. That tells you f is nonlinear, g may be linear. ", the table answers it without a graph Less friction, more output..

Conclusion

Function problems on graphs and tables are rarely about complicated math — they are about discipline. Respect the domain. Read composition inside out. Report the x-value, not the point. Check for division by zero. 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.

Just Finished

Just Finished

Neighboring Topics

A Few More for You

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