Skip to main content
calculuscalculatorguide

Step by Step Integral Calculator: Every Technique with Worked Examples

·17 min read·Solvify Team

An integral calculator shows every algebraic manipulation — from identifying the right technique to writing the final antiderivative — so you understand how an integral is solved, not just what the answer is. Integrals are the second major tool in calculus, right after derivatives, and they appear in everything from computing areas under curves to calculating work done by a variable force. This guide covers the four core integration methods — the power rule, u-substitution, integration by parts, and partial fractions — each with real worked examples using actual numbers. Whether you are in AP Calculus AB, AP Calculus BC, or a university calculus course, working through a step by step integral calculator alongside hand calculations builds the exam-ready fluency you need.

What Is an Integral and Why Does It Matter?

An integral is the mathematical inverse of a derivative. If a derivative measures how quickly something changes at a single instant, an integral accumulates the total effect of that change over an interval. Geometrically, the definite integral ∫(a to b) f(x) dx equals the net signed area between the curve y = f(x) and the x-axis over [a, b]. The indefinite integral ∫ f(x) dx produces a family of antiderivatives F(x) + C, where C is the constant of integration. Integrals appear across every quantitative field. In physics, integrating acceleration gives velocity; integrating velocity gives displacement. In engineering, integrals compute the center of mass of a solid or the total electrical charge in a circuit. In statistics, a probability density function must integrate to 1 over its full range. Understanding how to evaluate integrals step by step is not just a calculus course requirement — it is a broadly useful analytical skill. The Fundamental Theorem of Calculus connects derivatives and integrals: if F'(x) = f(x), then ∫(a to b) f(x) dx = F(b) - F(a). This theorem makes definite integral evaluation straightforward — find an antiderivative, substitute the two endpoints, and subtract. A step by step integral calculator applies exactly this theorem each time it processes a definite integral. Before touching a calculator, it helps to know what type of integral you have. Polynomials, composite functions, products of dissimilar functions, and rational expressions each call for a different technique. The decision framework below — the same logic an integral calculator follows — tells you which tool to reach for.

The definite integral ∫(a to b) f(x) dx gives the net signed area between y = f(x) and the x-axis over [a, b]. The indefinite integral ∫ f(x) dx = F(x) + C is a family of functions sharing the same derivative.

How a Step by Step Integral Calculator Approaches Every Problem

A step by step integral calculator does not just return a symbolic answer. It analyzes the structure of the integrand, selects the matching technique, performs each algebraic transformation, and labels every line with a reason. Understanding how it makes decisions lets you replicate the same process on a closed-book exam.

1. Step 1 — Identify the integrand type

Ask: is this a polynomial, a composite function, a product of dissimilar functions, or a rational function? The form of the integrand almost always tells you which technique applies. Polynomials use the power rule. Composite functions with their inner derivative present use u-substitution. Products of unrelated function types — polynomial × exponential, polynomial × logarithm — call for integration by parts. Rational functions with factorable denominators use partial fraction decomposition.

2. Step 2 — Apply the matching technique

Once you have identified the type, apply the corresponding rule. Each technique in this guide has a clear entry criterion and at least two worked examples showing every algebraic line. A step by step integral calculator does the same: it pattern-matches the integrand and shows every symbolic transformation with a written justification.

3. Step 3 — Simplify and check signs

After applying the main technique, simplify the result. Distribute any constants, combine like terms, and reduce fractions. This is where arithmetic errors are most likely. Working slowly through sign changes — especially with trigonometric antiderivatives — prevents the majority of mistakes.

4. Step 4 — Add + C for indefinite integrals

Every indefinite integral ends with + C, where C represents any real number constant. Forgetting + C is one of the most common point losses on calculus exams. A step by step integral calculator always includes it in the final line for indefinite integrals, which is a good reminder to adopt the same habit.

5. Step 5 — Evaluate bounds for definite integrals

For ∫(a to b) f(x) dx, substitute the upper bound b and lower bound a into the antiderivative F(x), then compute F(b) - F(a). Pay close attention to the order: upper minus lower, not lower minus upper. The result is a specific number; there is no + C in a definite integral answer.

6. Step 6 — Verify by differentiating your answer

For indefinite integrals, differentiate F(x) + C. If you recover f(x), the integration is correct. This check takes under a minute and catches sign errors, missing factors, and wrong exponents before they cost you points. Building this habit is one of the highest-return practices in any calculus course.

The Power Rule for Integration — Foundation of Every Calculus Course

