Photo AI

Last Updated Sep 27, 2025

Quotient Rule Simplified Revision Notes

Revision notes with simplified explanations to understand Quotient Rule quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

307+ students studying

7.3.5 Quotient Rule

The quotient rule is a differentiation technique used to find the derivative of a quotient of two functions. It's particularly useful when dealing with functions that are divided by one another, and it complements the product rule and chain rule in calculus.

1. The Quotient Rule Formula:

infoNote

If you have two functions u(x)u(x) and v(x)v(x), and you want to differentiate the quotient u(x)v(x)\frac{u(x)}{v(x)} with respect to x, the quotient rule states:

ddx(u(x)v(x))=v(x)u(x)u(x)v(x)[v(x)]2\frac{d}{dx} \left(\frac{u(x)}{v(x)}\right) = \frac{v(x) \cdot u'(x) - u(x) \cdot v'(x)}{[v(x)]^2}

  • u(x)u(x) is the numerator.
  • v(x)v(x) is the denominator.
  • u(x)u'(x) is the derivative of the numerator.
  • v(x)v'(x) is the derivative of the denominator.

2. Understanding the Quotient Rule:

The quotient rule helps to account for how both the numerator and the denominator change. It subtracts the product of the derivative of the numerator and the denominator from the product of the numerator and the derivative of the denominator, and then divides the result by the square of the denominator.

3. Steps to Apply the Quotient Rule:

infoNote
  1. Identify the Functions: Determine the functions u(x)u(x) (numerator) and v(x)v(x) (denominator).
  2. Differentiate Each Function: Find the derivatives u(x)u'(x) and v(x)v'(x).
  3. Substitute into the Quotient Rule Formula: Plug the derivatives into the quotient rule formula.
  4. Simplify: Simplify the expression, if possible.

4. Examples of Applying the Quotient Rule:

infoNote

Example 1: Differentiate y=x2+1x21y = \frac{x^2 + 1}{x^2 - 1}


  • Step 1: Identify the functions:
  • Numerator: u(x)=x2+1u(x) = x^2 + 1
  • Denominator: v(x)=x21v(x) = x^2 - 1
  • Step 2: Differentiate each function:
  • u(x)=2xu'(x) = 2x
  • v(x)=2xv'(x) = 2x
  • Step 3: Apply the quotient rule:

dydx=(x21)2x(x2+1)2x(x21)2\frac{dy}{dx} = \frac{(x^2 - 1) \cdot 2x - (x^2 + 1) \cdot 2x}{(x^2 - 1)^2}

  • Step 4: Simplify:

dydx=2x(x21x21)(x21)2=2x(2)(x21)2=4x(x21)2\frac{dy}{dx} = \frac{2x(x^2 - 1 - x^2 - 1)}{(x^2 - 1)^2} = \frac{2x(-2)}{(x^2 - 1)^2} = \frac{-4x}{(x^2 - 1)^2}

So, the derivative is:

dydx=4x(x21)2\frac{dy}{dx} = \frac{-4x}{(x^2 - 1)^2}

infoNote

Example 2: Differentiate y=sin(x)xy = \frac{\sin(x)}{x}


  • Step 1: Identify the functions:
  • Numerator: u(x)=sin(x)u(x) = \sin(x)
  • Denominator: v(x)=xv(x) = x
  • Step 2: Differentiate each function:
  • u(x)=cos(x)u'(x) = \cos(x)
  • v(x)=1v'(x) = 1
  • Step 3: Apply the quotient rule:

dydx=xcos(x)sin(x)1x2\frac{dy}{dx} = \frac{x \cdot \cos(x) - \sin(x) \cdot 1}{x^2}

  • Step 4: Simplify:

dydx=xcos(x)sin(x)x2\frac{dy}{dx} = \frac{x\cos(x) - \sin(x)}{x^2}

infoNote

Example 3: Differentiate y=exln(x)y = \frac{e^x}{\ln(x)}


  • Step 1: Identify the functions:
  • Numerator: u(x)=exu(x) = e^x
  • Denominator: v(x)=ln(x)v(x) = \ln(x)
  • Step 2: Differentiate each function:
  • u(x)=exu'(x) = e^x
  • v(x)=1xv'(x) = \frac{1}{x}
  • Step 3: Apply the quotient rule:

dydx=ln(x)exex1x[ln(x)]2\frac{dy}{dx} = \frac{\ln(x) \cdot e^x - e^x \cdot \frac{1}{x}}{[\ln(x)]^2}

  • Step 4: Simplify:

