Reading:  

Calculus


The Quotient Rule for Derivatives

The Quotient Rule for Derivatives

Introduction

Calculus is all about rates of change. To find a rate of change, we need to calculate a derivative. In this article, we're going to find out how to calculate derivatives for quotients (or fractions) of functions.

Let's start by thinking about a useful real world problem that you probably won't find in your maths textbook.

The Quotient Rule for Derivatives A xenophobic politician, Mary Redneck, proposes to prevent the entry of illegal immigrants into Australia by building a 20 m high wall around our coastline. She consults an engineer who tells her that the number of bricks that can be laid on day \(t\) is given by the formula \(\text{brick}(t) = \dfrac{3t^6 + 5}{2t^2 + 7}.\)

Mary wants to know what the rate of brick-laying will be after 10 days.

This means that she would need to find the derivative of the function \(\text{brick}(t) = \dfrac{3t^6 + 5}{2t^2 +7}\), and evaluate it at \(t = 10\).

Sounds easy enough, but how do we find the derivative of \(\text{brick}(t)\)?

The Quotient Rule

The engineer's function \(\text{brick}(t) = \dfrac{3t^6 + 5}{2t^2 +7}\) involves a quotient of the functions \(f(t) = 3t^6 + 5\) and \(g(t) = 2t^2 + 7\). There's a differentiation law that allows us to calculate the derivatives of quotients of functions. Oddly enough, it's called the Quotient Rule.

So what does the quotient rule say?

Suppose \(h(x) = \dfrac{f(x)}{g(x)}\), where \(f\) and \(g\) are differentiable functions and \(g(x) \neq 0\) for all \(x\) in the domain of \(f\). Then

The derivative of \(h(x)\) is given by \(\dfrac{g(x)f'(x) - f(x)g'(x)}{(g(x))^2}.\)

I like to remember this as

"The bottom times the derivative of the top minus the top times the derivative of the bottom, all over the bottom squared."

There are a few things to watch out for when applying the quotient rule. First, the top looks a bit like the product rule, so make sure you use a "minus" in the middle. Second, don't forget to square the bottom.

Now let's differentiate a few functions using the quotient rule

Example

