8.2 Using the integral symbol
The instruction “integrate” is written with the sign \(\int \), and the \(dx\) at the end names the variable being integrated with respect to: \[\int kx^n\,dx=\frac {kx^{n+1}}{n+1}+c,\qquad n\neq -1.\]
Example 8.5. Find (a) \(\displaystyle \int \left (3x^2+4\sqrt {x}\right )dx\), (b) \(\displaystyle \int \left (\frac {1}{\sqrt {x}}+5\right )dx\).
Solution. (a) First write the root as a power, since the rule only applies to powers: \[\sqrt {x}=x^{\frac {1}{2}}.\] Then \[\int \left (3x^2+4x^{\frac {1}{2}}\right )dx =\frac {3x^{3}}{3}+\frac {4x^{\frac {3}{2}}}{\frac {3}{2}}+c =x^3+\frac {8}{3}x^{\frac {3}{2}}+c.\] Dividing by \(\frac {3}{2}\) is multiplying by \(\frac {2}{3}\), so \(4\) becomes \(4\times \frac {2}{3}=\frac {8}{3}\).
(b) Again convert first: \[\frac {1}{\sqrt {x}}=x^{-\frac {1}{2}}.\] Adding one to \(-\frac {1}{2}\) gives \(\frac {1}{2}\): \[\int \left (x^{-\frac {1}{2}}+5\right )dx=\frac {x^{\frac {1}{2}}}{\frac {1}{2}}+5x+c =2\sqrt {x}+5x+c.\]
8.2.1 Simplifying before integrating
The power rule integrates powers of \(x\) and nothing else. There is no rule for a product and no rule for a quotient. When an expression is presented as one, the work is to rewrite it as a sum of powers first.
Example 8.6. Find (a) \(\displaystyle \int \left (\frac {3}{x^2}-2\sqrt {x}\right )dx\), (b) \(\displaystyle \int x\left (x^2+\frac {3}{x}\right )dx\), (c) \(\displaystyle \int \frac {x^3+2x}{\sqrt {x}}\,dx\).
Solution. (a) Rewrite both terms as powers: \[\frac {3}{x^2}=3x^{-2},\qquad 2\sqrt {x}=2x^{\frac {1}{2}}.\] \[\int \left (3x^{-2}-2x^{\frac {1}{2}}\right )dx =\frac {3x^{-1}}{-1}-\frac {2x^{\frac {3}{2}}}{\frac {3}{2}}+c =-\frac {3}{x}-\frac {4}{3}x^{\frac {3}{2}}+c.\]
(b) Multiply out before integrating: \[x\left (x^2+\frac {3}{x}\right )=x^3+3.\] The second term simplifies to a constant, which is easy to miss: \[\int \left (x^3+3\right )dx=\frac {x^4}{4}+3x+c.\]
(c) Divide each term of the numerator by \(\sqrt {x}=x^{\frac {1}{2}}\), subtracting indices: \[\frac {x^3+2x}{x^{\frac {1}{2}}}=x^{3-\frac {1}{2}}+2x^{1-\frac {1}{2}} =x^{\frac {5}{2}}+2x^{\frac {1}{2}}.\] Now integrate: \[\int \left (x^{\frac {5}{2}}+2x^{\frac {1}{2}}\right )dx =\frac {x^{\frac {7}{2}}}{\frac {7}{2}}+\frac {2x^{\frac {3}{2}}}{\frac {3}{2}}+c =\frac {2}{7}x^{\frac {7}{2}}+\frac {4}{3}x^{\frac {3}{2}}+c.\]
Note 8.7. In (c) the division is legitimate only because the denominator is a single term. If the denominator were \(\sqrt {x}+1\), no such splitting is allowed — a sum in the denominator cannot be divided term by term. That is a different problem, needing one of the methods in Section 8.5.
8.2.2 Standard integrals
Every derivative learnt in Chapter 7 gives an integral when read backwards.
| Integral | Result |
| \(\int x^n\,dx\) | \(\frac {x^{n+1}}{n+1}+c\), \(n\neq -1\) |
| \(\int \frac {1}{x}\,dx\) | \(\ln |x|+c\) |
| \(\int e^x\,dx\) | \(e^x+c\) |
| \(\int a^x\,dx\) | \(\frac {a^x}{\ln a}+c\) |
| \(\int \sin x\,dx\) | \(-\cos x+c\) |
| \(\int \cos x\,dx\) | \(\sin x+c\) |
Note 8.8. Two signs to watch. The integral of \(\sin \) carries a minus, while the integral of \(\cos \) does not — the opposite way round from the derivatives, where it was \(\cos \) that gained the minus. And in \(\int a^x\,dx\) the logarithm is of the base \(a\), a constant, not of \(x\).
Note 8.9. The modulus in \(\ln |x|\) matters. Logarithms are only defined for positive numbers, but \(\frac {1}{x}\) is perfectly well behaved for negative \(x\) too, and the bars let the same answer cover both sides.
Questions on this section
Stuck on something here? Ask below and it stays attached to this topic.