Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication.

Slides:



Advertisements
Similar presentations
Beatrice Venturi1 Economic Faculty STABILITY AND DINAMICAL SYSTEMS prof. Beatrice Venturi.
Advertisements

Equations and Their Solutions
Copyright © 2008 Pearson Education, Inc. Chapter 10 Differential Equations Copyright © 2008 Pearson Education, Inc.
AE/ME 339 Computational Fluid Dynamics (CFD) K. M. Isaac Professor of Aerospace Engineering.
Lesson 5.7- Statistics: Scatter Plots and Lines of Fit, pg. 298 Objectives: To interpret points on a scatter plot. To write equations for lines of fit.
COMP1261 Advanced Algorithms n 15 credits, Term 1 (Wednesday 9-12) n Pre-requisites: Calculus and Mathematical Methods, Numerical Mathematics and Computer.
1 EE 616 Computer Aided Analysis of Electronic Networks Lecture 12 Instructor: Dr. J. A. Starzyk, Professor School of EECS Ohio University Athens, OH,
Linear Programming Special Cases Alternate Optimal Solutions No Feasible Solution Unbounded Solutions.
Solutions for Nonlinear Equations
Lecture 34 - Ordinary Differential Equations - BVP CVEN 302 November 28, 2001.
© 2010 Pearson Education, Inc. All rights reserved.
Filtering and Control of Flow in Hypersonic Engines Nick West, Peter Glynn, George Papanicolaou and Gianluca Iaccarino Institute for Computational and.
Mathematical Modeling. What is Mathematical Modeling? Mathematical model – an equation, graph, or algorithm that fits some real data set reasonably well.
Capstone Final Presentation Spring 2003 Thin Film flow.
MULTISCALE COMPUTATIONAL METHODS Achi Brandt The Weizmann Institute of Science UCLA
Finite Difference Methods to Solve the Wave Equation To develop the governing equation, Sum the Forces The Wave Equation Equations of Motion.
Systems of Linear Equations Vocabulary. This is a System of Linear Equations.
Numerical methods for PDEs PDEs are mathematical models for –Physical Phenomena Heat transfer Wave motion.
Section 6.1: Euler’s Method. Local Linearity and Differential Equations Slope at (2,0): Tangent line at (2,0): Not a good approximation. Consider smaller.
11/02/2012PHY 711 Fall Lecture 281 PHY 711 Classical Mechanics and Mathematical Methods 10-10:50 AM MWF Olin 103 Plan for Lecture 28: Introduction.
Coordinate Graphing System of Linear Inequalities.
 Methods of abortion  Statistics  Possible solutions.
ME451 Kinematics and Dynamics of Machine Systems Numerical Solution of DAE IVP Newmark Method November 1, 2013 Radu Serban University of Wisconsin-Madison.
Application of Differential Applied Optimization Problems.
Scientific Computing Partial Differential Equations Poisson Equation.
Using Partitioning in the Numerical Treatment of ODE Systems with Applications to Atmospheric Modelling Zahari Zlatev National Environmental Research Institute.
Linear Programming Chapter 6. Large Scale Optimization.
MCS 355 Scientific Computing Day 1: Course Introduction Gustavus Adolphus College Spring 2012.
Mathematics for Economics Beatrice Venturi 1 Economics Faculty EXACT: DIFFERENTIAL EQUATIONS Economic Applications LESSON 5 prof. Beatrice Venturi.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
11/03/2014PHY 711 Fall Lecture 291 PHY 711 Classical Mechanics and Mathematical Methods 10-10:50 AM MWF Olin 103 Plan for Lecture 29: Chap. 9 of.
LINEARIZATION AND NEWTON’S METHOD Section 4.5. Linearization Algebraically, the principle of local linearity means that the equation of the tangent.
Lecture 21 MA471 Fall 03. Recall Jacobi Smoothing We recall that the relaxed Jacobi scheme: Smooths out the highest frequency modes fastest.
1 Beginning & Intermediate Algebra – Math 103 Math, Statistics & Physics.
© Fox, Pritchard, & McDonald Introduction to Fluid Mechanics Chapter 5 Introduction to Differential Analysis of Fluid Motion.
Net Forces Learning Goals
STABILITY ANALYSIS IN MULTICRITERIA OPTIMIZATION Tallinn 2010 Karelkina Olga University of Turku Department of Mathematics.
Differential Equations Linear Equations with Variable Coefficients.
ECE 576 – Power System Dynamics and Stability Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Lecture 4. Matlab Basics Getting started 2D-Plots
Outline Announcements –Add/drop today! –HWI due Friday Discrete Approximations Numerical Linear Algebra Solving ODE’s Solving PDE’s.
SCIENTIFIC DISCOVERY EXPERIMENT THEORY SCIENTIFIC COMPUTING 1.
Review of Equations and Inequalities An equation is a mathematical statement that two qualities are equal. Linear Equation in one variable can be written.
Modeling of geochemical processes Numeric Mathematics Refreshment
1.4 The Matrix Equation Ax = b
Newton’s Method for Systems of Non Linear Equations
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
Zero of a Nonlinear Function f(x) = 0
Motivation EECS 20 Lecture 1 (January 17, 2001) Tom Henzinger.
Floating Point Representations: Accuracy and Stability
Section Euler’s Method
Differential Equations
Zero of a Nonlinear System of Algebraic Equations f(x) = 0
finite element method node point based strong form
Lines in the Plane Property of Texas Tech University
finite element method node point based strong form
Instructor :Dr. Aamer Iqbal Bhatti
Operational Research (OR)
PHY 711 Classical Mechanics and Mathematical Methods
Mathematical Solution of Non-linear equations : Newton Raphson method
Chapter Five: Forces 5.1 Forces 5.2 Friction
Solving Linear Equations by Graphing
7. Ford-Fulkerson Algorithm with multiple optimal solutions
PHY 711 Classical Mechanics and Mathematical Methods
PHY 711 Classical Mechanics and Mathematical Methods
Numerical Computation and Optimization
Variational Inequalities
The Second Order Adjoint Analysis
EE 616 Computer Aided Analysis of Electronic Networks Lecture 12
Chapter 31 Examples 1,5.
Presentation transcript:

Conceptual model

Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication

Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication Mathematical Model Equilibrium Equations Heuristics Simplifications Continuous Discrete Experiments, Statistics, Prediction

Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication Equilibrium Equations Heuristics Simplifications Continuous Discrete Experiments, Statistics, Predictions Mathematical Model linear nonlinearODE other

Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication Simplifications Continuous discrete Experiments, statistics, prediction Mathematical Model linear nonlinearODE other Ax=b Find A -1 x=A -1 b ?????

Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication Simplifications Continuous discrete Experiments, statistics, prediction Mathematical Model linear nonlinearODE other Ax=b Find A -1 x=A -1 b ????? f(x) =0 Newton’s Method ????????

Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication Simplifications Continuous discrete Experiments, statistics, prediction Mathematical Model linear nonlinearODE other Ax=b Find A -1 x=A -1 b ????? f(x) =0 Newton’s Method ???????? Euler’s Method ????????

Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication Simplifications Continuous discrete Experiments, statistics, prediction linear nonlinearODE other Ax=b Find A -1 x=A -1 b ????? f(x) =0 Newton’s Method ???????? Euler’s Method ???????? Optimal control, PDEs, DAEs,… Mathematical Model

Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication Simplifications Continuous discrete Experiments, statistics, prediction Mathematical Model linear nonlinearODE other Ax=b Find A -1 x=A -1 b ????? f(x) =0 Newton’s Method ???????? Euler’s Method ???????? Optimal control PDEs, DAEs,…

Conceptual model Examples: Heat flow on a wire Air flow around a plane’s wing Response to medication Simplifications Continuous discrete Experiments, statistics, prediction Mathematical Model linear nonlinearODE other Ax=b Find A -1 x=A -1 b ????? f(x) =0 Newton’s Method ???????? Euler’s Method ???????? Optimal control, PDEs, DAEs,… Computed Solution

Computed Solution Algorithms Programming Convergence Error Analysis Stability What can go wrong? Which algorithm works best on which type of problem?