Intuition The one core idea
The quotient rule is a machine that tells you how fast a fraction v ( x ) u ( x ) changes when both its top and bottom are themselves changing. To build that machine we only need three raw ingredients: what a function is, what "rate of change" (the derivative ) means as a limit, and one algebra move for combining fractions — everything else is bookkeeping.
The parent proof throws a lot of notation at you very fast: u ( x ) , v ( x ) , f ′ ( x ) , lim h → 0 , h , difference quotients, "continuous", v 2 . If any of those are fuzzy, the proof will feel like symbol-pushing. Below we earn each symbol one at a time , in the order the proof uses them, with a picture for each.
u ( x )
A function is a rule that takes an input number and gives back exactly one output number. We write u ( x ) and read it "u of x ": feed in x , out comes u ( x ) .
u is the name of the rule.
x is the input (also called the variable ).
u ( x ) is the output for that input.
The picture. Think of a vending machine: press button x , receive snack u ( x ) . The graph draws every (input, output) pair as a point ( x , u ( x )) , tracing a curve.
Intuition Why the topic needs this
The quotient rule is about a fraction of two functions, u ( x ) over v ( x ) . Before we can talk about a fraction changing, we must be crystal clear that u and v are two separate machines, each producing an output at every x .
Cloze check: the notation v ( x ) means the ==output of the machine v when the input is x ==.
h
h is a small change in the input — how far we step to the right of x . So x + h is a point just next to x .
The picture. Stand at x on the horizontal axis. Take a small step of length h to the right; you land at x + h . The output changes from u ( x ) to u ( x + h ) .
Intuition Why the topic needs this
"Rate of change" means: when I nudge the input a little, how much does the output move? The letter h is that little nudge. The whole proof studies what happens as h shrinks toward 0 .
h is not "height"
Here h is a change in the horizontal input, not a vertical height. It is a tiny run along the x -axis.
Definition Difference quotient
The difference quotient of u is
h u ( x + h ) − u ( x ) .
Top = how much the output changed ("rise"). Bottom = how much the input changed ("run"). Their ratio = rise over run = the slope of the straight line joining the two points on the graph.
Why a ratio, and why this ratio? Steepness is not "how much did output change" alone — climbing 2 units is gentle over a long run and steep over a tiny run. Steepness is output-change per unit of input-change. Division answers exactly the question "per unit," so we divide.
Intuition Why the topic needs this
In the proof, Step 4 divides everything by h so that two difference quotients appear — one for u , one for v . Those are precisely the objects whose limits are the derivatives u ′ and v ′ .
h → 0 lim ( something ) asks: as the nudge h shrinks toward zero, what single value does "something" approach? We never set h = 0 (that would make the difference quotient 0 0 , meaningless). We watch the trend.
The picture. As h shrinks, the two points on the graph slide together. The straight line through them tilts until it becomes the tangent line — the line that just grazes the curve at x . Its slope is the value the difference quotient approaches.
See Limit definition of derivative for the full engine.
u ′ ( x )
The derivative of u at x , written u ′ ( x ) (read "u prime of x "), is the difference quotient after the limit:
u ′ ( x ) = lim h → 0 h u ( x + h ) − u ( x ) .
It is the slope of the tangent line — the exact steepness of the curve at the single point x .
u ′ is again a function : give it an x , it returns the slope there.
u ′ ( x ) > 0 means the curve is rising at x ; u ′ ( x ) < 0 means falling; u ′ ( x ) = 0 means flat.
Intuition Why the topic needs this
The quotient rule's whole job is to compute f ′ ( x ) for f = u / v out of u ′ , v ′ , u , v . So we must already trust that u ′ and v ′ exist and mean "slope."
Reveal: u ′ ( x ) is the difference quotient after taking the limit as h → 0 ; it is the tangent slope.
f = v ( x ) u ( x )
Divide the output of u by the output of v , point by point. This new machine is called f .
Common mistake The bottom may never be zero
A fraction with denominator 0 is undefined. So the quotient rule always carries the fine print v ( x ) = 0 . Where v ( x ) = 0 , the graph of f typically shoots off to infinity (a vertical asymptote) and no slope exists there.
All cases of the sign of v . The rule works whether v ( x ) is positive or negative — the only forbidden value is exactly 0 . Because we divide by v 2 (see §8), and a square is never negative, the shape of the formula is the same on both sides; only the value of v inside changes.
A function is continuous at x if its graph can be drawn through that point without lifting the pen — no holes, no sudden jumps. Formally: as the input approaches x , the output approaches v ( x ) . In symbols, v ( x + h ) → v ( x ) as h → 0 .
The picture. A continuous curve is one unbroken stroke. A discontinuous one has a break — at the break, nudging the input a hair can jump the output far away, so v ( x + h ) would not approach v ( x ) .
Intuition Why the topic needs this
The proof's final step needs v ( x + h ) → v ( x ) so the denominator v ( x + h ) v ( x ) becomes v ( x ) 2 . That step is only legal because differentiable functions are automatically continuous . See Continuity .
( v ( x ) ) 2
v 2 means v ( x ) × v ( x ) — the output of v multiplied by itself. A square is always ≥ 0 , and it is 0 only when v ( x ) = 0 (which we already forbade).
Intuition Why the topic needs this
The quotient rule's denominator is v 2 . Knowing a square is never negative tells us the denominator never flips the sign of f ′ — the sign of the slope is decided entirely by the numerator u ′ v − u v ′ .
Function u of x and v of x
Nudge h and point x plus h
Difference quotient rise over run
Derivative u prime and v prime
Continuity v of x plus h goes to v of x
Square v squared never negative
What does u ( x ) mean in plain words? The output of machine u when you feed it the input x .
What is h ? A tiny change in the input — a small step to the right of x , landing at x + h .
What does the difference quotient h u ( x + h ) − u ( x ) compute? The average slope (rise over run) between two nearby points on the curve.
Why divide by h instead of just looking at the top? Steepness is change per unit of input; dividing gives change per unit, which is what slope means.
What does lim h → 0 ask, and why can't we set h = 0 ? It asks what value the expression approaches as h shrinks; setting h = 0 gives the meaningless 0/0 .
What is u ′ ( x ) geometrically? The slope of the tangent line — the exact steepness of the curve at x .
Why must v ( x ) = 0 ? Division by zero is undefined; there the fraction has no value and no slope.
What does "continuous" guarantee in the proof? That v ( x + h ) → v ( x ) , so the denominator becomes v ( x ) 2 .
Why is v 2 never negative, and why does that matter? A number times itself is ≥ 0 ; so the sign of f ′ comes only from the numerator.
When every reveal above is instant, you are ready for Quotient rule — proof .