PEN-BASED METHODS FOR RECOGNITION AND ANIMATION OF HANDWRITTEN PHYSICS SOLUTIONS

Size: px
Start display at page:

Download "PEN-BASED METHODS FOR RECOGNITION AND ANIMATION OF HANDWRITTEN PHYSICS SOLUTIONS"

Transcription

1 PEN-BASED METHODS FOR RECOGNITION AND ANIMATION OF HANDWRITTEN PHYSICS SOLUTIONS Salman Cheema PhD Dissertation Interactive Systems and User Experience Research Cluster of Excellence Department of EECS University of Central Florida 21 nd October 2014

2 Outline Background Selected related work Initial Prototypes Current Prototype Informal Evaluation Conclusion Q&A

3 Fundamental Research Question Can the answer to a physics problem be used to animate the diagram, with a positive impact on student learning?

4 Problems to be Solved Methods to acquire student solutions Methods to parse and construct models from student solutions Methods for checking student solutions Generalized animation framework Techniques for measuring learning effect

5 Pen Interaction is Good for Tutoring Natural and Transparent Abowd 1999 Faster than typing (for math at least) Anthony et al 2005, 2007 May reduce cognitive load Sweller1994

6 Diagrams are also Important Design Process Ullman et al 1990, Gross & Do 1996, Tversky 1999, Kavakli & Gero 2001 Science Education Larkin & Simon 1987, Wai et al 2009, Ainsworth et al 2011 Spatial vs Sequential Representation [Larkin & Simon 1987] Spatial skills correlate with STEM proficiency Increased Engagement & Improved Learning Ainsworth 2011

7 Animation has Potential People already visualize systems in motion Shepard 1978, Clement 1994, Johnson-Laird 1998 Especially mechanical systems [Hegarty 2004] Pulleys for example Mental Animation can be piecemeal or global Good overview [Hegarty 2004]

8 Putting it all together A new class of intelligent tutoring systems is needed Pen Interaction for natural input Understand problem statements and student solutions Provide general-purpose animation support Provide feedback about correctness of student solutions

9 Challenges Pen interaction is easy Hardware support widely available Can also approximate on tablets Problem statements Analysis may not be difficult Body of NLP work Problem statements can yield descriptions of scenarios Initial conditions

10 Sample Problem Statement

11 Solution

12 Student solutions are complex Enormous variation in solution steps and diagrams Under- or over-defined diagrams Missing or extraneous information Diagrams are almost never precise Precise definition necessary for animation Text phrases or fragments Require semantic analysis

13 Selected Related Work

14 Relevant Research Areas Sketch Recognition Corner finding Stroke grouping Low level techniques High level techniques Pen-based Systems for Tutoring Statics, Logic, Set Theory, etc Animation and Traditional Tutoring Systems

15 Selected Pen-based Systems MathPad 2 (LaViola and Zeleznik, 2004) PhysicsBook (Cheema & LaViola, 2010, 2012) Mechanix (Valentine et al., 2012) Kara (2008) PenProof (Jiang et al., 2010) Newton s Pen I & II (Lee et al., 2007, 2012)

16 Related Work : Animation & Tutoring Andes Physics Tutoring System (Van Lehn et al., 2005) AutoTutor (Graesser et al ) Algebra Cognitive Tutor (Anderson et al 1995) Anthony et al (2012) Crayon Physics Newton s Playground

17 Existing tools are limited Specialized for specific tasks Often have no animation capabilities Do not use answer for animation if they do, it is not easy ( e.g. in Mathematical Sketching)

18 Recap of Initial Progress Three Proof of Concept Prototypes ( )

19 Contributions Multiple granularities of input Recognition of low-level diagram elements Annotations to provide context Used answer for animation Custom 2D physics engine for animation

20 Limitations A small subset of kinematics problems was supported Concepts related to f=ma Animation system was difficult to extend to other domains No understanding of problem statement Only used part of the solution No method to model solution

21 Current Prototype Contributions Architectural improvements Improved recognition pipeline Uses a range of simulators Tailored for specific types of physics problems Problem statement is used A method to model a solution as a deductive proof

22 Current Prototype Screenshot

23 Recognition

24 Ink Stroke Preprocessing Ink Stroke : Sequence of 2D points Cusp : Area of high curvature in an ink stroke Preprocess to remove noise Enumerate Cusps IStraw (Xiong and LaViola, 2010) Add to Math Recognizer (StarPad) Based on MathPaper (Zeleznik and LaViola, 2008)

25 Recognition Workflow (detailed)

26 Support for 9 Diagram Elements

27 Bottom-up Recognition Phase Unistroke and multistroke recognition heuristics Cluster annotations Tags Arrows Equations Initial (localized) Beautification Align vertical/horizontal edges Fix point ordering

28 Unistroke and Multistroke Recognition

29 Top-down Recognition Phase Identify problem domain via NLP List of possible simulators Process annotations and associated math domain-specific rules encoded in simulators Assign reasonable initial conditions Domain-specific beautification Localized and/or global On-demand Uses the QuickDraw framework

30 The QuickDraw Beautification Framework

31 QuickDraw overview Constraint-based Beautification Works with line segments and circles Assign canonical ordering (left-right, top-bottom) Infer a list of constraints from recognized diagram elements Vertical, horizontal, equal length, parallel, perpendicular, concentric, tangent, touch, collinear, etc Use novel beautification algorithm to generate precise diagram

32 Worked Example: Square Recognition 4 line segments Canonical ordering (left-right, top-bottom) Inferred Constraints 2 vertical and 2 horizontal lines Same length Vertical lines are parallel Horizontal lines are parallel Connected path Same perpendicular distance same between horizontal and vertical line segments