dydx=ex(ln(x)1x)[ln(x)]2\frac{dy}{dx} = \frac{e^x \left(\ln(x) - \frac{1}{x}\right)}{[\ln(x)]^2}

5. Combining the Quotient Rule with the Chain Rule:

Sometimes, the quotient rule must be used alongside the chain rule, especially when the functions involved are themselves composite functions.

infoNote

Example: Differentiate y=x2e3xy = \frac{x^2}{e^{3x}}


  • Step 1: Identify the functions:
  • Numerator: u(x)=x2u(x) = x^2
  • Denominator: v(x)=e3xv(x) = e^{3x}
  • Step 2: Differentiate each function:
  • u(x)=2xu'(x) = 2x
  • v(x)=3e3xv'(x) = 3e^{3x} (using the chain rule)
  • Step 3: Apply the quotient rule:

dydx=e3x2xx23e3x(e3x)2\frac{dy}{dx} = \frac{e^{3x} \cdot 2x - x^2 \cdot 3e^{3x}}{(e^{3x})^2}

  • Step 4: Simplify:

dydx=e3x(2x3x2)e6x=2x3x2e3x\frac{dy}{dx} = \frac{e^{3x}(2x - 3x^2)}{e^{6x}} = \frac{2x - 3x^2}{e^{3x}}

Summary:

infoNote
  • The quotient rule is essential for differentiating functions that are ratios of two other functions.
  • By carefully applying the rule and then simplifying, you can find the derivative of even complex quotient functions.
  • Mastering the quotient rule, along with other differentiation techniques, is crucial for solving a wide range of problems in calculus and its applications.

Quotient Rule for Differentiation

ddx(u(x)v(x))=v(x)u(x)u(x)v(x)[v(x)]2=vuuvv2\frac{d}{dx} \left( \frac{u(x)}{v(x)} \right) = \frac{v(x)u'(x) - u(x)v'(x)}{[v(x)]^2} = \frac{vu' - uv'}{v^2}
infoNote

Proof:

Start with the definition:

ddx(u(x)v(x))=limh0(u(x+h)v(x+h)u(x)v(x)h)\frac{d}{dx} \left( \frac{u(x)}{v(x)} \right) = \lim_{h \to 0} \left(\frac{\frac{u(x+h)}{v(x+h)} - \frac{u(x)}{v(x)}}{h}\right)

Combine the fractions:

limh0[1h×(u(x+h)v(x+h)u(x)v(x))]\lim_{h \to 0} \left[\frac {1}{h} \times \left(\frac{u(x+h)}{v(x+h)} - \frac{u(x)}{v(x)}\right) \right]

Factor and rearrange:

=limh0(1h×u(x+h)v(x)u(x)v(x+h)v(x+h)v(x))= \lim_{h \to 0} \left( \frac{1}{h} \times \frac{u(x+h)v(x) - u(x)v(x+h)}{v(x+h)v(x)} \right)

Further expand:

=limh0(1v(x+h)v(x)×u(x+h)v(x)u(x)v(x+h)h)= \lim_{h \to 0} \left( \frac{1}{v(x+h)v(x)} \times \frac{u(x+h)v(x) - u(x)v(x+h)}{h} \right)=limh0(1v(x+h)v(x)×u(x+h)v(x)v(x)u(x)+v(x)u(x)u(x)v(x+h)h)= \lim_{{h \to 0}} \left( \frac{1}{{v(x+h)v(x)}} \times \frac{u(x+h)v(x) - v(x)u(x) + v(x)u(x) - u(x)v(x+h)}{h} \right)=limh0(1v(x+h)v(x))×v(x)[u(x+h)u(x)]+u(x)[v(x)v(x+h)]h= \lim_{{h \to 0}} \left( \frac{1}{{v(x+h)v(x)}} \right) \times \frac{v(x)[u(x+h) - u(x)] + u(x)[v(x) - v(x+h)]}{h}=limh0(1v(x+h)v(x))×v(x)[u(x+h)u(x)]u(x)[v(x+h)v(x)]h= \lim_{{h \to 0}} \left( \frac{1}{{v(x+h)v(x)}} \right) \times \frac{v(x)[u(x+h) - u(x)] - u(x)[v(x+h) - v(x)]}{h}=limh0(1v(x+h)v(x))×[limh0(v(x)u(x+h)u(x)h)limh0(u(x)v(x+h)v(x)h)]= \lim_{{h \to 0}} \left( \frac{1}{{v(x+h)v(x)}} \right) \times \left[ \lim_{{h \to 0}} \left( v(x) \frac{u(x+h) - u(x)}{h} \right) - \lim_{{h \to 0}} \left( u(x) \frac{v(x+h) - v(x)}{h} \right) \right]

