Calculate polynomial real root or zero, maximum or minimum (zero slope), or point of inflection (zero curvature).
Enter the polynomial coefficients as a comma separated list, or as separate points on each line. The coefficients can also be copied and pasted from a spreadsheet. The coefficients must be in order A0, A1, A2....An where An is the coefficient for the nth power of x (x^n) etc...
The polynomial value, slope and curvature are calculated at either the user defined X, the root or zero, the maximum or minimum, or the point of inflection. The maximum and minimum can only be calculated for polynomials of second order or greater. The point of inflection can only be calculated for polynomials of third order or greater. The root, maximum or minimum, or point of inflection must be real.
The user defined Xu value is used as the initial guess value for calculating the root and other points. Use the Result Plot option to plot the polymomial value, slope and curvature versus X, and to determine suitable guess values for Xu.
Tool Input
- ptype : Polynomial Calculation Type
- Xu : User Defined X Value or Guess Value
- A : Polynomial Coefficients
Tool Output
- C : Polynomial Curvature At X
- P : Polynomial Value At X
- S : Polynomial Slope At X
- X : X Value (Input, Root, Maximum or Minimum, Or Inflection Point)
- cvg : Convergence (== 1)