latex源码:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}

\begin{document}
\textbf{Newton's Law of Universal Gravitation:} $F=\frac{GMm}{r^2}$
\vskip\baselineskip
\textbf{Kepler's Laws of Planetary Motion}
\vskip\baselineskip
Here P is the time taken for a planet to complete an orbit round the sun, and a is the mean value between the maximum and minimum distances between the planet and sun. The corresponding formula in Newtonian mechanics is
\begin{align*}
\frac{P^2}{a^3}=\frac{4\pi^2}{G(M+m)}\approx\frac{4\pi^2}{GM}
\end{align*}

where M is the mass of the sun, m is the mass of the planet, and G is the gravitational constant.
\end{document}

运行效果:

latex案例:编排物理公式

相关文章:

  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
  • 2021-07-09
  • 2022-03-02
  • 2022-12-23
猜你喜欢
  • 2021-09-25
  • 2021-08-23
  • 2021-06-24
  • 2021-10-03
  • 2021-08-06
  • 2021-09-04
  • 2021-10-06
相关资源
相似解决方案