As for linear equations, there are a number of forms for graphing quadratic functions:
General Form: $y=ax^2+bx+c$y=ax2+bx+c
Factored or $x$x-intercept form: $y=a\left(x-\alpha\right)\left(x-\beta\right)$y=a(x−α)(x−β)
Turning point form: $y=a\left(x-h\right)^2+k$y=a(x−h)2+k
Each form has an advantage for different key features that can be identified quickly. However, for each form, the role of $a$a remains the same.
That is:
The following are examples of how to find all the key features for each form.
$y=a\left(x-h\right)^2+k$y=a(x−h)2+k
Consider the equation $y=-\left(x+2\right)^2+4$y=−(x+2)2+4.
Find the $x$x-intercepts. Write all solutions on the same line, separated by a comma.
Find the $y$y-intercept.
Determine the coordinates of the vertex.
Vertex $=$=$\left(\editable{},\editable{}\right)$(,)
Graph the equation.
Consider the equation $y=\left(x-3\right)^2+4$y=(x−3)2+4.
Does the graph have any $x$x-intercepts?
No
Yes
Find the $y$y-intercept.
Determine the coordinates of the vertex.
Vertex $=$=$\left(\editable{},\editable{}\right)$(,)
Graph the equation.
$y=a\left(x-\alpha\right)\left(x-\beta\right)$y=a(x−α)(x−β)
Consider the parabola $y=\left(x+1\right)\left(x-3\right)$y=(x+1)(x−3).
Find the $y$y value of the $y$y-intercept.
Find the $x$x values of the $x$x-intercepts.
Write all solutions on the same line separated by a comma.
State the equation of the axis of symmetry.
Find the coordinates of the vertex.
Vertex $=$=$\left(\editable{},\editable{}\right)$(,)
Graph the parabola.
$y=ax^2+bx+c$y=ax2+bx+c
Alternatively, use the method of completing the square to rewrite the quadratic in turning point form.
Sometimes, the solutions for a quadratic may be asked for. This is referring to the $x$x-intercepts which satisfy the equation $y=0$y=0. The solutions are sometimes called the roots of the equation.
Consider the quadratic function $y=x^2+2x-8$y=x2+2x−8.
Determine the $x$x-value(s) of the $x$x-intercept(s) of this parabola. Write all answers on the same line separated by commas.
Determine the $y$y-value of the $y$y-intercept for this parabola.
Determine the equation of the vertical axis of symmetry for this parabola.
Find the $y$y-coordinate of the vertex of the parabola.
Draw a graph of the parabola $y=x^2+2x-8$y=x2+2x−8.
A parabola has the equation $y=x^2+4x-1$y=x2+4x−1.
Express the equation of the parabola in the form $y=\left(x-h\right)^2+k$y=(x−h)2+k by completing the square.
Find the $y$y-intercept of the curve.
Find the vertex of the parabola.
Vertex $=$= $\left(\editable{},\editable{}\right)$(,)
Is the parabola concave up or down?
Concave up
Concave down
Hence plot the curve $y=x^2+4x-1$y=x2+4x−1
Consider the graph of the function $f\left(x\right)=-x^2-x+6$f(x)=−x2−x+6.
Using the graph, write down the solutions to the equation $-x^2-x+6=0$−x2−x+6=0.
If there is more than one solution, write the solutions separated by commas.
Technology can be used to graph and find key features of a quadratic function. We may need to use our knowledge of the graph or calculate the location of some key features to find an appropriate view window.
Use your calculator or other handheld technology to graph $y=4x^2-64x+263$y=4x2−64x+263.
Then answer the following questions.
What is the vertex of the graph?
Give your answer in coordinate form.
The vertex is $\left(\editable{},\editable{}\right)$(,)
What is the $y$y-intercept?
Give your answer in coordinate form.
The $y$y-intercept is $\left(\editable{},\editable{}\right)$(,)
The word bisect means to divide into two parts. There exists a method for estimating the solutions (or roots) of a polynomial equation that uses the idea of dividing an interval into parts. This is the bisection method.
For example, imagine the quadratic $f(x)=3x^2-4x-2$f(x)=3x2−4x−2. The graph of this function cuts the x-axis somewhere between $x=1$x=1 and $x=2$x=2, as shown:
Divide this interval in half and substitute this $x$x-value into the function. In this example, substitute $x=1.5$x=1.5 into $f(x)$f(x). If $f(1.5)=0$f(1.5)=0, then this is the root! If not, check the sign of the answer and compare to the sign of the function at either end of the interval.
From the graph, it is clear that $f(1.5)<0$f(1.5)<0 while $f(2)>0$f(2)>0. This means that the root, where $f(a)=0$f(a)=0, must be somewhere in between. This becomes the new search area for the bisection method algorithms to repeat these steps:
Now, repeat the steps using the endpoints of $x=1.5$x=1.5 and $x=2$x=2. Testing the midpoint of this interval, $f(1.75)>0$f(1.75)>0. Since $f(2)>0$f(2)>0 also, then the new interval must be between $x=1.5$x=1.5 and $x=1.75$x=1.75:
Keep repeating this process until the desired accuracy of the estimate. This could also be done using a table of values, or technology.
For example, for the function $f(x)=3x^2-4x-2$f(x)=3x2−4x−2, applying the bisection method for endpoints $x=a$x=a and $x=b$x=b, and midpoint $x=c$x=c, at any stage gives the following table:
Step (n) | a | b | f(a) | f(b) | c=(a+b)/2 | f(c) | Update a or b |
---|---|---|---|---|---|---|---|
0 | 1 | 2 | -3 | 2 | 1.5 | -1.25 | a = c |
1 | 1.5 | 2 | -1.25 | 2 | 1.75 | 0.1875 | b = c |
2 | 1.5 | 1.75 | -1.25 | 0.1875 | 1.625 | -0.57813 | a = c |
3 | 1.625 | 1.75 | -0.578125 | 0.1875 | 1.6875 | -0.20703 | a = c |
4 | 1.6875 | 1.75 | -0.20703125 | 0.1875 | 1.71875 | -0.0127 | a = c |
5 | 1.71875 | 1.75 | -0.0127 | 0.1875 | 1.734375 | 0.08667 | b = c |
6 | 1.71875 | 1.734375 | -0.0127 | 0.08667 | 1.7265625 | 0.036804 | b = c |
7 | 1.71875 | 1.7265625 | -0.0127 | 0.036804 | 1.722656 | 0.012009 | b = c |
Notice that a choice is made at each stage whether to replace $a$a or $b$b with the value of $c$c depending on the sign of $f(c)$f(c).
Here, $f(c)=-0.012$f(c)=−0.012 in the last line of the table. If a specific tolerance is chosen for $f(c)$f(c) to be "close enough" to $f(c)=0$f(c)=0, then this value of $x$x is chosen as the estimate for the root. A number of iterations might also be chosen. Here, the process has gone through 7 iterations. So, in this example, if $f(c)$f(c) was considered "close enough" to $f(c)=0$f(c)=0, then the estimate for the root would be $x=1.723$x=1.723 (correct to 3 decimal places).
Since this method is recursive (has repeated and predictable steps), it is well automated with technology like spreadsheets.
The root of a function $f(x)$f(x) is any value $x=a$x=a such that $f(a)=0$f(a)=0.
The bisection method is a numerical method used to estimate the root of a function.
Experiment with different polynomial functions in the applet below to see the binomial method in action. Click and drag the intervals around to see the changes in the estimates for the roots.
Consider the function $f\left(x\right)=2x^2-7x+2$f(x)=2x2−7x+2.
Starting with the interval $\left[3,4\right]$[3,4], complete three applications of the binomial method.
Step | $a$a | $b$b | $f\left(a\right)$f(a) | $f\left(b\right)$f(b) | $c=\frac{a+b}{2}$c=a+b2 | $f\left(c\right)$f(c) |
---|---|---|---|---|---|---|
$1$1 | $3$3 | $4$4 | $\editable{}$ | $\editable{}$ | $\editable{}$ | $2$2 |
$2$2 | $\editable{}$ | $\editable{}$ | $\editable{}$ | $\editable{}$ | $\editable{}$ | $\editable{}$ |
$3$3 | $\editable{}$ | $\editable{}$ | $-1$−1 | $0.375$0.375 | $\editable{}$ | $\editable{}$ |
What is your estimate for the root of $f\left(x\right)$f(x) using the bisection method in the interval $\left[3,4\right]$[3,4]?