Questions tagged [indefinite-integrals]

Question about finding the primitives of a given function, whether or not elementary.

The indefinite integral is defined as a set of all functions $F$ such that $F' = f$. Each member of the set is called an antiderivative. For example, $$\int f(x) dx = \lbrace F(x): F'(x) = f(x) \rbrace$$ also commonly denoted as $$F(x) + C.$$

If $F'(z) = f(z)$ then we denote

$$\int f(z) \; dz = F(z)$$

and call $F(z)$ a primitive of $f(z)$, also called an antiderivative. This result, while taught early in elementary calculus courses, is actually a very deep result connecting the purely algebraic indefinite integral and the purely analytic (or geometric) definite integral.

Since the derivative of a constant is zero, any constant may be added to an antiderivative and will still correspond to the same integral. Another way of stating this is that the antiderivative is a nonunique inverse of the derivative. For this reason, indefinite integrals are often written in the form $$\int f(z)\;dz=F(z)+C$$

where $C$ is an arbitrary constant known as the constant of integration.

It may happen that there is no elementary function$^1$ such that $$\int f(z) \; dz = F(z)$$ In such case, we define a new function which is not elementary but still satisfies our definition. For example, there is no elementary function $F$ such that $F'(z) = \displaystyle \frac{e^z}{z}$. However, if we define

$$\int \frac{e^z}{z} dz = C + \log z + \int_0^z \frac{e^t-1}{t} dt$$

we can readily check that $F' = f$.

$^1$: A function built up of a finite combination of constant functions, field operations (addition, multiplication, division, and root extractions - the elementary operations) and algebraic, exponential, and logarithmic functions and their inverses under repeated compositions. See also.

Source: Wolfram Mathworld

5544 questions
3
votes
4 answers

Easiest way to calculate this indefinite integral

What's the easiest way to calculate the following indefinite integral: $$ \int \frac{\cos(x)}{\sqrt{2\sin(x)+3}} \mathrm{d}x $$
Ali
  • 145
  • 5
3
votes
3 answers

Find the integral $\int\frac{\sqrt{x-1}-\sqrt{x+1}}{\sqrt{x-1}-3\sqrt{x+1}}dx$

Find the integral $$I=\int\dfrac{\sqrt{x-1}-\sqrt{x+1}}{\sqrt{x-1}-3\sqrt{x+1}}dx$$ My try:…
SAQ
  • 367
3
votes
1 answer

Evalute $\int x\sqrt{1-x}\,dx$

How do we integrate the following without substitution!: $$\int x\sqrt{1-x}\,dx$$ My try: $$\int…
Math Student
  • 2,656
3
votes
1 answer

How can I calculate this integral $ \int\frac{\ln^2(a+bx)dx}{x^n} $ through partial method $\int udv=uv-\int vdu$

I solve integral considerable number, but the following integral I could not solve. It is about this integral: $$ \int\frac{\ln^2(a+bx)dx}{x^n} $$ I want to make the solution through partial method: $\int udv=uv-\int vdu$ I've solved the integral…
3
votes
3 answers

Evaluating $\int{{x^2 -1}\over{x^3 \sqrt{2x^4-2x^2+1}}} \mathrm dx$

How to evaluate: $$\int{{x^2 -1}\over{x^3 \sqrt{2x^4-2x^2+1}}} \mathrm dx$$
3
votes
2 answers

Indefinite integral $\int \frac {\mathrm d x} {p^2 + q^2 \cosh^2 a x}$

Spiegel's "Mathematical Handbook of Formulas and Tables" (Schaum, 1968), item $14.584$ gives: $$\int \dfrac {\mathrm d x} {p^2 + q^2 \cosh^2 a x} = \begin{cases} \dfrac 1 {2 a p \sqrt {p^2 + q^2} } \ln \left({\dfrac {p \tanh a x + \sqrt {p^2 + q^2}…
Prime Mover
  • 5,005
3
votes
1 answer

The indefinite integral of $\frac{e^{-\frac{(\alpha +\beta )^2}{4 \alpha }}}{2 \sqrt{\pi } \sqrt{\alpha }}$ w.r.t. $\alpha$

Mathematica tells me the indefinite integral is: $$ \frac{1}{2} e^{-\frac{\sqrt{\beta ^2}}{2}-\frac{\beta }{2}} \left(e^{\sqrt{\beta ^2}} \left(\text{erf}\left(\frac{1}{2} \sqrt{\alpha } \left(\frac{\sqrt{\beta ^2}}{\alpha …
3
votes
2 answers

Indefinite integral of $\frac{\sec^2x}{(\sec x+\tan x)^\frac{9}{2}}$

$$\frac{\sec^2x}{(\sec x+\tan x)^\frac{9}{2}}$$ My approach: Since it is easy to evaluate $\int{\sec^2x}$ , integration by parts seems like a viable option. Let $$I_n=\int{\frac{\sec^2x}{(\sec x+\tan x)^\frac{9}{2}}}$$ $$I_n=\frac{\tan x}{(\sec…
DatBoi
  • 4,055
3
votes
3 answers

Evaluate: $\int \frac{t^5-t^3}{t^{10}-1}\, dt. $

None of my attempts (such as letting $x=t^5$ or splitting up the integrand into two parts etc.) succeeded. Basically I couldn't find a useful thing on manipulating the given integrand. Please give me some hints.. Thanks in advance.
3
votes
3 answers

How to calculate this integral $\int\frac{x^4-1}{x^2\sqrt{x^4+x^2+1}}$?

I have to calculate the indefinite integral $$\int\frac{x^4-1}{x^2\sqrt{x^4+x^2+1}}$$ I tried a lot of unsuccessful substitutions and finally decided to try this Integral Calculator. It did calculate the answer but I can't understand the steps it…
3
votes
1 answer

Indefinite integral of the inverse Pythagorean theorem?

So here is my equation: $$\int{\frac{dx}{(x^2 + d^2)^{1/2}}}$$ Is there any way to solve this? Thanks! Also, $d$ is just a constant.
3
votes
0 answers

Find $\int \frac{\arcsin \sqrt{x}}{(1+x)\sqrt{x}}{\rm d}x$.

Problem Find $$\int \frac{\arcsin \sqrt{x}}{(1+x)\sqrt{x}}{\rm d}x.$$ My Try Considering making a substitute, let $\arcsin\sqrt{x}=t$, where $0
mengdie1982
  • 13,840
  • 1
  • 14
  • 39
3
votes
1 answer

Why is the constant of integration of the integrating factor irrelevant when solving first-order linear differential equations?

When solving a first order linear differential equation, why don't we add a constant to the integrating factor? Won't that affect the solution of the equation?
3
votes
2 answers

Integral and trig substitution

I have a problem with this integral: $$\int \frac{dx}{\sqrt{4x+x^2}}$$ I tried to transform it like this: $$\int \frac{dx}{\sqrt{4x+x^2}}=\int \frac{dx}{\sqrt{x^2+4x+4-4}}=\int \frac{dx}{\sqrt{(x+2)^2-4}}$$ $u=x+2$ , $du=dx$ then $$\int…
3
votes
2 answers

Evaluating a simple integral

I'm trying to evaluate a simple integral with basic rules we learned : $$\int\frac{2t+3}{9t^2-12t+8}dt$$ However I try, I fail. I tried substitution, splitting into two integrals and also square completion so I have this…
shlogek
  • 47