πŸŽ“ BookMCQ
← Back to 3. The Derivation

πŸ“ Derivative definition first principle calculus (20 MCQs)

πŸ“– From Calculus β€’ 3. The Derivation β€’ 20 questions available

What is Derivative definition first principle calculus?

Definition:
The derivative defined by first principles uses the limit definition fβ€²(x)=lim⁑hβ†’0f(x+h)βˆ’f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} to calculate the instantaneous rate of change, establishing the rigorous mathematical foundation for differential calculus operations.

Example:
For f(x)=x2f(x) = x^2, fβ€²(x)=lim⁑hβ†’0(x+h)2βˆ’x2h=lim⁑hβ†’0(2x+h)=2xf'(x) = \lim_{h \to 0} \frac{(x+h)^2 - x^2}{h} = \lim_{h \to 0} (2x+h) = 2x.

Reason:
This method ensures conceptual clarity by deriving rules from basics rather than memorization, helping students understand why derivative formulas work and building strong analytical reasoning skills.

5
Easy
10
Medium
5
Hard

πŸ“ All Derivative definition first principle calculus MCQs

Q1. According to the definition, how is the derivative f'(x) expressed as a limit?

A.f'(x)=\displaystyle\lim_{h\to 0}\frac{f(x+h)-f(x)}{h} βœ…
B.f'(x)=\displaystyle\lim_{h\to 0}\frac{f(x)-f(x-h)}{h}
C.f'(x)=\displaystyle\lim_{h\to 0}\frac{f(x)-f(x+h)}{h}
D.f'(x)=\displaystyle\lim_{h\to 0}\frac{f(x+h)+f(x)}{h}
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: The definition of the derivative states that the instantaneous rate of change at a point is the limit of the difference quotient as hh approaches zero. Option A matches this definition exactly, while the other options alter the numerator or sign, resulting in incorrect expressions. Hence, A is the correct choice.

Q2. What is the name given to the expression f(x+h)βˆ’f(x)h\frac{f(x+h)-f(x)}{h} in the definition of the derivative?

A.Difference quotient βœ…
B.Derivative limit
C.Instantaneous slope
D.Tangent ratio
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: The term f(x+h)βˆ’f(x)h\frac{f(x+h)-f(x)}{h} is traditionally called the difference quotient because it measures the average rate of change over an interval of width hh. It is the central building block for forming the derivative via a limit. The other names are not standard terminology for this expression.

Q3. If a function ff is differentiable at x=1x=1 and f'(1)=0, which of the following must be true about the graph of ff near x=1x=1?

A.The tangent line is horizontal at x=1x=1. βœ…
B.The function attains a maximum at x=1x=1.
C.The function is constant on an interval containing x=1x=1.
D.The graph must be symmetric about x=1x=1.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: A zero derivative indicates that the slope of the tangent line at that point is zero, meaning the tangent line is horizontal. This does not guarantee a maximum, constancy, or symmetry; those require additional information about the second derivative or the function’s behavior. Therefore, only statement A is guaranteed.

Q4. Suppose g(x)=xg(x)=\sqrt{x}. Using the definition of derivative, which of the following statements correctly explains why g'(4)=\frac{1}{4}?

A.The limit lim⁑hβ†’04+hβˆ’2h\lim_{h\to0}\frac{\sqrt{4+h}-2}{h} simplifies to 14\frac{1}{4}.
B.The limit lim⁑hβ†’04+hβˆ’4h\lim_{h\to0}\frac{4+h-4}{h} gives 14\frac{1}{4}. βœ…
C.The derivative of x\sqrt{x} is always 12x\frac{1}{2\sqrt{x}}, evaluated at x=4x=4.
D.The function x\sqrt{x} is linear near x=4x=4.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Evaluating the limit directly shows 4+hβˆ’2h=h(4+h+2)h\frac{\sqrt{4+h}-2}{h}=\frac{h}{(\sqrt{4+h}+2)h} which approaches 14\frac{1}{4} as hβ†’0h\to0. Option B misapplies the definition, C uses a known formula without justification, and D incorrectly claims linearity. Hence, A provides the correct logical reasoning.

Q5. If a function ff is differentiable on an interval and its derivative f'(x) is always positive, what can be inferred about the original function ff on that interval?

