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
0
votes
0 answers

How to choose correct trigonometric identity when solving integration questions

For example $\int\frac{sin²x}{1+cosx}$dx Here I use trigonometric identity:- sin²x= 1-cos²x The following integral transforms into $\int\frac{1-cos²x}{1+cosx}$dx And now here I have another doubt what kind of substitution should I make? I always…
0
votes
1 answer

How to integrate the above integrand?

enter image description here How to integrate the above integrand? We can write the above integrand as $\ln\left(\frac{1-x^4}{1-x}\right)$. So, it will become $\ln(1-x^4)-\ln(1-x)$. But how to solve after that?
0
votes
1 answer

Calculating this integral without trigonometric functions

I have a problem with this integral and all the online calculators use t=atan(a). Is there a different way without using trigonometry? $\int\frac{r^2}{(r^2+a^2)^\frac{5}{2}}dr$
0
votes
1 answer

Simple integral question for expression of constant term

$\frac{dy}{dx}\ = \frac{-1}{x^3}\\$ is the solution: $y = \frac{1}{2x^2} + k$ or $y = \frac{1}{2x^2} - k$
number8
  • 515
0
votes
2 answers

Need help solving an integral with substitution method

I'm currently working on a calculus problem and I'm having trouble solving it. The integral I'm trying to evaluate is: $$\int^{}_{} \left( 2x+3\right)^{2} \ln \left( 2x+3\right) dx$$ I know that I can use the substitution method to simplify this…
0
votes
1 answer

Find the integral of $\frac{2}{\gamma M^2}(1-M^2)\left[1+\frac{1}{2}(\gamma-1)M^2\right]^{-1}\frac{dM}{M}$?

This integral is given without proof/detail in the textbook Modern Compressible Flow by John Anderson. The ratio of specific heats, $\gamma$, is a positive and constant real number. $\int_{M_1}^{M_2}\frac{2}{\gamma…
nwsteg
  • 329
0
votes
1 answer

Apparent contradiction when doing an integration

$\frac{1}{\sinh^2(x)} = \frac{4}{(e^{x} - e^{-x})^2} = \frac{4e^{2x}}{(e^{2x} - 1)^2} = \frac{4e^{2x}}{(1 - e^{2x})^2}$. But $\int dx \frac{1}{\sinh^2(x)} = -\coth(x) = \frac{e^x + e^{-x}}{e^{-x} - e^x}$ and $\int dx \frac4{(e^{x} - e^{-x})^2} =…
Gleeson
  • 113
0
votes
1 answer

Get integral of function containing integer part of x

I have an integral: $$ \int [x]\cdot |\sin(\pi x)| dx;\ \ x > 0 $$ I‘ m trying to calculate it by integrating by parts, but a don’t know how to define [x]’. This is what I got: $$ [x]’ = \lim_{\Delta x \to 0} \left(\frac{[x + \Delta x] - [x]}{\Delta…
0
votes
0 answers

integral of $(x^2)^n$

I tried two methods of doing this, a. $\int(x^2)^ndx = \int{x^{2n}}dx = \frac {x^{2n+1}}{2n+1}+C$ b. $\int(x^2)^ndx = \frac{({x^2})^{n+1}}{(n+1)(2x)}+C = \frac {x^{2n+1}}{2n+2}+C$ why is it different?
0
votes
1 answer

Calculate indefinite integral not defined in zero

I would like to know any clue to calculate this integral: $\int_{R} \frac{1}{exp(x^{2})-a}$, where $a$ is a real parameter. What methods could be used?
0
votes
1 answer

Indefinite integral with three logarithm functions

Is there a way to evaluate the following integral involving three logarithmic functions $$ I(y)=\int \frac{\log(1+y)\log(y)\log(1-y)}{y}\mathrm{d}y $$ ?
user12588
  • 399
0
votes
1 answer

Non-elementary primitive of $xe^x$

Once I was working on simple integrals, and I decided to break the system by counting the integral. Let $f(x)=xe^x$. Then if we take not $\{x=u;\ e^xdx=dv\}$ but $\{xdx=dv;\ e^x=u\}$. As soon as I did so, the primitive took the form of $$ \int…
0
votes
3 answers

$ \int \frac{1+\sin 4x}{(\sin x -\cos x) \cdot \cos x}\, dx$ by substitution

I have to solve this integral $$ \int \frac{1+\sin 4x}{(\sin x -\cos x) \cdot \cos x}\, dx$$ It seems that the most convenient way to operate is doing the substitution $ \tan x = t$. Then after some passages the integral becomes: $$ \int…
Anne
  • 2,931
0
votes
1 answer

What is an indefinite integral?

First of all sorry for asking such a dumb question What is an indefinite integral? Is it the difference between y=f(a) from f(b)=0? I mean, if f(b)=0 and we are to determine the integral at x=a of f(x) does that mean indefinite integral for this…
MSKB
  • 305
0
votes
2 answers

Indefinite Integral of $\dfrac {x^{p-1}}{x^{2m} - a^{2m}}$

I am looking at a bunch of related integrals found in Spiegel's "Mathematical Handbook of Formulas and Tables", (Schaum, 1968), item $14.336$. It's a complicated and messy old beast: For $m \in \mathbb Z$ such that $m \ge 1$: $\displaystyle \int…
Prime Mover
  • 5,005