Math III · A-REI.11

Solving `f(x)=g(x)` Approximately with Intersections Across Advanced Function Types

Graphical solving lets students find where two models agree even when symbolic algebra is difficult, impossible, or unnecessary.

Concept Algebra
Domain Reasoning with Equations and Inequalities
Read time 6 minutes

What this learning objective is really asking you to learn

This objective asks students to solve equations of the form \(f(x) = g(x)\) approximately by finding intersections of graphs or tables. Students first met this idea in Math I with linear and exponential functions. In Math III, the function types are broader: polynomial, rational, radical, absolute-value, exponential, and logarithmic graphs.

The equation \(f(x) = g(x)\) asks where two functions have the same output for the same input. On a graph, that happens at intersection points. The solution to the equation is the x-coordinate of each intersection. The y-coordinate is the common output value.

For example, solving

\[x^3 - 2x = 5\]

can be viewed as finding where \(f(x) = x^3 - 2x\) intersects \(g(x) = 5\). If exact factoring is not easy, a graph or table can approximate the solution.

This objective emphasizes approximate solving because many equations cannot be solved neatly with the symbolic methods students know. Some equations have no simple closed-form solution. Others may be solvable symbolically but not worth the effort in a modeling context. Graphing technology, tables, and numerical methods are legitimate mathematical tools.

The objective is not saying symbolic solving is unimportant. It is saying that solving has multiple representations. Algebraic solving transforms symbols. Graphical solving locates intersections. Numerical solving narrows values with tables or algorithms. Modeling interpretation explains what the intersection means in the situation.

Students should learn to use all of these perspectives. In Math III, the ability to compare functions visually and approximately becomes essential.

Why students should learn this math

Students should learn this because real models often do not produce clean equations. A business may need to know when revenue equals cost, but the revenue function may be nonlinear. A scientist may need to know when a concentration reaches a threshold. A product team may need to know when one growth model overtakes another. A physicist may compare a polynomial motion model to a fixed height. A financial model may compare exponential growth to a target.

Many of these questions are intersection questions. When do two costs match? When does a value reach a threshold? When does one model exceed another? When are two quantities equal? These are all \(f(x)=g(x)\) problems.

Exact answers are not always necessary. If a business needs to know that break-even occurs at about 1,280 units, an approximation may be more useful than a complicated exact expression. If a scientist uses measured data, exact symbolic precision may be fake precision. Approximation is not a weakness; it is often the honest mathematical answer.

Graphical solving also helps students understand the number and meaning of solutions. Two graphs may intersect zero times, once, twice, or many times. A polynomial and a line may have several intersections. A rational function may have intersections separated by asymptotes. An exponential and a polynomial may intersect in ways that are hard to predict from formulas alone. The graph gives a global view.

The “why” is that intersections are decision points. They mark equality, thresholds, break-even values, catch-up moments, and model agreement.

The historical machinery: numerical methods and graphing technology

Mathematicians have long used approximation. Before calculators, they used tables, interpolation, and iterative methods. Newton's method, bisection, and other numerical techniques were developed because many equations cannot be solved cleanly by symbolic formulas.

Graphing technology made intersection solving accessible. Calculators and software can plot functions and estimate intersections quickly. But technology still requires human judgment: choose a good window, understand domain restrictions, check for multiple intersections, and interpret the result.

The history of solving equations is therefore not only the history of exact formulas. It is also the history of approximation. Linear and quadratic equations have familiar exact methods. Higher-degree, transcendental, rational, and mixed-function equations often require numerical or graphical approaches.

This objective gives high-school students a realistic view of mathematics. Many real problems are solved approximately, but carefully.

Where this fits in the big map of mathematics

This objective extends Objective 007. There, students solved \(f(x)=g(x)\) approximately for simpler functions. Here, the method applies across the full Math III function library.

It connects to graph interpretation. Students need to understand intersections as common solution points.

It connects to systems. Solving \(f(x)=g(x)\) is equivalent to solving a system \(y=f(x)\) and \(y=g(x)\).

It connects to numerical methods. Tables and technology approximate solutions by narrowing intervals.

