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
3 answers

How to solve some simple integrals (HW)

I'm stuck with those integrals. Can you give me a hint how to start solving? $$\int{\frac{\ln(x+1)}{x+1}}dx$$ $$\int{\frac{1}{x^2-1}}dx$$
user70844
1
vote
1 answer

Solve this integral..

$$\int_{}^{}{\frac{x^2}{e^x+1}}dx$$ I have tried this using by-parts method but I could not do the integration of the second function.
1
vote
3 answers

Solving $\displaystyle\int \dfrac{1+x \cdot \ln{x}}{x \cdot \ln{x}} dx$ with the $ \displaystyle{\int} \dfrac{f^{\prime} }{f} dx= \ln{f} $ identitiy.

I know how to solve this integral with u-substitution but im pretty sure it can be solved using the fact that if $ f(x) = x \cdot \ln{x} $ then $f^{\prime} = \ln{x} +1 $. However i don't know how.
Johnny
  • 79
  • 7
1
vote
1 answer

Stuck on an integral but very close to the answer

I want to show that this equation holds for positive a. $$\int \sqrt{a^2 + u^2}\;du = \frac{u}{2} \sqrt{a^2 + u^2}+ \frac{a^2}{2}\;ln(u+\sqrt{a^2+u^2}))+ C $$ My attempt is this: $$u=a.tan(t)\\du=a(1+tan^2(t))dt\\\int \sqrt{a^2 + u^2}\;du=\int…
1
vote
1 answer

A Seemingly Easy Indefinite Integral

So, I'm stuck with an integral. It asks- $$ \int e^x \sec(x) dx $$ I tried integration by parts, tried substituting. Nothing worked. Wolframalpha gave me some peculiar stuff(something called 'Hypergeometric function') which I don't understand at…
1
vote
1 answer

Evaluate$\int\frac{x-1}{(x+1)\sqrt{x^4+x^3+x^2}}dx$

Evaluate the indefinite integral $$\int\frac{x-1}{(x+1)\sqrt{x^4+x^3+x^2}}dx$$ What I have tried $$I = \int\frac{x^2-1}{(x^2+2x+1)\sqrt{x^4+x^3+x^2}}dx$$ $$I = \int\frac{x^2-1}{(x^2+2x+1)x\sqrt{x^2+\frac{1}{x}+1}}dx$$ How do I solve it? Help me…
jacky
  • 5,194
1
vote
1 answer

Extraordinary integral of a rational function

Recently I have encountered the integral of a rational function, which arose upon evaluating the ordinary integral of an irrational function, namely $\int \sqrt[n]{\frac{ax + b}{cx + d}}dx$: $$I =\int \frac{dx}{x^n -a^n}.$$ It can be observable…
1
vote
1 answer

Antiderivative of $f\cdot (f')^a$ for $a\in \mathbb{R}\setminus\{0\}$

Let $f$ be a $C^1$ function with $f'>0$, and let $a\not= 0$ be a real number. Is there a closed form for the integral $$ \int f(x) f'(x)^a \mathrm dx? $$ Certainly if $a=1$, then the integral is simply $f^2/2 + c$, but I do not see a way of doing it…
MSDG
  • 7,143
1
vote
4 answers

Computation Of Integrals

Computer the Integral: $$\int\frac{2x+1}{(x-1)(x-2)}dx$$ Now using partial fraction we can write $$\frac{2x+1}{(x-1)(x-2)}=\frac{A}{x-1}+\frac{B}{x-2}$$, So we get $$\frac{2x+1}{(x-1)(x-2)}=\frac{A(x-2)+B(x-1)}{(x-1)(x-2)}$$ Now for all $x$ not…
1
vote
1 answer

How to solve $\int\frac{\cos(2x)}{\cos x-\sin x}dx$?

$$\int\frac{\cos(2x)}{\cos x-\sin x}dx$$ $\cos(2x) = \cos^2(x) - \sin^2(x)$ thus the integral becomes: $$\int\frac{\cos^2(x)}{\cos x-\sin x} -\int\frac{\sin^2(x)}{\cos x-\sin x} $$ I am not sure what to do next, I'd appreciate any kind of help.
1
vote
2 answers

integral with several answers

Could you help me please with a question about integrals? Can an integral have more than one answer? For example with this integral: $$\int\sqrt{1+\sqrt{1-x^2}}dx$$ Doing by replacing u=$\sqrt{1-x^2}$, I have this solution:…
1
vote
2 answers

Find $\int \frac {1} {(x-a)^n} dx$

Find $\int \frac {1} {(x-a)^n} dx$ where $n \in \mathbb{N}, a \in \mathbb{R}$ Am I supposed to solve this using substitution?
J. Lastin
  • 455
1
vote
2 answers

Evaluate $\int \left(x^2(1+x^3)^{\frac{2}{3}}\right)^{-1} dx$

I'm stuck on evaluating this indefinite integral. $$\int\frac{dx}{x^2(1+x^3)^{\frac{2}{3}}}$$ I tried doing a u-substitution on the $1+x^3$ term inside the two-thirds power but didn't get anywhere. Any help?
1
vote
2 answers

Find the indefinite integral of $\int_{} \frac{x}{x^2+4}dx$

I am beginning to question whether the indefinite integral actually exists or I am doing something wrong with my u-substitution. Let $u = x^2 + 4, du = 2xdx,$ $$ \begin{align} \int_{} \frac{x}{x^2+4}dx &= \int_{}x(x^2 + 4)^{-1} \\ &= \frac{1}{2}…
Evan Kim
  • 2,399
1
vote
2 answers

What substitution should I notice in this integral?

I've solved this integral by partial integration method ('u' is first fraction and dv is the second fraction), but I've been told that there is a much simpler method using substitution which I can't see.I've tried to substitute arcsin(x) which…