Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.59 KB | None | 0 0
  1.     \documentclass[12pt]{scrartcl}
  2. \usepackage{amsmath,amsthm,amscd,amssymb}
  3. \usepackage[top=3cm, bottom=3cm, left=3cm, right=3cm]{geometry}
  4. \usepackage{enumerate}
  5.  
  6. \begin{document}
  7.  
  8. \begin{enumerate}[(1)]
  9. \item We use the substitution $u = (x+2)^2$. By differentiation we obtain
  10. \[\frac{\mathrm{d}u}{\mathrm{d}x} = 2(x+2) = 2x + 4.\]
  11. Hence we obtain
  12. \begin{align*}
  13. \int (2x+4)\mathrm{e}^{(x+2)^2}\,\mathrm{d}x &= \int \mathrm{e}^{(x+2)^2}\,(2x+4)\mathrm{d}x \\
  14. &=\int \mathrm{e}^{u}\,\mathrm{d}u \\
  15. &= e^u + C\\
  16. &= e^{(x+2)^2} + C
  17. \end{align*}
  18.  
  19. \end{enumerate}
  20.  
  21.  
  22. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement