👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Applied Mathematics
Study mode

Integral Calculus

Learning objective
Understand integration methods and apply integral calculus to evaluate areas and solve engineering problems.

Introduction to Integral Calculus

Integral calculus is a fundamental branch of mathematics that deals with the concept of accumulation. It is essentially the reverse process of differentiation. While differentiation finds the rate at which a quantity changes, integration helps us find the total accumulation of that quantity over an interval.

One of the most intuitive ways to understand integration is through its geometric interpretation: the area under a curve. Imagine plotting a function on a graph; the integral calculates the area between the curve and the x-axis over a specified interval. This concept is crucial in mechanical engineering, where quantities like displacement, work done by forces, and volumes are often calculated using integrals.

In this chapter, we will explore the two main types of integrals - definite and indefinite integrals - and learn various techniques to solve them. We will also see how these integrals apply to real-world engineering problems.

Definite and Indefinite Integrals

Before diving into techniques, it is essential to distinguish between indefinite integrals and definite integrals.

Indefinite Integrals

An indefinite integral represents the family of all antiderivatives of a function. If you have a function \( f(x) \), its indefinite integral is written as:

Indefinite Integral

\[\int f(x) \, dx = F(x) + C\]

The general antiderivative of function f(x)

f(x) = function to integrate
F(x) = antiderivative of f(x)
C = constant of integration

Here, \( F(x) \) is any function whose derivative is \( f(x) \), and \( C \) is an arbitrary constant because differentiation of a constant is zero.

Definite Integrals

Definite integrals calculate a numerical value representing the net area under the curve of \( f(x) \) between two points \( a \) and \( b \) on the x-axis. It is written as:

Definite Integral

\[\int_a^b f(x) \, dx = F(b) - F(a)\]

Area under curve f(x) from x = a to x = b

a,b = limits of integration
f(x) = function to integrate
F(x) = antiderivative of f(x)

This result comes from the Fundamental Theorem of Calculus, which connects differentiation and integration.

a b f(x) x

Figure: The shaded region between \( x = a \) and \( x = b \) under the curve \( f(x) \) represents the definite integral \( \int_a^b f(x) \, dx \). The curve above also represents the antiderivative \( F(x) \), whose slope at any point is \( f(x) \).

Integration Techniques

Not all integrals can be solved by simple formulas. Various techniques help us evaluate more complex integrals. Choosing the right method depends on the form of the integrand (the function being integrated).

graph TD    A[Start: Given Integral] --> B{Is integrand a composite function?}    B -- Yes --> C[Use Substitution Method]    B -- No --> D{Is integrand a product of functions?}    D -- Yes --> E[Use Integration by Parts]    D -- No --> F{Is integrand a rational function?}    F -- Yes --> G[Use Partial Fraction Decomposition]    F -- No --> H[Try other methods or special formulas]

1. Substitution Method

This method is useful when the integrand contains a function and its derivative. It simplifies the integral by changing variables.

