🎓 BookMCQ
← Back to 4. Topics in Differentiation

📝 Differentials in calculus (16 MCQs)

📖 From Calculus • 4. Topics in Differentiation • 16 questions available

What is Differentials in calculus?

Definition:
Differentials represent infinitesimal changes in variables. If y=f(x)y = f(x), the differential dydy is defined as dy=f(x)dxdy = f'(x)dx, where dxdx is an arbitrary small change in xx. Unlike Δy\Delta y, which is the actual change, dydy is the change along the tangent line. Differentials provide a way to estimate changes in the function value corresponding to small changes in the input variable.

Example:
For y=x2y = x^2, find dydy when x=3x=3 and dx=0.1dx=0.1. Since dy=2xdxdy = 2x dx, we have dy=2(3)(0.1)=0.6dy = 2(3)(0.1) = 0.6. The actual change Δy=(3.1)232=9.619=0.61\Delta y = (3.1)^2 - 3^2 = 9.61 - 9 = 0.61, showing dydy is a close approximation.

Reason:
Differentials form the basis of integral calculus and are essential for understanding sensitivity analysis. They allow engineers and scientists to estimate how small errors or variations in measurements propagate through calculations, providing a tool for precision and error bounding.

5
Easy
8
Medium
3
Hard

📝 All Differentials in calculus MCQs

Q1. In differential notation, how is dydy defined in terms of the derivative of ff at a point xx and the increment dxdx?