The power rule is the most-used integration technique. It applies to any integrand of the form xⁿ where n ≠ -1: ∫ xⁿ dx = x^(n+1) / (n+1) + C The reasoning: d/dx [x^(n+1)/(n+1)] = (n+1)·xⁿ/(n+1) = xⁿ, so the antiderivative of xⁿ must be x^(n+1)/(n+1). The rule works for positive integers, negative integers, and fractions — any real n except -1, which is handled by ∫ x⁻¹ dx = ln|x| + C. Example 1 — Simple monomial: Evaluate ∫ x⁴ dx Apply power rule with n = 4: x^(4+1)/(4+1) + C = x⁵/5 + C Check: d/dx[x⁵/5] = 5x⁴/5 = x⁴ ✓ Example 2 — Polynomial with multiple terms: Evaluate ∫ (3x² - 8x + 5) dx Integrate term by term using linearity: ∫ 3x² dx - ∫ 8x dx + ∫ 5 dx = 3·(x³/3) - 8·(x²/2) + 5x + C = x³ - 4x² + 5x + C Check: d/dx[x³ - 4x² + 5x] = 3x² - 8x + 5 ✓ Example 3 — Negative exponent (rational function rewritten): Evaluate ∫ 1/x³ dx Rewrite as ∫ x⁻³ dx; apply power rule with n = -3: x^(-3+1)/(-3+1) + C = x⁻²/(-2) + C = -1/(2x²) + C Check: d/dx[-1/(2x²)] = -1/2 · (-2)x⁻³ = x⁻³ = 1/x³ ✓ Example 4 — Fractional exponent: Evaluate ∫ √x dx Rewrite as ∫ x^(1/2) dx; apply power rule with n = 1/2: x^(3/2)/(3/2) + C = (2/3)x^(3/2) + C Check: d/dx[(2/3)x^(3/2)] = (2/3)·(3/2)·x^(1/2) = √x ✓ A step by step integral calculator shows the same process for each term: rewrite in xⁿ form, increase the exponent by 1, divide by the new exponent, append + C.

Power Rule: ∫ xⁿ dx = x^(n+1)/(n+1) + C for all n ≠ -1. Raise the exponent by 1, divide by the new exponent. The one exception: ∫ x⁻¹ dx = ln|x| + C.

U-Substitution: Solving Composite Function Integrals Step by Step

U-substitution is the integration counterpart of the chain rule. Use it when the integrand contains a composite function — a function inside another function — and the derivative of the inner function also appears (or can be arranged to appear) in the expression. The method: let u = inner function, compute du = (derivative of inner function) × dx, substitute to convert the entire integral into terms of u only, evaluate ∫ f(u) du using a basic rule, then substitute back in terms of x. Example 1 — Derivative appears directly: Evaluate ∫ 2x·(x² + 1)⁵ dx The inner function is x² + 1; its derivative is 2x — already present. Let u = x² + 1; du = 2x dx Substitute: ∫ u⁵ du Apply power rule: u⁶/6 + C Substitute back: (x² + 1)⁶/6 + C Check: d/dx[(x² + 1)⁶/6] = 6(x² + 1)⁵/6 · 2x = 2x(x² + 1)⁵ ✓ Example 2 — Adjust with a constant factor: Evaluate ∫ x·√(x² + 4) dx Let u = x² + 4; du = 2x dx, so x dx = du/2 Substitute: ∫ √u · (du/2) = (1/2) ∫ u^(1/2) du Apply power rule: (1/2)·u^(3/2)/(3/2) + C = (1/3)u^(3/2) + C Substitute back: (1/3)(x² + 4)^(3/2) + C Check: d/dx[(1/3)(x² + 4)^(3/2)] = (1/3)·(3/2)(x² + 4)^(1/2)·2x = x√(x² + 4) ✓ Example 3 — Trigonometric composite: Evaluate ∫ cos(3x) dx Let u = 3x; du = 3 dx, so dx = du/3 Substitute: (1/3) ∫ cos(u) du = (1/3)sin(u) + C Substitute back: (1/3)sin(3x) + C Check: d/dx[(1/3)sin(3x)] = (1/3)·3cos(3x) = cos(3x) ✓ Example 4 — Exponential with linear inner function: Evaluate ∫ e^(5x) dx Let u = 5x; du = 5 dx, so dx = du/5 Substitute: (1/5) ∫ eᵘ du = (1/5)eᵘ + C Substitute back: (1/5)e^(5x) + C Check: d/dx[(1/5)e^(5x)] = (1/5)·5·e^(5x) = e^(5x) ✓ When you use a step by step integral calculator for these problems, it shows u written explicitly and highlights how du matches the remaining factor in the original integrand — which makes the substitution logic transparent.

