Responsive Navbar with Google Search
☰ Menu
🏠 Home
Python
📄 LaTeX
📊 GNUPlot
💬 Feedback
✉️ Contact
Document Classes: Book Class
Document Classes
Report Class
Article Class
Book Class
Book Class: Program 1
\documentclass{book} \begin{document} \chapter{Newton's Laws of Motion} \section{Introduction} Newton's Laws of Motion are three fundamental laws that describe the relationship between the motion of an object and the forces acting upon it. \section{First Law: Law of Inertia} The first law states that an object at rest will remain at rest, and an object in motion will continue in motion with a constant velocity, unless acted upon by a net external force. \section{Second Law: Force and Acceleration} The second law explains how the velocity of an object changes when it is subjected to an external force. This law is the basis for the equation of motion. \section{Third Law: Action and Reaction} The third law states that for every action, there is an equal and opposite reaction. It highlights the interaction between two objects in contact. \end{document}
Run Code
Output 1
Book Class: Program 2
\documentclass{book} \begin{document} \chapter{The Laws of Thermodynamics} \section{Introduction} The laws of thermodynamics are a set of principles that describe the behavior of energy in systems, especially as it pertains to heat and work. \section{Zeroth Law of Thermodynamics} The Zeroth Law states that if two systems are each in thermal equilibrium with a third system, then they are in thermal equilibrium with each other. \section{First Law of Thermodynamics} The First Law states that energy cannot be created or destroyed, only transformed from one form to another. This law is a version of the law of conservation of energy. \section{Second Law of Thermodynamics} The Second Law states that the total entropy of an isolated system can never decrease over time. This law explains the direction of spontaneous processes. \end{document}
Run Code
Output 2
Book Class: Program 3
\documentclass{book} \begin{document} \title{Introduction to Classical Mechanics} \author{A Chatterjee} \date{\today} \maketitle \tableofcontents \chapter{Kinematics} \section{Introduction} Kinematics is the branch of mechanics that deals with the motion of objects without considering the forces that cause the motion. It focuses on parameters like displacement, velocity, and acceleration. \newpage \section{Displacement} Displacement refers to the change in position of an object. It is a vector quantity, meaning it has both magnitude and direction. \section{Velocity} Velocity is the rate of change of displacement with respect to time. It is also a vector quantity, which means it considers both speed and direction. \newpage \section{Acceleration} Acceleration is the rate of change of velocity with respect to time. It describes how an object’s velocity changes over time. \chapter{Dynamics} \section{Introduction} Dynamics is the study of forces and their effects on motion. It explains why objects move the way they do, relating to Newton's Laws of Motion. \newpage \section{Force} Force is any interaction that, when unopposed, changes the motion of an object. It can cause an object to accelerate, decelerate, or change direction. \section{Momentum} Momentum is the product of an object's mass and velocity. It is a vector quantity and is important in understanding collisions and other interactions. \end{document}
Run Code
Output 3
Book Class: Program 4
\documentclass{book} \begin{document} \title{Fundamentals of Electromagnetism} \author{Jane Smith} \date{\today} \maketitle \tableofcontents \chapter{Electric Fields} \section{Introduction} An electric field is a region of space around an electrically charged particle or object where an electric force is exerted on other charged particles or objects. \newpage \section{Coulomb's Law} Coulomb's law quantifies the electric force between two charged particles. The force is directly proportional to the product of the charges and inversely proportional to the square of the distance between them. \section{Electric Potential} Electric potential is the work needed to move a unit charge from a reference point to a specific point inside the field without producing acceleration. \newpage \chapter{Magnetic Fields} \section{Introduction} A magnetic field is a vector field that describes the magnetic influence on moving electric charges, electric currents, and magnetic materials. \newpage \section{Magnetic Force} The magnetic force is the force experienced by a moving charge in a magnetic field. This force is perpendicular to both the velocity of the charge and the magnetic field. \section{Electromagnetic Induction} Electromagnetic induction is the process of generating electric current from a changing magnetic field. This principle is used in the operation of transformers and electric generators. \end{document}
Run Code
Output 4