Hidden functions inside quotients

Lesson progressPractice problems 0/5
Difficulty
GOAT Mode
Estimated time
55 minutes
Techniques
QuotientsInterpretationCustom-regressionCalculated-columnsFunctionsVerification

What you’ll learn

  1. Identify which function owns the supplied table and which function the question asks about.
  2. Reverse a quotient relationship to recover hidden function values row by row.
  3. Fit the complete quotient model with a custom regression.
  4. Preserve known terms around the hidden function.
  5. Choose the shorter route when one table row already contains the requested input.
  6. Read an intercept, output, slope, or vertex from the correct function.
  7. Verify the recovered function in the original quotient relationship.

Why this matters on the SAT

Recover the function the question actually asks about

Some hard SAT function questions give a table for one function, define that function using another, and then ask about the function hidden inside the definition. The visible table is only the outer layer.

SAT example

The table shows three values of xx and their corresponding values of g(x)g(x), where

g(x)=f(x)x+3g(x)=\frac{f(x)}{x+3}

and ff is a linear function.

xxg(x)g(x)
27-2733
9-900
212155

What is the yy-intercept of the graph of y=f(x)y=f(x) in the xyxy-plane?

A. (0,12)(0,12)

B. (0,4)(0,4)

C. (0,9)(0,-9)

D. (0,36)(0,36)

Fast Desmos solution

The table contains values of gg, but the question asks about the linear function ff. Let

f(x)=mx+b.f(x)=mx+b.

Enter the table in x_1 and y_1, then fit the complete quotient:

y_1~(mx_1+b)/(x_1+3)

Desmos gives

m=4andb=36.m=4\qquad\text{and}\qquad b=36.

Therefore,

f(x)=4x+36,f(x)=4x+36,

so the yy-intercept of y=f(x)y=f(x) is

(0,36).\boxed{(0,36)}.

The answer is D.

Common mistake:

Reading the quotient’s intercept. Since g(0)=f(0)/3=12g(0)=f(0)/3=12, the point (0,12)(0,12) belongs to gg, not ff. It is the tempting answer A.

Calculator loads as you approach
Compare the quotient curve with the hidden line, then edit f(0) to test another input.

Read the layers before touching the calculator

A hidden function is a function whose values are not supplied directly but appear inside the definition of another function.

In

g(x)=f(x)x+3,g(x)=\frac{f(x)}{x+3},

the layers are:

Question partMeaning
Table headingsThe supplied outputs are values of gg
Quotient relationshipEach value of gg combines f(x)f(x) with the known denominator x+3x+3
Function familyThe statement that ff is linear tells you to use f(x)=mx+bf(x)=mx+b
Requested targetThe yy-intercept belongs to ff, so you need f(0)f(0) or bb
RestrictionThe quotient defining gg is undefined at x=3x=-3
Try it yourself:

Before entering anything, complete this sentence: The table belongs to ______, but the question asks for ______ of ______.

For the opening problem: The table belongs to gg, but the question asks for the yy-intercept of ff. That one sentence prevents the most common interpretation error.

Check your understanding:

A table lists values of h(x)h(x), where h(x)=p(x)/(x4)h(x)=p(x)/(x-4) and pp is quadratic. The question asks for the minimum value of pp. Which function should you fit, and which function owns the minimum?

1. Unwrap the quotient row by row

Multiply by the known denominator

If

g(x)=f(x)x+c,g(x)=\frac{f(x)}{x+c},

then for every allowed input,

f(x)=(x+c)g(x).f(x)=(x+c)g(x).

This is not a new model. It is the original relationship solved for the hidden value.

For the opening table:

f(27)=(27+3)(3)=72,f(9)=(9+3)(0)=0,f(21)=(21+3)(5)=120.\begin{aligned} f(-27)&=(-27+3)(3)=-72,\\ f(-9)&=(-9+3)(0)=0,\\ f(21)&=(21+3)(5)=120. \end{aligned}

The table for gg therefore produces three points on ff:

(27,72),(9,0),(21,120).(-27,-72),\quad(-9,0),\quad(21,120).

Those points lie on

f(x)=4x+36.f(x)=4x+36.

Let one table formula recover every row

If the supplied inputs are in x_1 and the supplied values of gg are in y_1, enter (x_1+3)y_1 as a calculated column. The column displays the corresponding values of ff.

This route is especially transparent because you can inspect the recovered points before fitting anything.

Common mistake:

Multiplying only the input by the denominator. The relationship is f(x)=(x+3)g(x)f(x)=(x+3)g(x), so multiply the supplied output g(x)g(x) by the denominator value.