It connects to modeling. An intersection must be interpreted: break-even, equal height, target reached, same output, threshold.

It connects to calculus and advanced analysis. Many later problems involve approximating roots and intersections.

The big-map role is flexible solving. Students learn that equations can be solved visually and numerically when symbolic methods are limited.

How to execute the skill technically

Use this routine:

  1. Define \(f(x)\) and \(g(x)\).
  2. Graph both functions on the same axes.
  3. Choose a window that shows relevant behavior.
  4. Locate intersection points.
  5. Estimate x-values and y-values.
  6. Confirm with tables or substitution.
  7. Interpret the x-value in context.
  8. Check domain restrictions.

Example: solve \(2^x = x + 6\) approximately.

Let \(f(x) = 2^x\) and \(g(x) = x + 6\).

Graph both. A table helps:

At \(x = 2\), \(f(2)=4\), \(g(2)=8\); exponential is below. At \(x = 3\), \(f(3)=8\), \(g(3)=9\); exponential is below. At \(x = 4\), \(f(4)=16\), \(g(4)=10\); exponential is above.

So an intersection occurs between 3 and 4. More refined technology gives an approximate solution around x ≈ 3.22.

Interpretation depends on context. If \(2^x\) is a growth model and \(x + 6\) is a linear benchmark, the solution is when the growth model catches the benchmark.

Another example: solve \(\sqrt{x + 4} = x - 2\). Graph \(f(x)=\sqrt{x+4}\) and \(g(x)=x-2\). The domain requires \(x \ge -4\), and since the square root is nonnegative, equality with \(x - 2\) requires \(x \ge 2\). A graph shows an intersection at \(x = 5\). Check: \(\sqrt{9} = 3\) and \(5 - 2 = 3\).

Approximation quality and technology

Students should learn that a graph is not automatically accurate enough. A rough graph may show an intersection near 3.2, but a table or calculator intersection tool can refine it. A good answer should match the context. Money may need cents. Time may need seconds or days. A count may need a whole number decision.

Technology can also miss intersections if the viewing window is poor. If two graphs intersect outside the visible window, the screen may suggest no solution. If a rational function has an asymptote, a graph may visually mislead. Students should use domain knowledge and multiple representations to check.

Students should move the graph window and see intersections appear or disappear. This teaches that the window is not the math; it is a view of the math.

Difference-function method

Solving \(f(x)=g(x)\) is equivalent to solving

\[f(x) - g(x) = 0\].

The function \(h(x)=f(x)-g(x)\) measures the vertical difference between the two graphs. Intersections occur where the difference is zero. On a graph, these are x-intercepts of \(h\).

This method is powerful because it turns an intersection problem into a root-finding problem. Later numerical methods often work this way. If \(h(x)\) changes sign between two x-values, there may be a root between them, assuming continuity. This is the beginning of more advanced approximation thinking.

Worked example: rational and linear intersection

Solve approximately:

\[(x + 4)/(x - 1) = 2x\].

Let

\[f(x) = (x + 4)/(x - 1)\]

and

\[g(x) = 2x\].

The domain excludes \(x = 1\). Graphing both functions shows possible intersections on either side of the vertical asymptote. Algebra can help check:

\[x + 4 = 2x(x - 1)\].

So

\[x + 4 = 2x^2 - 2x\].

Rearrange:

\[2x^2 - 3x - 4 = 0\].

The solutions are

\[x = [3 ± \sqrt{9 + 32}]/4 = [3 ± \sqrt{41}]/4\].

Approximate values are about x ≈ -0.851 and x ≈ 2.351. Both are allowed because neither equals 1. A graph should show both intersections.

This example shows why graphical solving must include domain awareness. The rational function has a forbidden x-value and may have more than one intersection.

Worked example: polynomial and radical intersection

Solve approximately:

\[x^2 = \sqrt{x + 6} + 2\].

Let

\[f(x) = x^2\]

and

\[g(x) = \sqrt{x + 6} + 2\].

The domain requires \(x \ge -6\). A graph shows intersections where the parabola meets the shifted square-root curve. This equation may not be pleasant to solve by hand because isolating and squaring could lead to a higher-degree equation and extraneous candidates. A graphing or numerical method is appropriate.

