Quotient Rule for finding Derivatives

The Quotient Rule helps us to find the derivative of a function that is the quotient of two other functions. It is used when one function is divided by another. This allows us to differentiate these complex functions by considering the individual derivatives of the two functions.

Quotient Rule Formula and Formal Definition

The Quotient Rule formula is as follows:

ddx(f(x)g(x))=g(x)·f(x)f(x)·g(x)[g(x)]2

For two differentiable functions f(x) and g(x), where g(x)0, the derivative of their quotient is given by:

ddx(f(x)g(x))=g(x)·f(x)f(x)·g(x)[g(x)]2

where f(x) is the derivative of f(x) and g(x) is the derivative of g(x).

Steps to Apply the Quotient Rule

  1. Identify the numerator function, f(x), and the denominator function, g(x).

  2. Find the derivative of the numerator function, f(x).

  3. Find the derivative of the denominator function, g(x).

  4. Apply the Quotient Rule formula:

    ddx(f(x)g(x))=g(x)·f(x)f(x)·g(x)[g(x)]2
  5. Simplify the resulting expression, if necessary.

Remembering the Quotient Rule

To easily remember the Quotient Rule, you can use the mnemonic “Hi-Dee-Ho”:

  1. “Hi” represents the numerator function, f(x), because it’s “high up”.
  2. “Ho” represents the denominator function, g(x), because it’s “low”.
  3. “Dee” represents the derivative of the function.

The Quotient Rule can be remembered as:

HiHo=Ho-Dee-HiHi-Dee-HoHo-Ho

which translates to:

g(x)·f(x)f(x)·g(x)[g(x)]2

Examples

Example 1: Derivative of a Fraction

Let’s use the Quotient Rule to differentiate the function x2+1x1.

  1. Identify f(x)=x2+1 and g(x)=x1.

  2. Find f(x)=2x and g(x)=1.

  3. Apply the Quotient Rule:

    ddx(x2+1x1)=(x1)·2x(x2+1)·1(x1)2
  4. Simplify:

    ddx(x2+1x1)=2x22xx21(x1)2=x22x1(x1)2

Example 2: Common Mistake

It’s important to note that the derivative of a quotient is not (!) equal to the quotient of the derivatives. For example:

ddx(x2x)ddx(x2)ddx(x)=2x1=2x

Instead, using the Quotient Rule:

ddx(x2x)=x·2xx2·1x2=2x2x2x2=x2x2=1

Example 3: Instantaneous Rate of Change

Find the instantaneous rate of change of f(x)=x2+1x+1 at x=1.

  1. Find f(x) using the Quotient Rule:

    f(x)=(x+1)·2x(x2+1)·1(x+1)2=2x2+2xx21(x+1)2=x2+2x1(x+1)2
  2. Evaluate f(1):

    f(1)=12+2(1)1(1+1)2=1+214=24=12

Thus, the instantaneous rate of change of f(x) at x=1 is 12.

Relationship to the Product Rule

The Quotient Rule is closely related to the Product Rule, which is used to differentiate the product of two functions. The main difference between the two rules is that the Quotient Rule has a minus sign in the numerator, while the Product Rule has a plus sign.

Product Rule:

ddx(f(x)·g(x))=f(x)·g(x)+g(x)·f(x)

Quotient Rule:

ddx(f(x)g(x))=g(x)·f(x)f(x)·g(x)[g(x)]2

Even though these functions look similar, it’s really important to use the right rule depending on whether you’re multiplying or dividing them.