U-substitution: let u = inner function, find du, transform the integral into purely u-terms, integrate, substitute back. The key test: after substituting, no x should remain in the integral.

Integration by Parts — When the Integrand Is a Product

Integration by parts is the integration analog of the product rule. Use it when the integrand is a product of two fundamentally different function types — a polynomial multiplied by an exponential, a polynomial multiplied by a logarithm, or a polynomial multiplied by a trigonometric function. The formula: ∫ u dv = uv - ∫ v du The critical skill is choosing u and dv correctly. Use the LIATE priority order — pick u from the highest-ranked category present: L — Logarithms (ln x, log x) I — Inverse trig (arcsin x, arctan x) A — Algebraic / polynomial (x², x, constant) T — Trigonometric (sin x, cos x) E — Exponential (eˣ, aˣ) The goal: the resulting ∫ v du should be simpler than what you started with. Example 1 — Polynomial × exponential: Evaluate ∫ x·eˣ dx LIATE: A before E → u = x, dv = eˣ dx du = dx; v = eˣ ∫ x·eˣ dx = x·eˣ - ∫ eˣ dx = x·eˣ - eˣ + C = eˣ(x - 1) + C Check: d/dx[eˣ(x - 1)] = eˣ(x - 1) + eˣ = eˣ·x ✓ Example 2 — Polynomial × logarithm: Evaluate ∫ x·ln(x) dx LIATE: L before A → u = ln(x), dv = x dx du = (1/x) dx; v = x²/2 ∫ x·ln(x) dx = (x²/2)·ln(x) - ∫ (x²/2)·(1/x) dx = (x²/2)·ln(x) - ∫ (x/2) dx = (x²/2)·ln(x) - x²/4 + C = (x²/4)(2·ln(x) - 1) + C Check: d/dx[(x²/4)(2ln(x) - 1)] = (x/2)(2ln(x) - 1) + (x²/4)·(2/x) = x·ln(x) - x/2 + x/2 = x·ln(x) ✓ Example 3 — Cyclic integration by parts (trig × exponential): Evaluate ∫ eˣ·sin(x) dx — call this integral I First pass: u = sin(x), dv = eˣ dx → du = cos(x) dx, v = eˣ I = eˣ·sin(x) - ∫ eˣ·cos(x) dx Second pass on ∫ eˣ·cos(x) dx: u = cos(x), dv = eˣ dx → du = -sin(x) dx, v = eˣ I = eˣ·sin(x) - [eˣ·cos(x) + ∫ eˣ·sin(x) dx] I = eˣ·sin(x) - eˣ·cos(x) - I 2I = eˣ(sin(x) - cos(x)) I = (eˣ/2)(sin(x) - cos(x)) + C Check: d/dx[(eˣ/2)(sin(x) - cos(x))] = (eˣ/2)(sin(x) - cos(x)) + (eˣ/2)(cos(x) + sin(x)) = eˣ·sin(x) ✓

Integration by Parts: ∫ u dv = uv − ∫ v du. Use LIATE to choose u: Logarithm first, then Inverse trig, Algebraic, Trigonometric, Exponential last.

Partial Fraction Decomposition for Rational Integrands

When the integrand is a rational function (ratio of polynomials) and the denominator factors into linear terms, partial fraction decomposition splits the single complex fraction into a sum of simpler fractions. Each simpler fraction integrates using ∫ 1/(x - a) dx = ln|x - a| + C. The procedure: (1) factor the denominator completely, (2) write the partial fraction template with unknown constants A, B, …, (3) multiply both sides by the full denominator to clear fractions, (4) solve for the constants by substituting strategic x-values, (5) integrate each term separately. Example 1 — Two distinct linear factors: Evaluate ∫ (3x + 7) / [(x + 1)(x + 4)] dx Template: A/(x + 1) + B/(x + 4) Clear denominator: 3x + 7 = A(x + 4) + B(x + 1) Set x = -1: 4 = 3A → A = 4/3 Set x = -4: -5 = -3B → B = 5/3 Integrate: ∫ [(4/3)/(x + 1) + (5/3)/(x + 4)] dx = (4/3)ln|x + 1| + (5/3)ln|x + 4| + C Example 2 — Repeated linear factor: Evaluate ∫ (2x + 3) / (x - 1)² dx Template: A/(x - 1) + B/(x - 1)² Clear denominator: 2x + 3 = A(x - 1) + B Compare x-coefficients: A = 2 Set x = 1: 5 = B Integrate: ∫ [2/(x - 1) + 5/(x - 1)²] dx = 2ln|x - 1| - 5/(x - 1) + C Note: for the repeated factor term, ∫ (x - 1)⁻² dx = (x - 1)⁻¹/(-1) = -1/(x - 1). This is just the power rule with a substitution. Partial fractions appears in Calculus II, physics (Laplace transforms), and engineering signal processing. A step by step integral calculator shows the full system of equations for all constants, which makes it easy to spot any algebraic mistake in your own decomposition.

