STELLA and Calculus STELLA numerically simulates the solutions to systems of differential equations. STELLA INTEGRATES!

Slides:



Advertisements
Similar presentations
Y – Intercept of a Line The y – intercept of a line is the point where the line intersects or “cuts through” the y – axis.
Advertisements

X-and Y-intercepts. Standard Form (of a linear equation) ax + by = c, where a, b, and c are integers.
6.1/6.2/6.6/6.7 Graphing , Solving, Analyzing Parabolas
Modeling Oxygen Consumption and Carbon Dioxide Production in Saccharomyces cervisiae Paul Magnano and Jim McDonald Loyola Marymount University BIOL /MATH.
7-5 solving quadratic equations

Quadratic equations Graphing and Solving with x 2.
Section 2.3 – Linear Functions and Slope-Intercept Form Consider a nonvertical line in the coordinate plane. If you move from any point on the line to.
1 CALCULUS Even more graphing problems
Parameterization. Section 3 Arc Length Definition Let x = f(t), y = g(t) and that both dx/dt and dy/dt exist on [t 1,t 2 ] The arc length of the curve.
Differential Equations (4/17/06) A differential equation is an equation which contains derivatives within it. More specifically, it is an equation which.
ENGG2013 Unit 22 Modeling by Differential Equations Apr, 2011.
1 6.3 Separation of Variables and the Logistic Equation Objective: Solve differential equations that can be solved by separation of variables.
Ellipses (page 7) General form is Ax 2 + Bxy + Cy 2 + Dx + Ey + F = 0 where A ≠ C and A and C are same sign.
EXAMPLE 3 Write an equation for a function
Mathematical Modeling UAB/EdGrid John C. Mayer UAB/Mathematics Graduate Assistants: Clinton Curry Brent Shivers.
Section 2.2 THE GEOMETRY OF SYSTEMS. Some old geometry We learned to represent a DE with a slope field, which is a type of vector field. Solutions to.
Write and graph a direct variation equation
10.1 Graphing Quadratic Functions p. 17. Quadratic Functions Definition: a function described by an equation of the form f(x) = ax 2 + bx + c, where a.
Calculus in Physics II x 0 = 0 x axis Knowing the car’s displacement history, find its velocity and acceleration. 1.
REU 2004 Population Models Day 2 Predator Prey. REU’04—Day 2 Today we have 2 species; one predator y(t) (e.g. wolf) and one its prey x(t) (e.g. hare)
Chapter 10.5 Conic Sections. Def: The equation of a conic section is given by: Ax 2 + Bxy + Cy 2 + Dx + Ey + F = 0 Where: A, B, C, D, E and F are not.
Vertex & axis of Symmetry I can calculate vertex and axis of symmetry from an equation.
10.5 Rotation of Conics. The Standard Equation for all Conics Ax 2 + Bxy + Cy 2 + Dx + Ey + F = o So far B has equal zero and all graphs have been horizontal.
4.6 Completing the Square Completing a perfect square trinomial allows you to factor the completed trinomial as the square of a binomial. You can solve.
Clicker Question 1 If a type of light bulb has a mean lifetime of 120 hours, what is the probability that one of them will last longer than 240 hours?
The mathematics behind STELLA Global population model reservoir converter flow connector This system represents a simple differential equation this is.
Particular Solutions to Differential Equations Unit 4 Day 2.
Key Concepts for Sect. 7.1 *A system of equations is two or more equations in two or more variables. *Numerically, a solution to a system of equations.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
9-3 Graphing y = ax + bx + c 2 1a. y = x - 1 for -3
Moore, A., and Derry, L., 1995, Understanding Natural Systems through Simple Dynamical Systems Modeling, JGE, v. 43, p Introduce systems thinking.
EOC Practice #17 SPI EOC Practice #17 Determine the equation of a line and/or graph a linear equation.
Warm Up  1.) Write 15x 2 + 6x = 14x in standard form. (ax 2 + bx + c = 0)  2.) Evaluate b 2 – 4ac when a = 3, b = -6, and c = 5.
Algebra 1 Section 4.3 Graph Linear Equations by using Intercepts A linear equation (the graph is a line) takes the form Ax + By = C. Which are linear equations?
Wednesday, March 2, 2016MAT 145. Wednesday, March 2, 2016MAT 145 Ripples on the Pond.
SAT Problem of the Day. 5.5 The Quadratic Formula 5.5 The Quadratic Formula Objectives: Use the quadratic formula to find real roots of quadratic equations.
Find the missing coordinate in the ordered pair
Slope-Intercept and Standard Form of a Linear Equation.
Algebra 1 Section 6.5 Graph linear inequalities in two variables.
The Quadratic Formula..
Differential Equations
Curves Dr Duxbury.
Investigating Characteristics of Quadratic Functions
Standard Form I can identify intercepts from an equation.
Solving Quadratic Equation and Graphing
5-2 Direct Variation What is Direct Variation?
Y – Intercept of a Line The y – intercept of a line is the point where the line intersects or “cuts through” the y – axis.
Solving a Quadratic Equation by Graphing
Differential Equations (10/14/13)
Part (a) Acceleration is the 2nd derivative with respect to time. We already have dx/dt and dy/dt, so we’ll simply take another derivative of each and.
Factoring Quadratic Equations
The Quadratic Formula.
E) Quadratic Formula & Discriminant
9.2 Graphing Quadratic Functions
Model Direct Variation
Model Direct Variation
4 minutes Warm-Up Determine the coordinates of each point in the graph below x y A B C D.
Quadratics Lesson 2 Objective: Vertex Form of a Quadratic.
Differential Equations
5.1 Solving Systems of Equations by Graphing
Graphing Linear Equations
Warm Up #4 1. Write 15x2 + 6x = 14x2 – 12 in standard form. ANSWER
Graphing Linear Equations
Exponential Functions
Model Direct Variation
The Quadratic Formula..
Where do these graphs intersect
9-3 Graphing y = ax + bx + c up 1a. y = x - 1 for -3<x<3
Factorise and solve the following:
Presentation transcript:

