Taking Math Beyond the Classroom: Some high school math fair ideas

Slides:



Advertisements
Similar presentations
OAA Math Terms. y-axis the vertical number line in a coordinate plane.
Advertisements

COMP322/S2000/L221 Relationship between part, camera, and robot (cont’d) the inverse perspective transformation which is dependent on the focal length.
Matt Thrasher Upward Bound Academic Advisor North Hennepin Community College ACT MATH PREP.
© 2007 by S - Squared, Inc. All Rights Reserved.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
THU, JAN 8, 2015 Create a “Big Book of Matrices” flip book using 4 pages. Do not make your tabs big! BIG BOOK OF MATRICES What is a Matrix? Adding & Subtracting.
G AUSSIAN E LIMINATION Presented by: Max Le Max Le Justin Lavorgna Data Structures II: Algorithm Design & Analysis Algorithm Design & Analysis.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Algebra-2 Section 1-3 And Section 1-4. Quiz Simplify 1. Simplify -4y – x + 10x + y 2. Is x = -2 a solution to following equation? 3. Solve.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Holt Algebra Matrix Inverses and Solving Systems A matrix can have an inverse only if it is a square matrix. But not all square matrices have inverses.
A quadratic equation is written in the Standard Form, where a, b, and c are real numbers and. 5.8 – Solving Equations by Factoring Zero Factor Property:
BioE153:Imaging As An Inverse Problem Grant T. Gullberg
Analyzing Equations and Inequalities Objectives: - evaluate expressions and formulas using order of operations - understand/use properties & classifications.
Bell Ringer 2. Systems of Equations 4 A system of equations is a collection of two or more equations with a same set of unknowns A system of linear equations.
Cryptography Cryptography is the use of mathematics to encode messages and prevent them from being read by anyone who doesn’t know the code. One way that.
Section 7-2 finding the inverse of a 2 x 2 matrix finding the inverse of a 3 x 3 matrix (calc.) properties of matrices applications that use matrices.
5.4 Elimination Using Multiplication Algebra 1 Objective: Each student will understand if addition and subtraction does not eliminate a variable – how.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
 Get a good night’s rest. Eat what you always eat for breakfast.  Use the test booklet for scratch paper. You can’t bring your own.  Remember your.
Game Engine Architecture
MATH 1046 Introduction to Systems of Linear Equations (Sections 2
CSE 167 [Win 17], Lecture 2: Review of Basic Math Ravi Ramamoorthi
Determinants.
Solving Equations Conceputally
Chapter 10 Conic Sections.
Eigenfaces (for Face Recognition)
Linear Filters and Edges Chapters 7 and 8
Analyzing Conic Sections
Solving Two step equations
numerical coefficient
The Inverse of a Square Matrix
Test Day Day Sign Up for a problem from the study guide
The Circle and the Parabola
Sample CT Image.
Functions and Their Graphs
Perform Operations with Complex Numbers
Chapter 7 Objectives Define basic terms in algebra: integer, number statement, expression, and coefficient Learn the relationships between positive and.
3.3: The Quadratic Formula
Angles and Their Measurements
Conic Sections Anyway you slice it.
3D Graphics Rendering PPT By Ricardo Veguilla.
Algebra 2 Final Review.
Section 10.2 The Quadratic Formula.
Why is the state bombarding the curriculum with so many matrices??
MATHEMATICAL FORMULAS
Modern imaging techniques in biology
Introduction to Conic Sections
Solve for x using regular algebra rules.
Warm Up Solve by substitution. Solve by elimination. 3x + 4y = 15 1.
Warm-up: Simplify: Solve: 1) (3x + 2y) – 2(x + y) 2) y2 + (y – 2)2 = 2
10.7 Solving Quadratic Equations by Completing the Square
Introduction to Conic Sections
07/12/2018 Starter L.O. To be able to Solve a quadratic by factorising
Lial/Hungerford/Holcomb/Mullins: Mathematics with Applications 11e Finite Mathematics with Applications 11e Copyright ©2015 Pearson Education, Inc. All.
Topic 6 - Square Root Functions & Equations
Matrices.
A9.2 Graphs of important non-linear functions
4.3 Determinants and Cramer’s Rule
A9 Graphs of non-linear functions
Quadratic Equations Chapter 4.
Bellwork 1) Multiply. 3) Find the determinant. 2) Multiply.
Algebra 9.6 The Discriminant.
Math review - scalars, vectors, and matrices
Chapter 8 Systems of Equations
Equations Chapter 7.1.
Game Programming Algorithms and Techniques
Math Review #2 Jeopardy Expressions and Equations
Additional Mathematics Simultaneous Equations
Welcome GCSE Maths.
Presentation transcript:

Taking Math Beyond the Classroom: Some high school math fair ideas Katrina Palmer Appalachian State University October 13, 2005

Outline Matrices (Algebra II) Hyperbola (Integrated Math IV) Tomography Area of a Triangle Hyperbola (Integrated Math IV) Geophone

