Advertisement
wilk_maciej

całki

Apr 4th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.66 KB | None | 0 0
  1. \documentclass[a4paper,11pt, fleqn]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[T1]{fontenc}
  4. \usepackage{times}
  5. \usepackage{amssymb}
  6. \usepackage{amsthm}
  7. \usepackage[polish]{babel}
  8. \usepackage{mathtools}
  9. \sloppy
  10.  
  11. \begin{document}
  12. \begin{equation*}
  13. \begin{multlined}
  14. \int_{-1}^{2} (x^2 -2x) = \left|
  15. \begin{array}{c}
  16. f(x)=x^2-2x\\
  17. \int\! f(x)dx=\frac{x^3}{3}-x^2+C\\
  18. F(x)=\frac{x^3}{3}-x^2
  19. \end{array}
  20. \right| = \Big[\frac{x^3}{3}-x^2\Big]_{-1}^{2} = \\ \Big(\frac{2^3}{3}-2^2\Big) - \Big(\frac{(-1)^3}{3} - (-1)^2\Big) = \Big(\frac{8}{3}-4 \Big)- \Big(-\frac{1}{3}-1\Big) = -\frac{4}{3}+\frac{4}{3}=0
  21. \end{multlined}
  22. \end{equation*}
  23. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement