Main content
Calculus 1
Course: Calculus 1 > Unit 3
Lesson 7: Strategy in differentiating functionsStrategy in differentiating functions
Differentiation has so many different rules and there are so many different ways to apply them! Let's take a broader look at differentiation and come up with a workflow that will allow us to find the derivative of any function, efficiently and without mistakes.
Many calculus students know their derivative rules pretty well yet struggle to apply the right rule in the right situation. To alleviate this struggle, we want to learn to quickly categorize functions, know which rule to apply, and even rewrite functions in different forms to make differentiation easier.
For reference, here is a summary of the most common derivative rules:
Name | Rule |
---|---|
Power | |
Sum | |
Product | |
Quotient | |
Chain |
We'll be focusing on the last three rules because those are usually the most challenging to apply.
Spotting products, quotients, and compositions
Most derivative rules tell us how to differentiate a specific kind of function, like the rule for the derivative of , or the power rule.
However, there are three very important rules that are generally applicable, and depend on the structure of the function we are differentiating. These are the product, quotient, and chain rules, so be on the lookout for them. Ask yourself: "Do I see a product, quotient, or composition of functions?"
Product: If you see something like , you want to notice that this is the product of two functions. From there, you can apply the product rule.
Quotient: Similarly, if you see something like , you want to notice that one function is being divided by the other, and that the quotient rule will apply.
Composition: Lastly, if you see a function like , try to think of it as an inner function and an outer function:
This sort of function is called a composite function, and you can apply the chain rule to find its derivative.
Common mistake: forgetting to apply the product or quotient rules
Remember: Taking the product of the derivatives is not the same as applying the product rule.
Similarly, taking the quotient of the derivatives is not the same as applying the quotient rule.
Common mistake: Confusing function notation with multiplication
As we saw in Problem 2, is a composite function where the outer function is and the inner function is . However, some people are confused by the notation and consider this to be the product . This is an entirely different function, and differentiating it will result in a wrong derivative.
We can rewrite functions to make differentiation easier.
Let's face it: applying the product, quotient, and chain rules can be a lot of work. The quotient rule is especially demanding. So why would we do all of that work if we don't have to? The following three examples highlight some products and quotients that can be rewritten to make differentiation much easier.
Making expressions more efficient to differentiate isn't just a matter of convenience; The simpler and shorter the differentiation, the smaller the chance that you make a mistake along the way!
Sometimes, we can rewrite a product as a simple polynomial.
We could apply the product rule to differentiate , but that would be a lot more work than what's needed. Instead, we can just expand the expression to then apply the power rule to get the derivative: .
To really drive home the point, just look at how much more work it would have been to use the product rule:
Product rule | Power rule |
---|---|
To be clear: both ways are correct, but using the power rule will take you less time, and has better chances of avoiding calculation mistakes along the way.
Similarly, some quotient rule problems can be rewritten to use the power rule
We could apply the quotient rule to find the derivative of . However, it would be easier to divide first, getting , then apply the power rule to get the derivative of . We just have to remember that the function is undefined for , and therefore so is the derviative.
If we do it the long way, with the quotient rule, we get the same result. However, we have a better chance to make some kind of mistake along the way.
Not every quotient can be rewritten this way. For example, cannot be simplified as a polynomial.
Remember: You can always use this method for quotients where the denominator is a monomial.
When the denominator is a polynomial with more than one term, you might be able to simplify it using factorization and canceling common terms.
Don't forget to consider the domain when rewriting quotients.
Last example: rewriting a quotient as a product
For many people, the product rule is easier to remember than the quotient rule is. Fortunately, we can always rewrite a quotient as a product.
Suppose we wanted to differentiate but couldn't remember the order of the terms in the quotient rule. We could first separate the numerator and denominator into separate factors, then rewrite the denominator using a negative exponent so we would have no quotients.
Now we would be ready to use our product rule. (Note: we would also use the chain rule to handle the interior of the square root function.)
Want more practice? Try this exercise.
A common struggle: It can be tricky to convert radicals or reciprocals into powers if you're uncomfortable with the process (examples: and ). If you'd like some additional practice with this, check out these exercises:
Summary
Being fluent at taking derivatives requires knowing which rule to apply and when to apply it. It also requires seeing opportunities to rewrite expressions to make differentiation easier.
Here's a flowchart that summarizes this process:
Want to join the conversation?
- Great summary! But the only thing is..isn't this list missing the whole Limit approaching 0 method?(7 votes)
- In general we only use limits when we want to prove something — e.g. to prove that these derivative rules are valid.
Once the rules are proven for a general case there is no need go back to the formal definition of the derivative for specific problems.(33 votes)
- why we need to consider the domain when cancelling the polynomial anyone pls help?(4 votes)
- Suppose y(x) is a rational function defined to be (f(x)*h(x)) / (g(x)*h(x)) where f, g, and h are polynomial functions. When h(x) equals 0, f(x) is undefined. So if we cancel out h(x), we must be sure to exclude the values of x where h(x) = 0 from the domain of y(x).(4 votes)
- Speaking of calculation mistakes - I'm wondering how common they are. How often do you make mistakes when solving problems? To be clear, these are the type of mistakes that you make when you know how to do the work, but accidentally added 3 × 3, or your pencil wrote the opposite of what you were thinking. That kind of mistake.
I counted my errors from the past 20 problems and missed 3, which feels about right. Because I always try to get 100% on everything prior to a unit test, I have spent lots of time going through a 4-problem exercise where I'd keep missing 1 problem then intentionally skipping the others to re-do. I recall spending the most time on trig word problems where you have to model a full function including phase shift.(5 votes) - are there other rules? this is not all?(1 vote)
- That's all the rules you'll need for differentiation. Integration however, uses much more rules in general(6 votes)
- what happens to the units of a function when it is differentiated?(2 votes)
- If we take the derivative of a function y=f(x), the unit becomes y unit/x unit.
A derivative is the tangent line's slope, which is y/x. So the unit of the differentiated function will be the quotient.
For example, v(t) is the derivative of s(t).
s -> position -> unit: meter
t -> time -> unit: second
v (ds/dt, the derivative) -> speed -> unit: meter per second(2 votes)
- I noticed there are specific rules for addition, multiplication, and division, but not for subtraction. Would d/dx[f(x)-g(x)] be equivalent to d/dx[f(x)]-d/dx[g(x)]?(1 vote)
- Yes, the derivative of the difference between two functions is equal to the difference between the derivatives of each function.(3 votes)
- I am confused if we can rewrite the square root of (3 times (cos(x))'s third power) to 3's square root times cos(x)'s 3/2 power, then appply power rule? it is seems different result compared with if firstly apply chain rule to the whole? this is one question in the last "practice", thanks.(1 vote)
- 𝑑∕𝑑𝑥√(3 cos³𝑥) =
= 1∕(2√(3 cos³𝑥)) ∙ 3 ∙ 3 cos²𝑥 ∙ (−sin 𝑥) =
= −3√3√3 cos²𝑥 sin 𝑥∕(2√3 cos 𝑥 √(cos 𝑥)) =
= −(3√3√(cos 𝑥) sin 𝑥)∕2
𝑑∕𝑑𝑥(√3 ∙ (cos 𝑥)^(3∕2) = √3 ∙ (3∕2) (cos 𝑥)^(1∕2) ∙ (−sin 𝑥) =
= −(3√3√(cos 𝑥) sin 𝑥)∕2(1 vote)
- I believe that Problem 3 is incorrect. It asks to be able to use the power rule, but the answer that is highlighted as correct requires the product rule.(0 votes)
- The correct answer is −16x^(2) + 62x − 21. This does infact require the power rule (Remember that the power rule applies for functions of the form x^(n)). If the expression in the question were to be differentiated as is (that is, if you were asked to differentiate f(x)=(3−8x)(2x−7)), you'd apply the product rule, as f(x) is a product of two functions(1 vote)