
Jan A.
asked 10/14/22Find the 𝑘𝑡ℎ derivative of 𝑓(𝑥) = 7𝑥6 − 6𝑥5 − 𝑥4 + 2𝑥3 + 3𝑥 − 2 for every positive integer 𝑘. Use this to generalize the higher order derivatives of an arbitrary polynomial function.
1 Expert Answer
Daniel B. answered 10/16/22
A retired computer professional to teach math, physics
Just to make sure, let me state the properties of the factorial function used below:
0! = 1
1! = 1
2! = 1×2
3! = 1×2×3
etc.
First consider a simple polynomial function
f(x) = xi for some integer i.
Then
f'(x) = ixi-1
f"(x) = i(i-1)xi-2
...
f(k) = i!/(i-k)! xi-k
This formula is true for k ≤ i, while for k > i, f(k) = 0
If you are supposed to be formal, you can prove this by induction.
Now apply this to an arbitrary polynomial
F(x) = ∑ai xi, where i = 0 to n
F(k) = ∑ai i!/(i-k)! xi-k, where i = k to n
This formula is valid even case k > n, because the summation is empty, and F(k) = 0.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
Did you determine the first several derivatives to establish a pattern?10/14/22