A.ff is strictly increasing. βœ…
B.ff has a global maximum.
C.ff is constant.
D.ff is concave upward.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: A positive derivative at every point means the slope of the tangent line never falls below zero, implying the function rises as xx increases. This guarantees strict monotonic increase. It does not imply a maximum, constancy, or concavity, which depend on the sign of the second derivative or other conditions. Therefore, statement A is correct.

Q6. Consider two functions ff and gg with f'(x)=g'(x) for all xx in their common domain. Which conclusion is logically valid?

A.f(x)=g(x)+Cf(x)=g(x)+C for some constant CC. βœ…
B.ff and gg are identical functions.
C.ff and gg have the same curvature.
D.ff and gg intersect at exactly one point.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: If the derivatives of two functions are identical everywhere, their difference h(x)=f(x)βˆ’g(x)h(x)=f(x)-g(x) has derivative zero, meaning hh is constant. Hence f(x)=g(x)+Cf(x)=g(x)+C. Equality of functions, curvature, or intersection count cannot be deduced without additional information. Option A captures the valid inference.

Q7. A function pp satisfies p'(x)=2p(x) for every xx. Which of the following must be true about the shape of its graph?

A.Its graph is an exponential curve. βœ…
B.Its graph is a straight line through the origin.
C.Its graph is a parabola.
D.Its graph is periodic.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The differential equation p'(x)=2p(x) solves to p(x)=Ce2xp(x)=Ce^{2x}, an exponential function whose rate of change is proportional to its current value. This produces a characteristic exponential growth shape, not a line, parabola, or periodic pattern. Therefore, the graph must be exponential.

Q8. Given f(x)=x3βˆ’3xf(x)=x^3-3x, which statement correctly uses the definition of derivative to determine where the tangent line is horizontal?

A.Solve lim⁑hβ†’0(x+h)3βˆ’3(x+h)βˆ’(x3βˆ’3x)h=0\displaystyle\lim_{h\to0}\frac{(x+h)^3-3(x+h)-\bigl(x^3-3x\bigr)}{h}=0. βœ…
B.Set 3x2βˆ’3=03x^2-3=0 and solve for xx.
C.Find xx where f(x)=0f(x)=0.
D.Find xx where f''(x)=0.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The definition requires evaluating the limit of the difference quotient and setting it to zero to locate points with zero slope. While the simplified derivative 3x2βˆ’33x^2-3 yields the same result, the question explicitly asks for a method using the limit definition, making option A the correct logical approach.

Q9. If ff is differentiable at x=0x=0 and satisfies lim⁑hβ†’0f(h)βˆ’f(0)h=5\displaystyle\lim_{h\to0}\frac{f(h)-f(0)}{h}=5, which of the following is necessarily true?

A.f'(0)=5. βœ…
B.ff is linear near 00.
C.f(0)=5f(0)=5.
D.ff has a maximum at 00.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The limit given is precisely the definition of the derivative at x=0x=0. Hence f'(0)=5. The other statements require extra conditions such as linearity, specific function values, or extremum behavior, none of which follow from the limit alone.

