A few days ago
Anonymous

how do u write a polynomial function to the fifth degree?

how do u write a polynomial function to the fifth degree?

Top 1 Answers
A few days ago
gervin_tan

Favorite Answer

Generally, a polynomial function goes like:

f(x) = ax^n + bx^(n-1) + cx^(n-2) + …

If you need a degree 5 polynomial, then just make n = 5.

For example,

f(x) = 3x^5 – 7x^4 + 2x^3 + x^2 -8x + 6

or

g(x) = 6x^5 + 5x^4 + 4x^3 + 3x^2 + 2x + 1

or

h(x) = x^5

are all examples of degree 5 polynomial functions.

Not sure this is what you mean, but I hope this helps.

0