A table can narrow solutions. Check values around likely intersections. Students should learn that technology is acceptable when symbolic methods are inefficient, but the answer should still be checked in the original equation and interpreted.

Number of solutions matters

Advanced function intersections may produce no solution, one solution, or several solutions. A line and a quadratic can intersect twice. A polynomial and a rational function can intersect multiple times. A radical function may be limited by domain. A logarithmic function may intersect an exponential function once, or perhaps not in a visible domain depending on parameters.

Students should not assume the first intersection they see is the only one. A good solving process includes scanning the relevant domain and considering whether more solutions may exist. Technology helps, but only if the window is chosen well.

Problem Library

Problems in the App From This Objective

192 problems across 15 archetypes in the app.

read approximate solution coordinates.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Estimate intersection of polynomial and linear functions from graph data parabola and line cross near (1,3) and (4,6).

Problem 2

Estimate intersection of polynomial and linear functions from graph data cubic crosses horizontal line y=5 near x=-2, 0.5, 3.

Problem 3

Estimate intersection of polynomial and linear functions from graph data one tangent intersection visible at x=2.

Problem 4

Estimate intersection of polynomial and linear functions from graph data multiple graph crossings.

Problem 5

Estimate intersection of polynomial and linear functions from graph data parabola y=x^2 and line y=2x-1 are tangent at (1,1).

Problem 6

Estimate intersection of polynomial and linear functions from graph data cubic function and a line intersect at (-3,-1), (0,2), and (2,4).

Open in simulator
Problem 7

Estimate intersection of polynomial and linear functions from graph data quartic function intersects horizontal line y=3 at x=-2.5, -0.5, 1.5, 3.5.

Problem 8

Estimate intersection of polynomial and linear functions from graph data parabola and line cross at (-1, 5) and (3, 1).

Problem 9

Estimate intersection of polynomial and linear functions from graph data cubic function and a line intersect only once near (1.5, 2.5).

Problem 10

Estimate intersection of polynomial and linear functions from graph data parabola y=x^2+2 and line y=x-1 do not intersect.

Problem 11

Estimate intersection of polynomial and linear functions from graph data cubic function touches y=0 at x=0 and crosses at x=3.

Problem 12

Estimate intersection of polynomial and linear functions from graph data polynomial of degree 4 and a line intersect at (-2.1, 1), (0.8, -0.5), and (3.0, 2).

account for asymptotes and branches.
15 problems Warmup Practice Mixed Review Assessment
Problem 13

Estimate intersection of rational and linear functions from graph data rational branch crosses line near x=2 and x=6.

Problem 14

Estimate intersection of rational and linear functions from graph data line intersects only right branch near (4,1).

Problem 15

Estimate intersection of rational and linear functions from graph data line is horizontal asymptote and never crosses in window.

Problem 16

Estimate intersection of rational and linear functions from graph data rational graph with vertical asymptote.

Problem 17

Estimate intersection of rational and linear functions from graph data line crosses rational graph at x=-3 and x=5.

Problem 18

Estimate intersection of rational and linear functions from graph data line passes through origin and intersects rational graph near x=1.

Problem 19

Estimate intersection of rational and linear functions from graph data line is far above rational graph, no visible intersection.

Open in simulator
Problem 20

Estimate intersection of rational and linear functions from graph data line appears tangent to one branch near x=-1.

Problem 21

Estimate intersection of rational and linear functions from graph data line is parallel to vertical asymptote x=1 and does not cross branches.

Problem 22

Estimate intersection of rational and linear functions from graph data line crosses left branch near x=-4 and right branch near x=1.5.

Problem 23

Estimate intersection of rational and linear functions from graph data rational graph has a hole at x=3, line passes through the hole.

Problem 24

Estimate intersection of rational and linear functions from graph data horizontal line y=2 intersects rational graph only once near x=-2.

Problem 25

Estimate intersection of rational and linear functions from graph data line crosses rational graph twice, both intersections in negative x-region near x=-5 and x=-1.

Problem 26