Q10. For a function defined by f(x)={x2,x≀12xβˆ’1,x>1f(x)=\begin{cases}x^2,&x\le 1\\2x-1,&x>1\end{cases}, which of the following correctly determines whether ff is differentiable at x=1x=1?

A.Check that the left-hand and right-hand limits of the difference quotient both exist and are equal. βœ…
B.Compute f'(1) using the power rule.
C.Observe that the function is continuous at x=1x=1.
D.Differentiate each piece and compare the formulas at x=1x=1.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Differentiability at a point where a piecewise definition meets requires the limit of the difference quotient from both sides to exist and match. Continuity alone is insufficient; the derivative formulas must also agree. Option A describes the precise logical test, whereas the other options miss the necessary two-sided limit condition.

Q11. Suppose h(x)=ln⁑(x2+1)h(x)=\ln(x^2+1). Using the definition of derivative, which reasoning correctly leads to the derivative h'(x)=\frac{2x}{x^2+1}?

A.Rewrite the difference quotient, rationalize the numerator, and take the limit as hβ†’0h\to0. βœ…
B.Apply the chain rule directly without justification.
C.Differentiate ln⁑(u)\ln(u) as 1u\frac{1}{u} and then multiply by the derivative of u=x2+1u=x^2+1.
D.Assume the derivative of ln⁑x\ln x is 1x\frac{1}{x} and substitute x2+1x^2+1 for xx.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The definition approach requires forming ln⁑((x+h)2+1)βˆ’ln⁑(x2+1)h\frac{\ln((x+h)^2+1)-\ln(x^2+1)}{h}, using logarithmic properties to combine terms, rationalizing, and then evaluating the limit, which yields 2xx2+1\frac{2x}{x^2+1}. Options B, C, and D invoke rules without the limit justification required by the question.

Q12. Which of the following best describes why the derivative function f'(x) can be viewed as a β€œslope-producing” function?

A.For each xx, f'(x) gives the slope of the tangent line to the graph of ff at that point. βœ…
B.It tells how fast ff grows as xx increases.
C.It provides the area under the curve of ff.
D.It indicates the curvature of the graph of ff.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: The term β€œslope-producing” emphasizes that the value of f'(x) at a particular xx is precisely the slope of the tangent line to the curve y=f(x)y=f(x) at that abscissa. While the derivative also reflects growth rate, the specific geometric interpretation highlighted by the phrase is the tangent slope, making option A correct.

Q13. A student claims that because the limit lim⁑hβ†’0f(x+h)βˆ’f(x)h\displaystyle\lim_{h\to0}\frac{f(x+h)-f(x)}{h} exists, the function ff must be continuous at xx. Which analysis correctly evaluates this claim?

A.The claim is true; differentiability implies continuity. βœ…
B.The claim is false; a function can have a limit of the difference quotient without being continuous.
C.Continuity is unrelated to the existence of the limit.
D.The claim holds only for polynomial functions.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: If the limit defining the derivative exists, the function must be continuous at that point because the difference quotient forces f(x+h)f(x+h) to approach f(x)f(x) as hβ†’0h\to0. Hence differentiability guarantees continuity, validating the student's claim. The other options misstate the relationship.

Q14. Consider the function k(x)=∣x∣k(x)=|x|. Which of the following correctly uses the definition of derivative to explain why kk is not differentiable at x=0x=0?

A.The left-hand limit of the difference quotient equals βˆ’1-1 while the right-hand limit equals 11. βœ…
B.The derivative of ∣x∣|x| is x∣x∣\frac{x}{|x|} everywhere.
C.The function is not continuous at 00.
D.The graph has a cusp at 00.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Applying the definition, the limit from the left yields lim⁑hβ†’0βˆ’βˆ£hβˆ£βˆ’0h=βˆ’1\lim_{h\to0^-}\frac{|h|-0}{h}=-1 and from the right yields lim⁑hβ†’0+∣hβˆ£βˆ’0h=1\lim_{h\to0^+}\frac{|h|-0}{h}=1. Since the two one-sided limits differ, the overall limit does not exist, so kk is not differentiable at 00. The other statements either misapply the derivative or address unrelated properties.

Q15. If a function mm satisfies m'(x)=m(x) for all real xx and m(0)=3m(0)=3, which conceptual step allows you to determine m(x)m(x) without computing limits?

A.Recognize that the differential equation solves to m(x)=3exm(x)=3e^{x}. βœ…
B.Apply the power rule to infer m(x)=3xm(x)=3x.
C.Assume mm is linear because its derivative equals itself.
D.Use the definition of the derivative to write a limit expression for m(x)m(x).
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The condition m'(x)=m(x) is a first‑order linear differential equation whose unique solution, given the initial value m(0)=3m(0)=3, is the exponential function m(x)=3exm(x)=3e^{x}. This conceptual insight bypasses direct limit computation. The other options misuse calculus rules or ignore the exponential nature.

Q16. A function pp is defined by p(x)=1xp(x)=\frac{1}{x} for x≠0x\neq0. Using the definition of derivative, which reasoning correctly shows that pp is not differentiable at x=0x=0?

A.The difference quotient 1/(x+h)βˆ’1/xh\frac{1/(x+h)-1/x}{h} does not have a limit as hβ†’0h\to0 because the function is undefined at x=0x=0. βœ…
B.Since pp is not defined at 00, it cannot be differentiable there.
C.The derivative would be βˆ’1/x2-1/x^{2}, which is undefined at 00.
D.All of the above.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The definition requires evaluating lim⁑hβ†’0p(0+h)βˆ’p(0)h\lim_{h\to0}\frac{p(0+h)-p(0)}{h}, but p(0)p(0) does not exist, making the difference quotient undefined and preventing any limit from forming. While the other statements are true, option A directly addresses the failure of the limit definition, providing the correct logical explanation.

Q17. Which of the following statements best synthesizes the relationship between the derivative function f'(x) and the original function f(x)f(x) in terms of limiting processes?

A.f'(x) is obtained by taking the limit of the average rate of change of ff over an interval that shrinks to a point. βœ…
B.f'(x) is the integral of ff over an infinitesimal interval.
C.f'(x) measures the total change of ff from a fixed point to xx.
D.f'(x) is the second derivative of ff.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The derivative emerges from the limit of the difference quotient, which represents the average rate of change of ff over a small interval. As the interval length hh approaches zero, this average becomes the instantaneous rate of change, captured by f'(x). The other options mischaracterize the derivative’s definition.

Q18. Given that f'(x)=2x for all real xx, which conceptual inference about the original function ff is valid?

A.f(x)=x2+Cf(x)=x^{2}+C for some constant CC. βœ…
B.f(x)=2x+Cf(x)=2x+C.
C.f(x)f(x) must be a linear function.
D.f(x)f(x) is undefined at x=0x=0.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Integrating the derivative 2x2x yields f(x)=x2+Cf(x)=x^{2}+C, where CC is an arbitrary constant reflecting the family of antiderivatives. This aligns with the fundamental relationship between a function and its derivative. The other options either misinterpret the integration or introduce incorrect properties.

Q19. If a function ss satisfies s'(x)=\cos(x) and s(0)=5s(0)=5, which logical deduction correctly determines s(Ο€2)s\left(\frac{\pi}{2}\right)?

A.s(Ο€2)=5+∫0Ο€/2cos⁑(t) dt=5+1s\left(\frac{\pi}{2}\right)=5+\int_{0}^{\pi/2}\cos(t)\,dt=5+1. βœ…
B.s(Ο€2)=5+sin⁑(Ο€2)s\left(\frac{\pi}{2}\right)=5+\sin\left(\frac{\pi}{2}\right).
C.s(Ο€2)=5+cos⁑(Ο€2)s\left(\frac{\pi}{2}\right)=5+\cos\left(\frac{\pi}{2}\right).
D.s(Ο€2)=5s\left(\frac{\pi}{2}\right)=5.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Since s'(x)=\cos(x), integrating from 00 to Ο€/2\pi/2 gives the change in ss: ∫0Ο€/2cos⁑(t)dt=sin⁑(Ο€/2)βˆ’sin⁑(0)=1\int_{0}^{\pi/2}\cos(t)dt = \sin(\pi/2)-\sin(0)=1. Adding this to the initial value 55 yields s(Ο€/2)=6s(\pi/2)=6. Option A correctly applies the Fundamental Theorem of Calculus, while the others misuse the antiderivative or neglect the integral.

Q20. A function rr is defined by r(x)=x4r(x)=x^4. Which of the following correctly uses the definition of derivative to show that the tangent line at x=1x=1 has slope 44?

A.Evaluate lim⁑hβ†’0(1+h)4βˆ’1h=4\displaystyle\lim_{h\to0}\frac{(1+h)^4-1}{h}=4. βœ…
B.Apply the power rule to obtain r'(x)=4x^3 and substitute x=1x=1.
C.Differentiate x4x^4 using the product rule.
D.Assume the slope is the coefficient of the highest-degree term.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Using the limit definition, (1+h)4βˆ’1h=4h+6h2+4h3+h4h=4+6h+4h2+h3\frac{(1+h)^4-1}{h} = \frac{4h+6h^2+4h^3+h^4}{h}=4+6h+4h^2+h^3. As hβ†’0h\to0, the expression approaches 44, confirming the tangent slope at x=1x=1. The other options rely on rules rather than the explicit limit process requested.

πŸ”— Related Topics (MCQs)