33 Worked Example (cont d) Based on ordering Compute the slope of left line segment Compute slopes of all other line segments Read an endpoint from the sketch Yields intercept Read length from sketch Beautify left line segment Beautify top line segment Beautify bottom line segment Beautify right line segment

34 Beautification Algorithm A = set of attributes of all elements B = Empty Set While ( A is not empty) If an attribute a i is computable using attributes in B Compute its value by using associated constraint else Select highest ranked a i from A Read its value from sketch B += {a i }, A-= {a i } Construct beautified elements from attributes in B

35 QuickDraw Demo

36 Diagrams tested with QuickDraw

37 Use in Current Prototype Intervals Pulleys Vertical/Horizontal segments/springs/wires/edges Touch constraints Wires/springs/pulley endpoints Shapes Touch constraints between shapes Example: shape resting on surface

38 Animation Runtime

39 Multiple Simulators Currently contains 4 simulators Freefall Kinematics Friction 1-D Elastic Collisions Equilibrium Hooks for custom behavior Lasso + Tap to associate own mathematics New simulators can easily extend system

40 Individual Simulator Design

41 Capabilities Simulator Elements Annotations Supported Problems Freefall Kinematics Circles, Polygons, Pulleys, Springs Arrows, Dotted Lines, Intervals Free Fall, Free-hanging Springs, Projectiles, Pulleys, Doodling Friction Circles, Polygons, Pulleys, Springs, Line Segments, Polylines Arrows, Dotted Lines, Intervals Sliding Contact, Inclined Planes, Kinetic and Static Friction Momentum Circles, Polygons, Pulleys, Springs, Line Segments Arrows, Dotted Lines 1-D Elastic Collisions Equilibrium Circles, Polygons, Wires Arrows, Dotted Lines Simple Equilibrium Problems, Tension Problems, Objects held with breakable wires

42 Solution Checking Proposed Method. Not fully implemented

43 Solution Checking Construct a solution graph and find a path through it General representation of a deductive argument or proof Singley 1990, Matsuda & VanLehn 2004 Leaf-nodes are givens or endpoints Links between vertices represent premises supporting that step In our case, Proof is mathematical Axioms are physics principles

44 Example

45 Analysis of Checking Algorithm Worst case O(n 2 ) time complexity Perfect Handwriting recognition is required Must know exact logical ordering of solution steps Do not support chained expressions Do not support text fragments Incomplete Implementation Need to integrate mathematics package for verifying correctness of arithmetic manipulations

46 Demo

47 Informal Evaluation

48 Informal Evaluation 4 participants (3M, 1F) Ages Task1: sketch spring system and view graphs Task2: solve simple kinematics problem

49 Results

50 Conclusion & Future Work

51 Problems to be Solved (initial slide) Methods to acquire student solutions Chose pen-based Interaction for natural interaction Methods to parse and construct models from student solutions Have made contributions with new recognition and beautification techniques Improvements needed to ensure stability Methods for checking student solutions Proposed graph-based method for this purpose Incomplete and needs testing Generalized animation framework Easily extensible animation framework Some interaction metaphors need to be devised to support full range of animation Techniques for measuring learning effect Major area of future work

52 Categories of Animation Initial conditions must always be known to begin animating Open-Ended (animate forever) Inspect/Reason/Solve for something that affects animation Unpredictable event happens, student reasons about event Time-of-Interest Inspect/Reason/Solve for something at different points in time Point-of-Interest Inspect/Reason/Solve for something at different points in trajectory

53 Supported Animation Capabilities Can infer motion Can define time limit (associate t=x with canvas) Can define distance limit (using intervals) Support limited unpredictable events 1-D collisions in momentum Rigid body collision in open-ended animations

54 Limitations in Animation Don t have a good way to define multiple points in time and/or trajectory Don t have a good way to indicate quantity of interest with each interesting point Don t have a method to glean implicit information from problem statement No support for piecemeal animation.

55 Summary Sketch-based physics tutoring systems have been developed before Broader goals than previous attempts Animation is primary focus

56 Summary (cont d) Four prototypes were constructed Investigated different methods for animation Current technique using multiple simulators holds most promise Contributions in sketch recognition and beautification Contributions in solution modeling Analysis of problems suggests new research directions interaction metaphors and animation behaviors

57 Acknowledgments Funding Sources NSF CAREER award IIS NSF Awards IIS and CCF

58 Publications Salman Cheema, Sumit Gulwani, and Joseph LaViola. Quickdraw: Improving drawing experience for geometric diagrams. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, CHI 12, pages , New York, NY, USA, ACM Salman Cheema and Joseph LaViola. Physicsbook: A sketch-based interface for animating physics diagrams. In Proceedings of the 2012 ACM International Conference on Intelligent User Interfaces, IUI 12, pages 51 60, New York, NY, USA, ACM Salman Cheema and Joseph J. LaViola, Jr. Applying mathematical sketching to sketch-based physics tutoring software. In Proceedings of the 10th International Conference on Smart Graphics, SG 10, pages 13 24, Berlin, Heidelberg, Springer-Verlag Salman Cheema and Joseph J. LaViola, Jr. Towards intelligent motion inferencing in mathematical sketching. In Proceedings of the 15th International Conference on Intelligent User Interfaces, IUI 10, pages , New York, NY, USA, ACM

59 Questions

PhysicsBook: A Sketch-based Interface for Animating Physics Diagrams

PhysicsBook: A Sketch-based Interface for Animating Physics Diagrams PhysicsBook: A Sketch-based Interface for Animating Physics Diagrams Salman Cheema University of Central Florida Orlando, FL salmanc@cs.ucf.edu Joseph J. LaViola Jr. University of Central Florida Orlando,

More information

A Practical Framework for Constructing Structured Drawings