Estimate intersection of rational and linear functions from graph data line intersects rational graph once in positive x-region near x=7.

Problem 27

Estimate intersection of rational and linear functions from graph data line intersects rational graph once in negative x-region near x=-6.

use endpoint/domain and crossing point.
12 problems Warmup Practice Mixed Review Assessment
Problem 28

Estimate intersection of radical and linear functions from graph data sqrt graph starts at (1,0) and crosses line near (5,2).

Problem 29

Estimate intersection of radical and linear functions from graph data cube-root graph crosses line near x=-1 and x=3.

Problem 30

Estimate intersection of radical and linear functions from graph data line crosses outside square-root domain.

Problem 31

Estimate intersection of radical and linear functions from graph data radical endpoint is also on line.

Problem 32

Estimate intersection of radical and linear functions from graph data sqrt graph starts at (0,0) and line y=x-5 is below it.

Problem 33

Estimate intersection of radical and linear functions from graph data sqrt graph starts at (-2,0) and crosses line near (2,2).

Problem 34

Estimate intersection of radical and linear functions from graph data cube-root graph crosses line near x=5.

Problem 35

Estimate intersection of radical and linear functions from graph data sqrt graph starts at (0,0) and crosses line near (0,0) and (4,2).

Problem 36

Estimate intersection of radical and linear functions from graph data sqrt graph starts at (3,0) and line passes only through (3,0).

Problem 37

Estimate intersection of radical and linear functions from graph data sqrt graph starts at (0,0) and horizontal line y=1 crosses near (1,1).

Open in simulator
Problem 38

Estimate intersection of radical and linear functions from graph data inverted sqrt graph starts at (1,0) and crosses line near (5,-2).

Problem 39

Estimate intersection of radical and linear functions from graph data sqrt graph starts at (4,0) and line crosses at x=2 (outside domain).

identify V-line crossing points.
12 problems Warmup Practice Mixed Review Assessment
Problem 40

Estimate intersection of absolute-value and linear functions from graph data V-shape crosses line at x=-1 and x=3.

Problem 41

Estimate intersection of absolute-value and linear functions from graph data line touches vertex at (2,0).

Problem 42

Estimate intersection of absolute-value and linear functions from graph data line lies below V with no crossing.

Problem 43

Estimate intersection of absolute-value and linear functions from graph data absolute-value graph and line.

Open in simulator
Problem 44

Estimate intersection of absolute-value and linear functions from graph data V-shape crosses line at x=0 and x=4.

Problem 45

Estimate intersection of absolute-value and linear functions from graph data V-shape crosses line at x=-5 and x=-2.

Problem 46

Estimate intersection of absolute-value and linear functions from graph data V-shape crosses line at x=1.5 and x=6.5.

Problem 47

Estimate intersection of absolute-value and linear functions from graph data line touches vertex at (-1,0).

Problem 48

Estimate intersection of absolute-value and linear functions from graph data line intersects only the right arm of the V at x=5.

Problem 49

Estimate intersection of absolute-value and linear functions from graph data line intersects only the left arm of the V at x=-3.

Problem 50

Estimate intersection of absolute-value and linear functions from graph data line is entirely above the V-shape.

Problem 51

Estimate intersection of absolute-value and linear functions from graph data line is parallel to the right arm of the V and does not intersect.

locate crossing and reason about growth.
15 problems Warmup Practice Mixed Review Assessment
Problem 52

Estimate intersection of exponential and linear functions from graph data exponential growth crosses line near x=4.

Problem 53

Estimate intersection of exponential and linear functions from graph data decay curve crosses horizontal line y=10 near x=6.

Problem 54

Estimate intersection of exponential and linear functions from graph data line crosses exponential twice in visible window.

Problem 55

Estimate intersection of exponential and linear functions from graph data exponential stays above line in domain.

Problem 56

Estimate intersection of exponential and linear functions from graph data exponential growth curve intersects a decreasing line near x=2.

Problem 57

Estimate intersection of exponential and linear functions from graph data exponential decay curve intersects an increasing line near x=5.

Problem 58

Estimate intersection of exponential and linear functions from graph data exponential growth function intersects a horizontal line at x=-1.