Partial fractions: factor the denominator, write A/(linear factor) + B/(other factor) + …, clear denominators, solve for constants, then integrate each piece separately using ln|x − a| + C.

Definite Integrals and the Fundamental Theorem of Calculus

A definite integral ∫(a to b) f(x) dx produces a number — the net signed area under f(x) between x = a and x = b. The Fundamental Theorem of Calculus (Part 2) gives the evaluation rule: ∫(a to b) f(x) dx = F(b) - F(a) where F is any antiderivative of f. This is written using bracket notation as [F(x)](a to b) or F(x)|ₐᵇ. Example 1 — Polynomial definite integral: Evaluate ∫(1 to 4) (2x + 3) dx Antiderivative: F(x) = x² + 3x F(4) = 16 + 12 = 28 F(1) = 1 + 3 = 4 Result: 28 - 4 = 24 Check with geometry: y = 2x + 3 is a line. Average height on [1, 4] = (f(1) + f(4))/2 = (5 + 11)/2 = 8. Width = 3. Area = 8 × 3 = 24 ✓ Example 2 — Trigonometric definite integral: Evaluate ∫(0 to π/2) cos(x) dx Antiderivative: F(x) = sin(x) F(π/2) - F(0) = sin(π/2) - sin(0) = 1 - 0 = 1 Example 3 — Definite integral with u-substitution (change of limits method): Evaluate ∫(0 to 1) 2x·(x² + 1)³ dx Let u = x² + 1; du = 2x dx Convert limits: x = 0 → u = 1; x = 1 → u = 2 Transformed integral: ∫(1 to 2) u³ du = [u⁴/4](1 to 2) = 16/4 - 1/4 = 15/4 Example 4 — Net signed area (function crosses x-axis): Evaluate ∫(-1 to 2) (x² - 1) dx Note: x² - 1 < 0 on (-1, 1) and x² - 1 > 0 on (1, 2), so areas partially cancel. Antiderivative: F(x) = x³/3 - x F(2) - F(-1) = (8/3 - 2) - (-1/3 + 1) = 2/3 - 2/3 = 0 The definite integral is 0 — the negative region on (-1, 1) cancels the positive region on (1, 2). If you need total geometric area (not net): split at the zero-crossings and add absolute values of each sub-integral. When using a step by step integral calculator for definite integrals, it shows the antiderivative evaluation at each bound as a separate line before computing the difference — a practice worth following in your own handwritten work.

Fundamental Theorem (Part 2): ∫(a to b) f(x) dx = F(b) − F(a). Evaluate the antiderivative at the upper bound first, then subtract its value at the lower bound. Upper minus lower — not the other way.

Standard Integrals to Memorize for Exams

A step by step integral calculator evaluates these instantly, but they appear on closed-book exams. Knowing them on sight removes the need to re-derive them under time pressure.

1. ∫ xⁿ dx = x^(n+1)/(n+1) + C, for n ≠ -1

The general power rule. Add 1 to the exponent, divide by the new exponent. Works for positive integers, negative integers, fractions, and irrational exponents. The single exception: n = -1 gives ∫ 1/x dx = ln|x| + C, not x⁰/0.

2. ∫ eˣ dx = eˣ + C

The exponential function is its own antiderivative — the only elementary function with this property. For ∫ e^(ax) dx, u-substitution gives (1/a)e^(ax) + C. The 1/a factor is easy to forget.

3. ∫ sin(x) dx = -cos(x) + C

The antiderivative of sine is negative cosine. Writing +cos(x) is a very common error. Check: d/dx[-cos(x)] = +sin(x) ✓. The negative sign is present because the cosine function decreases where sine is positive.

4. ∫ cos(x) dx = sin(x) + C