STELLA and Calculus STELLA numerically simulates the solutions to systems of differential equations. STELLA INTEGRATES!

Calculus Example 1 STELLA Diagram STELLA Equations: Stock_X(t) = Stock_X(t - dt) + (Flow_1) * dt INIT Stock_X = 100 Flow_1 = Constant_a Constant_a = 10 Flow is constant.

Example 1 Graph

Question ? Does the graph have an equation? “Obviously” X = 10t + 100

Differential Equation 1 Stock_X(t) = Stock_X(t - dt) + (Flow_1) * dt (Stock_X(t) - Stock_X(t - dt))/dt = Flow_1 Flow_1 = Constant_a (X(t) - X(t - dt))/dt = a let dt 0 dX/dt = a (a differential equation) Solution to DE: X = at + X(0)

Calculus Example 2 STELLA Diagram STELLA Equations: Stock_X(t) = Stock_X(t - dt) + (Flow_1) * dt INIT Stock_X = 100 Flow_1 = Constant_a*Stock_X Constant_a =.1 Flow is proportional to X.

Example 2 Graph

Differential Equation 2 Stock_X(t) = Stock_X(t - dt) + (Flow_1) * dt (Stock_X(t) - Stock_X(t - dt))/dt = Flow_1 Flow_1 = Constant_a*Stock_X (X(t) - X(t - dt))/dt = aX(t-dt) dX/dt = aX (differential equation) Solution to DE: X = X(0) exp(at)

Calculus Example 3 STELLA Diagram Two flows, an inflow and an outflow.

STELLA Equations 3 Stock_X(t) = Stock_X(t - dt) + (Flow_1 - Flow_2) * dt INIT Stock_X = 1000 Flow_1 = Constant_a*Stock_X(t-dt) Flow_2 = Constant_b Constant_a =.11 Constant_b = 100

Example 3 Graph

Differential Equation 3 Stock_X(t) = Stock_X(t - dt) + (Flow_1 - Flow_2) * dt (Stock_X(t) - Stock_X(t - dt))/dt = Flow_1 - Flow_2 Flow_1 = Constant_a*Stock_X(t-dt) Flow_2 = Constant_b dX/dt = aX - b Solution to DE: ?

Calculus Example 4 STELLA Diagram Two flows, an inflow and an outflow.

Example 4 Graph

Differential Equation 4 Stock_X(t) = Stock_X(t - dt) + (Flow_1 - Flow_2) * dt (Stock_X(t) - Stock_X(t - dt))/dt = Flow_1 - Flow_2 Flow_1 = Constant_a Flow_2 = Constant_b* dX/dt = a - bX Solution to DE: ?

Calculus Example 5 STELLA Diagram Two stocks, X and Y, and three flows. The outflow from Stock X is the inflow to Stock Y.

STELLA Equations 5 Stock_X(t) = Stock_X(t - dt) + (Flow_1 - Flow_2) * dt INIT Stock_X = 100 Flow_1 = Constant_a*Stock_X Flow_2 = Constant_b*Stock_X*Stock_Y Stock_Y(t) = Stock_Y(t - dt) + (Flow_2 - Flow_3) * dt INIT Stock_Y = 100 Flow_2 = Constant_b*Stock_X*Stock_Y Flow_3 = Constant_c*Stock_Y Constant_a =.2 Constant_b =.001 Constant_c =.01

Example 5 Graph

Differential Equations 5 (Stock_X(t) - Stock_X(t - dt))/dt = Flow_1 - Flow_2 (Stock_Y(t) - Stock_Y(t - dt))/dt = Flow_2 - Flow_3 dX/dt = aX - bXY dY/dt = bXY - cY (A pair of differential equations) How many differential equations do we need?

Differential Equations 6 dX/dt = -aXY dY/dt = aXY- bY dZ/dt = bY

STELLA Diagram 6

STELLA Equations 6 Stock_X(t) = Stock_X(t - dt) + (- Flow_1) * dt Flow_1 = Constant_a*Stock_X*Stock_Y /dt Stock_Y(t) = Stock_Y(t - dt) + (Flow_1 - Flow_2) * dt Flow_1 = Constant_a*Stock_X*Stock_Y Flow_2 = Constant_b*Stock_Y Stock_Z(t) = Stock_Z(t - dt) + (Flow_2) * dt Flow_2 = Constant_b*Stock_Y