Problem 59

Estimate intersection of exponential and linear functions from graph data exponential decay curve intersects an increasing line at x=0.

Problem 60

Estimate intersection of exponential and linear functions from graph data exponential decay curve remains entirely above an increasing line in the visible domain.

Problem 61

Estimate intersection of exponential and linear functions from graph data exponential growth curve stays entirely below a decreasing line in the visible domain.

Problem 62

Estimate intersection of exponential and linear functions from graph data a decreasing line intersects an exponential growth curve at two points, near x=1 and x=3.

Problem 63

Estimate intersection of exponential and linear functions from graph data exponential growth curve intersects a horizontal line near x=1.5.

Problem 64

Estimate intersection of exponential and linear functions from graph data exponential decay curve intersects an increasing line at x=-2.

Open in simulator
Problem 65

Estimate intersection of exponential and linear functions from graph data exponential growth curve intersects a slowly increasing line near x=8.

Problem 66

Estimate intersection of exponential and linear functions from graph data exponential decay curve intersects a steeply decreasing line near x=7.

compare inverse-like curves and domains.
15 problems Warmup Practice Mixed Review Assessment
Problem 67

Estimate intersection of exponential and logarithmic functions from graph data curves cross near (1,2).

Problem 68

Estimate intersection of exponential and logarithmic functions from graph data log graph domain x>0 and exponential graph crosses near x=3.

Problem 69

Estimate intersection of exponential and logarithmic functions from graph data inverse-like curves y=2^x and y=log_2(x).

Problem 70

Estimate intersection of exponential and logarithmic functions from graph data transformed exponential and logarithmic functions.

Problem 71

Estimate intersection of exponential and logarithmic functions from graph data exponential function y=e^x and logarithmic function y=ln(x-5) show no visible intersection.

Problem 72

Estimate intersection of exponential and logarithmic functions from graph data graph of y=3^x and y=log_3(x) shows an intersection point near (1.5, 2.5).

Open in simulator
Problem 73

Estimate intersection of exponential and logarithmic functions from graph data y=e^x and y=ln(x) are graphed, with no intersection visible.

Problem 74

Estimate intersection of exponential and logarithmic functions from graph data graph displays two distinct intersection points for the given exponential and logarithmic functions.

Problem 75

Estimate intersection of exponential and logarithmic functions from graph data y=5^x and y=log_5(x-2) are plotted; consider the domain x>2 for the logarithm.

Problem 76

Estimate intersection of exponential and logarithmic functions from graph data the curves y=e^x and y=ln(x)+1 are shown, crossing at a point where x is positive.

Problem 77

Estimate intersection of exponential and logarithmic functions from graph data y=10^x and y=log(x)+5 are graphed, with the exponential function growing much faster.

Problem 78

Estimate intersection of exponential and logarithmic functions from graph data graph of y=4^x and y=log_4(x) are presented.

Problem 79

Estimate intersection of exponential and logarithmic functions from graph data y=e^x and y=ln(x+0.1) intersect very close to x=0.

Problem 80

Estimate intersection of exponential and logarithmic functions from graph data a detailed graph of an exponential and a logarithmic function is provided.

Problem 81

Estimate intersection of exponential and logarithmic functions from graph data y=e^(x+1) and y=ln(x)-1 are plotted.

compare output differences and sign changes.
12 problems Warmup Practice Mixed Review Assessment
Problem 82

Use a table to bracket a solution to f(x)=g(x) from f-g is -2 at x=1 and 3 at x=2.

Problem 83

Use a table to bracket a solution to f(x)=g(x) from f-g changes from positive to negative between 4 and 5.

Problem 84

Use a table to bracket a solution to f(x)=g(x) from f and g equal exactly at x=3.

Problem 85

Use a table to bracket a solution to f(x)=g(x) from table of output differences.

Open in simulator
Problem 86

Use a table to bracket a solution to f(x)=g(x) from f(x)-g(x) is 5 at x=0 and -1 at x=1.

Problem 87

Use a table to bracket a solution to f(x)=g(x) from f(x)-g(x) values are -10 at x=-3 and 2 at x=-2.

Problem 88