Algebra II State Objective 1.04 “Operate with matrices to model and solve problems” Assumptions: - Students know what a matrix is (a table of numbers) - Students know how to add, subtract, mult. matrices - Students know how to find the determinant and the inverse of a 2 by 2 matrix

What is tomography? yarn demo “Recover interior structure of a body using external measurements”

Why is tomography important? can’t see inside things can’t always “cut” your way in where might it be used?

How could you “look inside” What kind of things (xrays, light, robot, etc) can be sent through?

X-ray, CT (CAT) scan, PET scan

CT (computed tomography) details What is sent through the body? What kind of data is collected? A detector detects how much energy is left in the ray X-ray contains a certain amount of energy So we know how much was absorbed

From this data, how do we create an image? Mathematically, what is an image? the values of the matrix are typically between 0 and 255 (where 0 represents black and 255 is white)

Mathematical solution: Solve: w + x = 3 y + z = 1 x + z = 2 1 2 sources Possible Solutions: w x y z 3 2 1 1 detectors 2 Mathematical solution: Solve: w + x = 3 y + z = 1 x + z = 2 1 2

Some Questions Review of solving systems of equations Given n equations and n unknowns, how many solutions could there be? How many unknowns do we have? How many data points should we collect?

Small Example w x y z 1. How many solutions are there if a) v = 1 b) v = 2 For what values of v are there no solutions? For what values of v are there exactly one solution? For what values of v are there more than one solution? sources w x y z 3 1 detectors v 2

How can mathematicians tell if their program works? Don’t know what brain looks like. Create ‘fake’ brain slice (phantom image) Calculate (‘measure’) the line densities in many directions of this new (known) object Use program to ‘reconstruct’ from ‘measured’ line sums Compare reconstruction to original

Given the image, find the line sums Assumptions: Each square is one unit of length Density for white squares is 1 (it absorbs1 unit of energy) Density for black squares is 0 (it doesn’t absorb any energy)

Harder Line Sums density=1.2 Review: What is the equation of a circle with radius 8? What is the distance between two points, (x1,y1) and (x2, y2)? 5 L A B 3 C D Line Sum for line L= 1.2*Dist(AB)+0.8*Dist(BC)+1.2*Dist(CD) density=0.8

And Even Harder Line Sums density=1.2 - No line sums are the same Skills needed a) intersection line/ellipse b) intersection line/circle 5 2 4 density=0.8

Projects for Tomography Create formula(s) for line sums given a pixelated image Create formula(s) for line sums given a continuous image Find an automated way to calculate a certain number of line sums by rotating around the image

Area of a triangle Problem: Given 3 points, find the area of the triangle.

A2 A1 Area of Triangle= A1+A2-A3 A3

Area of Trapezoid: For this trapezoid: Area of this trapezoid:

Area of Triangle= A1+A2-A3

Extensions What happens when one or more points have a negative component? Does this change the formula? Does the formula work if you are given 3 colinear points?

More Extensions Use Determinant to test is 3 points are collinear Use Determinant to find the volume of a tetrahedron Use Determinant to test if 4 points are coplanar

Integrated Mathematics IV State Objective 2.01 “Use the quadratic relations (parabola, circle, ellipse, hyperbola) to model and solve problems”

Locating Rocks How can we use math to locate rock under the earth’s surface? When you locate a spot, how do you know how deep to dig?

Assumptions: - homogeneous subsurface - geophone receives signal after t seconds

Some Questions Which variables do we have in real life and which variables are we looking for? Write an expression for s in terms of d and X. Write an expression for the velocity in terms of s and T. Find the equation of a hyperbola where the two variables are the two we can not realistically measure.

QUESTION: A reflected signal is received 91 meters from the source after 1.1 seconds. The reflected signal is received at a second geophone 200 meters away from the source after 2.1 seconds. Find the depth and the velocity.

Solution: The intersection of two hyperbolas (30.5, 90.6)

Extensions Generalize the solution. Given that the first and second geophones are a distance of X1 and X2 from the source, and the signal is received t1 seconds at the first geophone and after t2 seconds at the second geophone. Will a solution always exist?

Some other interesting topics Cubic filters (used to increase depth of field for iris recognition) Edge detection (convolution - matrix/vector multiply) Cryptography (multiply by a matrix and it’s inverse)

Cubic Filters for Iris Recognition

Edge Detection/ De-blurring

Edge Detection Activities explore relationship between convolution and matrix-vector multiplication experiment with edge-detection Why do some kernels detect edges that go from black to white from left to right while others detect edges that go from white to black from left to right?

Cryptography Use a coding matrix A to code a message Use the inverse of A to decode the message

References Tomography Image De-blurring www.mathsci.appstate.edu/~kmp Area of Triangle & Cryptography Elementary Linear Algebra, Larson/Edwards/Falvo 5th Edition Geophone Inverse Problems, Charles W. Groetsch