Friday, March 18, 2022

March Calculus Madness Sweet Sixteen - Day 3: Derivative and Integral of x^n∙(1+x)^2

 ------------


Welcome to March Calculus Madness!


------------


x^n ∙ (1 + x)^2

= x^n ∙ (1 + 2 ∙ x + x^2)

= x^n + 2 ∙x^(n+1) + x^(n+2)


d/dx x^n ∙ (1 + x)^2 

= d/dx x^n + 2 ∙x^(n+1) + x^(n+2)

= n ∙ x^(n-1) + 2 ∙ (n+1) ∙ x^n + (n+2) ∙ x^(n+1)


∫ x^n ∙ (1 + x)^2 dx

= ∫ x^n + 2 ∙x^(n+1) + x^(n+2) dx

= x^(n+1)/(n+1) + (2 ∙ x^(n+2))/(n+2) + x^(n+3)/(n+3) + C


Eddie


All original content copyright, © 2011-2022.  Edward Shore.   Unauthorized use and/or unauthorized distribution for commercial purposes without express and written permission from the author is strictly prohibited.  This blog entry may be distributed for noncommercial purposes, provided that full credit is given to the author. 


HP 71B Basic and Casio fx-CG 100: Weighted Random Sample

HP 71B Basic and Casio fx-CG 100: Weighted Random Sample Introduction In calculators, it is fairly easy to generate a rand...