A Practical Framework for Constructing Structured Drawings A Practical Framework for Constructing Structured Drawings Salman Cheema 1, Sarah Buchanan 1, Sumit Gulwani 2, Joseph J. LaViola Jr. 1 1 University of Central Florida, Orlando, FL, 2 Microsoft Research,

More information

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse Tutorial Outline Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse exams. Math Tutorials offer targeted instruction,

More information

Integrated Mathematics I Performance Level Descriptors

Integrated Mathematics I Performance Level Descriptors Limited A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Integrated Mathematics I. A student at this level has an emerging ability to demonstrate

More information

Shadow Buttons: Exposing WIMP Functionality While Preserving the Inking Surface in Sketch-Based Interfaces

Shadow Buttons: Exposing WIMP Functionality While Preserving the Inking Surface in Sketch-Based Interfaces EUROGRAPHICS Symposium on Sketch-Based Interfaces and Modeling (2009) C. Grimm and J. J. LaViola Jr. (Editors) Shadow Buttons: Exposing WIMP Functionality While Preserving the Inking Surface in Sketch-Based

More information

Revisiting ShortStraw Improving Corner Finding in Sketch-Based Interfaces

Revisiting ShortStraw Improving Corner Finding in Sketch-Based Interfaces EUROGRAPHICS Symposium on Sketch-Based Interfaces and Modeling (2009) C. Grimm and J. J. LaViola Jr. (Editors) Revisiting ShortStraw Improving Corner Finding in Sketch-Based Interfaces Yiyan Xiong and

More information

Investigating Families of Linear Graphs

Investigating Families of Linear Graphs Investigating Families of Linear Graphs Algebra 1 1 day TI-84 Plus Graphing Calculator Carrie Susabach 1 Objectives Students will be able to describe the similarities and differences among linear graphs.

More information

Course of study- Algebra Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by

Course of study- Algebra Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by Course of study- Algebra 1-2 1. Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by students in Grades 9 and 10, but since all students must

More information

Montana City School GRADE 5

Montana City School GRADE 5 Montana City School GRADE 5 Montana Standard 1: Students engage in the mathematical processes of problem solving and reasoning, estimation, communication, connections and applications, and using appropriate

More information

Using Microsoft Journal

Using Microsoft Journal Using Microsoft Journal By Scott Badger You can create notes in your own handwriting. You ll be able to leave your ink notes they way they are and use the search option or you can convert your handwriting

More information

PREDICTIVE MODELING FOR 2D FORM DESIGN

PREDICTIVE MODELING FOR 2D FORM DESIGN PREDICTIVE MODELING FOR 2D FORM DESIGN Erhan Batuhan Arisoy, Gunay Orbay, and Levent Burak Kara Department of Mechanical Engineering Carnegie Mellon University Pittsburgh, Pennsylvania 15213 {earisoy,gorbay,lkara}@andrew.cmu.edu

More information

Table of Contents. Introduction to the Math Practice Series...1

Table of Contents. Introduction to the Math Practice Series...1 Table of Contents Table of Contents Introduction to the Math Practice Series...1 Common Mathematics/Geometry Symbols and Terms...2 Chapter 1: Introduction To Geometry...13 Shapes, Congruence, Similarity,

More information

Middle School Math Course 3

Middle School Math Course 3 Middle School Math Course 3 Correlation of the ALEKS course Middle School Math Course 3 to the Texas Essential Knowledge and Skills (TEKS) for Mathematics Grade 8 (2012) (1) Mathematical process standards.

More information

Math 3 - Lesson Title: Using the Coordinate Plane for Proofs

Math 3 - Lesson Title: Using the Coordinate Plane for Proofs Targeted Content Standard(s): Use coordinates to prove simple geometric theorems algebraically. G.GPE.4 Use coordinates to prove simple geometric theorems algebraically. For example, prove or disprove

More information

Scope and Sequence for the Maryland Voluntary State Curriculum for Mathematics

Scope and Sequence for the Maryland Voluntary State Curriculum for Mathematics Scope and Sequence for the Maryland Voluntary State Curriculum for Mathematics The following chart provides an overview of where within Prentice Hall Course 1 Mathematics each of the Objectives of the

More information

correlated to the Utah 2007 Secondary Math Core Curriculum Geometry

correlated to the Utah 2007 Secondary Math Core Curriculum Geometry correlated to the Utah 2007 Secondary Math Core Curriculum Geometry McDougal Littell Geometry: Concepts and Skills 2005 correlated to the Utah 2007 Secondary Math Core Curriculum Geometry The main goal

More information

This table connects the content provided by Education Perfect to the NSW Syllabus..

This table connects the content provided by Education Perfect to the NSW Syllabus.. Education Perfect Maths is a comprehensive online learning and assessment resource. Designed by teachers and written by our in-house team of maths experts, our content aligns to the NSW Syllabus and covers

More information

Geometry. (F) analyze mathematical relationships to connect and communicate mathematical ideas; and

Geometry. (F) analyze mathematical relationships to connect and communicate mathematical ideas; and (1) Mathematical process standards. The student uses mathematical processes to acquire and demonstrate mathematical understanding. The student is (A) apply mathematics to problems arising in everyday life,

More information

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse Tutorial Outline Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse exams. Math Tutorials offer targeted instruction,

More information

COMMUNITY UNIT SCHOOL DISTRICT 200

COMMUNITY UNIT SCHOOL DISTRICT 200 COMMUNITY UNIT SCHOOL DISTRICT 200 Regular Math Middle School Grade 8 1. Subject Expectation (State Goal 6) Essential Learning 1 (Learning Standard A) (Learning Standard D) Students will be able to demonstrate

More information

Prentice Hall Mathematics: Course Correlated to: Colorado Model Content Standards and Grade Level Expectations (Grade 6)

