Skip to content

The power rule for derivatives, typically proven through the limit definition of derivative in conjunction with the Binomial theorem. In this manuscript we present an alternative approach to proving the power rule, by utilizing a certain polynomial identity, such that expresses the function's growth.

License

Notifications You must be signed in to change notification settings

kolosovpetro/ANovelProofOfPowerRuleInCalculus

Repository files navigation

A novel proof of power rule in Calculus

Abstract

In Calculus, the power rule is a fundamental result stating that the derivative of a power function is given by the product of the exponent and the base raised to the power of the exponent minus one. Typically, the power rule is proven using the limit definition of the derivative alongside the Binomial theorem. In this manuscript, we present an alternative approach to proving the power rule, utilizing a specific polynomial identity that captures the function's growth. This method omits the direct use of the Binomial theorem, offering a distinct way to the same result.

GitHub Actions used

Build and run using PowerShell (Windows)

Build and run in Intellij IDEA (Windows)

How to use Mathematica package

  • Open the package file GithubLatexTemplateMathematicaPackage.m in Wolfram Mathematica, I use version 13.0
  • Execute the package using Shift+Enter
  • Open the notebook file GithubLatexTemplateMathematicaNotebook.nb
  • Execute the line: Needs["GithubLatexTemplateMathematicaPackage"]
  • Continue your work as desired

Configure CI / CD

  • Update root file name in build-pdf.yml and build-and-deploy-pdf.yml
  • Set repository secrets
    • GH_ACCESS_TOKEN: Generate GitHub Personal access token at Settings -> Developer Settings -> Personal access tokens -> Generate mew token

Actions and their trigger policy

  • build-pdf.yml builds project using TeXLive. Triggered on pull_request, push to develop branch
  • build-and-deploy-pdf.yml builds project using TeXLive and deploys to GitHub Pages. Triggered on push to main branch

About

The power rule for derivatives, typically proven through the limit definition of derivative in conjunction with the Binomial theorem. In this manuscript we present an alternative approach to proving the power rule, by utilizing a certain polynomial identity, such that expresses the function's growth.

Topics

Resources

License

Stars

Watchers

Forks