Calculus is a branch of mathematics that deals with the study of rates of change and accumulation of quantities. It provides a framework for modeling and analyzing problems involving change, such as motion, growth, and decay.
Practice Questions - Derivatives
Question 1: Find the derivative of the function f(x) = 3x2 + 4x - 2.
Solution:
We can find the derivative of f(x) using the power rule. The power rule states that if f(x) = axn, then f'(x) = nax(n-1).
Applying the power rule:
f'(x) = 2 x 3x(2-1)+ 1 x4x(1-1) - 0 x 2 = 6x + 4.
Question 2: Find the derivative of the function g(x) = 1/x2.
Solution:
We can use the power rule and the chain rule for this problem. Rewrite g(x) as g(x) = x(-2).
Applying the power rule and chain rule:
g'(x) = -2x(-3) = -2/x3.
Question 3: Find the derivative of the function f(x) = 5x3 - 2x2 + 7x - 9.
Solution:
Using the power rule:
f'(x) = 3 x 5x(3-1) - 2 × 2x(2-1) + 7 × 1x(1-1)- 0 = 15x2 - 4x + 7.
Question 4: Find the derivative of the function g(x) = 2/x3 - 4x2 + (x).
Solution:
Using the power rule and the constant multiple rule:
g'(x) = -3 × 2/x3+1 - 4 × 2x2-1 + 1/(2 × √(x)) = -6/x4 - 8x + 1/(2 × √(x)).
Question 5: Find the derivative of the function h(x) = e2x + ln(x).
Solution:
The derivative of e2x is 2e2x by the chain rule, and the derivative of ln(x) is 1/x.
So, h'(x) = 2e2x+ 1/x.
Question 6: Find the derivative of the function f(x) = sin(x) + cos(x).
Solution:
The derivative of sin(x) is cos(x) and the derivative of cos(x) is -sin(x).
So, f'(x) = cos(x) - sin(x).
Question 7: Find the derivative of the function g(x) = x2 × ex.
Solution:
Apply the product rule:
g'(x) = (2x × ex) + (x2 × ex) = x2 × ex + 2x × ex.
Question 8: Find the derivative of the function h(x) = (x2 + 1) / (x3 + x).
Solution:
Apply the quotient rule:
h'(x) = [(2x × (x3 + x)) - ((x2 + 1) × (3x2 + 1))] / (x3 + x)2.
Question 9: Find the derivative of f(x) = (3x2 + 2x - 1)/(x2 - 4).
Solution:
Using the quotient rule for differentiation:
Let u(x) = 3x2 + 2x - 1 and v(x) = x2 - 4
Then, f(x) = u(x)/v(x)
f'(x) = (u'(x)v(x) - u(x)v'(x)) / (v(x))2
u'(x) = 6x + 2
v'(x) = 2x
Substituting and simplifying:
f'(x) = ((6x + 2)(x2 - 4) - (3x2 + 2x - 1)(2x)) / (x2 - 4)2
⇒ f'(x) = (6x3 + 2x2 - 24x - 8 - 6x3 - 4x2 + 2x) / (x2 - 4)2
⇒ f'(x) = (-4x2 - 22x - 8) / (x2 - 4)2
Practice Questions - Integrals
Question 1: Evaluate the definite integral: ∫(2 to 5) (x3 - 2x2 + x + 3) dx
Solution:
To evaluate a definite integral, we need to find the antiderivative (indefinite integral) first, and then evaluate it at the given limits.
Let F(x) = ∫(x3 - 2x2 + x + 3) dx
F(x) = (x4/4) - (2x3/3) + (x2/2) + 3x + C
Substituting the limits:
∫(2 to 5) (x3 - 2x2 + x + 3) dx = F(5) - F(2)
= [(54/4) - (2(53)/3) + (52/2) + 3(5)] - [(24/4) - (2(23)/3) + (22/2) + 3(2)]
= (625/4 - 250/3 + 25/2 + 15) - (16/4 - 16/3 + 2 + 6)
= 156.25 - 83.33 + 12.5 + 15 - 4 - 5.33 + 2 + 6
= 99.17
Question 2: Evaluate the indefinite integral: ∫(x2 + 3x + 2)/(x - 1)3 dx
Solution:
To evaluate an indefinite integral, we need to find the antiderivative or the integral function.
Let u = x - 1, then du = dx
Substituting u + 1 for x, we get:
∫(u2 + 3u + 3)/(u)3
Question 3: Evaluate the definite integral: ∫(1 to e) (ln(x))2 dx
Solution:
To evaluate a definite integral, we need to find the antiderivative (indefinite integral) first, and then evaluate it at the given limits.
Let F(x) = ∫(ln(x))2 dx
u = (\ln x)^2 \Rightarrow du = \frac{2 ln x}{x} dx, dv = dx ⇒ v = x
Then,
\int (\ln x)^2 dx = uv - \int v\,du
= x(\ln x)^2 - \int x \cdot \frac{2\ln x}{x}\,dx
= x(\ln x)^2 - 2\int \ln x\,dx. Since
\int \ln x\,dx = x\ln x - x, we get
\int (\ln x)^2 dx = x(\ln x)^2 - 2(x\ln x - x) + C = x(\ln x)^2 - 2x\ln x + 2x + C
Step 2: Apply Limits
F(x) = x (ln x)2 - 2x ln x + 2x
At x = e,
F(e) = e (1)2 - 2e(1) + 2e = e
At x = 1,
F(1) = 1 (0)2 - 2 (1)(0) + (2)(1) = 2
\int_1^e (\ln x)^2 dx = F(e) - F(1)
= e - 2
Practice Questions - Application of Derivatives
Question 1: Find the equation of the tangent line to the curve y = x3 - 3x2 + 2x + 1 at the point (1, -1).
Solution:
To find the equation of the tangent line, we need to calculate the derivative of the function and evaluate it at the given point to find the slope of the tangent line.
y' = 3x2 - 6x + 2
At x = 1, y' = 3(1)2 - 6(1) + 2 = -1
The slope of the tangent line is -1.
The equation of a line is y - y0 = m(x - x0), where m is the slope, and (x0, y0) is a point on the line.
Substituting the values, we get:
y - (-1) = -1(x - 1)
⇒ y + 1 = -x + 1
⇒ y = -x
Question 2: Find the absolute maximum and minimum values of the function f(x) = x3 - 3x2 + 2x + 4 on the closed interval [-2, 3].
Solution:
To find the absolute maximum and minimum values, we need to:
- Find the critical points of the function on the given interval.
- Evaluate the function at the critical points and the endpoints of the interval.
- The absolute maximum and minimum values will be the largest and smallest values from step 2, respectively.
Step 1: Find the critical points
f'(x) = 3x2 - 6x + 2 = 0
⇒ 3x2 - 6x + 2 = 0
⇒ 3(x2 - 2x + 2/3) = 0
⇒ 3(x - 1)(x - 1) = 0
⇒ x = 1 (repeated root)
Step 2: Evaluate the function at the critical point and the endpoints
f(-2) = (-2)3 - 3(-2)2 + 2(-2) + 4 = -8 + 12 - 4 + 4 = 4
f(1) = 13 - 3(1)2 + 2(1) + 4 = 1 - 3 + 2 + 4 = 4
f(3) = 33 - 3(3)2 + 2(3) + 4 = 27 - 27 + 6 + 4 = 10
Step 3: Determine the absolute maximum and minimum values
The minimum value is 4 (occurring at x = -2 and x = 1), and the maximum value is 10 (occurring at x = 3).
Question 3: Find the area between the curves y = x2 and y = 2x on the interval [0, 2].
Solution:
To find the area between two curves, we need to integrate the difference between the two functions over the given interval.
Let A be the area between the curves.
A = ∫(0 to 2) (2x - x2) dx
⇒ A = [x2 - x3/3]0 to 2
⇒ A = (22 - 23/3) - (02 - 03/3)
⇒ A = 4 - 8/3 - 0
⇒ A = 8/3
Question 4: Find the volume of the solid obtained by rotating the region bounded by the curves y = x2 and y = 4x about the x-axis.
Solution:
To find the volume of a solid of revolution, we need to integrate the area of the cross-section at each x-value and then multiply by 2π.
The region is bounded by y = x2 and y = 4x from x = 0 to x = 2.
Let V be the volume of the solid.
V = 2π ∫(0 to 2) (4x - x2) dx (Area between the curves)
⇒ V = 2π [2x2 - x3/3](0 to 2)
⇒ V = 2π [(2(2)2 - (2)3/3) - (2(0)2 - 03/3)]
⇒ V = 2π (8 - 8/3 - 0)
⇒ V = 2π (24/3)
⇒ V = 16π
Therefore, the volume of the solid obtained by rotating the region bounded by y = x2 and y = 4x about the x-axis is 16π cubic units.
Question 5: Use the second derivative test to determine the nature of the critical points of the function f(x) = x4 - 4x3 + 2x2 + 6x - 3.
Solution:
Step 1: Find the critical points by setting the first derivative equal to zero.
f'(x) = 4x3 - 12x2 + 4x + 6 = 0
⇒ 4x(x2 - 3x + 3/2) + 6(1 - x) = 0
⇒ 4x(x - 1)(x - 3/2) + 6(1 - x) = 0
Thus, x = 1, x = 3/2
Step 2: Evaluate the second derivative at the critical points.
f''(x) = 12x2 - 24x + 4
⇒ f''(1) = 12 - 24 + 4 = -8 (negative)
⇒ f''(3/2) = 18 - 36 + 4 = -14 (negative)
Step 3: Apply the second derivative test.
- If f''(x) < 0, then the point is a local maximum.
- If f''(x) > 0, then the point is a local minimum.
For x = 1, f''(1) < 0, so x = 1 is a local maximum.
For x = 3/2, f''(3/2) < 0, so x = 3/2 is a local maximum.
Question 6: Use the second derivative test to determine the nature of the critical points of the function f(x) = x4 - 4x3 + 2x2 + 6x - 3.
Solution:
Step 1: Find the critical points by setting the first derivative equal to zero.
f'(x) = 4x3 - 12x2 + 4x + 6 = 0
⇒ 4x(x2 - 3x + 3/2) + 6(1 - x) = 0
⇒ 4x(x - 1)(x - 3/2) + 6(1 - x) = 0
Thus, x = 1, x = 3/2
Step 2: Evaluate the second derivative at the critical points.
f''(x) = 12x2 - 24x + 4
⇒ f''(1) = 12 - 24 + 4 = -8 (negative)
⇒ f''(3/2) = 18 - 36 + 4 = -14 (negative)
Step 3: Apply the second derivative test.
- If f''(x) < 0, then the point is a local maximum.
- If f''(x) > 0, then the point is a local minimum.
For x = 1, f''(1) < 0, so x = 1 is a local maximum.
For x = 3/2, f''(3/2) < 0, so x = 3/2 is a local maximum.
Practice Questions - Mean Value Theorem
Question 1: Use the mean value theorem to show that there exists a point c in the interval (0, 1) such that cos(c) = sin(1).
Solution:
The mean value theorem states that if a function f(x) is continuous on a closed interval [a, b] and differentiable on the open interval (a, b), then there exists at least one point c in (a, b) such that f'(c) = (f(b) - f(a))/(b - a).
Let f(x) = cos(x) - sin(1 - x)
f(0) = 1 - sin(1)
f(1) = cos(1) - sin(0) = cos(1)
f'(x) = -sin(x) + cos(1 - x)
According to the mean value theorem, there exists a point c in (0, 1) such that:
f'(c) = (f(1) - f(0))/(1 - 0)
⇒ -sin(c) + cos(1 - c) = cos(1) - (1 - sin(1))
⇒ cos(1 - c) = sin(1)
Unsolved Practice Questions
Question 1: Find the derivative of the function f(x) = 3x2 + 2x + 1.
Question 2: Calculate the limit: limx → 3(x2 - 9)/(x - 3).
Question 3: Find the critical points of the function g(x) = x3 - 12x + 1.
Question 4: Determine the indefinite integral of the function h(x) = 2x3 + 3x2 + 5.
Question 5: Find the area bounded by the curve y = x2 and the x-axis from x = 0 to x = 2.
Question 6: Calculate the derivative of the function y = 1/x + 1/x2.
Question 7: Find the second derivative of the function f(x) = 5x3 - 4x2 + 3x - 2.
Question 8: Determine the limit: limx → 3 sin(x)/x.
Question 9: Find the volume of the solid generated by revolving the region bounded by y = x2 and the x-axis from x = 0 to x = 1 about the y-axis.
Question 10: Calculate the derivative of the function y = ln x2 + √x.