Use a table to bracket a solution to f(x)=g(x) from f(x)-g(x) is 0 at x=7.

Problem 89

Use a table to bracket a solution to f(x)=g(x) from f(x)=10, g(x)=12 at x=2 and f(x)=15, g(x)=13 at x=3.

Problem 90

Use a table to bracket a solution to f(x)=g(x) from f(x)=20, g(x)=20 at x=5.

Problem 91

Use a table to bracket a solution to f(x)=g(x) from f(x)-g(x) changes from -4 to 6 between x=10 and x=11.

Problem 92

Use a table to bracket a solution to f(x)=g(x) from f(x)-g(x) is 8 at x=-5 and -3 at x=-4.

Problem 93

Use a table to bracket a solution to f(x)=g(x) from At x=0, f(x)=5 and g(x)=5.

interpret numerical solver or graph intersection coordinates.
12 problems Warmup Practice Mixed Review Assessment
Problem 94

Use technology output to approximate intersections: intersect returns (2.347,5.12).

Problem 95

Use technology output to approximate intersections: solver returns x=1.2, 4.8.

Problem 96

Use technology output to approximate intersections: graph tool shows no intersection in window.

Problem 97

Use technology output to approximate intersections: multiple numerical roots listed.

Problem 98

Use technology output to approximate intersections: The graphing calculator reports an intersection at (x= -1.23456, y= 7.89123). Round to two decimal places.

Problem 99

Use technology output to approximate intersections: Numerical solver output: Points of intersection are (0, 0) and (5, 25).

Problem 100

Use technology output to approximate intersections: Equation solver found solutions for x: -3.0, 0.5, 4.2.

Problem 101

Use technology output to approximate intersections: Graphing utility indicates no real intersection points.

Problem 102

Use technology output to approximate intersections: The software identifies a single point of tangency at (1.5, 2.25).

Problem 103

Use technology output to approximate intersections: Intersection coordinates from analysis tool: x = 3.14159e-1, y = 2.71828e0.

Problem 104

Use technology output to approximate intersections: The calculator shows intersections at (0, 0) and (x= -2.8284, y= 8).

Problem 105

Use technology output to approximate intersections: The graph shows an intersection point with x-coordinate between 0.9 and 1.0, and another at x= -3.

Open in simulator
count intersections and consider domain/asymptotes.
12 problems Warmup Practice Mixed Review Assessment
Problem 106

Determine number of solutions from graph behavior: line crosses polynomial at three points.

Problem 107

Determine number of solutions from graph behavior: rational graph has one crossing on each branch.

Problem 108

Determine number of solutions from graph behavior: radical graph endpoint touches line and no other crossing.

Problem 109

Determine number of solutions from graph behavior: graphs do not meet in shared domain.

Problem 110

Determine number of solutions from graph behavior: rational function has a hole at the only point it would intersect a line.

Problem 111

Determine number of solutions from graph behavior: two parallel lines.

Problem 112

Determine number of solutions from graph behavior: line is tangent to a parabola.

Problem 113

Determine number of solutions from graph behavior: absolute value graph vertex touches a horizontal line.

Problem 114

Determine number of solutions from graph behavior: line intersects a circle at two distinct points.

Problem 115

Determine number of solutions from graph behavior: two parabolas intersect at two points.

Problem 116

Determine number of solutions from graph behavior: cubic graph intersected by a line at three distinct points.

Open in simulator
Problem 117

Determine number of solutions from graph behavior: W-shaped quartic graph intersected by a horizontal line at four points.

explain equal outputs or break-even condition.
12 problems Warmup Practice Mixed Review Assessment
Problem 118

Interpret an intersection in context: cost models intersect at (40,1200).

Problem 119

Interpret an intersection in context: population models intersect at t=8.

Problem 120

Interpret an intersection in context: distance and target line intersect at x=5.

Problem 121

Interpret an intersection in context: break-even intersection.

Problem 122

Interpret an intersection in context: supply and demand curves intersect at (100, 25).

Problem 123

Interpret an intersection in context: investment growth models intersect at (5, 1500).

Problem 124

