Sunday, 7 June 2026

Solving Calculus Problems On Differentiation

 

What is Differentiation?

Differentiation is a fundamental operation in calculus that measures the rate at which a function changes relative to its input variable. Geometrically, finding the derivative of a function at a specific point gives the slope of the tangent line to the curve at that exact point.

If y = f(x), the derivative is denoted as dydx or f'(x), and it represents the instantaneous rate of change of y with respect to x.


The First 10 Rules of Differentiation

  1. The Constant Rule: The derivative of any constant is zero.
    ddx(c) = 0
  2. The Power Rule: Bring the power to the front and subtract one.
    ddx(xn) = n · xn-1
  3. The Constant Multiple Rule: Factor out the constant before differentiating.
    ddx(c · f(x)) = c · f'(x)
  4. The Sum Rule: Differentiate terms separately.
    ddx(f(x) + g(x)) = f'(x) + g'(x)
  5. The Difference Rule: Differentiate terms separately.
    ddx(f(x) - g(x)) = f'(x) - g'(x)
  6. The Product Rule: First times derivative of the second, plus second times derivative of the first.
    ddx(f(x) · g(x)) = f(x)g'(x) + g(x)f'(x)
  7. The Quotient Rule: "Low d-high minus high d-low, over the square of what's below."
    ddx( f(x)g(x) ) = g(x)f'(x) - f(x)g'(x)[g(x)]2
  8. The Chain Rule: Derivative of the outer function multiplied by the derivative of the inner function.
    ddx(f(g(x))) = f'(g(x)) · g'(x)
  9. The Exponential Rule (Base e): The natural exponential function is its own derivative.
    ddx(ex) = ex
  10. The Logarithmic Rule (Natural Log): The derivative of ln(x) is 1/x.
    ddx(ln(x)) = 1x

Practice Quiz (10 Objective Questions)

Question 1 (Constant Rule): What is the derivative of f(x) = 157?

  • A) 157
  • B) 1
  • C) 0
  • D) 157x
View Answer & Solution

Correct Answer: C

Solution: According to the Constant Rule, the rate of change of any constant value is always zero because it does not vary with x. Therefore, ddx(157) = 0.

Question 2 (Power Rule): Find the derivative of f(x) = x7.

  • A) 7x7
  • B) 7x6
  • C) 6x7
  • D) x88
View Answer & Solution

Correct Answer: B

Solution: Apply the Power Rule, ddx(xn) = n · xn-1. Here, n = 7. Bringing the 7 to the front and subtracting 1 from the power gives 7x7-1 = 7x6.

Question 3 (Constant Multiple Rule): Differentiate f(x) = 4x5.

  • A) 20x4
  • B) 4x4
  • C) 20x5
  • D) 5x4
View Answer & Solution

Correct Answer: A

Solution: Keep the constant coefficient 4 aside and differentiate x5 using the Power Rule (5x4). Then multiply them back together: 4 · (5x4) = 20x4.

Question 4 (Sum Rule): Find dydx if y = x3 + x2.

  • A) 5x4
  • B) 3x2 + x
  • C) 3x2 + 2x
  • D) 6x
View Answer & Solution

Correct Answer: C

Solution: The Sum Rule states you can differentiate each term independently. The derivative of x3 is 3x2 and the derivative of x2 is 2x. Adding them together yields 3x2 + 2x.

Question 5 (Difference Rule): Find the derivative of f(x) = 6x2 - 2x.

  • A) 12x - 2
  • B) 12x
  • C) 6x - 2
  • D) 12x2 - 2
View Answer & Solution

Correct Answer: A

Solution: Differentiate each term independently across the subtraction sign. ddx(6x2) = 12x and ddx(2x) = 2. This leaves us with 12x - 2.

Question 6 (Product Rule): Differentiate y = x2 · ex.

  • A) 2x · ex
  • B) x2 · ex + 2x · ex
  • C) x2 + ex
  • D) 2x2 · ex
View Answer & Solution

Correct Answer: B

Solution: Let f(x) = x2 → f'(x) = 2x, and g(x) = ex → g'(x) = ex. Applying the Product Rule f(x)g'(x) + g(x)f'(x), we obtain (x2)(ex) + (ex)(2x), which is x2ex + 2xex.

Question 7 (Quotient Rule): Find the derivative of f(x) = ln(x) ⁄ x.

  • A) 1 ⁄ x2
  • B) (1 - ln(x)) ⁄ x
  • C) (1 - ln(x)) ⁄ x2
  • D) (ln(x) - 1) ⁄ x2
View Answer & Solution

Correct Answer: C

Solution: Let the top function be u = ln(x) → u' = 1/x and the bottom function be v = x → v' = 1.
Applying the Quotient Rule (vu' - uv') / v2 gives:
[x(1/x) - ln(x)(1)] ⁄ x2 = (1 - ln(x)) ⁄ x2.

Question 8 (Chain Rule): Differentiate f(x) = (2x + 3)4.

  • A) 4(2x + 3)3
  • B) 8(2x + 3)3
  • C) 8(2x + 3)4
  • D) 2(2x + 3)3
View Answer & Solution

Correct Answer: B

Solution: Differentiate the outside power expression first, leaving the inside expression intact: 4(2x+3)3. Then multiply by the derivative of the inside expression, ddx(2x+3) = 2. This results in 4(2x+3)3 · 2 = 8(2x+3)3.

Question 9 (Exponential Rule): Find the derivative of f(x) = e5x.

  • A) e5x
  • B) 5ex
  • C) 5e5x
  • D) (1/5)e5x
View Answer & Solution

Correct Answer: C

Solution: The derivative of eu is eu · u'. Here, u = 5x and its derivative is 5. Therefore, the overall derivative is e5x · 5 = 5e5x.

Question 10 (Logarithmic Rule): Find the derivative of f(x) = ln(4x).

  • A) 1 ⁄ x
  • B) 1 ⁄ 4x
  • C) 4 ⁄ x
  • D) 4ln(x)
View Answer & Solution

Correct Answer: A

Solution: Using the chain rule version of the log rule: ddx(ln(u)) = (1/u) · u'. Substituting u = 4x and u' = 4, we get (1/4x) · 4 = 4/4x = 1/x.

No comments:

Post a Comment