\documentclass[a4paper,twoside]{article} \usepackage{amsmath} \usepackage{amssymb} \usepackage{mathtools} \usepackage{float} \usepackage{calc} \usepackage[margin=4cm,top=3cm,bottom=3cm]{geometry} \usepackage{fancyhdr} \usepackage[german]{babel} \usepackage[table]{xcolor} \usepackage{tikz} \usepackage{tikz-3dplot} \usepackage{pgfplots} \usepackage{multirow} \usepackage{multicol} \usepackage{arydshln} \usepackage{enumitem} \usepackage{booktabs} \usepackage[tikz]{mdframed} \usetikzlibrary{calc} \pgfplotsset{compat=newest} \mdfsetup{ linecolor=black, linewidth=2pt, % innertopmargin=.5em, innerbottommargin=.75em, innerleftmargin=.75em, innerrightmargin=.75em, frametitlefont=\large\bfseries\ttfamily, frametitlerule=true, frametitlerulewidth=1pt, frametitlebackgroundcolor=gray!20, % subtitlefont=\ttfamily, subtitleaboveline=true, subtitlebackgroundcolor=gray!10, subtitlebelowskip=.5em, subtitleaboveskip=.5em, } \pagestyle{fancy} \fancyhf{} \fancyfoot[C]{\thepage} \fancyhead[C]{Physik 1 Mechanik} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} \title{Ph1Mech Zusammenfassung} \author{Naoki Pross} \setlength{\parindent}{0cm} % \setlength{\parskip}{0cm} % \setlength{\columnsep}{1em} \renewcommand{\v}[1]{\mathbf{#1}} \newcommand{\vs}[1]{\boldsymbol{#1}} \newcommand{\dd}[1]{\mathrm{d}#1} \begin{document} \begin{mdframed}[ frametitle={Physikalischen Gr\"o{\ss}en}, ] \small \centering \begin{minipage}{.45\textwidth} \begin{tabular}{l | >{\(}l<{\)} l} Weg & \v{x} & m \\ Geschwindigkeit & \v{v} & m/s \\ Beschleunigung & \v{a} & m/s\(^2\) \\ Masse & m & kg \\ Impuls & \v{p} & kg \(\cdot\) m/s \\ Kraft & \v{F} & kg \(\cdot\) m/s\(^2\) \\ \\ Energie & E & J = Ws \\ & & kg m\(^2\)/s\(^2\) \\ & & \\ Spannung & \sigma,\tau & Pa \end{tabular}\par \end{minipage} \begin{minipage}{.5\textwidth} \begin{tabular}{l | >{\(}l<{\)} l} Winkel & \vs{\varphi} & rad \\ Winkelgeschwindigkeit & \vs{\omega} & rad/2 \\ Winkelbeschleunidung & \vs{\alpha} & rad/2\(^2\) \\ Tr\"agheitsmoment & \underline{\mathbf{J}}, J & kg \(\cdot\) m\(^2\) \\ Drehimpuls & \v{L} & kg \(\cdot\) m\(^2\)/s \\ Drehmoment & \v{M}, \vs{\tau} & Nm \\ \\ Arbeit & \Delta E, W & J \\ Leistung & P & W \\ \\ Druck & -\sigma,p & Pa \\ \end{tabular}\par \end{minipage} \end{mdframed} \begin{mdframed}[frametitle={Postulate f\"ur Newtonsche Mechanik}] \begin{multicols}{2} \textsc{Absoluter Zeit und Raum} \\ \vspace{.1em} {\small Zeit und Raum sind sowohl vom Beobachter als auch von der darin enthaltenen Objecten und darin stattfindenden physikalischen Vorg\"angen unabh\"angig. }\par \vspace{.5em} \textsc{I. Newtonsche Gesetz} \\ \vspace{.1em} {\small Ein kräftefreier K\"orper bleibt in Ruhe oder bewegt sich geradlinig mit konstanter Geschwindigkeit }\par \vspace{.5em} \textsc{II. Newtonsche Gesetz} \vspace{.1em} \[ \sum\v{F} = m\,\v{a} \qquad \sum\v{M} = J\vs{\alpha} \\ \] \par \columnbreak \vspace{.5em} \textsc{III. Newtonsche Gesetz} \\ \vspace{.1em} {\small Wirkt ein K\"orper A auf einen K\"orper B mit der Kraft \(\v{F}_{AB}\), so wirkt der K\"orper B mit der entgegensetzt gerichteten, gleich grossen Kraft \(\v{F}_{BA} = - \v{F}_{AB}\). } \par \vspace{.5em} \textsc{Energieerhaltung} \\ \vspace{.1em} {\small In einem geschlossenen System sind die gesamte Energie und Impuls \emph{immer} erhalten. } \par \vspace{.5em} \textsc{Gallilei Invarianz (Boost)} \\ \vspace{.1em} Beschleunigungen sind von nicht drehenden Bezugsystem gleich. \[ \v{F}' = \v{F} = m\,\ddot{\v{x}}' = m\,\ddot{\v{x}} \] \par \end{multicols} \vspace{.5em} \end{mdframed} \begin{mdframed}[frametitle={Translationsbewegung}] \mdfsubtitle{Spezifische Translationsbewegungen} \begin{center} \begin{minipage}{.4\textwidth} Zweidimensionaler Wurf {\footnotesize (\(\v{a} = \v{g}\))} \begin{align*} x &= v_0\cdot\cos(\vartheta)\cdot t \\ y &= v_0\cdot\sin(\vartheta)\cdot t - \frac{g\cdot t^2}{2} \\ y &= \tan(\vartheta)\cdot x - \frac{g\cdot x^2}{2v_0^2\cos^2(\vartheta)} \\ d &= \frac{v_0^2}{g}\cdot\sin(2 \vartheta) \quad (y = 0) \\ h &= \frac{v_0^2}{2g}\cdot\sin^2(\vartheta) \quad (\dot{y} = 0) \end{align*} \end{minipage} \begin{minipage}{.55\textwidth} \resizebox{\linewidth}{!}{ \begin{tikzpicture} \pgfmathsetmacro{\g}{9.81} \pgfmathsetmacro{\ang}{60.0} \pgfmathsetmacro{\vn}{5.0} \pgfmathsetmacro{\yn}{1.0} \pgfmathsetmacro{\ymax}{\yn + (\vn * \vn) / (2 * \g) * sin(\ang) * sin(\ang)} \pgfmathsetmacro{\d}{(\vn * \vn) / (\g) * sin(2.0 * \ang)} \pgfmathsetmacro{\dm}{\d/2} \begin{axis}[ samples = 80, domain=0:2.5, xmin=-.2, axis equal, axis y line = left, axis x line = middle, axis line shift = 5pt, xtick = {0, \dm, \d}, ytick = {\yn, \ymax}, xticklabels = {0, \(d/2\),\(d\)}, yticklabels = {\(y_0 = 0\), \(h\)}, ] \addplot[dashed, gray] {\yn}; \addplot[dashed, gray] {\ymax}; \addplot[ultra thick, gray]{\yn + tan(\ang) * x - (\g * x^2)/(2 * \vn^2 * cos(\ang)^2)}; \draw[dashed, gray] (axis cs: {\d/2}, 0) -- (axis cs: {\d/2}, {\ymax + .2}); \draw[dashed, gray] (axis cs: \d, 0) -- (axis cs: \d, {\ymax + .2}); % angle \draw[thick] (axis cs: .5,\yn) arc[ start angle = 0, end angle = \ang, radius={transformdirectionx(.5)} ] (axis cs: .5, \yn) node[above right] {\(\vartheta\)}; % vectors \draw[blue, thick, ->] (axis cs: 0,\yn) to node[pos=.8, above left] {\(\v{v}_0\)} (axis cs: {cos(\ang)}, {\yn + sin(\ang)}); \draw[thick, ->] (axis cs: 0, \yn) to node[pos=.6, right] {\(\v{g}\)} (axis cs: 0, {\yn-.5}); % mass \draw[fill=white, black] (axis cs: -.1, {\yn -.1}) rectangle (axis cs: .1, {\yn+.1}) node[pos=.5] {\(m\)}; \end{axis} \end{tikzpicture} } \end{minipage} \end{center} \end{mdframed} \begin{mdframed}[frametitle={Rotationsbewegung und Kreisbewegung}] \begin{center} \begin{minipage}{.5\textwidth} \centering \resizebox{\linewidth}{!}{ \tdplotsetmaincoords{70}{110} \begin{tikzpicture}[tdplot_main_coords] \clip[tdplot_screen_coords] (-1.5,-1.5) rectangle (4.5,4.1); \pgfmathsetmacro{\mx}{2} \pgfmathsetmacro{\my}{3} \pgfmathsetmacro{\mz}{2} \pgfmathsetmacro{\mr}{{sqrt(\mx * \mx + \my * \my}} \coordinate (O) at (0,0,0); \coordinate (M) at (\mx,\my,\mz); % axis \draw[->] (0,0,0) -- (3,0,0) node[anchor=north east]{\(x\)}; \draw[->] (0,0,0) -- (0,3,0) node[anchor=west]{\(y\)}; \draw[->] (0,0,0) -- (0,0,4) node[anchor=south]{\(z\)}; % arcs \tdplotsetrotatedcoords{0}{0}{{atan(\my / \mx)}} \tdplotdrawarc[tdplot_rotated_coords, ->, gray]{(0,0,\mz)}{\mr}{10}{350}{}{} \tdplotresetrotatedcoordsorigin{} % axial vectors \draw[->, ultra thick, black] (0,0,0) -- (0,0,2.5) node[above left] {\(\vs{\omega}\)}; \draw[->, thick, black] (0,0,0) -- node[pos=.5, below] {\(\v{r}\)} (M); % projections \draw[dashed] (O) -- (\mx,\my,0); \draw[dashed] (\mx,\my,0) -- (M); % angle \tdplotdrawarc[->]{(O)}{{\mr/3}}{0}{atan(\my / \mx)}{below}{\(\vs{\varphi}\)} \tdplotsetrotatedcoordsorigin{(M)} \tdplotsetrotatedcoords{0}{0}{{- 90 + atan(\my / \mx)}} % mass vectors \draw[tdplot_rotated_coords, ->, thick, blue!70!black]% (0,0,0) -- (-2,0,0) node[above] {\(\v{v}_t\)}; \draw[tdplot_rotated_coords, ->, thick, red!70!black]% (0,0,0) -- (0,-1.5,0) node[left] {\(\v{a}_c\)}; % box \draw[black, tdplot_rotated_coords] % bottom (-.2,-.2,-.2) -- ( .2,-.2,-.2) -- ( .2, .2,-.2) -- (-.2, .2,-.2) -- (-.2, .2,-.2) -- (-.2,-.2,-.2) % top (-.2,-.2, .2) -- ( .2,-.2, .2) -- ( .2, .2, .2) -- (-.2, .2, .2) -- (-.2, .2, .2) -- (-.2,-.2, .2) % sides (-.2,-.2,-.2) -- (-.2,-.2, .2) ( .2, .2,-.2) -- ( .2, .2, .2) (-.2, .2,-.2) -- (-.2, .2, .2) ( .2,-.2,-.2) -- ( .2,-.2, .2); % \end{tikzpicture}} \end{minipage} \begin{minipage}{.45\textwidth} Physikalische Gr\"o{\ss}en \begin{align*} \vs{\omega} &= \dot{\vs{\varphi}} & \v{L} &= J\vs{\omega} \\ \vs{\alpha} &= \dot{\vs{\omega}} = \ddot{\vs{\varphi}} & \v{M} &= \dot{\v{L}} = J\vs{\alpha} \end{align*} Beziehungen mit der Translationsbewegung \begin{align*} \v{v}_t &= \vs{\omega}\times\v{r} \qquad \v{a}_t = \dot{\v{v}}_t = \vs{\alpha}\times\v{r} \\ \v{a}_c &= \vs{\omega}\times\v{v}_t = \vs{\omega}\times(\vs{\omega}\times\v{r}) \\ &= (\vs{\omega}\cdot\v{r})\vs{\omega} - \vs{\omega}^2\v{r} \xRightarrow{\vs{\omega}\bot\v{r}\phantom{a}} -\vs{\omega}^2\v{r} \end{align*} \end{minipage} \end{center} \mdfsubtitle{Tr\"agheitsmoment} \mdfsubtitle{Umlaufbahn} Bedingung f\"ur eine kreisf\"ormige Bahn \[ \v{F}_c + \v{G} = \v{0} \iff m\omega^2 r = G\frac{mM}{r^2} \] Bedingung f\"ur eine geschlossen Bahn \[ K + U < 0 \iff \frac{m}{2}v^2 - G\frac{mM}{r} < 0 \] \mdfsubtitle{Pendel} \end{mdframed} \begin{mdframed}[frametitle={Energie und Arbeit}] \begin{multicols}{2} Arbeit ist die Energie, die durch Kräfte auf einen Körper übertragen wird. \[ \Delta E = W = \int_\gamma \v{F}\cdot\dd{\v{s}} \] Die Gesamtenergie eines abgeschlossenen Systems \(\tilde E\) ist unver\"anderlich. Energie kann nur umgewandelt werden. \[ \tilde E = K + V + \textcolor{gray}{T + E_M} \qquad \tilde E = k \] Die kinetische Energie ist der Arbeit des Kraftsto{\ss}. \begin{align*} K_\text{tr} &= \int_\gamma \frac{\dd{\v{p}}}{\dd{t}} \cdot \dd{\v{s}} \doteq \frac{m}{2}\v{v}^2 \\ K_\text{rot} &= \int_\phi \frac{\dd{\v{L}}}{\dd{t}} \,\dd{\vs{\varphi}} \doteq \frac{J}{2}\vs{\omega}^2 \end{align*} Die potentielle Energie ist der Arbeit des Potentials. \begin{align*} V_G &= - \int_\gamma G \frac{m_1 m_2}{r^2} \hat{\v{r}} \cdot \dd{\v{r}} = G\frac{m_1 m_2}{r} \\ V_g &= mg\Delta z \quad \text{wobei} \quad g = \frac{G M_E}{r_E^2} \\ \end{align*} \[ V_F = -\int_0^d -cs\,\dd{s} = cd^2 \] \end{multicols} \end{mdframed} \begin{mdframed}[frametitle=Statik] \[ \sum_k \v{F}_k = \v{0} \qquad \sum_k \v{M}_k = \v{0} \] \end{mdframed} \begin{mdframed}[frametitle=Dynamik] \[ \sum_k \v{F}_k = m\cdot\v{a} \qquad \sum_k \v{M}_k = J\vs{\alpha} \] \mdfsubtitle{Reibung} \[ \v{F}_R = - \mu N \hat{\v{F}} \] \mdfsubtitle{St\"o{\ss}e} \mdfsubtitle{Nicht konstante Masse} (Schub) Raketenantrieb \[ \overbrace{\dd{m}(\v{v} - \v{u})}^{\v{p}_s} + \overbrace{(m - \dd{m})(\v{v} + \dd{\v{v}})}^{\v{p}_r} = m\v{v} \] \[ \v{v} = \v{u}\int\frac{\dd{m}}{m} = \v{u}\ln(m) + \v{v}_0 \quad (m > 0) \] \[ \v{F}_s = \frac{\dd{m}}{\dd{t}}\dot{\v{x}} \] \end{mdframed} \begin{mdframed}[frametitle={Deformierb\"are K\"orper}] \begin{center} \begin{minipage}{.4\textwidth} \centering \resizebox{\linewidth}{!}{ \tdplotsetmaincoords{75}{55} \begin{tikzpicture}[tdplot_main_coords] \pgfmathsetmacro{\w}{3} \pgfmathsetmacro{\d}{3} \pgfmathsetmacro{\h}{1} \pgfmathsetmacro{\fx}{0} \pgfmathsetmacro{\fy}{1.75} \pgfmathsetmacro{\fz}{1.5} \coordinate (FO) at (1.5,1,\h); \coordinate (Gg) at (0,1,0); % before stress \draw[gray] ( 0, 0, 0) -- (\w, 0, 0) -- (\w,\d, 0) -- ( 0,\d, 0) -- ( 0, 0, 0) ( 0, 0, 0) -- ( 0, 0,\h) (\w, 0, 0) -- (\w, 0,\h) ( 0,\d, 0) -- ( 0,\d,\h) (\w,\d, 0) -- (\w,\d,\h); \draw[gray, fill=gray!10] (0,0,\h) -- (\w,0,\h) -- (\w,\d,\h) -- (0,\d,\h) -- (0,0,\h); % force decomposition \draw[dotted] (FO) -- node[pos=.5, below]{\(\scriptstyle \v{F}_\parallel\)} ++(\fx,\fy,0) -- node[pos=.5, right]{\(\scriptstyle \v{F}_\perp\)} ++(0,0,\fz); % normal vector \draw[thick, blue, ->] (FO) -- node[pos=1, above]{\(\hat{\v{n}}\)} +(0,0,.7); % force \draw[ultra thick, red, ->] (FO) -- node[pos=.6, above left]{\(\v{F}\)} +(\fx,\fy,\fz); \end{tikzpicture} } \end{minipage} \begin{minipage}{.55\textwidth} \begin{align*} \sigma &= \frac{F_\perp}{A} = E\varepsilon & \varepsilon &= \frac{\Delta\ell}{\ell} \\ \tau &= \frac{F_\parallel}{A} = G\gamma & G &= \frac{E}{2(1+\mu)} \end{align*} \[ \underline{\vs{\sigma}} = \begin{bmatrix} \sigma_x & \tau_{xy} & \tau_{xz} \\ \tau_{xy} & \sigma_y & \tau_{yz} \\ \tau_{xz} & \tau_{yz} & \sigma_z \\ \end{bmatrix} \qquad \v{T} = \underline{\vs{\sigma}} \hat{\v{n}} \] \end{minipage} \end{center} \end{mdframed} \end{document}