Calculates a 2nd degree polynomial, c0 + c1 * x + c2 * x^2
This is provided as a general calculator that can be used by changing the constants.
For the polynomial f(x) = -2 -x + x^2
find f(3) and the roots.
| Value | Keystrokes | Display | Description |
|---|---|---|---|
| -2 | C0 | -2.0000 | Stores the C0 value. |
| -1 | C1 | -1.0000 | Stores the C1 value. |
| 1 | C2 | 1.0000 | Stores the C2 value. |
| 3 | X | 3.0000 | Stores the X value. |
| f(x) | 4.0000 | Calculates f(3). |
Find the root nearest to x = 3.
These keystrokes assume the values from example 1.
| Value | Keystrokes | Display | Description |
|---|---|---|---|
| 0 | f(x) | 0.0000 | Stores the Fx value. |
| X | 2.0000 | Calculates a root. |
Find the root nearest to x = -2.
These keystrokes assume the values from examples 1 and 2.
| Value | Keystrokes | Display | Description |
|---|---|---|---|
| -2 | X | -2.0000 | Stores a new initial guess. |
| X | -1.0000 | Calculates a root. |
Reference: