Introduction
Objectives
Formulate mathematical models based on scientific principles for physical systems.
Utilize numerical methods for solution generalization applicable on digital computers.
Understand conservation laws in engineering models; recognize steady-state vs dynamic solutions.
Explore various numerical methods.
Mathematical Model Overview
Mathematical models express the essential features of a physical system.
Represented by relationships involving dependent variables, independent variables, parameters, and forcing functions.
Components of Model Functions
Dependent variable: Reflects the behavior/state of the system.
Independent variables: Dimensions like time and space for system behavior analysis.
Parameters: Constants defining system properties.
Forcing functions: External influences affecting the system.
Standard Form of Model Functions
Generic form for a first-order differential equation:
: Dependent variable (e.g., temperature, velocity)
: Independent variable (e.g., time, position)
: Parameters (e.g., system constants)
: Forcing functions (e.g., external influences)
Analytical vs Numerical Solutions
Analytical solutions: Involve exact formula derivations for the state of the system, often expressed as .
Numerical solutions: Use iterative calculations, such as discrete time-stepping, to approximate system behavior.
Euler's Method
A numerical technique for approximating solutions of differential equations by iterating calculations in finite intervals.
Standard Formula:
Iterative Process: Calculate the next value by adding the product of the estimated slope and the step size to the current value.
Case Studies in Standard Form
Newton's Law of Cooling:
Calculates the rate of temperature change relative to ambient temperature .
Evaporation of Liquid Droplet:
Models volume reduction as proportional to the surface area of the droplet.
Fluid in Storage Tank:
Solves for changes in liquid depth based on inflow and outflow rates relative to cross-sectional area .