Interpret an intersection in context: distance functions for two cars intersect at (2, 120).

Problem 125

Interpret an intersection in context: temperature models for two liquids intersect at t=10.

Problem 126

Interpret an intersection in context: production rate models intersect at (3, 500).

Problem 127

Interpret an intersection in context: two cell phone plan costs intersect at (20, 45).

Open in simulator
Problem 128

Interpret an intersection in context: altitude functions for two airplanes intersect at t=30.

Problem 129

Interpret an intersection in context: fuel consumption models for two vehicles intersect at (150, 10).

show all relevant intersections.
12 problems Warmup Practice Mixed Review Assessment
Problem 130

Choose an appropriate graph window for intersection solving: intersection expected near x=1000 and y=50000.

Problem 131

Choose an appropriate graph window for intersection solving: rational function has asymptote near x=0 and intersection near x=0.1.

Problem 132

Choose an appropriate graph window for intersection solving: exponential and line may intersect twice.

Problem 133

Choose an appropriate graph window for intersection solving: hidden intersections suspected.

Problem 134

Choose an appropriate graph window for intersection solving: two trigonometric functions that intersect multiple times over several periods.

Problem 135

Choose an appropriate graph window for intersection solving: a logarithmic function and a line intersecting at a very small positive x-value, close to the log's vertical asymptote.

Open in simulator
Problem 136

Choose an appropriate graph window for intersection solving: a cubic function and a quadratic function that intersect at three distinct points.

Problem 137

Choose an appropriate graph window for intersection solving: a quadratic function and a line that are tangent to each other at a single point.

Problem 138

Choose an appropriate graph window for intersection solving: an exponential function and a polynomial that intersect at a small positive x-value and again at a very large x-value.

Problem 139

Choose an appropriate graph window for intersection solving: a rational function with a vertical asymptote at x=2 and an intersection with a horizontal line at x=50.

Problem 140

Choose an appropriate graph window for intersection solving: a rational function with a horizontal asymptote at y=0 and an intersection with a small constant value line (e.g., y=0.1).

Problem 141

Choose an appropriate graph window for intersection solving: a square root function and a line that intersect only within the valid domain of the square root function.

decide when approximation is appropriate.
12 problems Warmup Practice Mixed Review Assessment
Problem 142

Compare exact and approximate solution methods for factorable polynomial equation.

Open in simulator
Problem 143

Compare exact and approximate solution methods for x+e^x=10.

Problem 144

Compare exact and approximate solution methods for sqrt(x+1)=x-1.

Problem 145

Compare exact and approximate solution methods for nonfactorable/transcendental equation.

Problem 146

Compare exact and approximate solution methods for 2x + 5 = 11.

Problem 147

Compare exact and approximate solution methods for x^2 + 3x - 1 = 0.

Problem 148

Compare exact and approximate solution methods for 3^(x-1) = 27.

Problem 149

Compare exact and approximate solution methods for log_2(x+1) = 3.

Problem 150

Compare exact and approximate solution methods for sin(x) = 1.

Problem 151

Compare exact and approximate solution methods for x^3 + cos(x) = 0.

Problem 152

Compare exact and approximate solution methods for x^5 - x - 1 = 0.

Problem 153

Compare exact and approximate solution methods for 1/x + 1/(x+1) = 2.

verify graph/domain consistency.
15 problems Warmup Practice Mixed Review Assessment
Problem 154

Identify extraneous or off-domain intersections from solving algebra gives x=2 but rational graph has hole at x=2.

Problem 155

Identify extraneous or off-domain intersections from solving squaring gives x=1, but original radical equation fails.

Problem 156

Identify extraneous or off-domain intersections from solving log equation solution x=-3 with domain x>0.

Problem 157

Identify extraneous or off-domain intersections from solving candidate intersection satisfies both original functions and domains.

Problem 158

Identify extraneous or off-domain intersections from solving algebraic solution x=5 makes a denominator zero in the original rational equation.

Problem 159

Identify extraneous or off-domain intersections from solving algebraic solution x=-3 corresponds to a removable discontinuity (hole) in the rational function.

Problem 160