The antiderivative of cosine is sine — no sign change here, unlike the sine case. Check: d/dx[sin(x)] = cos(x) ✓. This pair is worth memorizing together so the asymmetry between them sticks.

5. ∫ sec²(x) dx = tan(x) + C

Follows directly from d/dx[tan(x)] = sec²(x). Appears in integrals involving tangent and in problems after trigonometric substitution. Often caught off-guard students who memorize sine and cosine but forget the secant-squared form.

6. ∫ 1/x dx = ln|x| + C

The missing power-rule case (n = -1). The absolute value bars are mandatory: ln|x| is defined for negative x, while ln(x) alone would be undefined when x < 0. Omitting the absolute value is an error on any exam where x might be negative.

7. ∫ 1/(x² + 1) dx = arctan(x) + C

An inverse-trigonometric integral that appears in partial fraction problems when the denominator contains an irreducible quadratic. The general form: ∫ 1/(x² + a²) dx = (1/a)arctan(x/a) + C.

Common Mistakes Students Make When Evaluating Integrals

These errors appear on every set of calculus exams. Knowing them in advance and checking for them actively saves points on every test.

1. Forgetting the constant of integration + C

Every indefinite integral must end with + C. Omitting it is technically incorrect — there is an entire family of antiderivatives differing by constant values. Most instructors deduct points for this consistently. Making + C the last thing you write, before checking anything else, is a reliable habit.

2. Using the power rule when n = -1

∫ x⁻¹ dx is not x⁰/0 + C — that expression is undefined. The correct result is ln|x| + C. This mistake is especially common when students race through routine power-rule problems and hit a -1 exponent without noticing the exception.

3. Forgetting to back-substitute after u-substitution

After evaluating the u-integral, the answer must be expressed in terms of the original variable x. Leaving the answer in terms of u is wrong. A step by step integral calculator always shows the explicit back-substitution as its own labeled step — following this format in your handwritten work prevents the omission.

4. Not updating limits when using u-substitution on a definite integral

When you substitute u = g(x) in a definite integral, the bounds must also change: the lower bound a becomes g(a) and the upper bound b becomes g(b). If you change the variable but leave the original x-bounds, you evaluate over the wrong interval and get the wrong answer.

5. Picking the wrong u in integration by parts

Choosing u = eˣ and dv = x dx produces ∫ v du = ∫ x²/2 · eˣ dx — more complicated, not simpler. Follow LIATE: if a logarithm is present, it must be u. If a polynomial and exponential are both present with no logarithm, the polynomial is u. The principle: u should be the function that simplifies when differentiated.

6. Writing ∫ sin(x) dx = +cos(x) + C

The antiderivative of sin(x) is -cos(x) + C, not +cos(x) + C. This sign error is extremely common and appears in about one in four student solutions involving a sine integral. Check every time: d/dx[-cos(x)] = sin(x).

7. Evaluating F(a) - F(b) instead of F(b) - F(a)

The Fundamental Theorem requires F(upper bound) - F(lower bound). Reversing the order flips the sign of the answer. Writing the bracket notation [F(x)](a to b) as a template before substituting — with 'upper minus lower' explicitly in mind — catches this before it costs points.

Practice Problems with Full Solutions