Prentice Hall Mathematics: Course Correlated to: Colorado Model Content Standards and Grade Level Expectations (Grade 6) Colorado Model Content Standards and Grade Level Expectations (Grade 6) Standard 1: Students develop number sense and use numbers and number relationships in problemsolving situations and communicate the

More information

NCTM Strands. NCTM Strands. NCTM Strands. Geometry. Number and Operations Algebra Geometry Measurement Data Analysis & Probability

NCTM Strands. NCTM Strands. NCTM Strands. Geometry. Number and Operations Algebra Geometry Measurement Data Analysis & Probability NCTM Strands NCTM Strands Number and Operations Algebra Measurement Data Analysis & Probability NCTM Strands Number and Operations Algebra Measurement Data Analysis & Probability Strand 3 and properties

More information

Standard 1 Students will expand number sense to include integers and perform operations with whole numbers, simple fractions, and decimals.

Standard 1 Students will expand number sense to include integers and perform operations with whole numbers, simple fractions, and decimals. Stretch Standard 1 Students will expand number sense to include integers and perform operations with whole numbers, simple fractions, and decimals. Objective 1: Represent whole numbers and decimals from

More information

INDEPENDENT SCHOOL DISTRICT 196 Rosemount, Minnesota Educating our students to reach their full potential

INDEPENDENT SCHOOL DISTRICT 196 Rosemount, Minnesota Educating our students to reach their full potential INDEPENDENT SCHOOL DISTRICT 196 Rosemount, Minnesota Educating our students to reach their full potential MINNESOTA MATHEMATICS STANDARDS Grades 9, 10, 11 I. MATHEMATICAL REASONING Apply skills of mathematical

More information

Text/Instructional Material Title: Virginia Geometry. Publisher: McGraw Hill Companies School Education Group

Text/Instructional Material Title: Virginia Geometry. Publisher: McGraw Hill Companies School Education Group Section I. Correlation with the Mathematics 2009 SOL and Curriculum Framework Rating G.1 G.2 G.3 G.4 G.5 G.6 G.7 G.8 G.9 G.10 G.11 G.12 G.13 G.14 Rating Section II. Additional Criteria: Instructional Planning

More information

What We Can Learn From SILK and DENIM

What We Can Learn From SILK and DENIM What We Can Learn From SILK and DENIM Presenter: Shahla Almasri COMP 762B: Modelling and Simulation Based Design March 2 nd, 2005 Main References This presentation is based on the following four papers:

More information

Dinwiddie County Public Schools Subject: Math 7 Scope and Sequence

Dinwiddie County Public Schools Subject: Math 7 Scope and Sequence Dinwiddie County Public Schools Subject: Math 7 Scope and Sequence GRADE: 7 Year - 2013-2014 9 WKS Topics Targeted SOLS Days Taught Essential Skills 1 ARI Testing 1 1 PreTest 1 1 Quadrilaterals 7.7 4 The

More information

the undefined notions of point, line, distance along a line, and distance around a circular arc.

the undefined notions of point, line, distance along a line, and distance around a circular arc. Tutorial Outline Florida Tutorials are designed specifically for the New Florida Standards for Math and English Language Arts and the Next Generation Sunshine State Standards (NGSSS) for science and social

More information

EXPLORE MATHEMATICS TEST

EXPLORE MATHEMATICS TEST EXPLORE MATHEMATICS TEST Table 4: The College Readiness The describe what students who score in the specified score ranges are likely to know and to be able to do. The help teachers identify ways of enhancing

More information

Coordinate Geometry Lisa A. Over Robert Morris University Professor Trombetta EDUC 6400: Reading Across the Curriculum and ELL

Coordinate Geometry Lisa A. Over Robert Morris University Professor Trombetta EDUC 6400: Reading Across the Curriculum and ELL Coordinate Geometry Lisa A. Over Robert Morris University Professor Trombetta EDUC 6400: Reading Across the Curriculum and ELL Overview According to the PA State Standards for mathematics, students must

More information

Geometry. Instructional Activities:

Geometry. Instructional Activities: GEOMETRY Instructional Activities: Geometry Assessment: A. Direct Instruction A. Quizzes B. Cooperative Learning B. Skill Reviews C. Technology Integration C. Test Prep Questions D. Study Guides D. Chapter

More information

Cloth Simulation. Tanja Munz. Master of Science Computer Animation and Visual Effects. CGI Techniques Report

Cloth Simulation. Tanja Munz. Master of Science Computer Animation and Visual Effects. CGI Techniques Report Cloth Simulation CGI Techniques Report Tanja Munz Master of Science Computer Animation and Visual Effects 21st November, 2014 Abstract Cloth simulation is a wide and popular area of research. First papers

More information

Geometry. Professor Harms Minnesota State University Moorhead Feb. 24 th, 2014

Geometry. Professor Harms Minnesota State University Moorhead Feb. 24 th, 2014 Geometry Professor Harms Minnesota State University Moorhead Feb. 24 th, 2014 Engaging those Calvins in your class The van Hiele model of thinking in Geometry The student recognizes, names, compares and

More information

104, 107, 108, 109, 114, 119, , 129, 139, 141, , , , , 180, , , 128 Ch Ch1-36

104, 107, 108, 109, 114, 119, , 129, 139, 141, , , , , 180, , , 128 Ch Ch1-36 111.41. Geometry, Adopted 2012 (One Credit). (c) Knowledge and skills. Student Text Practice Book Teacher Resource: Activities and Projects (1) Mathematical process standards. The student uses mathematical

More information

Douglas County School District Sixth Grade Critical Content Checklist Math

Douglas County School District Sixth Grade Critical Content Checklist Math Teacher: Year: The Nevada ematics Standards and Douglas County s ematics Critical Content connect the Process and Content Standards. The Process Standards describe the process in which students should

More information

7 Fractions. Number Sense and Numeration Measurement Geometry and Spatial Sense Patterning and Algebra Data Management and Probability

7 Fractions. Number Sense and Numeration Measurement Geometry and Spatial Sense Patterning and Algebra Data Management and Probability 7 Fractions GRADE 7 FRACTIONS continue to develop proficiency by using fractions in mental strategies and in selecting and justifying use; develop proficiency in adding and subtracting simple fractions;

More information

Discovering Geometry: 1 st Quarter. California Geometry Standard Resources

Discovering Geometry: 1 st Quarter. California Geometry Standard Resources Discovering Geometry: 1 st Quarter 1.0 Students demonstrate understanding by identifying and giving examples of undefined terms, axioms, Ch. 1,2, 1,2,3, 2.0 Students write geometric proofs, including proofs

More information

Prentice Hall Mathematics: Pre-Algebra 2004 Correlated to: Colorado Model Content Standards and Grade Level Expectations (Grade 8)

Prentice Hall Mathematics: Pre-Algebra 2004 Correlated to: Colorado Model Content Standards and Grade Level Expectations (Grade 8) Colorado Model Content Standards and Grade Level Expectations (Grade 8) Standard 1: Students develop number sense and use numbers and number relationships in problemsolving situations and communicate the

More information

Virginia Geometry, Semester A

Virginia Geometry, Semester A Syllabus Virginia Geometry, Semester A Course Overview Virginia Geometry, Semester A, provides an in-depth discussion of the basic concepts of geometry. In the first unit, you ll examine the transformation

More information

You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1

You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1 Name GRAPHICAL REPRESENTATION OF DATA: You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1 ) and (x, y ) is x1 x y1 y,.

More information

New York Tutorials are designed specifically for the New York State Learning Standards to prepare your students for the Regents and state exams.

New York Tutorials are designed specifically for the New York State Learning Standards to prepare your students for the Regents and state exams. Tutorial Outline New York Tutorials are designed specifically for the New York State Learning Standards to prepare your students for the Regents and state exams. Math Tutorials offer targeted instruction,

More information

College Technical Mathematics 1

College Technical Mathematics 1 Lakeshore Technical College 10-804-115 College Technical Mathematics 1 Course Outcome Summary Course Information Alternate Title College Technical Math 1 Description Total Credits 5 Total Hours 108...prepares

More information

Simulation in Computer Graphics. Deformable Objects. Matthias Teschner. Computer Science Department University of Freiburg

Simulation in Computer Graphics. Deformable Objects. Matthias Teschner. Computer Science Department University of Freiburg Simulation in Computer Graphics Deformable Objects Matthias Teschner Computer Science Department University of Freiburg Outline introduction forces performance collision handling visualization University

More information

Integration of Handwriting Recognition in Butterfly Net

Integration of Handwriting Recognition in Butterfly Net Integration of Handwriting Recognition in Butterfly Net Sye-Min Christina Chan Department of Computer Science Stanford University Stanford, CA 94305 USA sychan@stanford.edu Abstract ButterflyNet allows

More information

GEOMETRY. Background Knowledge/Prior Skills. Knows ab = a b. b =

GEOMETRY. Background Knowledge/Prior Skills. Knows ab = a b. b = GEOMETRY Numbers and Operations Standard: 1 Understands and applies concepts of numbers and operations Power 1: Understands numbers, ways of representing numbers, relationships among numbers, and number

More information

Paceamker Basic Math. Correlated to. Alaska Math Grade Level Expectations For Eighth Grade

Paceamker Basic Math. Correlated to. Alaska Math Grade Level Expectations For Eighth Grade Paceamker Basic Math Alaska Math Grade Level Expectations 1 Numeration Performance Standards M1.3.1 Read, write, model, and order real numbers, explaining scientific notation, exponents, and percents.

More information

2.) What does this graph represent?

2.) What does this graph represent? Standard: A-CED.2 Create equations in two or more variables to represent relationships between quantities; graph equations on coordinate axes with labels and scales. 1.) Write an equation for the graph

More information

Experimental Design and Graphical Analysis of Data

Experimental Design and Graphical Analysis of Data Experimental Design and Graphical Analysis of Data A. Designing a controlled experiment When scientists set up experiments they often attempt to determine how a given variable affects another variable.

More information

This image cannot currently be displayed. Course Catalog. Geometry Glynlyon, Inc.

This image cannot currently be displayed. Course Catalog. Geometry Glynlyon, Inc. This image cannot currently be displayed. Course Catalog Geometry 2016 Glynlyon, Inc. Table of Contents COURSE OVERVIEW... 1 UNIT 1: INTRODUCTION... 1 UNIT 2: LOGIC... 1 UNIT 3: ANGLES AND PARALLELS...

More information

Prentice Hall Mathematics: Geometry 2007 Correlated to: Arizona Academic Standards for Mathematics (Grades 9-12)

Prentice Hall Mathematics: Geometry 2007 Correlated to: Arizona Academic Standards for Mathematics (Grades 9-12) Strand 1: Number Sense and Operations Every student should understand and use all concepts and skills from the previous grade levels. The standards are designed so that new learning builds on preceding

More information

ALGEBRA II A CURRICULUM OUTLINE

ALGEBRA II A CURRICULUM OUTLINE ALGEBRA II A CURRICULUM OUTLINE 2013-2014 OVERVIEW: 1. Linear Equations and Inequalities 2. Polynomial Expressions and Equations 3. Rational Expressions and Equations 4. Radical Expressions and Equations

More information

Amarillo ISD Math Curriculum