Identify extraneous or off-domain intersections from solving solving by squaring yields x=4, but it fails the original radical equation sqrt(x+5)=x-7 due to negative RHS.

Problem 161

Identify extraneous or off-domain intersections from solving squaring both sides gives x=6, but substituting it back into the original radical equation results in an inequality.

Open in simulator
Problem 162

Identify extraneous or off-domain intersections from solving log equation solution x=-4 makes the argument of a logarithm negative in the original equation.

Problem 163

Identify extraneous or off-domain intersections from solving candidate solution x=1 results in log(0) in the original logarithmic equation.

Problem 164

Identify extraneous or off-domain intersections from solving candidate x=7 satisfies the original radical equation and its domain restrictions.

Problem 165

Identify extraneous or off-domain intersections from solving the algebraic solution x=1 satisfies all denominators and the original rational equation.

Problem 166

Identify extraneous or off-domain intersections from solving the solution x=10 satisfies all logarithm domain requirements and the original equation.

Problem 167

Identify extraneous or off-domain intersections from solving algebraic solution x=0 for sqrt(x+1) = x-1 is extraneous as 1 is not equal to -1.

Problem 168

Identify extraneous or off-domain intersections from solving solving gives x=0, but the original rational equation has a vertical asymptote at x=0.

cite nearby table/graph values.
12 problems Warmup Practice Mixed Review Assessment
Problem 169

Explain why a numerical solution is reasonable using f-g is -0.2 at x=3.1 and 0.1 at x=3.2.

Open in simulator
Problem 170

Explain why a numerical solution is reasonable using graph crossing appears between x=5 and x=6.

Problem 171

Explain why a numerical solution is reasonable using table values of f and g are closest at x=4.8.

Problem 172

Explain why a numerical solution is reasonable using solver output plus substitution gives nearly equal outputs.

Problem 173

Explain why a numerical solution is reasonable using h(x) is positive at x=2 and negative at x=3.

Problem 174

Explain why a numerical solution is reasonable using the graph of y=f(x) crosses the x-axis between x=-1 and x=0.

Problem 175

Explain why a numerical solution is reasonable using table shows f(x) and g(x) values are closest at x=1.5.

Problem 176

Explain why a numerical solution is reasonable using substituting x=7.01 into the equation yields 0.005, which is close to zero.

Problem 177

Explain why a numerical solution is reasonable using the function f(x) - 5 changes from positive to negative between x=1 and x=2.

Problem 178

Explain why a numerical solution is reasonable using the graph of f(x) is very close to y=5 at x=2.3.

Problem 179

Explain why a numerical solution is reasonable using table shows f(x) is 10.1 at x=2.9 and 9.8 at x=3.0.

Problem 180

Explain why a numerical solution is reasonable using at x=0.5, f(x)=2.1 and g(x)=2.05.

catch wrong graph, window, branch, domain, and rounding mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 181

Correct the approximate-intersection error: A student counts a vertical asymptote as an intersection.

Problem 182

Correct the approximate-intersection error: A student misses a second intersection outside the default window.

Open in simulator
Problem 183

Correct the approximate-intersection error: A student reports y-value instead of x-solution.

Problem 184

Correct the approximate-intersection error: A student keeps radical intersection outside domain.

Problem 185

Correct the approximate-intersection error: A student rounds intermediate values, causing the final intersection point to be inaccurate.

Problem 186

Correct the approximate-intersection error: A student visually estimates an intersection for two parallel lines that never meet.

Problem 187

Correct the approximate-intersection error: A student inputs an equation incorrectly into the calculator, leading to a wrong intersection.

Problem 188

Correct the approximate-intersection error: A student finds one intersection for |x-2|=x/2 but misses the second one.

Problem 189

Correct the approximate-intersection error: A student reports (y, x) instead of (x, y) for the intersection point.

Problem 190

Correct the approximate-intersection error: A student uses a default graphing window and misses multiple intersections for a periodic function.

Problem 191

Correct the approximate-intersection error: A student identifies an intersection point that is outside the domain of a logarithmic function.

Problem 192

Correct the approximate-intersection error: A student estimates an intersection point based solely on a rough sketch, leading to imprecision.