A.dy = \\frac{dx}{f'(x)}
B.dy = f'(x)\\,dx
C.dy=f(x),dxdy = f(x)\\,dx
D.dy = f'(dx)
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The definition of the differential dydy follows directly from the derivative: multiplying the derivative f'(x) by the independent increment dxdx gives the linear change dydy. This relationship treats dy/dxdy/dx as an actual ratio, not just a symbol.

Q2. If dx>0dx>0 is a small increment and the derivative f'(x_0)=-3, what can be said about the sign of the differential dydy at x0x_0?

A.dydy is positive
B.dydy is zero
C.dydy is negative and larger in magnitude than dxdx
D.dydy is negative ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: Since dy = f'(x_0)dx and dxdx is positive, the sign of dydy is determined by the sign of the derivative. With f'(x_0) = -3, the product (3)(positive)(-3)(positive) yields a negative result, so dydy must be negative.

Q3. Using the local linear approximation at x0=1x_0=1 for f(x)=sqrtxf(x)=\\sqrt{x}, what is the approximate value of \\\sqrt{1.21}\?

A.1.1 ✅
B.1.05
C.1.06
D.1
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The linear approximation at x0=1x_0=1 is \\\sqrt{x}\\approx 1+\\tfrac12(x-1)\. Substituting x=1.21x=1.21 gives \1+\\tfrac12(0.21)=1+0.105=1.105\, which rounds to 1.10. This estimate is close to the true value \\\sqrt{1.21}=1.1\.

Q4. Which of the following statements correctly describes the relative size of the linear approximation error for \f(x)=\\sin x\ near \x=0\ versus near \x=\\pi/2\ for the same small \|dx|\?

A.Error is larger near \x=0\ because \\\sin x\ changes faster there.
B.Errors are equal because the derivative magnitude is the same at both points.
C.Error is larger near \x=\\pi/2\ because the second derivative \-\\sin x\ has larger magnitude there. ✅
D.Error is zero at both points because \\\sin x\ is periodic.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: The error of a linear approximation depends on the second derivative. At \x=0\, \f''(0)=0\, while at \x=\\pi/2\, \f''(\\pi/2)=-1\. Because the magnitude of the second derivative is larger at \\\pi/2\, the approximation error is greater there for the same \dx\.

Q5. If a function \f\ is differentiable at \x_0\, which of the following must be true about its graph near \(x_0,f(x_0))\?

A.It coincides exactly with its tangent line.
B.It can be approximated arbitrarily well by a straight line segment for sufficiently small neighborhoods. ✅
C.It is always concave upward.
D.It has a horizontal tangent line.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Differentiability guarantees that the function behaves locally like its tangent line: as the interval around \x_0\ shrinks, the graph approaches the line \y=f(x_0)+f'(x_0)(x-x_0)\. This means a sufficiently magnified view looks linear, though the curve need not be exactly the line.

Q6. For \f(x)=e^x\ at \x_0=0\ with \dx=0.1\, what is the differential \dy\ and what does it approximate?

A.\dy = 0.1\; approximates change in \e^x\ from 0 to 0.1.
B.\dy = e^{0.1}\; approximates the new function value.
C.\dy = e^{0}\\cdot0.1 = 0.1\; approximates the actual change \f(0.1)-f(0)\.
D.\dy = e^{0}\\cdot0.1 = 0.1\; approximates the linear change, which is close to the true change \e^{0.1}-1\. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: Using the definition \dy = f'(x_0)dx\ gives \dy = e^{0}\\cdot0.1 = 0.1\. This linear estimate represents the change in the function value over the small interval and is close to the exact change \e^{0.1}-1\\approx0.1052\, illustrating how differentials provide a quick approximation.

Q7. Using differentials, approximate \\\ln(1.05)\ by linearizing \f(x)=\\ln x\ at \x_0=1\ with \dx=0.05\. Which value best matches the approximation?

A.0.0488 (underestimates)
B.0.05 (exact differential) ✅
C.0.0513 (overestimates)
D.0.045 (far off)
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The derivative of \\\ln x\ at \x=1\ is \1\. Multiplying by \dx=0.05\ gives \dy = 0.05\. Hence the linear approximation predicts \\\ln(1.05)\\approx0.05\. The true value is \0.04879\, showing the differential gives a slightly high estimate.

Q8. Which function generally yields a smaller linear approximation error for the same small \|dx|\: \f(x)=x^2\ or \g(x)=\\sqrt[3]{x}\ at a point where both have derivative magnitude 2?

A.\f(x)=x^2\ because its second derivative is constant.
B.\g(x)=\\sqrt[3]{x}\ because its second derivative is smaller in magnitude. ✅
C.Both have equal error because derivative magnitude is the same.
D.Error depends only on \|dx|\, not on the function.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Error of a linear approximation is proportional to the second derivative. At the point where both derivatives equal 2, \f''(x)=2\ for the quadratic, whereas the cube‑root function has a second derivative \g''(x) = -\\tfrac{2}{9}x^{-5/3}\, whose magnitude is less than 2. Therefore, \g\ typically yields a smaller error.

Q9. If the radius of a circle changes by a small amount \dr\, which expression using differentials gives the approximate change in area \dA\?

A.\dA = 2\\pi r\\, dr\
B.\dA = \\pi r^2\\, dr\
C.\dA = \\pi (r+dr)^2 - \\pi r^2\
D.\dA = \\pi\\, dr\
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The area of a circle is \A=\\pi r^2\. Differentiating yields \dA = 2\\pi r\\,dr\. This linear relation shows that a tiny increase in radius produces an area increase proportional to the current circumference, providing a quick estimate for small changes.

Q10. For \f(x)=x^3\ at \x_0=2\ with \dx=0.01\, use differentials to approximate \(2.01)^3\. Which result is correct?

A.8.12 ✅
B.8.06
C.8.24
D.7.98
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The derivative is \f'(x)=3x^2\; at \x_0=2\ this equals 12. Multiplying by \dx=0.01\ gives \dy=0.12\. Adding to \f(2)=8\ yields the approximation \8+0.12=8.12\. The true value is \8.1206\, confirming the differential estimate.

Q11. Given \\\frac{dy}{dx}=3x^2\, \dx=-0.02\ at \x=4\, what is the approximate change in \y\?

A.Approximate decrease of 0.96 ✅
B.Approximate increase of 0.96
C.Approximate decrease of 0.48
D.No change
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Compute \dy = 3x^2\\,dx = 3\\cdot16\\cdot(-0.02) = 48(-0.02) = -0.96\. The negative sign indicates a decrease. Thus the differential predicts that \y\ will drop by about 0.96 when \x\ is reduced by 0.02 at \x=4\.

Q12. Can differentials \dx\ and \dy\ be defined at a point where a function is not differentiable?

A.Yes, they can always be defined regardless of differentiability.
B.No, because the definition \dy = f'(x)dx\ requires \f'(x)\ to exist. ✅
C.Only \dx\ can be defined, but \dy\ cannot.
D.Differentials are defined only for linear functions.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The definition of a differential relies on the existence of the derivative at the point: \dy = f'(x)dx\. If \f'(x)\ does not exist, the product cannot be formed, so differentials are not defined at points of non‑differentiability.

Q13. Using differentials, approximate \(1.02)^5\ by linearizing \f(x)=x^5\ at \x_0=1\ with \dx=0.02\. Which value is closest to the approximation?

A.1.1 ✅
B.1.08
C.1.12
D.1
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The derivative at \x=1\ is \f'(1)=5\. Multiplying by \dx=0.02\ gives \dy=0.1\. Adding to \f(1)=1\ yields the estimate \1+0.1=1.10\. The exact value \(1.02)^5\\approx1.10408\, showing the differential provides a close approximation.

Q14. Which statement best captures why the error of the local linear approximation for a differentiable function \f\ at \x_0\ is of order \o(dx)\?

A.Because the remainder term in Taylor's theorem is proportional to \(dx)^2\, which is negligible compared to \dx\ as \dx\\to0\.
B.Because the derivative \f'(x_0)\ dominates all higher‑order terms.
C.Because \f\ can be written exactly as a linear function plus a constant. ✅
D.Because the differential \dy\ equals the exact change \\\Delta y\.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Taylor's theorem expresses \f(x_0+dx)=f(x_0)+f'(x_0)dx+\\frac{f''(c)}{2}(dx)^2\ for some \c\. The remainder term contains \(dx)^2\, which becomes insignificant relative to \dx\ as \dx\ approaches zero. Hence the approximation error is of smaller order than \dx\, denoted \o(dx)\.

Q15. Estimate the error when using the linear approximation for \f(x)=\\tan x\ at \x_0=0.1\ to compute \\\tan 0.12\. Choose the closest bound.

A.About \4\\times10^{-5}\
B.About \2\\times10^{-3}\
C.About \1\\times10^{-2}\
D.About \5\\times10^{-4}\
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The second derivative of \\\tan x\ is \2\\sec^2 x\\tan x\. Near \0.1\, \\\sec^2 0.1\\approx1.01\ and \\\tan 0.1\\approx0.1003\, giving \|f''|\\approx0.202\. Using the error bound \\\frac{M}{2}(dx)^2\ with \dx=0.02\ yields \\\frac{0.202}{2}(0.02)^2\\approx4.0\\times10^{-5}\.

Q16. When solving \f(x)=x^{3}-2x+1=0\ near the root \x\\approx1\, one iteration of Newton's method starting from \x_{0}=1\ gives \x_{1}=1-\\frac{f(1)}{f'(1)}\. Using differentials, the linear approximation predicts the root at \x\\approx1-\\frac{f(1)}{f'(1)}\ as well. Which statement correctly compares the two approaches?

A.Both give the same numerical estimate, but Newton's method generally yields a more accurate root after the iteration because it accounts for curvature. ✅
B.The differential method gives a better estimate because it uses the exact derivative.
C.Newton's method diverges for this function, while the differential method converges.
D.The differential method provides the exact root, whereas Newton's method provides only an approximation.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Both methods start with the same linearization: \x\\approx x_0-\\frac{f(x_0)}{f'(x_0)}\. Newton's method then repeats this process, using the updated point to improve accuracy, while the differential approach stops after the first linear step. Consequently, Newton's method typically yields a more precise approximation after one iteration.

🔗 Related Topics (MCQs)