Amarillo ISD Math Curriculum Amarillo Independent School District follows the Texas Essential Knowledge and Skills (TEKS). All of AISD curriculum and documents and resources are aligned to the TEKS. The State of Texas State Board

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog 2017 Glynlyon, Inc. Table of Contents GEOMETRY COURSE OVERVIEW...1 UNIT 1: INTRODUCTION... 1 UNIT 2: LOGIC... 1 UNIT 3: ANGLES AND PARALLELS... 2 UNIT 4: CONGRUENT TRIANGLES

More information

Prentice Hall Mathematics: Course Correlated to: Colorado Model Content Standards and Grade Level Expectations (Grade 8)

Prentice Hall Mathematics: Course Correlated to: Colorado Model Content Standards and Grade Level Expectations (Grade 8) Colorado Model Content Standards and Grade Level Expectations (Grade 8) Standard 1: Students develop number sense and use numbers and number relationships in problemsolving situations and communicate the

More information

Name Period Date MATHLINKS GRADE 8 STUDENT PACKET 3 PATTERNS AND LINEAR FUNCTIONS 1

Name Period Date MATHLINKS GRADE 8 STUDENT PACKET 3 PATTERNS AND LINEAR FUNCTIONS 1 Name Period Date 8-3 STUDENT PACKET MATHLINKS GRADE 8 STUDENT PACKET 3 PATTERNS AND LINEAR FUNCTIONS 1 3.1 Geometric Patterns Describe sequences generated by geometric patterns using tables, graphs, and

More information

GEOMETRY PACING GUIDE School Year

GEOMETRY PACING GUIDE School Year GEOMETRY PACING GUIDE 2012-2013 School Year Montana Common Core Standards Mathematical Practice and Content (Nov 2011) Math Unit/Content Holt McDougal Burger ( 2012) Created by: (GHS) Anthony Lapke, Pam

More information

East Penn School District Secondary Curriculum

East Penn School District Secondary Curriculum East Penn School District Secondary Curriculum A Planned Course Statement for Analytic Geometry and Calculus (BC) AP Course # 360 Grade(s) 12 Department: Math ength of Period (mins.) 41 Total Clock Hours:

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Introduction to Working Model Welcome to Working Model! What is Working Model? It's an advanced 2-dimensional motion simulation package with sophisticated editing capabilities. It allows you to build and

More information

CSAP Achievement Levels Mathematics Grade 6 March, 2006

CSAP Achievement Levels Mathematics Grade 6 March, 2006 Advanced Performance Level 4 (Score range: 589 to 830) Students demonstrate equivalency among fractions decimals, and percents; apply number sense; solve real-world problems using geometric and numeric

More information

FRANKLIN-SIMPSON HIGH SCHOOL

FRANKLIN-SIMPSON HIGH SCHOOL FRANKLIN-SIMPSON HIGH SCHOOL Course Name: Geometry Unit Name: Going in Circles Quality Core Objectives: B.1. C.1. D.1. Mathematical Processes Logic and Proof Points, Lines, Planes, and Space Unit 13 Going

More information

Mathematics 6 12 Section 26

Mathematics 6 12 Section 26 Mathematics 6 12 Section 26 1 Knowledge of algebra 1. Apply the properties of real numbers: closure, commutative, associative, distributive, transitive, identities, and inverses. 2. Solve linear equations

More information

Use throughout the course: for example, Parallel and Perpendicular Lines Proving Lines Parallel. Polygons and Parallelograms Parallelograms

Use throughout the course: for example, Parallel and Perpendicular Lines Proving Lines Parallel. Polygons and Parallelograms Parallelograms Geometry Correlated to the Texas Essential Knowledge and Skills TEKS Units Lessons G.1 Mathematical Process Standards The student uses mathematical processes to acquire and demonstrate mathematical understanding.

More information

Algebra and Trigonometry, Second Edition By James Stewart, Lothar Redlin, & Saleem Watson 2007, Thompson Brooks / Cole

Algebra and Trigonometry, Second Edition By James Stewart, Lothar Redlin, & Saleem Watson 2007, Thompson Brooks / Cole GEOMETRY/TRIGONOMETRY Textbooks: Geometry, Integrated Mathematics, Second Edition, The University of Chicago School mathematics Project (UCSMP), Prentice Hall Algebra and Trigonometry, Second Edition By

More information

Junior Year: Geometry/Trigonometry

Junior Year: Geometry/Trigonometry Junior Year: Geometry/Trigonometry Textbooks: Larson Geometry, Common Core Edition Houghton Mifflin Harcourt Publishing Company. ISBN:978-0-547-64708-1 Course Description: The purpose of this course is

More information

Note: Levels A-I respresent Grade Levels K-8; Florida - Grade 7 -Math Standards /Benchmarks PLATO Courseware Covering Florida - Grade 7 - Math

Note: Levels A-I respresent Grade Levels K-8; Florida - Grade 7 -Math Standards /Benchmarks PLATO Courseware Covering Florida - Grade 7 - Math Note: Levels A-I respresent Grade Levels K-8; - Grade 7 -Math Standards /Benchmarks 2005 PLATO Courseware Covering - Grade 7 - Math Number Sense, Concepts, and Operations Standard 1: The student understands

More information

ALGEBRA IIA/GEOMETRY FORM II

ALGEBRA IIA/GEOMETRY FORM II ALGEBRA IIA/GEOMETRY FORM II Textbooks: Geometry, Integrated Mathematics, Second Edition, The University of Chicago School mathematics Project (UCSMP), Prentice Hall, Algebra and Trigonometry, Second Edition

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog 2017 Glynlyon, Inc. Table of Contents GEOMETRY COURSE OVERVIEW... 1 UNIT 1: INTRODUCTION... 1 UNIT 2: LOGIC... 2 UNIT 3: ANGLES AND PARALLELS... 2 UNIT 4: CONGRUENT TRIANGLES

More information

GRADES 9/10. EALR 1: The student understands and applies the concepts and procedures of mathematics.

