Talk:PlanetPhysics/Power

From Wikiversity
Jump to navigation Jump to search

Original TeX Content from PlanetPhysics Archive[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: power %%% Primary Category Code: 40. %%% Filename: Power.tex %%% Version: 6 %%% Owner: bloftin %%% Author(s): bloftin, pahio %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}

\usepackage{html}

% this is the default PlanetMath preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners.

% almost certainly you want these \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts}

% used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) %\usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

\section{Power}

Power is the rate of \htmladdnormallink{energy}{http://planetphysics.us/encyclopedia/CosmologicalConstant.html} transfer. Since there are several forms of energy, there are several ways of describing power. In general terms of energy, power is defined as

$$P = \frac{dE}{dt}.$$

\subsection{Mechanical Power}

The energy transfer in mechanical \htmladdnormallink{systems}{http://planetphysics.us/encyclopedia/SimilarityAndAnalogousSystemsDynamicAdjointnessAndTopologicalEquivalence.html} where \htmladdnormallink{work}{http://planetphysics.us/encyclopedia/Work.html} is done by an applied force

$$ P = \frac{dE}{dt} = \frac{dW}{dt}.$$

Using the \htmladdnormallink{relation}{http://planetphysics.us/encyclopedia/Bijective.html} between work and force

$$ dW = {\bf F} \cdot d{\bf r}$$

and then differentiating to get power,

$$P = \frac{dW}{dt} = {\bf F} \cdot \frac{d{\bf r}}{dt} = {\bf F} \cdot {\bf v}.$$

The corresponding form of power in rotation is

$$P = {\bf M} \cdot {\bf \omega},$$

where ${\bf M}$ is the torque and ${\bf \omega}$ the angular \htmladdnormallink{velocity}{http://planetphysics.us/encyclopedia/Velocity.html} \htmladdnormallink{vector}{http://planetphysics.us/encyclopedia/Vectors.html}.

\subsection{Electrical Power}

Since energy is transfering from a device storing electrical energy to another device in the circuit that converts to another form of energy, power is the rate of change of electrical potential energy. For a DC circuit

$$P = \frac{dU}{dt} = i V.$$

\subsection{Units}

The SI unit of the power is one joule per second, which is called {\em watt}:

$$\frac{\mathrm{J}}{\mathrm{s}} := \mathrm{W}.$$

The watt is equal to $\mathrm{kg \cdot m^2/s^3}$ in the base units.

The english units of power are

$$ 1 \left [horsepower \right] = 1 \left [hp \right] = 550 \left [\frac{ft \, lb}{s} \right]$$


\begin{table}[t] \begin{center}


\begin{tabular}{ll} \\ [.3ex] \hline \\ [.3ex]

\hline \\ [.3ex]

1 joule/second & = 1 watt \\ 1,000 watts & = 1 kilowatt \\ 746 watts & = 1 horsepower \\ 550 ft-lb/sec & = 1 horsepower \\ 33,000 ft-lb/min & = 1 horsepower \\ [1ex]

\hline \end{tabular}


\end{center} \end{table}

\begin{thebibliography}{9} \bibitem{Frye} Frye, Royal M., {\em Applied Physics}. Prentice-Hall, Inc., New York, 1947. \end{thebibliography}

\end{document}