Guest User

Untitled

a guest
May 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.19 KB | None | 0 0
  1. \documentclass[a4]{article}
  2. \usepackage[utf8]{inputenc}
  3.  
  4. \begin{document}
  5. \section* {S.146 Nr.11}
  6. \subsection* {x-Komponente des Schnittpunktes berechnen}
  7.  
  8. \begin{math}
  9. m = 0{,}5 \newline
  10. f_1 = -(x-2)^2+4 = -x^2+4x \newline
  11. f_2 = m x
  12. \end{math}
  13.  
  14.  
  15. \begin{displaymath}
  16. \begin{array}{rcl}
  17. f_1 & = & f_2 \\
  18. -x^2 -4x & = & 0{,}5x \\
  19. -x-4 & = & 0{,}5 \\
  20. x & = & 3{,}5
  21. \end{array}
  22. \end{displaymath}
  23. \begin{math}
  24. \Rightarrow z = 3,5
  25. \end{math}
  26.  
  27. \subsection* {Errechnen der Flächeninhalte \(A_1\) und \(A_2\)}
  28.  
  29. \begin{displaymath}
  30. \begin{array}{rcl}
  31. A_1 & = & \int\limits_{0}^z (-x^2+4x)dx - \int\limits_{0}^z (mx)dx \\
  32. & = & \lbrack - \frac{1}{3} x^3 + 2x^2 \rbrack_{0}^z -\lbrack \frac{m}{2}x^2 \rbrack_{0}^z \\
  33. & = & -\frac{1}{3} z^3 + 2z^2 - \frac{m}{2}z^2 \\
  34. & \approx & 7{,}146
  35. \end{array}
  36. \end{displaymath}
  37.  
  38. \begin{displaymath}
  39. \begin{array}{rcl}
  40. A_2 & = & \int\limits_{z}^4 (-x^2+4x)dx - \int\limits_{z}^4 (mx)dx \\
  41. & = & \lbrack - \frac{1}{3} x^3 + 2x^2 \rbrack_{z}^4 -\lbrack \frac{m}{2}x^2 \rbrack_{z}^4 \\
  42. & = & \frac{32}{3} + \frac{1}{3} z^3 - 2z^2  - 8m + \frac{m}{2}z^2 \\
  43. & \approx & 0{,}479
  44. \end{array}
  45. \end{displaymath}
  46.  
  47.  
  48.  
  49. \paragraph* {}
  50.  
  51. ENDE
  52.  
  53. \end{document}
Add Comment
Please, Sign In to add comment