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.
Find the derivative of f(x) = 5x - 3x + 7x - 12.
Using the power rule: d/dx[x] = nx
f'(x) = 5(3x) - 3(2x) + 7(1)
f'(x) = 15x - 6x + 7
Find the derivative of g(x) = (x + 2x)(3x - 1).
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
Find the derivative of h(x) = (3x + 4)/(x - 1).
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)
Find the derivative of p(x) = sin(x).
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)
Find dy/dx for the curve x + y = 25.
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
Find the derivative of f(x) = x^sin(x).
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]
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?
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
Find the dimensions of a rectangle with perimeter 100 cm that encloses the maximum area.
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.
Analyze the function f(x) = x - 6x + 9x + 1, including domain, intercepts, symmetry, asymptotes, intervals of increase/decrease, local extrema, concavity, and inflection points.
Domain: All real numbers, (-, )
Intercepts:
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
Local extrema:
Second derivative: f''(x) = 6x - 12 = 6(x - 2)
Inflection point: x = 2, f(2) = 3
Use Newton's method to find an approximation to 5 accurate to three decimal places. Start with x = 2.
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
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.
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.
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.
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:
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
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.
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.
| 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) |
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.
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.
```
