Lesson Plans: Applications of Graph Theory An E 3 Presentation Ralph Cox with Special Thanks to Dr. S. Butenko TAMU and Ronnie Gonzales.

Slides:



Advertisements
Similar presentations
Graphing the Line of Best Fit Sensei By: Gene Thompson, PHS Edited: John Boehringer, PHS.
Advertisements

1.5 Scatter Plots and Least Squares Lines
Using TI graphing calculators
TI-84 Data Fitting Tutorial Prepared for Math Link Participants By Tony Peressini and Rick Meyer Modified for TI-84 / TI-84 Plus by Tom Anderson, Feb.
How is this going to make us 100K Applications of Graph Theory.
Data Tutorial Tutorial on Types of Graphs Used for Data Analysis, Along with How to Enter Them in MS Excel Carryn Bellomo University of Nevada, Las Vegas.
Introduction to SPSS Short Courses Last created (Feb, 2008) Kentaka Aruga.
EXAMPLE 3 Approximate a best-fitting line Alternative-fueled Vehicles
3-3 : Functions and their graphs
Splash Screen. Lesson Menu Five-Minute Check (over Lesson 4–5) CCSS Then/Now New Vocabulary Example 1:Real-World Example: Write an Equation for a Best.
Plotting coordinates into your TI 84 Plus Calculator.
Regression and Median-Fit Lines (4-6)
Graphing in Science. Types of Charts  Most scientific graphs are made as line graphs.  However, occasionally bar graphs, pie charts, or scatter plots.
SOLVING & GRAPHING LINEAR EQUATIONS
Objective: I can write linear equations that model real world data.
Tell whether the pairing is a function. Identify a function EXAMPLE 2 a. a. The pairing is not a function because the input 0 is paired with both 2 and.
5-3 Equations as Relations
Introduction to SPSS. Object of the class About the windows in SPSS The basics of managing data files The basic analysis in SPSS.
Getting Started with TI-Interactive. TI-Interactive TI-Interactive can be used to create a variety of graphs. Scatter Plots, Line Plots, Histograms, Modified.
Graphing.
Chapter 4.1: Scatter Plots. Lesson 4.1: Scatter Plots.
1 Scatter Plots on the Graphing Calculator. 12/16/ Setting Up Press the Y= key. Be sure there are no equations entered. If there are any equations,
Math III Accelerated Chapter 11 Data Analysis and Statistics 1.
Writing Equations for Rocket Paths: Math Lesson Example
Sec. 2-4: Using Linear Models. Scatter Plots 1.Dependent Variable: The variable whose value DEPENDS on another’s value. (y) 2.Independent Variable: The.
Algebra 3 Lesson 1.8 Objective: SSBAT solve a system of equation by graphing. Standards: M11.D
When you finish your assessment In 2-3 complete sentences answer each question 1. How is the first unit going for you so far in this class? 2. If you are.
Sections What is a “quadratic” function?
Day 102 – Linear Regression Learning Targets: Students can represent data on a scatter plot, and describe how the variables are related and fit a linear.
Unit 3 Section : Regression Lines on the TI  Step 1: Enter the scatter plot data into L1 and L2  Step 2 : Plot your scatter plot  Remember.
1.8 Quadratic Models Speed (in mi/h) Calories burned Ex. 1.
October 12, 2011 At the end of today, you will be able to: Draw scatter plots to find and use prediction equations. Warm-up: 1.Write an equation of a line.
5.8: Modeling with Quadratic Functions Objectives: Students will be able to… Write a quadratic function from its graph given a point and the vertex Write.
Regression Math 12. Regression You can use this when the question does not specify that you must solve “algebraically” You can use regression when you.
Plotting Data & the Finding Regression Line. Clear Old Data 2 nd MEM 4 ENTER.
UNIT 8 Regression and Correlation. Correlation Correlation describes the relationship between two variables. EX: How much you study verse how well you.
Fitting Lines to Data Points: Modeling Linear Functions Chapter 2 Lesson 2.
Over Lesson 4–5 5-Minute Check 1 A.positive B.negative C.no correlation The table shows the average weight for given heights. Does the data have a positive.
Data Representation: Making Tables & Graphs. Data Tables.
Flashback Use the table that shows the number of goals Pierre scored playing hockey to answer problems 1–3. 1. Using the data from 2001 and 1997,
Objectives Fit scatter plot data using linear models with and without technology. Use linear models to make predictions.
By Dr. Madhukar H. Dalvi Nagindas Khandwala college
Splash Screen.
Splash Screen.
2.5 Scatter Plots & Lines of Regression
Graphic display of data
Aim: How to plot or graph data
Splash Screen.
DEPARTMENT OF COMPUTER SCIENCE
Tables and Relations Review
Objective The student will be able to:
MATH 1311 Section 4.4.
Using the TI84 Graphing Calculator
Solve a system of linear equation in two variables
Splash Screen.
Tables and Relations Review
Warm Up Please sit down and clear your desk. Do not talk. You will have until lunch to finish your quiz.
Scatter Plots Frequency Tables Histograms Line Plots Box and Whisker
Graphic display of data
MATH 1311 Section 4.4.
11C Line of Best Fit By Eye, 11D Linear Regression
Tables and Relations Review
Tables and Relations Review
Flashback Write an equation for the line that satisfies the given conditions. 1) through: (1, 2), slope = 7 2) through: (4, 2), parallel to y =-3/4.
Objectives Vocabulary
Which graph best describes your excitement for …..
Differentiating between relations and functions
Topic 7: Visualization Lesson 2 – Frequency Charts in Excel
Graphing linear equations
Aim: How to plot or graph data
Presentation transcript:

Lesson Plans: Applications of Graph Theory An E 3 Presentation Ralph Cox with Special Thanks to Dr. S. Butenko TAMU and Ronnie Gonzales

Overview ● Ronnie & I studied Delta Airlines – Converted flight schedules to a matrix – Calculated and plotted ● Teach the TEKS through Graph Theory ● Lesson 1 – Create graphs – Count edges – Create pie charts and histograms ● Lesson 2 – Solve two step equations ● Miscellaneous Resources

Delta Airline Schedule ● Flight schedule to matrix – Undirected graph – Each city a node – Each flight an edge – Calculate edge density – Calculate Degree vs Node Regression ● Plot the graph – Convert from matrix to.dot file – Define Edge: Dallas--Houston is an edge. – Use Graphviz to generate plot

Delt Flight Map

Simplified Version ● Lesson 1 – Student learns to draw graph given edge – Student learns to draw graph given matrix – Student learns to count edges to find degrees – Student practices making table of degrees and nodes – Student practices making pie chart out of table – Student practices making histogram out of table – Student practices making scatter plot out of table – Student uses calculator to find linear and exponential regression

Simplified Version ● Lesson 2 – Student practices solving linear equation using concrete methods – Student makes graph of processes that can be used to solve linear equation – Student sees simple path is standard algorithm – Student learns to solve simple linear equation ● Computer Time – Students can play on computer with graphviz and make graphs – Students can go to website for tutorial – Students can play logic games

Lesson 1 ● Analyze small set flight data – Start with list of edges – Create list of nodes – Create Graph ● Larger set of data from airline.xls – Start with matrix – Create list of nodes and edges – Figure out degree vs. nodes – Draw pie chart and histogram – Calculate regression

Activity 1 ● Draw the graph for this set of edges – Louisville – Orlando Tampa – Columbus Columbus – Orlando Key West – Orlando Orland -- Fort Lauderdale Orlando – Nassau ● List the nodes ● Draw the several different graphs

Activity 1 ● Graph from Graphviz

Activity 2 ● Given the data in Matrix from – List Nodes – List Edges – Draw Graph ● Count edges on each node to find degree ● Make table – List Degrees – How many nodes of each degree ● Color the nodes – No adjacent node same color – Minimum color

Activity 2

Activity 3 ● Start with Table created in prior activity – Identify dependent and independent variable – Identify domain and range ● Bin data – Combine a few degrees into one point – For example count every 5 ● Make Pie chart – Figure percentage for each interval – How many degrees for each interval ● Make Histogram – Look at range to figure out scale

Activity 3

Activity 4 ● Make a linear scatter plot – What is independent variable and domain – What is the dependent variable and range – Label axis – Make sure to review how to number axis! ● Make Log-Log scatter plot – Same except for on Log paper – Exponential becomes a line! ● Use a ruler to draw best line

Activity 4

● Enter data into the calculator – Reset calculator 2 nd mem 7,1,2 – Press stat and select edit – Enter data in L1 and L2 – Adjust window and turn on plot with 2 nd 'stat plot' – Check out graph ● Calculate regression – Linear regression: Stat Calc linreg – Exponential: Stat Calc expreg ● Enter both equations into y=

Review Lesson 1 ● Convert list to list of edges and list of nodes ● Make a graph ● Count edges on each node ● Create Table – Not necessary to bin ● Create Pie Chart and Histogram ● Create Scatter Plot ● Calculate regression

Lesson 2 ● Student discovers optimal solution for solving simple linear equation ● Use graphs to show several processes – Start with any equation – Student suggest steps – Continue until reach an answer ● Examine graph – Graph will have several paths that lead to the solution – One will be shorter than the rest

Activity 1 ● Start by solving equations using concrete techniques ● Then graph various processes – Start with 2x+3=7 – Accept student suggestions, write in graph form – Continue until have several paths from equation to solution. – Which path is shortest? ● Student should move from guess and check to optimal process ● At end student should be able to apply standard algorithm.

Activity 1

Review lesson 2 ● Review solving linear equations using concrete methods ● Start graphing process to solve linear equation ● Choose shortest path for best process ● Generalize to standard algorithm ● Practice applying algorithm

Resources ● Graphviz – Uses simple text files and simple commands – Students can make own graphs on computer – See.dot files in lesson. ● American Scientist- Practical Graph Theory – / /14708 ● Graph theory tutorial – bin/caldwell/tutor/departments/math/graph/intro bin/caldwell/tutor/departments/math/graph/intro –

Games! ● Logic games – – Wolf sheep and cabbage – Family Crisis – Missionary and Cannibals ● Four Random Books – Plait, Philip; Bad Astronomy; 2002 – Levin, Janna; How the Universe Got it's Spots; 2002 – Kranz, Gene; Failure is not an Option; 2001 – Murray, Margaret; Women Becoming Mathematicians; 2000