Work through each problem independently before reading the solution. They are arranged by technique and increase in difficulty. After solving by hand, use a step by step integral calculator to compare your intermediate steps — catching a wrong sign at step 2 is more instructive than seeing a wrong final answer. Problem 1 — Power rule: Evaluate ∫ (5x³ - 2x + 7) dx Solution: Integrate term by term. ∫ 5x³ dx - ∫ 2x dx + ∫ 7 dx = 5·(x⁴/4) - 2·(x²/2) + 7x + C = (5/4)x⁴ - x² + 7x + C Check: d/dx[(5/4)x⁴ - x² + 7x] = 5x³ - 2x + 7 ✓ Problem 2 — Mixed exponents: Evaluate ∫ (√x + 1/x²) dx Rewrite: ∫ (x^(1/2) + x⁻²) dx = x^(3/2)/(3/2) + x⁻¹/(-1) + C = (2/3)x^(3/2) - 1/x + C Check: d/dx[(2/3)x^(3/2) - 1/x] = x^(1/2) + x⁻² = √x + 1/x² ✓ Problem 3 — U-substitution: Evaluate ∫ 3x²·e^(x³) dx Let u = x³; du = 3x² dx ∫ eᵘ du = eᵘ + C = e^(x³) + C Check: d/dx[e^(x³)] = e^(x³)·3x² ✓ Problem 4 — Definite integral: Evaluate ∫(1 to 3) (x² - x + 2) dx Antiderivative: F(x) = x³/3 - x²/2 + 2x F(3) = 27/3 - 9/2 + 6 = 9 - 4.5 + 6 = 10.5 F(1) = 1/3 - 1/2 + 2 = 2/6 - 3/6 + 12/6 = 11/6 Result: F(3) - F(1) = 21/2 - 11/6 = 63/6 - 11/6 = 52/6 = 26/3 Problem 5 — Integration by parts: Evaluate ∫ x·cos(x) dx LIATE: A before T → u = x, dv = cos(x) dx du = dx; v = sin(x) ∫ x·cos(x) dx = x·sin(x) - ∫ sin(x) dx = x·sin(x) - (-cos(x)) + C = x·sin(x) + cos(x) + C Check: d/dx[x·sin(x) + cos(x)] = sin(x) + x·cos(x) - sin(x) = x·cos(x) ✓ Problem 6 — Definite integral with u-substitution: Evaluate ∫(0 to π/6) sin(3x) dx Let u = 3x; du = 3 dx, so dx = du/3 New limits: x = 0 → u = 0; x = π/6 → u = π/2 (1/3) ∫(0 to π/2) sin(u) du = (1/3)[-cos(u)](0 to π/2) = (1/3)[-cos(π/2) + cos(0)] = (1/3)[0 + 1] = 1/3 Problem 7 — Partial fractions (challenge): Evaluate ∫ (x + 5) / [(x + 1)(x - 2)] dx Template: A/(x + 1) + B/(x - 2) Clear: x + 5 = A(x - 2) + B(x + 1) Set x = 2: 7 = 3B → B = 7/3 Set x = -1: 4 = -3A → A = -4/3 Integrate: (-4/3)ln|x + 1| + (7/3)ln|x - 2| + C

Frequently Asked Questions About Integral Calculators

1. What is the difference between a definite and an indefinite integral?

An indefinite integral ∫ f(x) dx produces a function — the antiderivative F(x) + C — representing an entire family of functions. A definite integral ∫(a to b) f(x) dx produces a specific number: the net signed area under f(x) from a to b. Definite integrals have no + C in the answer because the constant cancels when you compute F(b) - F(a).

2. How do I know which integration technique to use?

Work through this order: (1) Single polynomial term → power rule. (2) Composite function where the inner derivative appears → u-substitution. (3) Product of two dissimilar function types → integration by parts. (4) Rational function with factorable denominator → partial fractions. When unsure, try u-substitution first — it resolves the widest variety of cases in a typical calculus course.

3. Why does every indefinite integral need + C?

Because differentiation eliminates constants: d/dx[F(x) + 5] = d/dx[F(x) + 100] = F'(x). When reversing differentiation, any constant could have been present. Writing + C acknowledges the full family of antiderivatives. For definite integrals, the constants cancel: [F(b) + C] - [F(a) + C] = F(b) - F(a), so + C disappears naturally.

4. Can I use a step by step integral calculator on an exam?

Most AP Calculus and university calculus exams prohibit calculators entirely for integration sections. The value of a step by step integral calculator is in guided practice at home — use it to verify your manual solutions and identify exactly where your method diverges from the correct approach. This line-by-line comparison is far more instructive than just seeing a final answer differ.

5. What if u-substitution does not simplify the integral?

If your substitution leaves x-terms that do not cancel, try a different u. Common adjustments: choose the full argument of an exponential, or the complete expression inside a radical. If no substitution resolves it and the integrand is a product of different function types, switch to integration by parts. If it is a rational function, try partial fractions.

6. How do I verify an integral answer without a calculator?

Differentiate your result. If d/dx[F(x) + C] reproduces the original integrand f(x) exactly, the integration is correct. This check takes about 30 seconds for most integrals and catches sign errors, missing factors, and wrong exponents reliably. Making it a mandatory final step on every problem is one of the simplest ways to raise your exam accuracy.

7. What is the Fundamental Theorem of Calculus and why does it matter?

The Fundamental Theorem (Part 2) states that ∫(a to b) f(x) dx = F(b) - F(a), where F'(x) = f(x). This connects the two branches of calculus: differentiation and integration are inverse operations. Without this theorem, computing definite integrals would require building Riemann sums with hundreds of rectangles. With it, any definite integral reduces to evaluating an antiderivative at two points.

Tags:
calculuscalculatorguide

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices