In calculus, the derivative of a polynomial is:axn=naxn−1. But how could we know the 2nd, 3rd or even the 100th derivative of a given polynomial expression. I formulated new formulas that would ensure that the time in finding the number of derivative would be less in calculating the higher derivatives. These are the following conditions:
Let's assume that n is the no. of differentiation or derivatives that a polynomial must derive and b be the exponents of each term in a given polynomial.
- If n<b , then the nth derivative of the polynomial would be
dxndnaxb=a(b−n+1)(b−n+2)....(b−n+n)xb−n.
Example: Find the third derivative of 4x5?
Solution: Since the condition is n<b then let's use the formula stated in first condition. Let n be 3 and b be 5.Therefore, the solution would be:
dx3d34x5=4(5−3+1)(5−3+2)(5−3+3)x5−3
dx3d34x5=4(3)(4)(5)x5−3
dx3d34x5=240x2
#Calculus
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Yes in general dxndn(axr)=an!(nr)xr−n. Good insight by the way sir.