Split the limit and apply limit laws:

=1[v(x)]2×[v(x)limh0(u(x+h)u(x)h)u(x)limh0(v(x+h)v(x)h)]= \frac{1}{[v(x)]^2} \times \left[ v(x) \lim_{h \to 0} \left (\frac{u(x+h) - u(x)}{h}\right) - u(x) \lim_{h \to 0} \left (\frac{v(x+h) - v(x)}{h}\right ) \right]1[v(x)]2×[v(x)u(x)u(x)v(x)]\frac{1}{[v(x)]^2} \times \left[ v(x)u'(x) - u(x)v'(x) \right]=v(x)u(x)u(x)v(x)[v(x)]2= \frac{v(x)u'(x) - u(x)v'(x)}{[v(x)]^2}

Thus, the proof for the quotient rule is completed:

ddx(u(x)v(x))=v(x)u(x)u(x)v(x)[v(x)]2\frac{d}{dx} \left( \frac{u(x)}{v(x)} \right) = \frac{v(x)u'(x) - u(x)v'(x)}{[v(x)]^2}

infoNote

Example: Find the equation of the tangent to y=x2+2x23y = \dfrac{x^2 + 2}{x^2 - 3} when x=2x = 2

  • Let u=x2+2u = x^2 + 2, so u=2xu' = 2x
  • Let v=x23v = x^2 - 3, so v=3x2v' = 3x^2
\left (\frac {u}{v}\right )^' = \frac {vu'-uv'}{v^2}

Therefore,

dydx=(x23)(2x)(x2+2)(3x2)(x23)2\frac{dy}{dx} = \frac{(x^2 - 3)(2x) - (x^2 + 2)(3x^2)}{(x^2 - 3)^2}

When x=2x = 2:

dydx=(223)(4)(22+2)(3×22)(223)2=2.08\frac{dy}{dx} = \frac{(2^2 - 3)(4) - (2^2 + 2)(3 \times 2^2)}{(2^2 - 3)^2} = -2.08

Substitute x=2x = 2 into the original function to find yy:

y=22+2233=1.2y = \frac{2^2 + 2}{2^3 - 3} = 1.2

Therefore, the equation of the tangent is:

y1.2=2.08(x2)y - 1.2 = -2.08(x - 2)y1.2=2.08x+4.16y - 1.2 = -2.08x + 4.16y=2.08x+5.36y = -2.08x + 5.36

infoNote

(Jun 2005, Q6)

(a) Find the exact value of the xx-coordinate of the stationary point of the curve y=xlnxy = x \ln x.

Let u=xu = x, so u=1u' = 1.

Let v=lnxv = \ln x, so v=1xv' = \frac{1}{x}.

dydx=lnx+1=0\frac{dy}{dx} = \ln x + 1 = 0lnx=1x=e1\ln x = -1 \Rightarrow x = e^{-1}

(b) The equation of a curve is y=4x+c4xcy = \frac{4x + c}{4x - c}, where c is a non-zero constant. Show by differentiation that this curve has no stationary points.

Let u=4x+cu = 4x + c, so u=4u' = 4.

Let v=4xcv = 4x - c, so v=4v' = 4.

dydx=(4xc)(4)(4x+c)(4)(4xc)216x4c16x4c(4xc)28c(4xc)20\frac{dy}{dx} = \frac{(4x-c)(4) - (4x+c)(4)}{(4x-c)^2} \Rightarrow \frac {16x-4c-16x-4c}{(4x-c)^2}\Rightarrow \frac{-8c}{(4x-c)^2}\Rightarrow 0

Stationary points occur when c=0c = 0, but cc cannot be 0 0, so there are no stationary points.

:::


Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Quotient Rule

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

70 flashcards

Flashcards on Quotient Rule

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

7 quizzes

Quizzes on Quotient Rule

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Quotient Rule

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Quotient Rule

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Quotient Rule

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Quotient Rule you should explore

Discover More Revision Notes Related to Quotient Rule to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Further Differentiation

First Principles Differentiation - Trigonometry

user avatar
user avatar
user avatar
user avatar
user avatar

418+ studying

184KViews

96%

114 rated

Further Differentiation

Differentiating Other Functions (Trig, ln & e etc)

user avatar
user avatar
user avatar
user avatar
user avatar

291+ studying

181KViews

96%

114 rated

Further Differentiation

Chain Rule

user avatar
user avatar
user avatar
user avatar
user avatar

416+ studying

189KViews

96%

114 rated

Further Differentiation

Product Rule

user avatar
user avatar
user avatar
user avatar
user avatar

456+ studying

196KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered