The Power Rule

We are often interested in making things simpler and more time-efficient in day-to-day life. Would you wash dishes by hand if you have a dishwasher? Or re-type a paragraph if you can copy and paste? We can say the same for mathematics! 

Get started

Review generated flashcards

Sign up for free
You have reached the daily AI limit

Start learning or create your own AI flashcards

StudySmarter Editorial Team

Team The Power Rule Teachers

  • 7 minutes reading time
  • Checked by StudySmarter Editorial Team
Save Article Save Article
Contents
Contents

Jump to a key chapter

    Take the Derivative as an example. Finding the derivative of a function is one of the basic operations in Calculus. However, using limits can be time-consuming as there are many steps and lots of algebra are involved. Here's an example of that process.

    Find the derivative of f(x)=x2.

    Use the definition of a derivative.

    dfdx=limh0f(x+h)-f(x)h

    Evaluate f(x+h) and f(x).

    dfdx=limh0(x+h)2-x2h

    Expand (x+h)2.

    dfdx=limh0x2+2xh+h2-x2h

    Simplify.

    dfdx=limh02x+h

    Evaluate the limit.

    dfdx=2x

    The derivative of f(x)=x2isdfdx=2x.

    Lots of steps, right? Rather than doing all these procedures, there are many formulas in calculus that we can use to find derivatives with fewer steps, saving us time and mental energy. These formulas are known as derivative rules, and one of these derivative rules is the power rule.

    Power rule formula and examples

    One of the primary functions found in calculus is the power function.

    Power functions are functions where the variable is the base and is raised to any real number power.

    f(x)=xn

    These functions are essential in Calculus for building more advanced functions, like polynomial functions or rational functions. We can find the derivative of a power function using what is known as the power rule. Let's take a look at it.

    The power rule is a formula for finding the derivative of a power function. Let nbe a real number, then:

    ddxxn=nxn-1

    This rule can make finding derivatives in calculus much simpler! Let's take a look at some examples.

    Find the derivative of f(x)=x5.

    Identify the power of the power function. This function has a power of 5.

    f(x)=x5

    Differentiate using The Power Rule.

    dfdx=5x5-1

    Simplify the exponent.

    dfdx=5x4

    The derivative of f(x)=x5isdfdx=5x4.

    We can use the power rule in combination with other Differentiation Rules to find the derivative of a polynomial function. Let's look at an example of this process.

    Find the derivative of g(x)=3x4-2x3+x.

    Use the sum, difference, and constant multiplier rules.

    dgdx=3ddxx4-2ddxx3+ddxx

    Differentiate using the power rule.

    dgdx=3(4x3)-2(3x2)+x0

    Simplify.

    dgdx=12x3-6x2+1

    The derivative of g(x)=3x4-2x3+xisdgdx=12x3-6x2+1.

    Deriving the power rule

    To prove the power rule, we will look at the derivative of f(x)=xnusing limits. We need to find such a derivative using limits just once, proving our formula. Then we can use the formula whenever we need to differentiate a power function.

    We begin by using the definition of a derivative.

    ddxxn=limh0f(x+h)-f(x)h

    Next, evaluate f(x+h)and f(x).

    ddxxn=limh0(x+h)n-xnh

    We can use The Binomial Theorem to expand (x+h)n.

    (x+h)n=n0xn+n1xn-1h+n2xn-2h2+...+nnhn

    The first two binomial coefficients are 1 and n, respectively.

    (x+h)n=xn+nxn-1h+n2xn-2h2+...+nnhn

    To reflect the definition of a derivative, we need to subtract xnand divide by h on both sides of the equation.

    We now have the following expression:

    (x+h)n-xnh=nxn-1+n2xn-2h+...+nnhn-1

    As we take the limit as h goes to 0, every term that contains h vanishes. Hence, we are only left with nxn-1.

    limh0(x+h)n-xnh=nxn-1

    Finally, we have arrived at the power rule.

    ddxxn=nxn-1

    Power rule for negative and fractional powers

    We only proved the case involving positive integers. However, we can use the power rule when the powers are negative. The formula is the same.

    Find the derivative of g(x)=x-3.

    Identify the power of the power function. In this case, the power is -3.

    g(x)=x-3

    Differentiate using the power rule.

    dgdx=-3x-3-1

    Simplify the exponent.

    dgdx=-3x-4

    We can also use the power rule for fractional powers, like in the case of a square root function.

    Find the derivative of h(x)=x.

    Write the root as a fractional power.

    h(x)=x12

    Differentiate using the power rule.

    dhdx=12x12-1

    Simplify the power.

    dhdx=12x-12

    Write the negative power in the denominator.

    dhdx=121x12

    Write the power as a root.

    dhdx=121x

    The power rule works when n is any real number. Luckily, the formula is the same for every case!

    More examples of the power rule

    Calculus is full of different functions to which we can apply the rules of differentiation. In this section, we will look at more examples of derivatives using the power rule.

    Find the derivative of f(x)=2x4-x2.

    Use the sum, difference, and constant multiplier rules.

    dfdx=2ddxx4-ddxx2

    Differentiate using the power rule.

    dfdx=2(4x3)-2x

    Simplify.

    dfdx=8x3-2x

    The following example considers negative powers.

    Find the derivative of g(x)=x2+1x2.

    Write the power in the denominator as a negative power.

    g(x)=x2+x-2

    Use the sum rule.

    dgdx=ddx(x2)+ddx(x-2)

    Differentiate using The Power Rule.

    dgdx=2x-2x-3

    Write the negative exponent as a denominator.

    dgdx=2x-2x3

    Let's look at more roots, which we can write as fractional powers.

    Find the derivative of h(x)=x3+1x5.

    Write the root as a fractional power.

    h(x)=x13+1x5

    Write the power in the denominator as a negative power.

    h(x)=x13+x-5

    Use the sum rule.

    dhdx=ddxx13+ddxx-5

    Differentiate using The Power Rule.

    dhdx=13x13-1-5x-5-1

    Simplify the powers.

    dhdx=13x-23-5x-6

    Write the negative powers as denominators.

    dhdx=131x23-5x6

    Write the fractional powers as a power and a root.

    dhdx=131x23-5x6

    With enough practice, we can skip some of these steps.

    Common mistakes when using the power rule

    We cannot use the power rule if the variable is the power of an expression.

    Find the derivative of f(x)=2x.

    One common mistake is applying the power rule to functions that are not power functions.

    We cannot apply the power rule in a case like this because the given function is not a power function.

    ddx2xx2x-1

    Here we could use the Derivative of the Exponential Function instead.

    Always remember to decrease the power by one after differentiating the function!

    Find the derivative of f(x)=x5.

    Another common mistake is forgetting to decrease the power of the power function.

    ddxx55x5

    We must remember that the power drops when differentiating a power function.

    ddxx5=5x4

    The Power Rule - Key takeaways

    • The power rule is a formula for finding the derivative of power functions.
    • The formula for the power rule is as follows: ddxxn=nxn-1
    • We can use the power rule for any real number n, including negative numbers and fractions.
    • We can use the power rule and basic derivative rules like the sum, difference, and constant multiplier rules to differentiate polynomial functions.
    Frequently Asked Questions about The Power Rule

    What is the power rule? 

    The power rule is a differentiation rule for finding the derivative of a power function.

    When do you use the power rule?

    You can use the power rule whenever you need to find the derivative of a power function. The power can be any real number.

    How do you prove the power rule? 

    To prove the power rule you need to find the derivative of an arbitrary power function through limits. You will also need to use the binomial theorem to expand the power function.

    Save Article

    Test your knowledge with multiple choice flashcards

    The Power Rule can be used if the power is a negative integer.

    The Power Rule can be used if the power is a fraction.

    The Power Rule can be used if the variable is the power.

    Next

    Discover learning materials with the free StudySmarter app

    Sign up for free
    1
    About StudySmarter

    StudySmarter is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

    Learn more
    StudySmarter Editorial Team

    Team Math Teachers

    • 7 minutes reading time
    • Checked by StudySmarter Editorial Team
    Save Explanation Save Explanation

    Study anywhere. Anytime.Across all devices.

    Sign-up for free

    Sign up to highlight and take notes. It’s 100% free.

    Join over 22 million students in learning with our StudySmarter App

    The first learning app that truly has everything you need to ace your exams in one place

    • Flashcards & Quizzes
    • AI Study Assistant
    • Study Planner
    • Mock-Exams
    • Smart Note-Taking
    Join over 22 million students in learning with our StudySmarter App
    Sign up with Email