Check your understanding:

If q(x)=r(x)/(2x1)q(x)=r(x)/(2x-1) and a table row gives x=3x=3 and q(3)=4q(3)=4, what is r(3)r(3)?

Calculator loads as you approach
Change one supplied g value and watch the recovered f column update, then reset.

2. Fit the full quotient directly

Keep the wrapper around the model

The row-by-row method and the direct regression method use the same mathematics.

The SAT supplies exact function values in these problems. Regression is acting as a numerical solver for the stated relationship, not as permission to accept an approximate best-fit model. Verify that the recovered function reproduces every supplied row.

If ff is linear, write

f(x)=mx+b.f(x)=mx+b.

Then the quotient relationship becomes

g(x)=mx+bx+c.g(x)=\frac{mx+b}{x+c}.

When the table stores xx in x_1 and g(x)g(x) in y_1, enter y_1~(mx_1+b)/(x_1+c). Use the actual numerical value of cc from the problem. The tilde tells Desmos to fit mm and bb so that the complete quotient matches the table.

Common mistake:

Fitting the table as a line. y_1~mx_1+b treats the table values as outputs of ff. They are outputs of gg. Even when ff is linear, the quotient function gg is generally not linear.

Check your understanding:

A table contains values of h(x)=p(x)/(x5)h(x)=p(x)/(x-5), where p(x)=ax2+bx+cp(x)=ax^2+bx+c. What custom regression preserves the complete relationship?

Choose between the two setups

Use row-by-row reconstruction when:

  • the denominator is simple;
  • seeing the hidden points will clarify the problem;
  • one supplied row may already answer the question; or
  • hand arithmetic is shorter than fitting.

Use a full quotient regression when:

  • the hidden function family is stated;
  • several parameters must be recovered;
  • the quotient is easy to enter accurately; and
  • you want to define and evaluate the hidden function immediately after fitting.

Both methods should produce the same hidden function. If they do not, recheck the table labels, signs, denominator, and model family.

Calculator loads as you approach
Enter the complete quotient regression, define the hidden line, and verify all three rows.

3. Stop if one row already gives the target

Suppose

q(x)=r(x)+42x1,q(x)=\frac{r(x)+4}{2x-1},

and a table gives

q(2)=5.q(2)=5.

The question asks for r(2)r(2). Substitute only that row:

5=r(2)+42(2)1.5=\frac{r(2)+4}{2(2)-1}.

Since the denominator is 33,

15=r(2)+4r(2)=11.\begin{aligned} 15&=r(2)+4\\ r(2)&=11. \end{aligned}

There is no reason to recover the entire linear function rr. The requested input already appears in the table.

Try it yourself:

If the same table instead asked for r(0)r(0), would the row at x=2x=2 be enough? Explain what additional information you would need.

The row at x=2x=2 gives only r(2)r(2). To find r(0)r(0), you would need enough information to determine the linear function, such as another independent row.

This is the quotient version of a broader SAT habit: stop when the requested quantity is known, but do not invent values the data does not determine.

4. Preserve every known term around the hidden function

The hidden function is not always the entire numerator.

Suppose

g(x)=f(x)+2x5x3g(x)=\frac{f(x)+2x-5}{x-3}

and ff is linear. Writing f(x)=mx+bf(x)=mx+b gives

g(x)=mx+b+2x5x3.g(x)=\frac{mx+b+2x-5}{x-3}.

The direct regression is y_1~(mx_1+b+2x_1-5)/(x_1-3). Every known term stays in its original position. The only fitted parameters are mm and bb from the hidden linear function.

For row-by-row reconstruction, isolate f(x)f(x):

g(x)(x3)=f(x)+2x5f(x)=g(x)(x3)2x+5.\begin{aligned} g(x)(x-3)&=f(x)+2x-5\\ f(x)&=g(x)(x-3)-2x+5. \end{aligned}

The matching calculated column is y_1(x_1-3)-2x_1+5.

Common mistake:

Deleting the known terms. The prompt has already supplied 2x52x-5. Keep those terms visible and fit only the coefficients that belong to ff.

Check your understanding:

If h(x)=(p(x)4x+7)/(x+2)h(x)=(p(x)-4x+7)/(x+2) and p(x)=ax+bp(x)=ax+b, what direct custom regression should you enter for a table of hh values?

Calculator loads as you approach
Try the full quotient regression or the calculated-column formula. Both should recover f(x) = 2x + 1.

5. Read the requested feature from the correct function

After the regression, define the hidden function on a new line. If the fit gives mm and bb, enter f(x)=mx+b.

Then translate the question:

Requested feature of ffWhat to evaluate or read
yy-coordinate of the yy-interceptf(0)f(0), which is bb for f(x)=mx+bf(x)=mx+b
xx-coordinate of the xx-interceptSolve f(x)=0f(x)=0 or click the hidden graph’s xx-intercept
SlopeRead mm from the linear model
A value such as f(7)f(7)Enter f(7)
Vertex of a quadraticGraph the recovered quadratic or use its fitted coefficients
Minimum or maximum valueRead the vertex’s yy-coordinate after checking whether the quadratic opens up or down

The quotient function may have completely different intercepts and extrema. Always name the function in your conclusion: The requested yy-intercept of ff is (0,36)(0,36). That wording forces one final layer check.

Calculator loads as you approach
Compare f(0) = 36 with g(0) = 12, then edit the final inputs to explore other features on f.

6. Keep the denominator restriction attached to the quotient

If

g(x)=f(x)x2,g(x)=\frac{f(x)}{x-2},

then gg is undefined at x=2x=2. Do not use a table row at that input, and do not claim that the quotient relationship holds there.

However, the hidden function ff may still be defined at x=2x=2. For example, if

f(x)=x2+x6=(x2)(x+3),f(x)=x^2+x-6=(x-2)(x+3),

then f(2)=0f(2)=0, even though

f(2)22\frac{f(2)}{2-2}

is undefined. The exclusion belongs to the quotient function gg, not automatically to the polynomial ff.

This lesson uses restrictions to protect the recovery process. For a complete treatment of holes, asymptotes, and canceled factors, return to Restrictions, piecewise functions, and rational expressions.

Check your understanding:

If h(x)=p(x)/(x+4)h(x)=p(x)/(x+4) and pp is a polynomial, which statement is guaranteed: h(4)h(-4) is undefined, p(4)p(-4) is undefined, or both?

7. Guided example: Recover the hidden line through a larger quotient

Worked example

The table gives two values of xx and their corresponding values of

g(x)g(x),

where

g(x)=f(x)+2x5x3g(x)=\frac{f(x)+2x-5}{x-3}

and

ff is a linear function.

xxg(x)g(x)
1144
551-1

Which choice is the yy-coordinate of the yy-intercept of the graph of

y=f(x)y=f(x) in the xyxy-plane?

  1. A

    72-\frac72

  2. B

    112-\frac{11}{2}

  3. C

    94-\frac94

  4. D

    92-\frac92

Step 1

Name the table and target layers

The table supplies values of gg, while the question asks for the yy-intercept of ff. The denominator also excludes x=3x=3 from the quotient relationship. Neither supplied row uses that input.

Step 2

Insert the stated function family

Because ff is linear, define

f(x)=mx+b.f(x)=mx+b.

Substitute that model into the complete quotient:

g(x)=mx+b+2x5x3.g(x)=\frac{mx+b+2x-5}{x-3}.

The known terms 2x52x-5 remain in the numerator.

Step 3

Fit the complete quotient

With the two table rows ready, type y_1~(mx_1+b+2x_1-5)/(x_1-3). Desmos reports the numerical candidates

m=0.5andb=4.5.m=-0.5\qquad\text{and}\qquad b=-4.5.

Written exactly, these are 12-\frac12 and 92-\frac92. Verify those exact values in the original relationship before accepting them.

Step 4

Answer from f and verify both rows

The hidden function is

f(x)=12x92.f(x)=-\frac12x-\frac92.

Therefore,

f(0)=92,f(0)=-\frac92,

so the yy-coordinate of the yy-intercept is

92.\boxed{-\frac92}.

The answer is D.

Verify in the original relationship:

f(1)+2(1)513=5+252=4\frac{f(1)+2(1)-5}{1-3}=\frac{-5+2-5}{-2}=4

and

f(5)+2(5)553=7+1052=1.\frac{f(5)+2(5)-5}{5-3}=\frac{-7+10-5}{2}=-1.

Both supplied values of gg are reproduced.

Common mistake:

Reporting the quotient’s y-intercept. The question asks for the intercept of ff, so evaluate f(0)f(0) after recovering ff.

Calculator loads as you approach
When step 3 asks you to, enter the complete quotient regression, define f, and evaluate f(0).

8. Verify the original relationship

A clean regression output is not the end of the solution. Check that the recovered function recreates the supplied outer values.

For each table row:

  1. evaluate the recovered hidden function;
  2. place that value back into the original numerator;
  3. apply the original denominator;
  4. confirm the supplied outer output; and
  5. confirm the denominator is not zero.

For the opening problem, f(x)=4x+36f(x)=4x+36. At x=21x=21:

f(21)21+3=12024=5,\frac{f(21)}{21+3}=\frac{120}{24}=5,

which matches the table.

You do not need to write every check during the SAT. Verify one or two rows if the setup is easy to mistype, and always return to the exact function and feature named in the question.

Calculator loads as you approach
Edit one check input, compare the result with the corresponding g value, then reset.

Finish the solution

Recover the hidden y-intercept

Finish the solution

The table gives four values of xx and their corresponding values of g(x)g(x), where

g(x)=f(x)x+2g(x)=\frac{f(x)}{x+2}

and ff is a linear function.

xxg(x)g(x)
6-611
4-42-2
1188
4466

What is the yy-coordinate of the yy-intercept of the graph of y=f(x)y=f(x)?

First steps

The table is ready. Enter the full quotient regression, define the hidden line, and submit the requested intercept value.

  1. Let f(x)=mx+bf(x)=mx+b.
  2. Preserve the complete relationship: g(x)=(mx+b)/(x+2)g(x)=(mx+b)/(x+2).
  3. Fit that relationship to the table.
  4. Define ff and evaluate f(0)f(0).

Finish it

Calculator loads as you approach
Enter the complete quotient model, then define f and evaluate its y-intercept.

Practice problems

SAT practice problems

Name the table function, isolate or model the hidden function, and answer from the layer named in the question. Use a full regression only when it saves work.

Stop at the requested row

Practice problem

The table gives three values of xx and their corresponding values of q(x)q(x), where

q(x)=r(x)+42x1q(x)=\frac{r(x)+4}{2x-1}

and rr is a linear function.

xxq(x)q(x)
1-12-2
2255
5583\frac83

What is the value of r(2)r(2)?

Calculator loads as you approach
Inspect the row at the requested input before deciding whether a full regression is necessary.

Recover a hidden x-intercept

Practice problem

The table gives four values of xx and their corresponding values of g(x)g(x), where

g(x)=f(x)x+4g(x)=\frac{f(x)}{x+4}

and ff is a linear function.

xxg(x)g(x)
8-88-8
6-613-13
0022
1111

What is the xx-coordinate of the xx-intercept of the graph of y=f(x)y=f(x)?

Calculator loads as you approach
Fit the complete quotient or reconstruct the hidden outputs, then find the intercept on f.

Keep the known numerator terms

Practice problem

The table gives three values of xx and their corresponding values of g(x)g(x), where

g(x)=f(x)3x+2x+1g(x)=\frac{f(x)-3x+2}{x+1}

and ff is a linear function.

xxg(x)g(x)
5-58-8
1111
332-2

What is the value of f(2)f(-2)?

Calculator loads as you approach
Preserve -3x + 2 in the numerator while fitting the hidden linear function.

Recover a hidden quadratic

Practice problem

The function qq is defined by

q(x)=p(x)5x+1,q(x)=\frac{p(x)-5}{x+1},

where pp is a quadratic polynomial. The table shows three values of xx and the corresponding values of q(x)q(x).

xxq(x)q(x)
2233
4477
4-41-1

What are the coordinates of the vertex of the graph of y=p(x)y=p(x) in the xyxy-plane?

Answer choices
Calculator loads as you approach
Use a quadratic numerator in the quotient model, then inspect the vertex of p.

Finish the lesson

5 practice examples left

Finish the remaining questions correctly to complete this lesson.

Quick recap

  • Name the layers: Identify the function in the table and the function in the question.
  • Record the exclusion: A zero denominator invalidates the quotient relationship at that input.
  • Unwrap: Solve the relationship for the hidden value and calculate it row by row.
  • Model: Insert the stated hidden function family into the complete quotient before using regression.
  • Preserve: Keep every known term around the hidden function exactly where the prompt places it.
  • Stop early: If one row already gives the requested hidden value, do not fit the whole function.
  • Interpret: Read the requested intercept, output, slope, or vertex from the hidden function, not automatically from the table function.
  • Verify: Substitute the recovered function into the original quotient and reproduce the supplied outputs.

Return to the Desmos for the SAT course to review earlier techniques or choose another lesson.

Next lesson

Exactness, rounding, and output verification

Decide when a calculator decimal is final, when an exact form is recoverable, and how to match the requested precision.

Start next lesson

Free Practice

Free question bank practice problems

Hidden Functions in Quotients with Desmos | SAT Math | aniko.ai