GRADES 9/10. EALR 1: The student understands and applies the concepts and procedures of mathematics. GRADES 9/10 EALR 1: The student understands and applies the concepts and procedures of mathematics. Component 1.1: Understand and apply concepts and procedures from number sense. Number and numeration

More information

Geometry CP. Unit 1 Notes

Geometry CP. Unit 1 Notes Geometry CP Unit 1 Notes 1.1 The Building Blocks of Geometry The three most basic figures of geometry are: Points Shown as dots. No size. Named by capital letters. Are collinear if a single line can contain

More information

Structuring and Manipulating Hand-Drawn Concept Maps

Structuring and Manipulating Hand-Drawn Concept Maps Structuring and Manipulating Hand-Drawn Concept Maps Yingying Jiang 1,2 Feng Tian 2 Xugang Wang 2 1 State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences Beijing,

More information

CURRICULUM UNIT MAP 1 ST QUARTER. COURSE TITLE: Mathematics GRADE: 8

CURRICULUM UNIT MAP 1 ST QUARTER. COURSE TITLE: Mathematics GRADE: 8 1 ST QUARTER Unit:1 DATA AND PROBABILITY WEEK 1 3 - OBJECTIVES Select, create, and use appropriate graphical representations of data Compare different representations of the same data Find, use, and interpret

More information

Correlation of the ALEKS courses Algebra 1 and High School Geometry to the Wyoming Mathematics Content Standards for Grade 11

Correlation of the ALEKS courses Algebra 1 and High School Geometry to the Wyoming Mathematics Content Standards for Grade 11 Correlation of the ALEKS courses Algebra 1 and High School Geometry to the Wyoming Mathematics Content Standards for Grade 11 1: Number Operations and Concepts Students use numbers, number sense, and number

More information

Maths. Formative Assessment/key piece of work prior to end of unit: Term Autumn 1

Maths. Formative Assessment/key piece of work prior to end of unit: Term Autumn 1 Term Autumn 1 3 weeks Negative numbers Multiples and factors Common factors Prime numbers Ordering decimal numbers Rounding Square numbers and square roots Prime factor decomposition LCM and HCF Square

More information

UNIT 5 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 5

UNIT 5 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 5 UNIT 5 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 5 Geometry Unit 5 Overview: Circles With and Without Coordinates In this unit, students prove basic theorems about circles, with particular attention

More information

Mathematics. Accelerated GSE Algebra I/Geometry A Unit 7: Transformations in the Coordinate Plane

Mathematics. Accelerated GSE Algebra I/Geometry A Unit 7: Transformations in the Coordinate Plane Georgia Standards of Excellence Frameworks Mathematics Accelerated GSE Algebra I/Geometry A Unit 7: Transformations in the Coordinate Plane These materials are for nonprofit educational purposes only.

More information

Virginia Mathematics Checkpoint Assessment GEOMETRY G.3. Topic: Reasoning, Lines, and Transformations

Virginia Mathematics Checkpoint Assessment GEOMETRY G.3. Topic: Reasoning, Lines, and Transformations Virginia Mathematics Checkpoint Assessment GEOMETRY G.3 Topic: Reasoning, Lines, and Transformations Standards of Learning Blueprint Summary Reporting Category Geometry SOL Number of Items Reasoning, Lines,

More information

Geometry. Course Requirements

Geometry. Course Requirements Geometry Geometry is a full year, high school math course for the student who has successfully completed the prerequisite course, Algebra I. The course focuses on the skills and methods of linear, coordinate,

More information

Pearson Geometry Common Core 2015

Pearson Geometry Common Core 2015 A Correlation of Geometry Common Core to the Common Core State Standards for Mathematics High School , Introduction This document demonstrates how meets the Mathematics High School, PARRC Model Content

More information

Constraint Based Modeling Geometric and Dimensional. ENGR 1182 SolidWorks 03

Constraint Based Modeling Geometric and Dimensional. ENGR 1182 SolidWorks 03 Constraint Based Modeling Geometric and Dimensional ENGR 1182 SolidWorks 03 Today s Objectives Using two different type of constraints in SolidWorks: Geometric Dimensional SW03 In-Class Activity List Geometric

More information

Content Standard 1: Numbers, Number Sense, and Computation

Content Standard 1: Numbers, Number Sense, and Computation Content Standard 1: Numbers, Number Sense, and Computation Place Value Fractions Comparing and Ordering Counting Facts Estimating and Estimation Strategies Determine an approximate value of radical and

More information

Geometry ~ Unit 4

Geometry ~ Unit 4 Title Quadrilaterals and Coordinate Proof CISD Safety Net Standards: G.5A Big Ideas/Enduring Understandings Module 9 Properties of quadrilaterals can be used to solve real-world problems. Suggested Time

More information

1. POINTS, LINES, AND ANGLES

1. POINTS, LINES, AND ANGLES Tutorial Outline California Tutorials are designed specifically for the California Common Core State Standards and the California Next Generation Science Standards to prepare students for the Smarter Balanced

More information

Scientific Method and Graphing

Scientific Method and Graphing Scientific Method and Graphing Objectives - Students will be able to: 1.Explain what an independent and a dependent variable are. 2.Properly label a data table and graph 3.Create a graph from a data table

More information

Project-based course of Applied Dynamics with computer simulation Tools Working Model 2D

Project-based course of Applied Dynamics with computer simulation Tools Working Model 2D Project-based course of Applied Dynamics with computer simulation Tools Working Model 2D Prof. Ti Lin, Liu Department of Manufacturing & Mechanical Engineering Technology/Packaging Science Rochester Institute

More information

Integrated Math I. IM1.1.3 Understand and use the distributive, associative, and commutative properties.

