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
1
vote
1 answer

Integrate $\int\frac{e^{\arcsin x} + x + 1}{\sqrt{1-x^2}}dx$

does anybody have an advice how I can integrate this $$\int\frac{e^{\arcsin x} + x + 1}{\sqrt{1-x^2}}dx$$ I tried substitution $\arcsin x=t$, but was not able to finish it.
1
vote
1 answer

$\int \tan(x)\operatorname{tanh}(x), \operatorname{dx}$

I was wondering if there existed a closed form for $$\int \tan(x)\operatorname{tanh}(x), \operatorname{dx}$$ I don't think this integral has a closed form, but could it be evaluated over some points $a$ and $b$? Note that solving the integral above…
Joao
  • 1,390
1
vote
3 answers

Integral of $\frac{x}{\sqrt{1+x^5}}$

I am trying to calculate the following integral: $\displaystyle\int_0^\infty \frac{x}{\sqrt{1+x^5}}\, dx$ But I can't seem to find a primitive for that function. I was trying to find a good substitution, but was unable to. Also, attempting to use…
John
  • 11
0
votes
1 answer

Equation with integral

I have the following equation: $$\int (x-b)^n(x-c)^mdx = \frac{f(x)}{a}.$$ I want to compute value of $a$, but I don't know how can I escape this integral. $b$, $c$, $n$, $m$ are constants.
vdrake6
  • 13
0
votes
1 answer

Integrating $\frac{1}{(ax^2+bx+c)^n}$ two ways

Could someone please show me how to do the indefinite integral of $$\frac{1}{(ax^2+bx+c)^n}$$ a) using real analysis (hard) b) using complex analysis (nice factoring) and show they give the same answer, without using any simplifiers into $1 + t^2$…
bobby
  • 689
0
votes
4 answers

Integral. Why it's negative?

I have an integral: $$ \int \frac{5}{50-x} dx$$ Why it is equal to $$ -5 \ln|50-x| +constant $$? I'm getting $$ 5 \ln|50-x| +constant $$
adam
  • 61
0
votes
1 answer

Integral of $\dfrac 1{(1+4x^2)^{3/2}}$

Does anybody have any hints to solve this question? $$\int \frac 1{(1+4x^2)^{\frac 32}}$$ I do not understand how to get $x = \frac 12 \tan(u)$ and $dx= \frac 12 \sec^2(u)$ as it says in the answer key.
0
votes
1 answer

Integrate $\int\exp\left(ax+bx^2\right)x^{\eta}\mathrm{d}x$

Consider the following integral: $$\int\exp\left(ax+bx^2\right)x^{\eta}\mathrm{d}x$$ where $\eta\ge0$ is a real number, and $a$ and $b$ are also real numbers. Can I express this integral in terms of some special functions, such as the incomplete…
a06e
  • 6,665
0
votes
1 answer

Help me evaluate this integral

$\displaystyle \int \frac{\ln x}{x^2} \mathrm dx$ I just can't seem to figure this one out. I tried integrating by parts but I'm stuck.
Paze
  • 1,956
0
votes
0 answers

Problem evaluating $\int x^2 \sqrt {a^2 - x^2} \, \mathrm d x$

I am having trouble with the Schaum Mathematical Handbook of Formulas and Tables (1968, Murray R. Spiegel) item $14.246$: $$\int x^2 \sqrt {a^2 - x^2} \, \mathrm d x = -\frac {x (\sqrt {a^2 - x^2})^3} 4 + \frac {a^2 x \sqrt {a^2 - x^2} } 8 + \frac…
Prime Mover
  • 5,005
0
votes
2 answers

Find the integral $\int\frac{\arcsin x}{(1-x^2)^\frac32} dx$

Find the integral $$\int\dfrac{\arcsin x}{(1-x^2)^\frac32} dx$$ We can see that $d(\arcsin x)=\dfrac{1}{\sqrt{1-x^2}} dx$. So we can write the given integral as $$\int\dfrac{\arcsin x}{1-x^2}d(\arcsin x),$$ which I didn't find very helpful. Another…
SAQ
  • 367
0
votes
0 answers

Determine the given integral of differential binomial

I need solve the given integral: $$\int\sqrt[4]{4x-x^4}dx$$ My attemp: $$\int\sqrt[4]{4x-x^4}dx=\int x^{\frac{1}{4}}(-x^3+4)^{\frac{1}{4}}dx$$ $p=\frac{1}{4}, q=4, r=\frac{1}{4}, s=2.$ $\frac{p+1}{q}, and \frac{p+1}{q}+r$ is not integer. I have…
0
votes
3 answers

Calculate $\int x^2\sqrt{a^2+x^2}dx$

Calculate $$\int x^2\sqrt{a^2+x^2}dx$$ My try (directly integrating by parts): $$\int x^2\sqrt{a^2+x^2}=\dfrac{x^3}{3}\sqrt{a^2+x^2}-\int \dfrac{x^3}{3}\dfrac{x}{\sqrt{x^2+a^2}} dx=\\=\dfrac{x^3}{3}\sqrt{a^2+x^2}-\dfrac13\int \dfrac{x^3\cdot…
Math Student
  • 2,656
0
votes
1 answer

Prove a recurrent relation for $\int\frac{\sin^nx}{\cos^mx}dx$

How do we prove $$\int\dfrac{\sin^nx}{\cos^mx}dx=\dfrac{\sin^{n-1}x}{(m-1)\cos^{m-1}x}-\dfrac{n-1}{m-1}\int\dfrac{\sin^{n-2}x}{\cos^{m-2}x}dx,m\ne-1?$$ At first I decided to take $m=n$. In this case we can write the given integral as…
Math Student
  • 2,656
0
votes
0 answers

What are the rules for evaluating an indefinite integral by by expanding the integrand in power series and integrating the power series term by term.

I was browsing through Carr's Synopsis, the book made famous by Srinivasa Ramanujan (available in archive.org), in page 319 . I found this: We usually integrate only definite integrals term by term, subject to some conditions. Are there conditions…