Improper Integrals

Evaluate integrals over infinite intervals or involving unbounded functions by computing limits of proper integrals.

af(x)dx=limtatf(x)dx\int_a^{\infty} f(x)\,dx = \lim_{t \to \infty} \int_a^{t} f(x)\,dx

Solve a problem with Improper Integrals

Type the problem. The solver will use Improper Integrals where Improper Integrals is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Improper Integrals takes
ff
aa
tt
xx
Improper Integrals
SymbolMeaning
ffThe function being integrated, called the integrand; it must be continuous on the interval [a,)[a, \infty) (or at least integrable) for the improper integral to be well-defined.
aaThe lower limit of integration; a fixed real number where integration begins, so the integral extends from aa to infinity.
ttThe finite upper limit in the proper integral that approaches infinity; as tt \to \infty in the limit, the proper integral atf(x)dx\int_a^{t} f(x)\,dx approaches the improper integral.
xxThe variable of integration; as xx ranges from aa to tt (eventually to infinity), the function f(x)f(x) is evaluated and accumulated to produce the integral.

When to use it

Use improper integrals when the upper limit of integration is infinite or the integrand becomes unbounded on the interval.

Level

Usually taught in: Calculus II

Worked examples

1. Evaluate a convergent improper integral

Problem

Evaluate 11x2dx\int_1^{\infty} \frac{1}{x^2}\,dx.
  1. 11x2dx=limt1t1x2dx\int_1^{\infty} \frac{1}{x^2}\,dx = \lim_{t \to \infty} \int_1^{t} \frac{1}{x^2}\,dx

    Set up the limit of proper integrals—this is the definition of the improper integral.

  2. =limt[1x]1t= \lim_{t \to \infty} \left[-\frac{1}{x}\right]_1^{t}

    Integrate using the power rule: x2dx=x1+C\int x^{-2}\,dx = -x^{-1} + C.

  3. =limt(1t(11))= \lim_{t \to \infty} \left(-\frac{1}{t} - \left(-\frac{1}{1}\right)\right)

    Apply the fundamental theorem of calculus by substituting the bounds.

  4. =limt(1t+1)=0+1=1= \lim_{t \to \infty} \left(-\frac{1}{t} + 1\right) = 0 + 1 = 1

    As tt \to \infty, the term 1t0\frac{1}{t} \to 0, so the limit is 1.

Answer: 11

This integral converges because the integrand 1x2\frac{1}{x^2} decays fast enough as xx \to \infty. The limit process shows that even though we integrate to infinity, the total area under the curve is finite.

2. Evaluate a divergent improper integral

Problem

Evaluate 11xdx\int_1^{\infty} \frac{1}{x}\,dx or show that it diverges.
  1. 11xdx=limt1t1xdx\int_1^{\infty} \frac{1}{x}\,dx = \lim_{t \to \infty} \int_1^{t} \frac{1}{x}\,dx

    Set up the limit definition, just as with any improper integral.

  2. =limt[lnx]1t= \lim_{t \to \infty} [\ln x]_1^{t}

    The antiderivative of 1x\frac{1}{x} is lnx\ln|x|.

  3. =limt(lntln1)=limtlnt= \lim_{t \to \infty} (\ln t - \ln 1) = \lim_{t \to \infty} \ln t

    Evaluate at the bounds and simplify using ln1=0\ln 1 = 0.

  4. == \infty

    As tt \to \infty, the logarithm grows without bound, so the integral diverges.

Answer: diverges\text{diverges}

Unlike 1x2\frac{1}{x^2}, the function 1x\frac{1}{x} decays too slowly for the area to be bounded. Even though each proper integral is finite, the limiting process reveals that the total area is infinite. Determining whether an improper integral converges or diverges requires computing the limit explicitly.

3. Total profit from a declining revenue stream

Problem

A coffee shop earns revenue from a promotional item at a decreasing rate of r(t)=80(t+1)2r(t) = \frac{80}{(t+1)^2} dollars per day, where tt is the number of days since the promotion began. How much total revenue will the shop ultimately earn from this promotion if it continues indefinitely?
  1. 080(t+1)2dt=limT0T80(t+1)2dt\int_0^{\infty} \frac{80}{(t+1)^2}\,dt = \lim_{T \to \infty} \int_0^{T} \frac{80}{(t+1)^2}\,dt

    Set up the improper integral with the limit; the variable TT avoids confusion with the integration variable tt.

  2. =80limT0T(t+1)2dt= 80 \lim_{T \to \infty} \int_0^{T} (t+1)^{-2}\,dt

    Factor out the constant 80 and rewrite the integrand.

  3. =80limT[(t+1)1]0T= 80 \lim_{T \to \infty} \left[-(t+1)^{-1}\right]_0^{T}

    Use the power rule: (t+1)2dt=(t+1)1+C\int (t+1)^{-2}\,dt = -(t+1)^{-1} + C.

  4. =80limT(1T+1+10+1)= 80 \lim_{T \to \infty} \left(-\frac{1}{T+1} + \frac{1}{0+1}\right)

    Substitute the bounds TT and 00.

  5. =80limT(1T+1+1)=80(0+1)=80= 80 \lim_{T \to \infty} \left(-\frac{1}{T+1} + 1\right) = 80(0 + 1) = 80

    As TT \to \infty, we have 1T+10\frac{1}{T+1} \to 0.

Answer: 80 dollars80 \text{ dollars}

Although the promotion lasts forever, the revenue decays rapidly enough that the total converges to a finite amount. This illustrates how improper integrals model real-world quantities that accumulate over indefinite time but remain bounded—a key application in business, physics, and probability.

Common mistakes

Where Improper Integrals usually goes wrong
Answer came out wrong
Writing 11x2dx=[1x]1\int_1^{\infty} \frac{1}{x^2}\,dx = [-\frac{1}{x}]_1^{\infty} and then substituting: 1+1=1-\frac{1}{\infty} + 1 = 1.
Always use the limit notation: 11x2dx=limt1t1x2dx=limt[1x]1t\int_1^{\infty} \frac{1}{x^2}\,dx = \lim_{t \to \infty} \int_1^{t} \frac{1}{x^2}\,dx = \lim_{t \to \infty} [-\frac{1}{x}]_1^{t}, then evaluate the antiderivative at the finite bound tt before taking the limit.
Claiming that 11xdx=\int_1^{\infty} \frac{1}{x}\,dx = \infty means the integral equals infinity and is therefore a valid answer.
If limt1tf(x)dx=\lim_{t \to \infty} \int_1^{t} f(x)\,dx = \infty, state that the improper integral diverges and has no finite value. Divergence is a distinct outcome from convergence to a number.
Assuming that because 1x2\frac{1}{x^2} decays faster than 1x\frac{1}{x}, any integral of the form 11xpdx\int_1^{\infty} \frac{1}{x^p}\,dx with p>0p > 0 must converge.
Test convergence explicitly by computing the limit. For integrals of the form a1xpdx\int_a^{\infty} \frac{1}{x^p}\,dx with a>0a > 0, the integral converges if and only if p>1p > 1; this threshold determines convergence behavior.
The mistakeWhy it is wrongThe fix
Writing 11x2dx=[1x]1\int_1^{\infty} \frac{1}{x^2}\,dx = [-\frac{1}{x}]_1^{\infty} and then substituting: 1+1=1-\frac{1}{\infty} + 1 = 1.The symbol \infty is not a real number and cannot be substituted directly into expressions; you cannot perform algebra with \infty in place of a variable.Always use the limit notation: 11x2dx=limt1t1x2dx=limt[1x]1t\int_1^{\infty} \frac{1}{x^2}\,dx = \lim_{t \to \infty} \int_1^{t} \frac{1}{x^2}\,dx = \lim_{t \to \infty} [-\frac{1}{x}]_1^{t}, then evaluate the antiderivative at the finite bound tt before taking the limit.
Claiming that 11xdx=\int_1^{\infty} \frac{1}{x}\,dx = \infty means the integral equals infinity and is therefore a valid answer.When the limit of proper integrals is infinite, the improper integral does not have a finite value; it diverges, which means the improper integral is undefined in the usual sense.If limt1tf(x)dx=\lim_{t \to \infty} \int_1^{t} f(x)\,dx = \infty, state that the improper integral diverges and has no finite value. Divergence is a distinct outcome from convergence to a number.
Assuming that because 1x2\frac{1}{x^2} decays faster than 1x\frac{1}{x}, any integral of the form 11xpdx\int_1^{\infty} \frac{1}{x^p}\,dx with p>0p > 0 must converge.Decay rate matters critically: the integral 11xdx\int_1^{\infty} \frac{1}{x}\,dx diverges even though 1x>0\frac{1}{x} > 0 and decreases, showing that slow decay can defeat convergence no matter how small the integrand is.Test convergence explicitly by computing the limit. For integrals of the form a1xpdx\int_a^{\infty} \frac{1}{x^p}\,dx with a>0a > 0, the integral converges if and only if p>1p > 1; this threshold determines convergence behavior.

Tips and when to use something else

  • Write the limit notation first before evaluating the antiderivative; improper integrals are limits by definition, not direct substitutions into formulas.
  • As a quick sanity check, verify that the integrand approaches zero as xx \to \infty; if the integrand does not vanish, the improper integral will diverge.
  • For integrals of the form a1xpdx\int_a^{\infty} \frac{1}{x^p}\,dx, remember the threshold: convergence occurs if and only if p>1p > 1. This is a useful test case to keep in mind.
  • If your interval is actually finite and your integrand is bounded, use a regular definite integral instead of the improper integral framework—improper integrals are specifically for infinite domains or unbounded integrands.

Frequently asked questions

Does every improper integral converge to a finite value?
No. Some improper integrals converge to a finite number, while others diverge to infinity or have no limit. For example, 11x2dx=1\int_1^{\infty} \frac{1}{x^2}\,dx = 1 converges, but 11xdx\int_1^{\infty} \frac{1}{x}\,dx diverges. You must evaluate the limit explicitly to determine convergence.
What is the difference between an improper integral and an ordinary definite integral?
A definite integral has finite limits and an integrand bounded on the entire interval, so it evaluates directly using the antiderivative. An improper integral has either an infinite limit of integration or an unbounded integrand, so you must define it as a limit of definite integrals before computing. Every improper integral is built from a sequence of proper definite integrals.
Can an improper integral over an infinite interval give a finite answer?
Yes, absolutely. If the integrand decays fast enough, the improper integral converges to a finite value even as the domain extends to infinity. For instance, 11x2dx=1\int_1^{\infty} \frac{1}{x^2}\,dx = 1, and 1exdx=1e\int_1^{\infty} e^{-x}\,dx = \frac{1}{e}. The key is that rapid decay of the integrand ensures the total accumulated area remains bounded.
When do improper integrals appear in real applications?
Improper integrals arise when computing total quantities over infinite domains or involving unbounded behavior: total probability in a probability distribution, total energy dissipated over infinite time, revenue from a permanently declining income stream, or the total charge on an infinite conductor. Whenever a real-world quantity accumulates over an infinite extent or involves unbounded growth, improper integrals are the natural tool.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18