Derivative Rules (2024)

The Derivative tells us the slope of a function at any point.

Derivative Rules (1)

There are rules we can follow to find many derivatives.

For example:

  • The slope of a constant value (like 3) is always 0
  • The slope of a line like 2x is 2, or 3x is 3 etc
  • and so on.

Here are useful rules to help you work out the derivatives of many functions (with examples below). Note: the little mark means derivative of, and f and g are functions.

Common FunctionsFunction
Derivative
Constantc0
Linex1
axa
Squarex22x
Square Root√x(½)x
Exponentialexex
axln(a) ax
Logarithmsln(x)1/x
loga(x)1 / (x ln(a))
Trigonometry (x is in radians)sin(x)cos(x)
cos(x)−sin(x)
tan(x)sec2(x)
Inverse Trigonometrysin-1(x)1/√(1−x2)
cos-1(x)−1/√(1−x2)
tan-1(x)1/(1+x2)
RulesFunction
Derivative
Multiplication by constantcfcf’
Power Rulexnnxn−1
Sum Rulef + gf’ + g’
Difference Rulef - gf’ − g’
Product Rulefgf g’ + f’ g
Quotient Rulef/gf’ g − g’ fg2
Reciprocal Rule1/f−f’/f2
Chain Rule
(as "Composition of Functions")
f º g(f’ º g) × g’
Chain Rule(using ’ )f(g(x))f’(g(x))g’(x)
Chain Rule(using ddx )dydx = dydududx

"The derivative of" is also written ddx

So ddxsin(x) and sin(x)’ both mean "The derivative of sin(x)"

Examples

Example: what is the derivative of sin(x) ?

From the table above it is listed as being cos(x)

It can be written as:

ddxsin(x) = cos(x)

Or:

sin(x)’ = cos(x)

Power Rule

Example: What is ddxx3 ?

The question is asking "what is the derivative of x3 ?"

We can use the Power Rule, where n=3:

ddxxn = nxn−1

ddxx3 = 3x3−1 = 3x2

(In other words the derivative of x3 is 3x2)

So it is simply this:

Derivative Rules (2)
"multiply by power
then reduce power by 1"

It can also be used in cases like this:

Example: What is ddx(1/x) ?

1/x is also x-1

We can use the Power Rule, where n = −1:

ddxxn = nxn−1

ddxx-1 = −1x-1−1

= −x-2

= −1x2

So we just did this:

Derivative Rules (3)
which simplifies to −1/x2

Multiplication by constant

Example: What is ddx5x3 ?

the derivative of cf = cf’

the derivative of 5f = 5f’

We know (from the Power Rule):

ddxx3 = 3x3−1 = 3x2

So:

ddx5x3 = 5ddxx3 = 5 × 3x2 = 15x2

Sum Rule

Example: What is the derivative of x2+x3 ?

The Sum Rule says:

the derivative of f + g = f’ + g’

So we can work out each derivative separately and then add them.

Using the Power Rule:

  • ddxx2 = 2x
  • ddxx3 = 3x2

And so:

the derivative of x2 + x3 = 2x + 3x2

Difference Rule

What we differentiate with respect to doesn't have to be x, it could be anything. In this case v:

Example: What is ddv(v3−v4) ?

The Difference Rule says

the derivative of f − g = f’ − g’

So we can work out each derivative separately and then subtract them.

Using the Power Rule:

  • ddvv3 = 3v2
  • ddvv4 = 4v3

And so:

the derivative of v3 − v4 = 3v2 − 4v3

Sum, Difference, Constant Multiplication And Power Rules

Example: What is ddz(5z2 + z3 − 7z4) ?

Using the Power Rule:

  • ddzz2 = 2z
  • ddzz3 = 3z2
  • ddzz4 = 4z3

And so:

ddz(5z2 + z3 − 7z4) = 5 × 2z + 3z2 − 7 × 4z3
= 10z + 3z2 − 28z3

Product Rule

Example: What is the derivative of cos(x)sin(x) ?

The Product Rule says:

the derivative of fg = f g’ + f’ g

In our case:

  • f = cos
  • g = sin

We know (from the table above):

  • ddxcos(x) = −sin(x)
  • ddxsin(x) = cos(x)

So:

the derivative of cos(x)sin(x) = cos(x)cos(x) − sin(x)sin(x)

= cos2(x) − sin2(x)

Quotient Rule

To help you remember:

(fg)’ = gf’ − fg’g2

The derivative of "High over Low" is:

"Low dHigh minus High dLow, over the line and square the Low"

Example: What is the derivative of cos(x)/x ?

In our case:

  • f = cos
  • g = x

We know (from the table above):

  • f' = −sin(x)
  • g' = 1

So:

the derivative of cos(x)x = Low dHigh minus High dLowsquare the Low

= x(−sin(x)) − cos(x)(1)x2

= −xsin(x) + cos(x)x2

Reciprocal Rule

Example: What is ddx(1/x) ?

The Reciprocal Rule says:

the derivative of 1f = −f’f2

With f(x)= x, we know that f’(x) = 1

So:

the derivative of 1x = −1x2

Which is the same result we got above using the Power Rule.

Chain Rule

Example: What is ddxsin(x2) ?

sin(x2) is made up of sin() and x2:

  • f(g) = sin(g)
  • g(x) = x2

The Chain Rule says:

the derivative of f(g(x)) = f'(g(x))g'(x)

The individual derivatives are:

  • f'(g) = cos(g)
  • g'(x) = 2x

So:

ddxsin(x2) = cos(g(x)) (2x)

= 2x cos(x2)

Another way of writing the Chain Rule is: dydx = dydududx

Let's do the previous example again using that formula:

Example: What is ddxsin(x2) ?

dydx = dydududx

Let u = x2, so y = sin(u):

ddx sin(x2) = ddusin(u)ddxx2

Differentiate each:

ddx sin(x2) = cos(u) (2x)

Substitute back u = x2 and simplify:

ddx sin(x2) = 2x cos(x2)

Same result as before (thank goodness!)

Another couple of examples of the Chain Rule:

Example: What is ddx(1/cos(x)) ?

1/cos(x) is made up of 1/g and cos():

  • f(g) = 1/g
  • g(x) = cos(x)

The Chain Rule says:

the derivative of f(g(x)) = f’(g(x))g’(x)

The individual derivatives are:

  • f'(g) = −1/(g2)
  • g'(x) = −sin(x)

So:

(1/cos(x))’ = −1g(x)2(−sin(x))

= sin(x)cos2(x)

Note: sin(x)cos2(x) is also tan(x)cos(x) or many other forms.

Example: What is ddx(5x−2)3 ?

The Chain Rule says:

the derivative of f(g(x)) = f’(g(x))g’(x)

(5x−2)3 is made up of g3 and 5x−2:

  • f(g) = g3
  • g(x) = 5x−2

The individual derivatives are:

  • f'(g) = 3g2 (by the Power Rule)
  • g'(x) = 5

So:

ddx(5x−2)3 = (3g(x)2)(5) = 15(5x−2)2

6800, 6801, 6802, 6803, 6804, 6805, 6806, 6807, 6808, 6809, 6810, 6811, 6812

Derivative Rules (2024)
Top Articles
Overbought-oversold — Indicators and Signals — TradingView
How to properly address an envelope for every occasion
Chambersburg star athlete JJ Kelly makes his college decision, and he’s going DI
What Are the Best Cal State Schools? | BestColleges
Jesus Calling December 1 2022
Otis Department Of Corrections
Lowes 385
All Obituaries | Ashley's J H Williams & Sons, Inc. | Selma AL funeral home and cremation
How To Delete Bravodate Account
Lesson 2 Homework 4.1
Vichatter Gifs
Seafood Bucket Cajun Style Seafood Restaurant in South Salt Lake - Restaurant menu and reviews
2016 Hyundai Sonata Price, Value, Depreciation & Reviews | Kelley Blue Book
R/Afkarena
Games Like Mythic Manor
Walmart Double Point Days 2022
Fdny Business
Billionaire Ken Griffin Doesn’t Like His Portrayal In GameStop Movie ‘Dumb Money,’ So He’s Throwing A Tantrum: Report
Forum Phun Extra
Dover Nh Power Outage
Accident On The 210 Freeway Today
Project, Time & Expense Tracking Software for Business
Vegas7Games.com
Never Give Up Quotes to Keep You Going
Babbychula
Teen Vogue Video Series
Optum Urgent Care - Nutley Photos
Wics News Springfield Il
T Mobile Rival Crossword Clue
Olivia Maeday
Fiona Shaw on Ireland: ‘It is one of the most successful countries in the world. It wasn’t when I left it’
JVID Rina sauce set1
Boneyard Barbers
Rock Salt Font Free by Sideshow » Font Squirrel
NIST Special Publication (SP) 800-37 Rev. 2 (Withdrawn), Risk Management Framework for Information Systems and Organizations: A System Life Cycle Approach for Security and Privacy
Panchang 2022 Usa
Bee And Willow Bar Cart
El agente nocturno, actores y personajes: quién es quién en la serie de Netflix The Night Agent | MAG | EL COMERCIO PERÚ
Agematch Com Member Login
The 38 Best Restaurants in Montreal
Craigs List Jonesboro Ar
Today's Gas Price At Buc-Ee's
Devotion Showtimes Near The Grand 16 - Pier Park
Koninklijk Theater Tuschinski
Pay Entergy Bill
Atlanta Musicians Craigslist
Clausen's Car Wash
Penny Paws San Antonio Photos
3500 Orchard Place
Rite Aid | Employee Benefits | Login / Register | Benefits Account Manager
Land of Samurai: One Piece’s Wano Kuni Arc Explained
Latest Posts
Article information

Author: Lilliana Bartoletti

Last Updated:

Views: 5288

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Lilliana Bartoletti

Birthday: 1999-11-18

Address: 58866 Tricia Spurs, North Melvinberg, HI 91346-3774

Phone: +50616620367928

Job: Real-Estate Liaison

Hobby: Graffiti, Astronomy, Handball, Magic, Origami, Fashion, Foreign language learning

Introduction: My name is Lilliana Bartoletti, I am a adventurous, pleasant, shiny, beautiful, handsome, zealous, tasty person who loves writing and wants to share my knowledge and understanding with you.