If \(h(x) = \dfrac{x^2 + 5x - 4}{x^2 + 3}\), what is \(h'(x)\)?

The function \(\dfrac{x^2 + 5x - 4}{2x - 3} \) is a quotient of the two functions \(f(x) = x^2 + 5x - 4\) and \(g(x) = x^2 + 3\). So, we need to find \(f'(x) = 2x + 5\) and \(g'(x) = 2x\) (using the power and sum and difference rules), and then apply the quotient rule:

\(\begin{align*} h(x) &= \dfrac{f(x)}{g(x)}\\ h'(x) &= \dfrac{g(x)f'(x) - f(x)g'(x)}{(g(x))^2}\\ &= \dfrac{(x^2 + 3)(2x + 5) - (x^2 + 5x - 4)(2x)}{(x^2 + 3)^2}\\ &= \dfrac{2x^3 + 5x^2 + 6x + 15 - 2x^3 - 10x^2 + 8x}{(x^2 + 3)^2}\\ &=\dfrac{-5x^2 + 14 x + 15}{(x^2 + 3)^2} \end{align*}\)

So, apart from needing to be careful with the algebra, that wasn't too bad, was it? Let's try another example:

Example

Find the derivative of \(\tan(x) = \dfrac{\sin x}{\cos x}\).

Yes, I know. The derivative rules article tells us that the derivative of \(\tan x\) is \(\sec^2 x\). Let's see if we can get the same answer using the quotient rule.

We set \(f(x) = \sin x\) and \(g(x) = \cos x\). Then \(f'(x) = \cos x\), and \(g'(x) = -\sin x\) (check these in the rules of derivatives article if you don't remember them). Now use the quotient rule to find:

\(\begin{align*} \dfrac{d}{dx} (\tan x) &= \dfrac{g(x)f'(x) - f(x)g'(x)}{(g(x))^2}\\ &= \dfrac{(\cos x)(\cos x) - (\sin x)(-\sin x)}{\cos^2 x}\\ &= \dfrac{\cos^2 x + \sin^2 x}{\cos^2 x}. \end{align*}\)
Someone out there is sure to be wondering how we turn this into \(sec^2 x\). The answer is that there's a trig identity that tells us that \(\cos^2 x + \sin^2 x = 1\). So,
\(\begin{align*} \dfrac{d}{dx} (\tan x) &= \dfrac{\cos^2 x + \sin^2 x}{\cos^2 x}\\ &= \dfrac{1}{\cos^2 x}\\ &= \sec^2 x \end{align*}\)
as \(\sec x = \dfrac{1}{\cos x}\). So, we did it! Of course, it's quicker to just remember that the derivative of \(\tan x\) is \(\sec^2 x\), but it's nice to know that you can still find it if you don't remember.

Time for another one?

Example

Find the derivative of \(h(x) = \dfrac{\ln x}{x^2 + 1} \).


This time, we set \(f(x) = \ln x\) and \(g(x) = x^2 + 1\). Then \(f'(x) = \dfrac{1}{x}\), and \(g'(x) = 2x\) (using the power rule). Now use the chain rule to find:

\(\begin{align*} h'(x) &= \dfrac{g(x)f'(x) - f(x)g'(x)}{(g(x))^2}\\ &= \dfrac{(x^2 + 1) \left(\frac{1}{x}\right) - \ln x (2x)}{(x^2 + 1)^2}\\ &= \dfrac{x + \dfrac{1}{x} - 2x \ln x}{(x^2 + 1)^2} \end{align*}\)

Let's look at one last example, and then it'll be time to deal with the redneck.

Example

Find the derivative of \(h(x) = \dfrac{\sin x + \cos x}{x^3 + 5}\).


We set \(f(x) = \sin x + \cos x\) and \(g(x) = x^3 + 5\). Then \(f'(x) = \cos x - \sin x\), and \(g'(x) = 3x^2\) (check these in the rules of derivatives article if you don't remember them). Now use the quotient rule to find:

\(\begin{align*}\dfrac{dy}{dx} &= \dfrac{g(x)f'(x) - f(x)g'(x)}{(g(x))^2}\\ &= \dfrac{(x^3 + 5)(\cos x - \sin x) - (\sin x + \cos x)(3x^2)}{(x^3 + 5)^2}\\ &= \dfrac{(x^3 - 3x^2 + 5)\cos x - (x^3 +3x^2 + 5)\sin x}{(x^3 + 5)^2} \end{align*}\)

Dealing with the Redneck Politician

Now we know enough to solve our politician's problem. The number of bricks that can be laid on day \(t\) is

\(\text{brick}(t) = \dfrac{3t^6 + 5}{2t^2 + 7}\),

and Mary wants to know what the rate of brick-laying will be after \(10\) days. So, she needs to find the derivative of the \(\text{brick}\) function and plug in \(t = 10\). It looks like a job for the quotient rule!


Set \(f(t) = 3t^6 + 5 \) and \(g(t) = 2t^2 + 7\). Then \(f'(t)= 18t^5\), and \(g'(t) = 4t\) by the power rule. So, applying the quotient rule,

\(\begin{align*} \text{brick}'(t) &= \dfrac{g(t)f'(t) - f(t)g'(t)}{(g(t))^2}\\ &= \dfrac{(2t^2 +7) (18t^5) - (3t^6 + 5)(4t)}{(2t^2 + 7)^2}\\ &= \dfrac{36t^7 + 126t^5 - 12t^7 - 20t}{(2t^2 + 7)^2}\\ &= \dfrac{29t^7 + 126 t^5 - 20t}{(2t^2 + 7)^2}\\ \end{align*} \).

At \(t = 10\):

\(\text{brick}'(10) = \dfrac{29(10)^7 + 126(10)^5 - 20(10)}{(2(10)^2 + 7)^2} = \dfrac{302599800}{42849} \approx 7,026 \text{ bricks/day} \)

It's going to take a long time to build that wall! I don't think we need to worry too much about it.

Description

Calculus is the branch of mathematics that deals with the finding and properties of derivatives and integrals of functions, by methods originally based on the summation of infinitesimal differences. The two main types are differential calculus and integral calculus.

 



Environment

It is considered a good practice to take notes and revise what you learnt and practice it.

Audience

Grade 9+ Students

Learning Objectives

Familiarize yourself with Calculus topics such as Limits, Functions, Differentiability etc

Author: Subject Coach
Added on: 23rd Nov 2017

You must be logged in as Student to ask a Question.

None just yet!