Practice Questions on Calculus - GeeksforGeeks (2024)

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.

There are two main branches of calculus:

  • Differential Calculus: This branch focuses on the concept of the derivative, which represents the rate of change of a function at a particular point.
  • Integral Calculus: Integral calculus deals with the concept of the integral, which represents the accumulation of quantities and the computation of areas under curves.

Limit of a Function

In mathematics, for a given function f(x), where x is a real number, we say that L is the limit of the function of at x = a if, whenever x approaches a, f(x) approaches L. This is written as:

lim⁡x→af(x)=L

To understand this concept, let’s look at an example.

Example: Find limx→2 f(x), where f(x) = (x2 − 4)/(x − 2).

Solution:​

Consider the function f(x) = (x2 − 4)/(x − 2)​.

To find lim⁡x→2f(x), where f(x) = (x2 − 4)/(x − 2)​, we can simplify the expression first:

f(x) = (x2 − 4)/(x − 2)

f(x) = (x − 2)(x + 2)/(x − 2)

f(x) = (x + 2)

Now, the limit becomes:

lim⁡x→2f(x) = (x + 2)

Plugging in x = 2, we get:

lim⁡x→2f(x) = 2 + 2 =4

So, lim⁡x→2f(x) = 4.

This means that even though f(x) is not defined at x = 2, we can determine that the function approaches the value 4 as x gets closer and closer to 2.

Continuity of a Function

A function f(x) is said to be continuous at a point (x = a) if three conditions are satisfied:

  • f(a) is defined.
  • lim⁡x→a f(x) exists.
  • lim⁡x→a f(x) = f(a)).

In simpler terms, a function is continuous at a point if there is no interruption in its graph at that point. The function must not have any holes, jumps, or vertical asymptotes at that point.

Examples of Continuity

  • Polynomials: Functions like ( f(x) = x2 + 3x + 2 ) are continuous everywhere because they are polynomials.
  • Rational Functions: Functions like ( f(x) = (x2 – 1)/(x – 1) are continuous everywhere except where the denominator is zero.

Calculus Questions with Solutions

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).

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

Question 10: 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 11: 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 12: 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)

Question 12: 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:

  1. Find the critical points of the function on the given interval.
  2. Evaluate the function at the critical points and the endpoints of the interval.
  3. 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 13: Find the area between the curves y = x^2 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 14: 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 15: 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 16: 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

Using the substitution u = ln(x), du = (1/x) dx

F(x) = ∫u2 du

⇒ F(x) = u3/3 + C

⇒ F(x) = (ln(x))3/3 + C

Substituting the limits:

∫(1 to e) (ln(x))2 dx = F(e) – F(1)

= (ln(e))^3/3 – (ln(1))^3/3

= 1/3 – 0

= 1/3

Question 17: 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.

Practice Problems on Calculus (Without Solutions)

Problem 1: Find the derivative of the function f(x) = 3x2 + 2x + 1.

Problem 2: Calculate the limit: limx → 3(x2 – 9)/(x – 3).

Problem 3: Find the critical points of the function g(x) = x3 – 12x + 1.

Problem 4: Determine the indefinite integral of the function h(x) = 2x3 + 3x2 + 5.

Problem 5: Find the area bounded by the curve y = x2 and the x-axis from x = 0 to x = 2.

Problem 6: Calculate the derivative of the function y = 1/x + 1/x2.

Problem 7: Find the second derivative of the function f(x) = 5x3 – 4x2 + 3x – 2.

Problem 8: Determine the limit: limx → 3 sin(x)/x.

Problem 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.

Problem 10: Calculate the derivative of the function y = ln x2 + √x.

Read More,

  • Practice Questions on Pythagoras Theorem
  • Practice Questions on Area of Triangle
  • Practice Questions on Slope of a line
  • Practice Questions on Symmetry
  • Geometry Questions
  • Practice Questions on Coordinate Geometry


N

nandinimi5b7m

Improve

Previous Article

GATE | CSE 2023 | Question 28

Next Article

Factor Tree

Please Login to comment...

Practice Questions on Calculus - GeeksforGeeks (2024)

References

Top Articles
Latest Posts
Article information

Author: Madonna Wisozk

Last Updated:

Views: 5719

Rating: 4.8 / 5 (68 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Madonna Wisozk

Birthday: 2001-02-23

Address: 656 Gerhold Summit, Sidneyberg, FL 78179-2512

Phone: +6742282696652

Job: Customer Banking Liaison

Hobby: Flower arranging, Yo-yoing, Tai chi, Rowing, Macrame, Urban exploration, Knife making

Introduction: My name is Madonna Wisozk, I am a attractive, healthy, thoughtful, faithful, open, vivacious, zany person who loves writing and wants to share my knowledge and understanding with you.