Procedure:

  1. Identify an inner function \( u = g(x) \).
  2. Compute \( du = g'(x) dx \).
  3. Rewrite the integral in terms of \( u \) and \( du \).
  4. Integrate with respect to \( u \), then substitute back \( x \).

2. Integration by Parts

Used when the integrand is a product of two functions, often where one simplifies upon differentiation and the other is easy to integrate.

Formula:

Integration by Parts

\[\int u \, dv = uv - \int v \, du\]

Transforms integral of product into simpler form

u = function chosen to differentiate
dv = function chosen to integrate
du = derivative of u
v = integral of dv

3. Partial Fraction Decomposition

When the integrand is a rational function (ratio of polynomials), it can often be decomposed into simpler fractions that are easier to integrate.

Steps:

  1. Factor the denominator \( Q(x) \) into linear or quadratic factors.
  2. Express the integrand as a sum of fractions with unknown coefficients.
  3. Solve for coefficients by equating numerators.
  4. Integrate each simpler fraction separately.

Partial Fraction Decomposition

\[\int \frac{P(x)}{Q(x)} \, dx = \int \left( \frac{A}{x - r} + \frac{Bx + C}{x^2 + px + q} + \cdots \right) dx\]

Breaks rational function into simpler integrable parts

P(x), Q(x) = polynomials
A, B, C = constants to be determined
r, p, q = roots and coefficients of denominator

Applications of Integral Calculus

Integral calculus plays a vital role in solving practical problems in mechanical engineering. Here are some common applications:

Area under Curves

Calculating the area between a curve and the x-axis or between two curves is a direct application of definite integrals.

Volume and Work Calculations

Integrals help find volumes of solids of revolution and work done by variable forces, which are common in mechanical systems.

Area under curve Volume of revolution Work done by force

Formula Bank

Formula Bank

Indefinite Integral
\[\int f(x) \, dx = F(x) + C\]
where: \(f(x)\) = integrand function, \(F(x)\) = antiderivative, \(C\) = constant of integration
Definite Integral
\[\int_a^b f(x) \, dx = F(b) - F(a)\]
where: \(a,b\) = limits of integration, \(f(x)\) = integrand, \(F(x)\) = antiderivative
Integration by Substitution
\[\int f(g(x)) g'(x) \, dx = \int f(u) \, du\]
where: \(u = g(x)\), \(du = g'(x) dx\)
Integration by Parts
\[\int u \, dv = uv - \int v \, du\]
where: \(u, v\) are functions of \(x\); \(du = \frac{du}{dx} dx\); \(dv\) is differential of \(v\)
Partial Fraction Decomposition
\[\int \frac{P(x)}{Q(x)} \, dx = \int \left( \frac{A}{x - r} + \frac{Bx + C}{x^2 + px + q} + \cdots \right) dx\]
where: \(P(x), Q(x)\) are polynomials; \(A, B, C\) are constants; \(r, p, q\) are roots/coefficients

Worked Examples

Example 1: Evaluating \(\int_0^2 2x e^{x^2} dx\) Easy
Evaluate the definite integral \(\int_0^2 2x e^{x^2} dx\) using substitution.

Step 1: Identify substitution candidate. Let \( u = x^2 \). Then, \( du = 2x dx \).

Step 2: Rewrite the integral in terms of \( u \):

\[ \int_0^2 2x e^{x^2} dx = \int_{u=0}^{u=4} e^u du \]

Note: Limits change because when \( x=0 \), \( u=0^2=0 \); when \( x=2 \), \( u=2^2=4 \).

Step 3: Integrate with respect to \( u \):

\[ \int_0^4 e^u du = e^u \Big|_0^4 = e^4 - e^0 = e^4 - 1 \]

Answer: \(\boxed{e^4 - 1}\)

Example 2: Find \(\int x \cos x \, dx\) using integration by parts Medium
Evaluate the indefinite integral \(\int x \cos x \, dx\).

Step 1: Choose \( u = x \) (simplifies upon differentiation), \( dv = \cos x \, dx \).

Then, \( du = dx \), and \( v = \sin x \).

Step 2: Apply integration by parts formula:

\[ \int x \cos x \, dx = uv - \int v \, du = x \sin x - \int \sin x \, dx \]

Step 3: Integrate \(\int \sin x \, dx = -\cos x + C\).

Step 4: Substitute back:

\[ \int x \cos x \, dx = x \sin x + \cos x + C \]

Answer: \(\boxed{x \sin x + \cos x + C}\)

Example 3: Integrate \(\int \frac{3x+5}{(x+1)(x+2)} dx\) using partial fractions Medium
Evaluate the indefinite integral \(\int \frac{3x+5}{(x+1)(x+2)} dx\).

Step 1: Express as partial fractions:

\[ \frac{3x+5}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2} \]

Step 2: Multiply both sides by \((x+1)(x+2)\):

\[ 3x + 5 = A(x+2) + B(x+1) \]

Step 3: Expand and collect terms:

\[ 3x + 5 = A x + 2A + B x + B = (A + B) x + (2A + B) \]

Step 4: Equate coefficients:

  • \(A + B = 3\)
  • \(2A + B = 5\)

Step 5: Solve the system:

Subtract first from second: \((2A + B) - (A + B) = 5 - 3 \Rightarrow A = 2\)

Then, \(B = 3 - A = 3 - 2 = 1\).

Step 6: Rewrite integral:

\[ \int \frac{3x+5}{(x+1)(x+2)} dx = \int \frac{2}{x+1} dx + \int \frac{1}{x+2} dx \]

Step 7: Integrate:

\[ 2 \ln|x+1| + \ln|x+2| + C \]

Answer: \(\boxed{2 \ln|x+1| + \ln|x+2| + C}\)

Example 4: Calculate area between \( y = x^2 \) and \( y = x + 2 \) from \( x=0 \) to \( x=2 \) Medium
Find the area enclosed between the curves \( y = x + 2 \) and \( y = x^2 \) between \( x=0 \) and \( x=2 \).

Step 1: Identify which curve is on top in the interval.

At \( x=0 \), \( y = 0 + 2 = 2 \) and \( y = 0^2 = 0 \), so \( y = x + 2 \) is above.

At \( x=2 \), \( y = 2 + 2 = 4 \) and \( y = 2^2 = 4 \), curves meet.

Step 2: Set up integral for area:

\[ \text{Area} = \int_0^2 \big( (x + 2) - x^2 \big) dx \]

Step 3: Integrate:

\[ \int_0^2 (x + 2 - x^2) dx = \int_0^2 x \, dx + \int_0^2 2 \, dx - \int_0^2 x^2 \, dx \]

Calculate each:

  • \(\int_0^2 x \, dx = \frac{x^2}{2} \Big|_0^2 = \frac{4}{2} = 2\)
  • \(\int_0^2 2 \, dx = 2x \Big|_0^2 = 4\)
  • \(\int_0^2 x^2 \, dx = \frac{x^3}{3} \Big|_0^2 = \frac{8}{3}\)

Step 4: Sum results:

\[ 2 + 4 - \frac{8}{3} = 6 - \frac{8}{3} = \frac{18 - 8}{3} = \frac{10}{3} \]

Answer: Area = \(\boxed{\frac{10}{3}}\) square units.

Example 5: Work done by force \( F(x) = 5x^2 \) from \( x=0 \) to \( x=3 \) meters Hard
Calculate the work done by a variable force \( F(x) = 5x^2 \) Newtons as it moves an object from \( x=0 \) to \( x=3 \) meters.

Step 1: Recall work done by variable force is given by:

\[ W = \int_a^b F(x) \, dx \]

Step 2: Substitute values:

\[ W = \int_0^3 5x^2 \, dx = 5 \int_0^3 x^2 \, dx \]

Step 3: Integrate:

\[ 5 \times \frac{x^3}{3} \Big|_0^3 = \frac{5}{3} (27 - 0) = \frac{135}{3} = 45 \]

Answer: Work done \( W = \boxed{45} \) Joules (since force in Newtons and distance in meters).

Tips & Tricks

Tip: Look for substitution candidates by identifying inner functions whose derivative is present.

When to use: When integrand is a composite function or product involving a function and its derivative.

Tip: Choose \( u \) in integration by parts as the function that simplifies upon differentiation.

When to use: When integrating product of algebraic and transcendental functions.

Tip: For rational functions, always attempt partial fraction decomposition if denominator factors nicely.

When to use: When integrand is a rational function with factorable denominator.

Tip: Remember to add constant of integration for indefinite integrals.

When to use: Always in indefinite integral problems.

Tip: Use symmetry properties to simplify definite integrals when possible.

When to use: When integrand or limits exhibit symmetry.

Common Mistakes to Avoid

❌ Forgetting to change the limits of integration after substitution in definite integrals.
✓ Always convert the original limits to new variable limits after substitution.
Why: Students often apply substitution but keep old limits, leading to incorrect evaluation.
❌ Omitting the constant of integration in indefinite integrals.
✓ Always include + C in indefinite integral results.
Why: Neglecting constant leads to incomplete general solution.
❌ Incorrectly choosing \( u \) and \( dv \) in integration by parts, making integral more complicated.
✓ Select \( u \) as function that simplifies upon differentiation and \( dv \) as easily integrable function.
Why: Poor choice increases complexity and wastes time.
❌ Not fully decomposing rational functions before integrating.
✓ Perform complete partial fraction decomposition before integration.
Why: Skipping steps leads to wrong integrals or unsolvable forms.
❌ Mixing up definite and indefinite integral notation and results.
✓ Be clear whether integral is definite (with limits) or indefinite (without limits) and apply formulas accordingly.
Why: Confusion leads to missing evaluation step or adding unnecessary constants.
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Integral Calculus · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.