USE FINITE DIFFERENCES TO DETERMINE THE DEGREE OF THE POLYNOMIAL

Finite difference :

The first-order differences of a polynomial function f(x) are found by subtracting function values for equally spaced x-values.

The second-order differences are found by subtracting consecutive first-order differences.

The third-order differences are found by subtracting consecutive second-order differences, and so on.

The following table gives values of several polynomial functions. Determine the degree of each polynomial.

Problem 1 :

finite-difference-q1

Solution :

Since third difference are same, it is a third degree polynomial. The degree of the polynomial is 3.

Problem 2 :

finite-difference-q2.png

Solution :

Since second difference are same, it is a quadratic polynomial. The degree of the polynomial is 2.

Problem 3 :

finite-difference-q3.png

Solution :

Since third difference are same, it is cubic polynomial. The degree of the polynomial is 3.

Problem 4 :

finite-difference-q4.png

Solution :

Since first difference are same, it is linear polynomial. The degree of the polynomial is 1.

Problem 5 :

finite-difference-q5.png

Solution :

Since fourth difference are same, it is polynomial of degree 4.

Problem 6 :

finite-difference-q6.png

Solution :

Since the second difference are same, it is a quadratic polynomial. The degree of the polynomial is 2.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More