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

How To Evaluate $ \int \frac{\sin^2x\cdot\cos^2x}{(\sin^3x + \cos^3x)^2}\ dx $?

$$ \int \frac{\sin^2x\cdot\cos^2x}{(\sin^3x + \cos^3x)^2}\ dx $$ What I tried was To convert $N^r$ into $sin2x$ To Use Identity $(a+b)^3 = (a^3 + b^3)(a^2 + b^2 - ab) $ But none of them proved useful ? How do I evaluate this Integral ?
user592524
1
vote
1 answer

Finding value of $ \int \ln(1+2k\cos x+k^2)dx\;\;, k>0$

Finding value of $\displaystyle \int \ln(1+2k\cos x+k^2)dx\;\;, k>0$ Try: Let $\displaystyle I = \int \ln(1+2k\cos x+k^2)dx$ So $\displaystyle I = \ln(1+2k\cos x+k^2)\cdot x+\int \frac{2k\sin x \cdot x}{1+2k\cos x+k^2}dx$ How can i solve it from…
DXT
  • 11,241
1
vote
1 answer

How to solve/rewrite $\int\ln(f(x))dx$ when $x$ is a function of time $t$

OK, I've made some major progress on an important paper of mine and it all boils down to solving/rewriting the integral $\int\ln(f(x))dx$ but the twist is that $x$ is some unknown function of $t$, i.e. $$\int\ln(f(x(t)))dx(t)$$ and I'm looking for…
frencho
  • 139
1
vote
4 answers

Indefinite integral problem. I don't see the trick!

So I have this indefinite integral: $$ \int \frac{x}{1+x^4} \, dx$$ My initial hunch is to make $u = 1 + x^4$ but the derivative of that is $4x^3$ but that there is an x in the numerator of the integrand. So I don't see how I can do a u substitution…
Jwan622
  • 5,704
1
vote
1 answer

Indefinite integral checks

Just wanted to do some quick sanity checks on a few problems. Also, why does u substitution work on a high level. When I get to a line like $du = -3y^2 \, dy$, what does the $du$ and the $dy$ individually mean? $$\int y^2 ( 4 -…
Jwan622
  • 5,704
1
vote
4 answers

Compute $I=\int(x+3)\sqrt\frac{x+2}{x-2}\mathrm dx$

Compute $$I=\int(x+3)\sqrt\frac{x+2}{x-2}\mathrm dx$$ The way I approach this problem was to: Set $u=\sqrt{x-2}$ and arrive at $$I=2\int\frac{u^2(u^2+1)}{\sqrt{u^2-4}}\mathrm du$$ Set $u=2\sec t\implies\mathrm du=2\sec t\tan t\mathrm dt$ to get…
1
vote
1 answer

How to find a boundary of a definite integral?

Given that $$\int_{c}^xf(t)\,\mathrm{d}t=x^3 + x^5,$$ where $c$ is constant, find the value of $c$. I started by getting finding $D_x(\int_{c}^xf(t)\,\mathrm{d}t)$: $$D_x\left(\int_{c}^xf(t)\,\mathrm{d}t\right)=D_x(x^3 + x^5) = 3x^2 + 5x^4.$$…
PRD
  • 611
1
vote
3 answers

Integrating $xe^{x} \cos x$

Please help me to integrate the following function. I'm unsure of following a particular method . $$xe^{x}\cos x $$
user524745
1
vote
0 answers

$\int\frac{x}{(x\tan x+1)^2}\,\mathrm{d}x$

$$ \int\frac{x}{(x\tan x+1)^2}\,\mathrm{d}x = \int x \frac{\cot^2 x}{(x+\cot x)^2}\,\mathrm{d}x.$$ By parts method gives $$-\frac{x}{x+\cot x}+\int\frac{1}{x+\cot x}\,\mathrm{d}x,$$ and how to solve it?
jacky
  • 5,194
1
vote
2 answers

How to find a primitivefunction for $(\sec(x))^3$

I had a test where I was asked this question. I integrated the function by taking $\tan x=u$ and then $\sec^2x \, dx=du$. I took $\sec(x) =\sqrt{1+u^2}$ and then using the basic formulas calculated the correct answer but my teacher didn't give me…
1
vote
1 answer

Proving absolute integral inequality

I have a function $f(x)$ in $[0,2\pi]$ for which $f(0) = f(2\pi)$ and for which $|f''(x)| \le 1$. Show that $$\left|\int_0^{2\pi} f(t)\sin(nt)dt\right| \le \frac{4}{n^2}$$ for every natural $n$. How do I prove this? I manage to get to the…
Jamaico
  • 33
1
vote
1 answer

How do I find the primitive of $f(x)=arctanx^2+arccotanx^2$

Let $f:\mathbb{R}\rightarrow\mathbb{R}, f(x)=\tan^{-1}(x^2)+\cot^{-1}(x^2)$. I need to find the primitive function of $f$. Now, I know that f is a constant function, because its $f'(x)=0$. And I think that let's say if…
Ghost
  • 1,105
1
vote
2 answers

How to evaluate $\int \frac {dx}{\cos x+C}$?

I want to evaluate - $$\int \frac {dx}{\cos x+C}$$ Where $C$ is an arbitrary constant.I tried substitution and parts but could not do it. Note that for $C=1$ one can simply do this by using compound angle formulas.But what about other values of…
Soham
  • 9,990
1
vote
1 answer

Indefinite Integral $\cos(x^2)\sin(e^{x^2})$

$$\int \sin \left(e^{x^2}\right) \cos\left(x^2\right) \, dx$$ I have the substitution $u = x^2$ and $du = 2x \, dx$ I have no idea what to do after this. Any help would be appreciated.
Jessie
  • 131
1
vote
0 answers

How to check the whether the given function is integrable or not

Somedays ago i came across the question to integrate the function ∫sec(√(x))dx I checked it up by drawing the graph of the function my question is that can we check the integrability of the function without using the garphical method