When you are asked to find the derivative of a fraction—technically called a rational function—you are calculating the rate of change of a ratio.
In the physical world, this often represents concepts like “average speed” (distance divided by time) or “average cost” (total cost divided by quantity). In geometry, it represents the changing slope of a curve that has breaks or asymptotes.
To solve these, we use the Quotient Rule.
1. Visualizing the Concept: What are we finding?
Before diving into the algebra, it is crucial to understand the geometry.
Imagine the graph of a simple fraction function, like:
f(x)=x2+1x
The Graph Illustrations
If you were to plot this function, here is what you would see:
- The Shape: The curve starts at the origin (0,0), rises to a peak (maximum) around x=1, and then slowly flattens out towards the x-axis as x gets larger.
- The Derivative (f′(x)): The derivative tells us the slope of the tangent line at any specific point.
- At x=0: The graph is rising steeply. The derivative is positive.
- At x=1 (The Peak): The graph flattens out momentarily before dropping. The slope is perfectly flat. The derivative is zero.
- At x=2: The graph is sliding downwards. The derivative is negative.
We use the Quotient Rule to find the formula that gives us these slope values.
2. The Formula
For any fraction where y=LoHi:
y′=(Lo)2Lo⋅d(Hi)−Hi⋅d(Lo)
- Hi: The Numerator
- Lo: The Denominator
- d: The Derivative of…
3. Detailed Examples
Here are three distinct examples ranging from simple algebra to trigonometry.
Example A: The Rational Function (Polynomials)
Problem: Find the derivative of y=3x−4×2+2
- Hi: x2+2 → d-Hi: 2x
- Lo: 3x−4 → d-Lo: 3
Step 1: Apply the Formula
y′=(3x−4)2(3x−4)(2x)−(x2+2)(3)
Step 2: Expand the Numerator
y′=(3x−4)2[6×2−8x]−[3×2+6]
Caution: Be careful with the negative sign in the middle! It distributes to everything in the second bracket.
y′=(3x−4)26×2−8x−3×2−6
Step 3: Simplify
y′=(3x−4)23×2−8x−6
Example B: The Trigonometric Proof
Problem: Prove that the derivative of tan(x) is sec2(x) using the Quotient Rule.
We know that tan(x)=cos(x)sin(x).
- Hi: sin(x) → d-Hi: cos(x)
- Lo: cos(x) → d-Lo: −sin(x)
Step 1: Apply the Formula
y′=(cosx)2(cosx)(cosx)−(sinx)(−sinx)
Step 2: Simplify
y′=cos2xcos2x−(−sin2x)
y′=cos2xcos2x+sin2x
Step 3: Apply Trig Identities Recall the Pythagorean Identity: sin2x+cos2x=1.
y′=cos2x1
Since cosx1=secx, then cos2x1=sec2x. Result: Proven.
Example C: The Exponential (Growth vs. Scale)
Problem: Find the critical points (peaks or valleys) for f(x)=xex.
- Hi: ex → d-Hi: ex
- Lo: x → d-Lo: 1
Step 1: Apply the Formula
f′(x)=x2(x)(ex)−(ex)(1)
Step 2: Factor the Numerator
f′(x)=x2ex(x−1)
Step 3: Analyze the Graph Behavior To find the peak or valley, we set the derivative to equal 0.
0=x2ex(x−1)
For a fraction to be zero, the numerator must be zero. Since ex is never zero, we only look at (x−1).
x−1=0⇒x=1
graph Interpretation: At x=1, the derivative is zero. If you graph y=xex, you will see the curve dip down, hit a minimum value at x=1, and then shoot back up towards infinity.
Summary Table: When to use what?
| Function Type | Example | Method |
| Simple Fraction | x1 | Rewrite as x−1 (Power Rule is faster) |
| Constant on Top | x2+15 | Chain Rule is often faster |
| Function on Top & Bottom | xsinx | Quotient Rule (Must use this) |
Export to Sheets
Key Takeaway
The “Derivative of a Fraction” usually implies the Quotient Rule, but always check if basic algebra can simplify the fraction first. If you can divide it out, do that! If not, remember: Lo d-Hi minus Hi d-Lo, draw the line and square the Lo.