Question 219·Hard·Nonlinear Functions
The function is defined by
where is a quadratic polynomial. The table shows three values of and the corresponding values of .
What are the coordinates of the vertex of the graph of in the -plane?
On this type of SAT problem, first rewrite the given relation so the polynomial is isolated, here turning into and quickly computing at the specified -values. Then model as , use the three resulting points to form and solve a small linear system for , , and , and apply the vertex formula plus one substitution to get the vertex coordinates. This method is systematic, avoids guessing, and keeps the algebra manageable under time pressure.
Hints
Use the definition of q(x) to get p(x) values
Start by isolating in . How can you rewrite this so is alone on one side?
Turn q-values into p-values
Once you have in terms of and , plug in each and its table value of to compute , , and .
Model p(x) as a quadratic and form equations
Assume and use the three pairs you found to write three equations in , , and .
Use the vertex formula
After you find , , and , recall that the vertex of has -coordinate . Then substitute this back into to get the -coordinate.
Desmos Guide
Convert q-values to p-values using Desmos
In separate expression lines, type:
(2+1)*3+5(4+1)*7+5(-4+1)*(-1)+5Desmos will output three numbers; these are , , and and give you three points on the parabola .
Enter the three points for p(x)
Create a table and enter the -values in the first column (for example, 2, 4, -4) and the corresponding values you just found in the second column. These points lie on the graph of .
Fit a quadratic to the points
In a new expression line, type y1 ~ a x1^2 + b x1 + c to perform a quadratic regression. Desmos will display values for a, b, and c; this gives you the equation for .
Find the vertex from the quadratic
Graph the function y = a x^2 + b x + c using the values of a, b, and c. Either:
- Click on the lowest point of the parabola to see its coordinates (the vertex), or
- Add expressions
x_v = -b/(2a)andy_v = a x_v^2 + b x_v + cand read off from the graph or the expression list. The coordinate pair you see is the vertex of .
Step-by-step Explanation
Relate p(x) and q(x) and find three points on p
From the definition
solve for :
Use the table values to compute :
- For : .
- For : .
- For : .
So the parabola passes through the points , , and .
Write a general quadratic for p(x) and set up equations
Let
Use the three points you just found to create equations:
- From : .
- From : .
- From : .
Now you have a system of three linear equations in , , and .
Solve the system for a, b, and c
Subtract the first equation from the second:
Subtract the third equation from the second:
Plug into :
Use to find :
So
Find the vertex of p(x)
For a quadratic , the -coordinate of the vertex is
Here and , so
Now find :
So the vertex of is .