Integrated Math I. IM1.1.3 Understand and use the distributive, associative, and commutative properties. Standard 1: Number Sense and Computation Students simplify and compare expressions. They use rational exponents and simplify square roots. IM1.1.1 Compare real number expressions. IM1.1.2 Simplify square

More information

Minnesota Academic Standards for Mathematics 2007

Minnesota Academic Standards for Mathematics 2007 An Alignment of Minnesota for Mathematics 2007 to the Pearson Integrated High School Mathematics 2014 to Pearson Integrated High School Mathematics Common Core Table of Contents Chapter 1... 1 Chapter

More information

Geometry Arkansas 1. INTRODUCTION TO GEOMETRY 2. LINES AND ANGLES. Tutorial Outline

Geometry Arkansas 1. INTRODUCTION TO GEOMETRY 2. LINES AND ANGLES. Tutorial Outline Tutorial Outline Arkansas Tutorials are designed specifically for the Arkansas Standards found in the Curriculum Framework documents to prepare students for the ACT Aspire in English, reading, writing,

More information

Mathematics - Grade 7: Introduction Math 7

Mathematics - Grade 7: Introduction Math 7 Mathematics - Grade 7: Introduction Math 7 In Grade 7, instructional time should focus on four critical areas: (1) developing understanding of and applying proportional relationships; (2) developing understanding

More information

Achievement Level Descriptors Geometry

Achievement Level Descriptors Geometry Achievement Level Descriptors Geometry ALD Stard Level 2 Level 3 Level 4 Level 5 Policy MAFS Students at this level demonstrate a below satisfactory level of success with the challenging Students at this

More information

DEPARTMENT - Mathematics. Coding: N Number. A Algebra. G&M Geometry and Measure. S Statistics. P - Probability. R&P Ratio and Proportion

DEPARTMENT - Mathematics. Coding: N Number. A Algebra. G&M Geometry and Measure. S Statistics. P - Probability. R&P Ratio and Proportion DEPARTMENT - Mathematics Coding: N Number A Algebra G&M Geometry and Measure S Statistics P - Probability R&P Ratio and Proportion YEAR 7 YEAR 8 N1 Integers A 1 Simplifying G&M1 2D Shapes N2 Decimals S1

More information

New York State Regents Examination in Geometry (Common Core) Performance Level Descriptions

New York State Regents Examination in Geometry (Common Core) Performance Level Descriptions New York State Regents Examination in Geometry (Common Core) Performance Level Descriptions August 2015 THE STATE EDUCATION DEPARTMENT / THE UNIVERSITY OF THE STATE OF NEW YORK / ALBANY, NY 12234 Geometry

More information

b) develop mathematical thinking and problem solving ability.

b) develop mathematical thinking and problem solving ability. Submission for Pre-Calculus MATH 20095 1. Course s instructional goals and objectives: The purpose of this course is to a) develop conceptual understanding and fluency with algebraic and transcendental

More information

Maths: Phase 5 (Y12-13) Outcomes

Maths: Phase 5 (Y12-13) Outcomes Maths: Phase 5 (Y12-13) Outcomes I know numbers are beautiful. If they aren t beautiful nothing is. Paul Erdose Maths is discovered it doesn t just exist. Maths is a tool to understand, question and criticise

More information

6. 5 Symmetries of Quadrilaterals

6. 5 Symmetries of Quadrilaterals 25 CC BY fdecomite 6. 5 Symmetries of Quadrilaterals A Develop Understanding Task A line that reflects a figure onto itself is called a line of symmetry. A figure that can be carried onto itself by a rotation

More information

UNIT 1: NUMBER LINES, INTERVALS, AND SETS

UNIT 1: NUMBER LINES, INTERVALS, AND SETS ALGEBRA II CURRICULUM OUTLINE 2011-2012 OVERVIEW: 1. Numbers, Lines, Intervals and Sets 2. Algebraic Manipulation: Rational Expressions and Exponents 3. Radicals and Radical Equations 4. Function Basics

More information

COURSE: Math A 15:1 GRADE LEVEL: 9 th, 10 th & 11 th

COURSE: Math A 15:1 GRADE LEVEL: 9 th, 10 th & 11 th COURSE: Math A 15:1 GRADE LEVEL: 9 th, 10 th & 11 th MAIN/GENERAL TOPIC: PROBLEM SOLVING STRATEGIES NUMBER THEORY SUB-TOPIC: ESSENTIAL QUESTIONS: WHAT THE STUDENTS WILL KNOW OR BE ABLE TO DO: Make a chart

More information

Pacemaker Basic Math. Correlated to. Alaska Math Grade Level Expectations Seventh Grade

Pacemaker Basic Math. Correlated to. Alaska Math Grade Level Expectations Seventh Grade Pacemaker Basic Math Alaska Math Grade Level Expectations Seventh Grade Numeration Performance Standards M1.3.1 Read, write, model, and order real numbers, explaining scientific notation, exponents, and

More information

CURRICULUM UNIT MAP 1 ST QUARTER

CURRICULUM UNIT MAP 1 ST QUARTER 1 ST QUARTER Unit 1: Pre- Algebra Basics I WEEK 1-2 OBJECTIVES Apply properties for operations to positive rational numbers and integers Write products of like bases in exponential form Identify and use

More information

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts.

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts. Fundamentals Training Kit Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY 10001 212.736.6350 f 212.736.6353 presentationproducts.com Table of Contents Getting Started How Does the SMART

More information

Parallel or Perpendicular? How Can You Tell? Teacher Notes Page 1 of 6

Parallel or Perpendicular? How Can You Tell? Teacher Notes Page 1 of 6 Teacher Notes How can a student be sure when lines are parallel or perpendicular to a given graph using the graphing calculator? The difficulty lies in matching a mechanical graph that is on a rectangular

More information