Admin 12 Jun 2026 08:10

 

Collection of Problems in Differential Calculus

Introduction to Differential Calculus

Differential calculus is a branch of mathematics that deals with rates of change and slopes of curves. At its core, it focuses on derivatives, which measure how a function changes as its input changes. This fundamental concept has applications across science, engineering, economics, and many other fields.

This collection of problems covers various aspects of differential calculus, from basic derivative calculations to more complex applications. Working through these problems will help develop a strong foundation in differential calculus techniques and problem-solving approaches.

Basic Derivative Problems

Problem 1: Power Rule

Find the derivative of f(x) = 5x - 3x + 7x - 12.

Solution:

Using the power rule: d/dx[x] = nx

f'(x) = 5(3x) - 3(2x) + 7(1)

f'(x) = 15x - 6x + 7

Problem 2: Product Rule

Find the derivative of g(x) = (x + 2x)(3x - 1).

Solution:

Using the product rule: d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)

Let f(x) = x + 2x and g(x) = 3x - 1

f'(x) = 2x + 2 and g'(x) = 3

g'(x) = (2x + 2)(3x - 1) + (x + 2x)(3)

g'(x) = 6x - 2x + 6x - 2 + 3x + 6x

g'(x) = 9x + 10x - 2

Problem 3: Quotient Rule

Find the derivative of h(x) = (3x + 4)/(x - 1).

Solution:

Using the quotient rule: d/dx[f(x)/g(x)] = (g(x)f'(x) - f(x)g'(x))/g(x)

Let f(x) = 3x + 4 and g(x) = x - 1

f'(x) = 3 and g'(x) = 2x

h'(x) = [(x - 1)(3) - (3x + 4)(2x)]/(x - 1)

h'(x) = [3x - 3 - 6x - 8x]/(x - 1)

h'(x) = (-3x - 8x - 3)/(x - 1)

Problem 4: Chain Rule

Find the derivative of p(x) = sin(x).

Solution:

Using the chain rule: d/dx[f(g(x))] = f'(g(x)) g'(x)

Let f(u) = sin(u) and g(x) = x

f'(u) = cos(u) and g'(x) = 3x

p'(x) = cos(x) 3x

p'(x) = 3xcos(x)

Advanced Derivative Problems

Problem 5: Implicit Differentiation

Find dy/dx for the curve x + y = 25.

Solution:

Differentiating both sides with respect to x:

d/dx[x + y] = d/dx[25]

2x + 2y(dy/dx) = 0

2y(dy/dx) = -2x

dy/dx = -x/y

Problem 6: Logarithmic Differentiation

Find the derivative of f(x) = x^sin(x).

Solution:

Take the natural logarithm of both sides:

ln[f(x)] = ln[x^sin(x)] = sin(x) ln(x)

Differentiating both sides:

f'(x)/f(x) = d/dx[sin(x) ln(x)]

f'(x)/f(x) = cos(x) ln(x) + sin(x) (1/x)

f'(x) = x^sin(x) [cos(x) ln(x) + sin(x)/x]

Problem 7: Related Rates

A water tank has the shape of an inverted circular cone with a base radius of 2 meters and a height of 4 meters. If water is being pumped into the tank at a rate of 3 m/min, how fast is the water level rising when the water is 1 meter deep?

Solution:

Let r be the radius of the water's surface and h be the water level.

The volume of water is V = (1/3)rh

From similar triangles, r/h = 2/4 = 1/2, so r = h/2

Substituting: V = (1/3)(h/2)h = (1/12)h

Differentiating: dV/dt = (1/4)h(dh/dt)

When h = 1 m and dV/dt = 3 m/min:

3 = (1/4)(1)(dh/dt)

dh/dt = 12/ 3.82 m/min

Applications of Differential Calculus

Problem 8: Optimization

Find the dimensions of a rectangle with perimeter 100 cm that encloses the maximum area.

Solution:

Let x be the length and y be the width of the rectangle.

The perimeter constraint: 2x + 2y = 100, so y = 50 - x

The area function: A = x y = x(50 - x) = 50x - x

To maximize A, we find critical points:

dA/dx = 50 - 2x = 0

x = 25

Since y = 50 - x, we have y = 25

The rectangle with maximum area is a square with sides of 25 cm.

Problem 9: Curve Sketching

Analyze the function f(x) = x - 6x + 9x + 1, including domain, intercepts, symmetry, asymptotes, intervals of increase/decrease, local extrema, concavity, and inflection points.

Solution:

Domain: All real numbers, (-, )

Intercepts:

  • y-intercept: f(0) = 1
  • x-intercepts: Solve x - 6x + 9x + 1 = 0

Symmetry: No symmetry (not even, not odd)

Asymptotes: None (polynomial function)

First derivative: f'(x) = 3x - 12x + 9 = 3(x - 4x + 3) = 3(x-1)(x-3)

Critical points: x = 1, x = 3

  • f'(x) > 0 for x < 1 (function increasing)
  • f'(x) < 0 for 1 < x < 3 (function decreasing)
  • f'(x) > 0 for x > 3 (function increasing)

Local extrema:

  • Local maximum at x = 1, f(1) = 5
  • Local minimum at x = 3, f(3) = 1

Second derivative: f''(x) = 6x - 12 = 6(x - 2)

Inflection point: x = 2, f(2) = 3

  • f''(x) < 0 for x < 2 (function concave down)
  • f''(x) > 0 for x > 2 (function concave up)

Problem 10: Newton's Method

Use Newton's method to find an approximation to 5 accurate to three decimal places. Start with x = 2.

Solution:

We want to solve f(x) = x - 5 = 0

f'(x) = 2x

Newton's formula: x = x - f(x)/f'(x) = x - (x - 5)/(2x)

Iteration 1: x = 2 - (4 - 5)/(4) = 2 + (1/4) = 2.25

Iteration 2: x = 2.25 - (5.0625 - 5)/(4.5) = 2.25 - (0.0625)/(4.5) 2.236111

Iteration 3: x = 2.236111 - (4.99999 - 5)/(4.472222) 2.236068

Iteration 4: x 2.236068

Therefore, 5 2.236

Problem 11: Mean Value Theorem

Verify that the function f(x) = x - 4x + 7 satisfies the hypotheses of the Mean Value Theorem on the interval [1,4] and find all values of c that satisfy the conclusion of the theorem.

Solution:

f(x) = x - 4x + 7 is continuous on [1,4] and differentiable on (1,4), so the Mean Value Theorem applies.

The average rate of change is:

[f(4) - f(1)]/(4 - 1) = [(16 - 16 + 7) - (1 - 4 + 7)]/3 = (7 - 4)/3 = 1

The derivative is f'(x) = 2x - 4

Setting f'(c) equal to the average rate of change:

2c - 4 = 1

2c = 5

c = 2.5

Since 2.5 is in the interval (1,4), it satisfies the conclusion of the Mean Value Theorem.

Differential Calculus in Physics

Problem 12: Velocity and Acceleration

The position of a particle moving along a line is given by s(t) = t - 6t + 9t, where t is time in seconds and s is position in meters. Find the velocity and acceleration functions, determine when the particle is at rest, and find the total distance traveled in the first 3 seconds.

Solution:

Velocity: v(t) = s'(t) = 3t - 12t + 9 = 3(t - 4t + 3) = 3(t-1)(t-3)

Acceleration: a(t) = v'(t) = 6t - 12

The particle is at rest when v(t) = 0:

3(t-1)(t-3) = 0

t = 1 or t = 3

Position at key times:

  • s(0) = 0
  • s(1) = 1 - 6 + 9 = 4
  • s(3) = 27 - 54 + 27 = 0

During 0 t 1, the particle moves from position 0 to position 4 (4 meters forward).

During 1 t 3, the particle moves from position 4 to position 0 (4 meters backward).

Total distance traveled in the first 3 seconds: 4 + 4 = 8 meters

Differential Calculus in Economics

Problem 13: Marginal Analysis

A company's cost function is given by C(x) = 200 + 0.5x, where x is the quantity produced and C is the cost in dollars. Find the marginal cost function, the cost of producing the 101st unit, and the production level that minimizes the average cost.

Solution:

Marginal cost: MC = C'(x) = x

The cost of producing the 101st unit is approximately C'(100) = $100

Average cost: AC = C(x)/x = (200 + 0.5x)/x = 200/x + 0.5x

To minimize AC, we find its derivative:

d(AC)/dx = -200/x + 0.5

Setting derivative to zero: -200/x + 0.5 = 0

0.5 = 200/x

x = 400

x = 20 (positive solution)

Therefore, average cost is minimized when 20 units are produced.

Common Formulas in Differential Calculus

Type of Function Function Derivative
Power Rule f(x) = x f'(x) = nx
Constant Rule f(x) = c f'(x) = 0
Constant Multiple f(x) = cg(x) f'(x) = cg'(x)
Sum Rule f(x) = g(x) + h(x) f'(x) = g'(x) + h'(x)
Product Rule f(x) = g(x)h(x) f'(x) = g'(x)h(x) + g(x)h'(x)
Quotient Rule f(x) = g(x)/h(x) f'(x) = (g'(x)h(x) - g(x)h'(x))/h(x)
Chain Rule f(x) = g(h(x)) f'(x) = g'(h(x))h'(x)
Exponential f(x) = e f'(x) = e
Logarithmic f(x) = ln(x) f'(x) = 1/x
Trigonometric f(x) = sin(x) f'(x) = cos(x)
Trigonometric f(x) = cos(x) f'(x) = -sin(x)

Important Note

Understanding differential calculus requires practice. Each problem in this collection represents a different aspect of differential calculus. Regular practice with these and similar problems will strengthen your understanding of derivatives and their applications across various fields of study.

Conclusion

Differential calculus provides powerful tools for analyzing change and optimization. The problems presented here cover fundamental techniques and applications of differentiation. By mastering these concepts, you'll develop the analytical skills needed to solve complex problems in mathematics, science, engineering, and economics. Remember that the key to success in calculus is not just memorizing formulas, but understanding the underlying concepts and their practical applications.

```

Reference Files For Collection Of Problems In Differential Calculus
Screenshoot
File Name
zbornik2020.pdf

File Size
1.90 MB

File Type
PDF

File Site
Description
This file is just a reference file for Collection Of Problems In Differential Calculus. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Collection Of Problems In Differential Calculus and Reference File Download Link


admin
Admin
2026-06-12 08:10:12

Differential Calculus Time Rates Problems With Solutions Pdf and Reference File Download L...


admin
Admin
2026-06-08 10:20:17

Differential Equations And Initial Value Problems and Reference File Download Link


admin
Admin
2026-06-08 14:34:16

Practice Problems Answers To Some Problems and Reference File Download Link


admin
Admin
2026-06-13 09:02:19

Problems And Quandaries In Specimen Collection and Reference File Download Link


admin
Admin
2026-06-12 20:38:10