|
|
![]() |
| Chapter 11: Graphs of Nonlinear Functions and Conic Sections
Numbers in the Real World |
![]() ![]() ![]() ![]() ![]() |
Lesson
16: The Quadratic Formula
We have learned algebraic methods to solve quadratic equations. We have found the solutions to those equations graphically, and we have also used tables of values to find those solutions. We now consider the use of programming. A basic program to find approximate solutions to quadratic equations by the quadratic formula might look like the graphing calculator program on the left (windows 1-2). This program requires three input values a, b, and c,
and yields two output values, the solutions of a quadratic equation.
Look at the sample run of the program (windows 3-4).
We can also compute the exact value by a slightly more
sophisticated quadratic formula program. A sample run of such a program
is shown in window 5.
|
|||||