Classroom Tips and Techniques: Maple Meets Marden's Theorem. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Size: px
Start display at page:

Download "Classroom Tips and Techniques: Maple Meets Marden's Theorem. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft"

Transcription

1 Introduction Classroom Tips and Techniques: Maple Meets Marden's Theorem Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft The statement of Marden's theorem in Table 1 is taken from [1] where Dan Kalman gives insightful comments and an efficient geometric proof. Let be a third-degree polynomial with complex coefficients, and whose roots, and are noncollinear points in the complex plane. Let be the triangle with vertices at, and. There is a unique ellipse inscribed in and tangent to the sides at their midpoints. The foci of this ellipse are the roots of. Table 1 Dan Kalman's statement of Marden's theorem It is quite natural in Maple to start with three complex points, interpolate them with a (monic) cubic polynomial, and to find the zeros of its derivative. Then, from these two foci and the midpoints of the sides of the triangle whose vertices are the original three points, it is possible to obtain the equation of the inscribed ellipse. However, if the initial three points are taken as arbitrary complex points, the expressions that arise become exceedingly large and cumbersome. Kalman suggests the clever simplification of selecting the initial three points as, and, with the third point in the upper half-plane. There is no loss of generality by this device, since Kalman shows that under a linear transformation capturing translation, rotation, and scaling, Marden's theorem holds for a triple if and only if it holds for the transformed triple. After observing how cumbersome the general expressions can become, we readily adopt the consequences of Kalman's insight. In Example 1 we start with three fixed points and use Maple's geometry package to obtain the inscribed ellipse. This is followed by an interactive animation that shows the dynamic dependence of the triangle, its midpoints, the inscribed ellipse, and its foci. In Example 2, we start with three points suggested by Kalman, the interpolating polynomial, and the zeros of its derivative as the foci. The indeterminates and present grave problems for the geometry package, so we obtain the equation of the inscribed ellipse by interpolating a general

2 quadratic through the midpoints of the sides of the triangle and having its center fall on the midpoint of the line segment connecting the foci. Tangency at the midpoints is then readily shown. Finally, for a constructive approach to Marden's theorem, we start with the triangle, and construct the ellipse tangent to its sides at the midpoints. The coordinates of the foci are obtained after transforming the ellipse to standard form. The foci so determined are shown to be the same as the zeros of the derivative of the polynomial interpolating the vertices of the triangle. Example 1: A Specific Case Let the triple of complex numbers be given by The polynomial that interpolates these three points is or and is The zeros of, namely, the foci of the inscribed ellipse, are then

3 It now becomes convenient to use Maple's geometry package for constructing the circumscribed ellipse. However, this requires that the vertices of the triangle, and the foci, be expressed as points in the package. Define the three interpolated vertices as. Define the foci and as the geometry points and. Obtain, respectively the midpoints of sides of the triangle formed by the three interpolated vertices. The coordinates of the three midpoints are found, and assigned the respective names. Define, the triangle formed by the vertices }, as an object in the geometry package. The ellipse command in the geometry package will define an ellipse from the foci and the distance from one focus to a point on the ellipse to the other focus. This distance is actually the length of the major axis. We take as the point on the ellipse the midpoint of one side of triangle.

4 Define (as an object in the geometry package) the ellipse to be the ellipse whose foci are and, whose major axis has length, and which contains the point. Obtain the Cartesian equation of ellipse, and assign this equation the name. Let be the center of ellipse. Its coordinates are displayed to the right. Note the division by 3 for each coordinate. Careful inspection of the coordinates of the points, lead to the suspicion that center of falls on the centroid of triangle. This suspicion is confirmed by finding the coordinates of the centroid of triangle. Table 2 The ellipse of Marden's theorem obtained with Maple's geometry package Figure 1, made with the draw command from the geometry package, shows the triangle and the ellipse. The foci and are shown as green dots, the center as a red dot, and the midpoints as blue dots. The vertices of are drawn as black squares.

5 Figure 1 Circumscribed ellipse of Marden's theorem That ellipse touches the triangle at the midpoints of the sides is shown by the result of substituting the coordinates of the midpoints into the Cartesian equation for. Ellipse contains each midpoint since its equation is satisfied by each such point. To show that ellipse is tangent to the sides of the triangle at the midpoints, we need the derivative along the ellipse. This is obtained by Maple's implicitdiff command. Table 3 compares the slope of each side of triangle and the slope of ellipse at the midpoint

6 of the corresponding side. = = = = = = Table 3 Verification that ellipse is tangent to triangle at the midpoints of its sides Apparently, taking as foci of an ellipse the zeros of the cubic polynomial interpolating the three vertices of a triangle in the complex plane, and forcing the ellipse to pass through the midpoint of one side of the triangle, is enough to determine an ellipse that is tangent to all three sides of the triangle at the midpoints of the sides. Interactive Graphics Throughout the investigations detailed in this article, we tried to ignore the task of coding interactive Figure 2. The lure was too strong, however, so we first tried a coding based on the geometry package. Unfortunately, the resulting diagram responded too slowly to be useful. We then coded a solution based on interpolation: we interpolated a general quadratic through the midpoints of the triangle formed by three given points, using tangency to obtain the additional conditions needed to determine the six coefficients in the general quadratic. But the general quadratic is determined by just five coefficients - it is always possible to divide through by one of the nonzero coefficients. This distinction gives Maple's solve and fsolve commands some trouble. Since points are read from a graph as floating-point numbers, Maple's solve command finds just the zero solution of six equations in six unknowns that are not independent. Maple's fsolve command does not find any solution. However, if the floats are converted to rational numbers, solve will obtain the solution of the six equations in terms of one of the unknowns. By normalizing, we can then obtain the equation of the ellipse, and its graph can be added to a plot of the relevant points and lines. The code for Figure 2 is written as a module containing procedures that are invoked by the "click and drag" fields in the plot component. Initialize this code (and the figure) by clicking the button above Figure 2. It can be viewed by selecting Component Properties from the Context Menu for

7 the button. The code is similar to what was used for the Bézier Curves task template in the Curve Fitting section of the task templates. Figure 2 Interactive investigation of Marden's theorem. Click to place three points. Third click generates the full diagram of ellipse and triangle. Drag any vertex to resize the triangle and the inscribed ellipse. If the cursor on the graph does not default to the "click and drag" probe, select it from the toolbar. Example 2: Using Kalman's Simplification If all three vertices are taken as arbitrary complex points, there are six indeterminates in any investigation of Marden's theorem. Kalman showed that it suffices to take the vertices as the complex points and, thereby reducing the number of indeterminates to a more tractable two. The interpolating polynomial is then

8 or Its derivative, has the two zeros the Cartesian coordinates of which are Table 4 summarizes the ensuing calculations in the geometry package.

9 As we did earlier, define the three interpolated vertices as. Define the foci and as the geometry points and. Obtain, respectively the midpoints of sides of the triangle formed by the three interpolated vertices. The coordinates of the three midpoints are found, and assigned the respective names. The center of the circumscribed ellipse will be at the midpoint of the segment joining the foci. Its coordinates are again those of the centroid of the triangle whose vertices are. The distance from one focus to a point on the ellipse to the other focus is

10 Unfortunately, this expression for the length of the major axis is too complex for the ellipse command in the geometry package to handle. It is not possible to construct ellipse as we did in Table 2. We are forced to follow another path. Table 4 Use of Maple's geometry package to find the ellipse of Marden's theorem in terms of the parameters and The ellipse with foci has the known center. The coordinates of the center of the conic governed by the quadratic equation are Since at least one of the six coefficients in the general quadratic must be nonzero, the ellipse in Marden's theorem is determined by five constants. Interpolating the quadratic through the three midpoints of the sides of the circumscribing triangle provides three conditions, and prescribing the center provides two more. Hence, the solution of the five equations

11 is so the ellipse is described by the equation where we have divided through by the parameter first obtain implicitly as. To parallel the verifications in Table 3, we then construct Table 5. = = = =

12 = = Table 5 Verification that at the midpoints of the sides of the enveloping triangle, the ellipse of Marden's theorem is tangent to the triangle Executing the command generates (as a pop-up) the interactive plotting tool whose screen-capture is seen in Figure 3. Figure 3 Interactive plot of the ellipse in Marden's theorem

13 This same tool can be launched from the Plot Builder by selecting "Interactive Plot with 2 parameters" as the plot type. Marden's Theorem by Computation By rotation and translation, but not scaling, the three vertices of a triangle can be moved to the points in the plane. We next establish that the foci of an ellipse that is tangent to the sides of the triangle at its midpoints are the zeros of the derivative of the polynomial interpolating the vertices. We start with the general quadratic equation and the derivative The midpoints and slopes of the sides of the triangle formed by the vertices Table 6. are listed in Table 6 Midpoints (left column) and slopes (right column) of the sides of the triangle whose vertices are The six coefficients in are determined by the equations

14 whose solution is leading to the quadratic Using, we obtain the coordinates of the center as in keeping with our earlier observation about the center of the ellipse being at the centroid of the triangle. If we next translate coordinates with the quadratic becomes

15 the template for which is If the coordinates are rotated via where, the quadratic assumes the form Setting equal to, we get Unfortunately, Maple is unable to recognize that the coefficients of and can be further simplified so that becomes or

16 or Since, and are positive, the coefficient of is smaller than the coefficient of. Hence, the standard form for this ellipse is where and Therefore we have Since, and since for an ellipse, the denominator for is positive, so that In order to show that the foci of the ellipse are the same as

17 and (that is, the zeros of derivative of the interpolating cubic polynomial), we rotate and translate the points back to the -coordinate system where the foci should then be. The most difficult part of the rotation is expressing sine and cosine of in terms of radicals. For the sine we write

18 and make the substitutions Expressing in terms of, and, we have The rotation and translation of the first coordinate of the first focus is then The equivalence to the first coordinate of is shown by the vanishing of the difference: We leave three similar calculations to the reader. Note on Hidden Code Cells tinted in yellow contain hidden Maple input. This input can be seen by checking the "Show input" box near the bottom of the Table Properties dialog, accessed either through the Table menu, or the Context Menu. Figure 1 and Table 6 also contain hidden Maple input, but are not tinted.

19 References [1] Dan Kalman, "An Elementary Proof of Marden's Theorem," American Mathematical Monthly, Volume 115, Number 4, April 2008, pp Legal Notice: Maplesoft, a division of Waterloo Maple Inc Maplesoft and Maple are trademarks of Waterloo Maple Inc. This application may contain errors and Maplesoft is not liable for any damages resulting from the use of this material. This application is intended for non-commercial, non-profit use only. Contact Maplesoft for permission if you wish to use this application in for-profit activities.

Classroom Tips and Techniques: Nonlinear Curve Fitting. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Classroom Tips and Techniques: Nonlinear Curve Fitting. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Classroom Tips and Techniques: Nonlinear Curve Fitting Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction I was recently asked for help in fitting a nonlinear curve

More information

Classroom Tips and Techniques: Interactive Plotting of Points on a Curve

Classroom Tips and Techniques: Interactive Plotting of Points on a Curve Classroom Tips and Techniques: Interactive Plotting of Points on a Curve Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Recently, I needed to draw points on the

More information

Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots

Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Naive simplification of to results

More information

Classroom Tips and Techniques: Solving Algebraic Equations by the Dragilev Method

Classroom Tips and Techniques: Solving Algebraic Equations by the Dragilev Method Classroom Tips and Techniques: Solving Algebraic Equations by the Dragilev Method Introduction Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft On February 13, 2013, Markian

More information

Classroom Tips and Techniques: Drawing a Normal and Tangent Plane on a Surface

Classroom Tips and Techniques: Drawing a Normal and Tangent Plane on a Surface Classroom Tips and Techniques: Drawing a Normal and Tangent Plane on a Surface Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction A question posted to MaplePrimes

More information

Visualizing Regions of Integration in 2-D Cartesian Coordinates

Visualizing Regions of Integration in 2-D Cartesian Coordinates Classroom Tips and Techniques: Visualizing Regions of Integration Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Five of the new task templates in Maple 14 are

More information

Classroom Tips and Techniques: Stepwise Solutions in Maple - Part 2 - Linear Algebra

Classroom Tips and Techniques: Stepwise Solutions in Maple - Part 2 - Linear Algebra Introduction Classroom Tips and Techniques: Stepwise Solutions in Maple - Part 2 - Linear Algebra Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft In the preceding article Stepwise

More information

Introduction. Classroom Tips and Techniques: The Lagrange Multiplier Method

Introduction. Classroom Tips and Techniques: The Lagrange Multiplier Method Classroom Tips and Techniques: The Lagrange Multiplier Method Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction The typical multivariate calculus course contains

More information

Classroom Tips and Techniques: Plotting Curves Defined Parametrically

Classroom Tips and Techniques: Plotting Curves Defined Parametrically Classroom Tips and Techniques: Plotting Curves Defined Parametrically Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction If the vector representation of a curve is

More information

Classroom Tips and Techniques: The Lagrange Multiplier Method

Classroom Tips and Techniques: The Lagrange Multiplier Method Classroom Tips and Techniques: The Lagrange Multiplier Method Initializations Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft, a division of Waterloo Maple Inc., 2006 Introduction

More information

Classroom Tips and Techniques: Least-Squares Fits. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Classroom Tips and Techniques: Least-Squares Fits. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Classroom Tips and Techniques: Least-Squares Fits Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft The least-squares fitting of functions to data can be done in

More information

Honors Precalculus: Solving equations and inequalities graphically and algebraically. Page 1

Honors Precalculus: Solving equations and inequalities graphically and algebraically. Page 1 Solving equations and inequalities graphically and algebraically 1. Plot points on the Cartesian coordinate plane. P.1 2. Represent data graphically using scatter plots, bar graphs, & line graphs. P.1

More information

Integration by Parts in Maple

Integration by Parts in Maple Classroom Tips and Techniques: Integration by Parts in Maple Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Maple implements "integration by parts" with two different

More information

Planes Intersecting Cones: Static Hypertext Version

Planes Intersecting Cones: Static Hypertext Version Page 1 of 12 Planes Intersecting Cones: Static Hypertext Version On this page, we develop some of the details of the plane-slicing-cone picture discussed in the introduction. The relationship between the

More information

Mathematics High School Geometry An understanding of the attributes and relationships of geometric objects can be applied in diverse contexts

Mathematics High School Geometry An understanding of the attributes and relationships of geometric objects can be applied in diverse contexts Mathematics High School Geometry An understanding of the attributes and relationships of geometric objects can be applied in diverse contexts interpreting a schematic drawing, estimating the amount of

More information

Geometry. Cluster: Experiment with transformations in the plane. G.CO.1 G.CO.2. Common Core Institute

Geometry. Cluster: Experiment with transformations in the plane. G.CO.1 G.CO.2. Common Core Institute Geometry Cluster: Experiment with transformations in the plane. G.CO.1: Know precise definitions of angle, circle, perpendicular line, parallel line, and line segment, based on the undefined notions of

More information

Mathematics High School Geometry

Mathematics High School Geometry Mathematics High School Geometry An understanding of the attributes and relationships of geometric objects can be applied in diverse contexts interpreting a schematic drawing, estimating the amount of

More information

High School Geometry

High School Geometry High School Geometry This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular

More information

Investigation and Justification (Proof) Thread

Investigation and Justification (Proof) Thread Concept Category 3 (CC3): Triangle Trigonometry Grounded in students study of similar triangles in CC2, students consider slope triangles in CC3 to learn about the relationship between the angles and the

More information

Activity overview. Background. Concepts. Teacher preparation and Classroom management tips. Off on a Tangent

Activity overview. Background. Concepts. Teacher preparation and Classroom management tips. Off on a Tangent By: Russell Brown Grade level: secondary (Years 10-12) Activity overview Many special properties can be shown to be associated with cubic functions. This activity investigates tangents to the cubic function

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

1 MATH 253 LECTURE NOTES for FRIDAY SEPT. 23,1988: edited March 26, 2013.

1 MATH 253 LECTURE NOTES for FRIDAY SEPT. 23,1988: edited March 26, 2013. 1 MATH 253 LECTURE NOTES for FRIDAY SEPT. 23,1988: edited March 26, 2013. TANGENTS Suppose that Apple Computers notices that every time they raise (or lower) the price of a $5,000 Mac II by $100, the number

More information

Honors Geometry Pacing Guide Honors Geometry Pacing First Nine Weeks

Honors Geometry Pacing Guide Honors Geometry Pacing First Nine Weeks Unit Topic To recognize points, lines and planes. To be able to recognize and measure segments and angles. To classify angles and name the parts of a degree To recognize collinearity and betweenness of

More information

This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane?

This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane? Intersecting Circles This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane? This is a problem that a programmer might have to solve, for example,

More information

SECONDARY DRAFT SYLLABUS. 2. Representation of functions. 3. Types of functions. 4. Composition of functions (two and three)

SECONDARY DRAFT SYLLABUS. 2. Representation of functions. 3. Types of functions. 4. Composition of functions (two and three) et et et CLASS IX Topic :Set Language et et 1. Describing and representing sets SECONDARY DRAFT SYLLABUS Able to describe a set in Descriptive, Set- builder and roster forms and through Venn diagram. Use

More information

For each question, indicate whether the statement is true or false by circling T or F, respectively.

For each question, indicate whether the statement is true or false by circling T or F, respectively. True/False For each question, indicate whether the statement is true or false by circling T or F, respectively. 1. (T/F) Rasterization occurs before vertex transformation in the graphics pipeline. 2. (T/F)

More information

A Maple Package for Solving and Displaying

A Maple Package for Solving and Displaying Classroom Tips and Techniques: A Package for Graphing Solution Sets of Nonlinear Inequalities Introduction Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft, a division of Waterloo

More information

Look up partial Decomposition to use for problems #65-67 Do Not solve problems #78,79

Look up partial Decomposition to use for problems #65-67 Do Not solve problems #78,79 Franklin Township Summer Assignment 2017 AP calculus AB Summer assignment Students should use the Mathematics summer assignment to identify subject areas that need attention in preparation for the study

More information

Introduction to Geometry

Introduction to Geometry Introduction to Geometry This course covers the topics outlined below. You can customize the scope and sequence of this course to meet your curricular needs. Curriculum (211 topics + 6 additional topics)

More information

Algebra 2 Semester 2 Final Exam Study Outline Semester 2 Final Exam Study Tips and Information

Algebra 2 Semester 2 Final Exam Study Outline Semester 2 Final Exam Study Tips and Information Algebra 2 Semester 2 Final Exam Study Outline 2013 Semester 2 Final Exam Study Tips and Information The final exam is CUMULATIVE and will include all concepts taught from Chapter 1 through Chapter 13.

More information

TABLE 2: Mathematics College Readiness Standards for Score Range 13 15

TABLE 2: Mathematics College Readiness Standards for Score Range 13 15 TABLE 2: Mathematics College Readiness Standards for Score Range 13 15 Perform one-operation computation with whole numbers and decimals Solve problems in one or two steps using whole numbers Perform common

More information

Module 3: Stand Up Conics

Module 3: Stand Up Conics MATH55 Module 3: Stand Up Conics Main Math concepts: Conic Sections (i.e. Parabolas, Ellipses, Hyperbolas), nd degree equations Auxilliary ideas: Analytic vs. Co-ordinate-free Geometry, Parameters, Calculus.

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

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

SKILL: What we want students to DO. Students will be able to: (pp. 1 61)

SKILL: What we want students to DO. Students will be able to: (pp. 1 61) TIME FRAME [By Date/Week/ Month] STANDARD OR BENCHMARK CURRICULUM End Product of Learning, What You Teach CONTENT: What we want students to KNOW. SKILL: What we want students to DO. INSTRUCTION Means to

More information

MATHEMATICS Geometry Standard: Number, Number Sense and Operations

MATHEMATICS Geometry Standard: Number, Number Sense and Operations Standard: Number, Number Sense and Operations Number and Number A. Connect physical, verbal and symbolic representations of 1. Connect physical, verbal and symbolic representations of Systems integers,

More information

Make geometric constructions. (Formalize and explain processes)

Make geometric constructions. (Formalize and explain processes) Standard 5: Geometry Pre-Algebra Plus Algebra Geometry Algebra II Fourth Course Benchmark 1 - Benchmark 1 - Benchmark 1 - Part 3 Draw construct, and describe geometrical figures and describe the relationships

More information

High School Geometry

High School Geometry High School Geometry This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular

More information

Module 1 Session 1 HS. Critical Areas for Traditional Geometry Page 1 of 6

Module 1 Session 1 HS. Critical Areas for Traditional Geometry Page 1 of 6 Critical Areas for Traditional Geometry Page 1 of 6 There are six critical areas (units) for Traditional Geometry: Critical Area 1: Congruence, Proof, and Constructions In previous grades, students were

More information

MERBEIN P-10 COLLEGE MATHS SCOPE & SEQUENCE

MERBEIN P-10 COLLEGE MATHS SCOPE & SEQUENCE MERBEIN P-10 COLLEGE MATHS SCOPE & SEQUENCE Year Number & Algebra Measurement & Geometry Statistics & Probability P Numbers to 20 Location Data collection Counting and comparing groups Length Ordinal numbers

More information

Common Core Cluster. Experiment with transformations in the plane. Unpacking What does this standard mean that a student will know and be able to do?

Common Core Cluster. Experiment with transformations in the plane. Unpacking What does this standard mean that a student will know and be able to do? Congruence G.CO Experiment with transformations in the plane. G.CO.1 Know precise definitions of angle, circle, perpendicular line, parallel line, and line segment, based on the undefined notions of point,

More information

High School Geometry. Correlation of the ALEKS course High School Geometry to the ACT College Readiness Standards for Mathematics

High School Geometry. Correlation of the ALEKS course High School Geometry to the ACT College Readiness Standards for Mathematics High School Geometry Correlation of the ALEKS course High School Geometry to the ACT College Readiness Standards for Mathematics Standard 5 : Graphical Representations = ALEKS course topic that addresses

More information

Contents COORDINATE METHODS REGRESSION AND CORRELATION

Contents COORDINATE METHODS REGRESSION AND CORRELATION Contents UNIT 3 UNIT 4 COORDINATE METHODS Lesson 1 A Coordinate Model of a Plane.............. 162 Investigations 1 Representing Geometric Ideas with Coordinates............... 164 2 Reasoning with Slopes

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

Preview Notes. Systems of Equations. Linear Functions. Let y = y. Solve for x then solve for y

Preview Notes. Systems of Equations. Linear Functions. Let y = y. Solve for x then solve for y Preview Notes Linear Functions A linear function is a straight line that has a slope (m) and a y-intercept (b). Systems of Equations 1. Comparison Method Let y = y x1 y1 x2 y2 Solve for x then solve for

More information

Unit Number of Days Dates. 1 Angles, Lines and Shapes 14 8/2 8/ Reasoning and Proof with Lines and Angles 14 8/22 9/9

Unit Number of Days Dates. 1 Angles, Lines and Shapes 14 8/2 8/ Reasoning and Proof with Lines and Angles 14 8/22 9/9 8 th Grade Geometry Curriculum Map Overview 2016-2017 Unit Number of Days Dates 1 Angles, Lines and Shapes 14 8/2 8/19 2 - Reasoning and Proof with Lines and Angles 14 8/22 9/9 3 - Congruence Transformations

More information

Maple Quick Start. Maplesoft, a division of Waterloo Maple Inc.

Maple Quick Start. Maplesoft, a division of Waterloo Maple Inc. Maple Quick Start Maplesoft, a division of Waterloo Maple Inc. This tutorial is designed to help you become familiar with the Maple environment and teach you the few fundamental concepts and tools you

More information

6-12 Math Course Sequence Effective

6-12 Math Course Sequence Effective 6-12 Math Course Sequence Effective 2009-2010 Regular Single Acceleration Double Acceleration Grade 6 Everyday Math Pre- Algebra Linear Algebra I Grade 7 Pre-Algebra Linear Algebra I Intermediate Algebra

More information

Common Core Specifications for Geometry

Common Core Specifications for Geometry 1 Common Core Specifications for Geometry Examples of how to read the red references: Congruence (G-Co) 2-03 indicates this spec is implemented in Unit 3, Lesson 2. IDT_C indicates that this spec is implemented

More information

Appendix 14C: TIMSS 2015 Eighth Grade Mathematics Item Descriptions Developed During the TIMSS 2015 Benchmarking

Appendix 14C: TIMSS 2015 Eighth Grade Mathematics Item Descriptions Developed During the TIMSS 2015 Benchmarking Appendix 14C: TIMSS 2015 Eighth Grade Mathematics Item Descriptions Developed During the TIMSS 2015 Benchmarking Items at Low International Benchmark (400) Number M04_01 M07_01 Recognizes a 7-digit number

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

More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a

More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a Example: Solve using the square root property. a) x 2 144 = 0 b) x 2 + 144 = 0 c) (x + 1) 2 = 12 Completing

More information

MATH RHINEBECK PRIORITIZED CURRICULUM MATH B

MATH RHINEBECK PRIORITIZED CURRICULUM MATH B B 1.1.1A 1.1.2A 1.1.3A 3.1.1A 3.1.1B Mathematical Reasoning (Woven throughout the curriculum) How do you know? How did you arrive at that answer? Why did you choose that strategy? What other ways could

More information

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Tool 1: Standards for Mathematical ent: Interpreting Functions CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Name of Reviewer School/District Date Name of Curriculum Materials:

More information

Ohio s Learning Standards-Extended. Mathematics. Congruence Standards Complexity a Complexity b Complexity c

Ohio s Learning Standards-Extended. Mathematics. Congruence Standards Complexity a Complexity b Complexity c Ohio s Learning Standards-Extended Mathematics Congruence Standards Complexity a Complexity b Complexity c Most Complex Least Complex Experiment with transformations in the plane G.CO.1 Know precise definitions

More information

INSTRUCTIONS FOR THE USE OF THE SUPER RULE TM

INSTRUCTIONS FOR THE USE OF THE SUPER RULE TM INSTRUCTIONS FOR THE USE OF THE SUPER RULE TM NOTE: All images in this booklet are scale drawings only of template shapes and scales. Preparation: Your SUPER RULE TM is a valuable acquisition for classroom

More information

College Technical Mathematics 1

College Technical Mathematics 1 WTCS Repository 10-804-115 College Technical Mathematics 1 Course Outcome Summary Course Information Description Total Credits 5.00 Topics include: solving linear, quadratic, and rational equations; graphing;

More information

Unit Activity Correlations to Common Core State Standards. Geometry. Table of Contents. Geometry 1 Statistics and Probability 8

Unit Activity Correlations to Common Core State Standards. Geometry. Table of Contents. Geometry 1 Statistics and Probability 8 Unit Activity Correlations to Common Core State Standards Geometry Table of Contents Geometry 1 Statistics and Probability 8 Geometry Experiment with transformations in the plane 1. Know precise definitions

More information

Differentiation. J. Gerlach November 2010

Differentiation. J. Gerlach November 2010 Differentiation J. Gerlach November 200 D and diff The limit definition of the derivative is covered in the Limit tutorial. Here we look for direct ways to calculate derivatives. Maple has two commands

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

8.NS.1 8.NS.2. 8.EE.7.a 8.EE.4 8.EE.5 8.EE.6

8.NS.1 8.NS.2. 8.EE.7.a 8.EE.4 8.EE.5 8.EE.6 Standard 8.NS.1 8.NS.2 8.EE.1 8.EE.2 8.EE.3 8.EE.4 8.EE.5 8.EE.6 8.EE.7 8.EE.7.a Jackson County Core Curriculum Collaborative (JC4) 8th Grade Math Learning Targets in Student Friendly Language I can identify

More information

Los Angeles Unified School District. Mathematics Grade 6

Los Angeles Unified School District. Mathematics Grade 6 Mathematics Grade GRADE MATHEMATICS STANDARDS Number Sense 9.* Compare and order positive and negative fractions, decimals, and mixed numbers and place them on a number line..* Interpret and use ratios

More information

Foundations for Functions Knowledge and Skills: Foundations for Functions Knowledge and Skills:

Foundations for Functions Knowledge and Skills: Foundations for Functions Knowledge and Skills: Texas University Interscholastic League Contest Event: Mathematics The 40-minute, 60-question contest is designed to test knowledge and understanding in the areas of algebra I and II, geometry, trigonometry,

More information

CS3621 Midterm Solution (Fall 2005) 150 points

CS3621 Midterm Solution (Fall 2005) 150 points CS362 Midterm Solution Fall 25. Geometric Transformation CS362 Midterm Solution (Fall 25) 5 points (a) [5 points] Find the 2D transformation matrix for the reflection about the y-axis transformation (i.e.,

More information

Georgia Department of Education. Coordinate Algebra. Using the graph below, find the equation of an altitude of the triangle.

Georgia Department of Education. Coordinate Algebra. Using the graph below, find the equation of an altitude of the triangle. Opening Task Using the graph below, find the equation of an altitude of the triangle. Feb 28 2012 Page 1 of 9 Focus Task Feb 28 2012 Page 2 of 9 Coherence Task illustrative mathematics Kimi and Jordan

More information

EXTREME POINTS AND AFFINE EQUIVALENCE

EXTREME POINTS AND AFFINE EQUIVALENCE EXTREME POINTS AND AFFINE EQUIVALENCE The purpose of this note is to use the notions of extreme points and affine transformations which are studied in the file affine-convex.pdf to prove that certain standard

More information

Mastery. PRECALCULUS Student Learning Targets

Mastery. PRECALCULUS Student Learning Targets PRECALCULUS Student Learning Targets Big Idea: Sequences and Series 1. I can describe a sequence as a function where the domain is the set of natural numbers. Connections (Pictures, Vocabulary, Definitions,

More information

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS. College Algebra with Trigonometric Functions

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS. College Algebra with Trigonometric Functions HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS Math 150 College Algebra with Trigonometric Functions CREDIT HOURS: 4.0 EQUATED HOURS: 4.0 CLASS HOURS: 4.0 PREREQUISITE: Passing Mat 15 or mat 20 or

More information

COMPUTER AIDED ENGINEERING DESIGN (BFF2612)

COMPUTER AIDED ENGINEERING DESIGN (BFF2612) COMPUTER AIDED ENGINEERING DESIGN (BFF2612) BASIC MATHEMATICAL CONCEPTS IN CAED by Dr. Mohd Nizar Mhd Razali Faculty of Manufacturing Engineering mnizar@ump.edu.my COORDINATE SYSTEM y+ y+ z+ z+ x+ RIGHT

More information

2003/2010 ACOS MATHEMATICS CONTENT CORRELATION GEOMETRY 2003 ACOS 2010 ACOS

2003/2010 ACOS MATHEMATICS CONTENT CORRELATION GEOMETRY 2003 ACOS 2010 ACOS CURRENT ALABAMA CONTENT PLACEMENT G.1 Determine the equation of a line parallel or perpendicular to a second line through a given point. G.2 Justify theorems related to pairs of angles, including angles

More information

Appendix. Correlation to the High School Geometry Standards of the Common Core State Standards for Mathematics

Appendix. Correlation to the High School Geometry Standards of the Common Core State Standards for Mathematics Appendix Correlation to the High School Geometry Standards of the Common Core State Standards for Mathematics The correlation shows how the activities in Exploring Geometry with The Geometer s Sketchpad

More information

Texas High School Geometry

Texas High School Geometry Texas High School Geometry This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet

More information

X Std. Topic Content Expected Learning Outcomes Mode of Transaction

X Std. Topic Content Expected Learning Outcomes Mode of Transaction X Std COMMON SYLLABUS 2009 - MATHEMATICS I. Theory of Sets ii. Properties of operations on sets iii. De Morgan s lawsverification using example Venn diagram iv. Formula for n( AÈBÈ C) v. Functions To revise

More information

Illinois Math Assessment Framework, Grade 7. correlated to

Illinois Math Assessment Framework, Grade 7. correlated to Illinois Math Assessment Framework, Grade 7 correlated to Grade 7 correlated to Chapter 1 Variables, Expressions, and Integers (pp. 1 61) Lesson 1.1 (pp. 5 9) Expressions and Variables Evaluate and write

More information

Glossary of dictionary terms in the AP geometry units

Glossary of dictionary terms in the AP geometry units Glossary of dictionary terms in the AP geometry units affine linear equation: an equation in which both sides are sums of terms that are either a number times y or a number times x or just a number [SlL2-D5]

More information

Carnegie LearningÒ Middle School Math Solution Correlations Course 3 NCSCoS: Grade 8

Carnegie LearningÒ Middle School Math Solution Correlations Course 3 NCSCoS: Grade 8 MATHEMATICAL PRACTICES - 1 - Make sense of problems and persevere in solving them. Explain the meaning of a problem and look for entry points to its solution. Analyze givens, constraints, relationships,

More information

HP Prime Advanced Graphing Calculator

HP Prime Advanced Graphing Calculator HP Prime Advanced Graphing Calculator HP Prime is the latest advanced graphing calculator from Hewlett-Packard. It incorporates a fullcolor, multi-touch screen and comes pre-loaded with 18 HP Apps. HP

More information

Rational functions, like rational numbers, will involve a fraction. We will discuss rational functions in the form:

Rational functions, like rational numbers, will involve a fraction. We will discuss rational functions in the form: Name: Date: Period: Chapter 2: Polynomial and Rational Functions Topic 6: Rational Functions & Their Graphs Rational functions, like rational numbers, will involve a fraction. We will discuss rational

More information

GeoGebra Workshop. (Short Version)

GeoGebra Workshop. (Short Version) GeoGebra Workshop (Short Version) Contents Introduction... 2 What is GeoGebra?... 2 Get GeoGebra... 2 Workshop Format... 2 GeoGebra Layout... 3 Examples... 5 The Incenter and Incircle... 5 The Sine Function

More information

Prentice Hall Algebra Correlated to: ACT College Readiness Standards for Mathematics

Prentice Hall Algebra Correlated to: ACT College Readiness Standards for Mathematics Score Range 1 12 Students who score in the 1 12 range are most likely beginning to develop the knowledge and skills assessed in the other score ranges. Score Range 13-15 Perform one-operation computation

More information

Exploring Analytic Geometry with Mathematica Donald L. Vossler

Exploring Analytic Geometry with Mathematica Donald L. Vossler Exploring Analytic Geometry with Mathematica Donald L. Vossler BME, Kettering University, 1978 MM, Aquinas College, 1981 Anaheim, California USA, 1999 Copyright 1999-2007 Donald L. Vossler Preface The

More information

Sequence of Geometry Modules Aligned with the Standards

Sequence of Geometry Modules Aligned with the Standards Sequence of Geometry Modules Aligned with the Standards Module 1: Congruence, Proof, and Constructions Module 2: Similarity, Proof, and Trigonometry Module 3: Extending to Three Dimensions Module 4: Connecting

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

Elementary Functions

Elementary Functions Elementary Functions Part 1, Functions Lecture 1.2a, Graphs of Functions: Introduction Dr. Ken W. Smith Sam Houston State University Spring 2013 Smith (SHSU) Elementary Functions Spring 2013 1 / 37 Representing

More information

Math 3 Coordinate Geometry Part 2 Graphing Solutions

Math 3 Coordinate Geometry Part 2 Graphing Solutions Math 3 Coordinate Geometry Part 2 Graphing Solutions 1 SOLVING SYSTEMS OF EQUATIONS GRAPHICALLY The solution of two linear equations is the point where the two lines intersect. For example, in the graph

More information

Introduction to Applied and Pre-calculus Mathematics (2008) Correlation Chart - Grade 10 Introduction to Applied and Pre-Calculus Mathematics 2009

Introduction to Applied and Pre-calculus Mathematics (2008) Correlation Chart - Grade 10 Introduction to Applied and Pre-Calculus Mathematics 2009 Use words and algebraic expressions to describe the data and interrelationships in a table with rows/columns that are not related recursively (not calculated from previous data) (Applied A-1) Use words

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

Math 2 Coordinate Geometry Part 2 Lines & Systems of Equations

Math 2 Coordinate Geometry Part 2 Lines & Systems of Equations Name: Math 2 Coordinate Geometry Part 2 Lines & Systems of Equations Date: USING TWO POINTS TO FIND THE SLOPE - REVIEW In mathematics, the slope of a line is often called m. We can find the slope if we

More information

Mathematical derivations of inscribed & circumscribed radii for three externally touching circles (Geometry of Circles by HCR)

Mathematical derivations of inscribed & circumscribed radii for three externally touching circles (Geometry of Circles by HCR) From the SelectedWorks of Harish Chandra Rajpoot H.C. Rajpoot Winter February 15, 2015 Mathematical derivations of inscribed & circumscribed radii for three externally touching circles Geometry of Circles

More information

Geometry Learning Targets

Geometry Learning Targets Geometry Learning Targets 2015 2016 G0. Algebra Prior Knowledge G0a. Simplify algebraic expressions. G0b. Solve a multi-step equation. G0c. Graph a linear equation or find the equation of a line. G0d.

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS Page 1 of 22 ORDINARY DIFFERENTIAL EQUATIONS Lecture 5 Visualization Tools for Solutions of First-Order ODEs (Revised 02 February, 2009 @ 08:05) Professor Stephen H Saperstone Department of Mathematical

More information

Building Concepts: Moving from Proportional Relationships to Linear Equations

Building Concepts: Moving from Proportional Relationships to Linear Equations Lesson Overview In this TI-Nspire lesson, students use previous experience with proportional relationships of the form y = kx to consider relationships of the form y = mx and eventually y = mx + b. Proportional

More information

PreCalculus Chapter 9 Practice Test Name:

PreCalculus Chapter 9 Practice Test Name: This ellipse has foci 0,, and therefore has a vertical major axis. The standard form for an ellipse with a vertical major axis is: 1 Note: graphs of conic sections for problems 1 to 1 were made with the

More information

PITSCO Math Individualized Prescriptive Lessons (IPLs)

PITSCO Math Individualized Prescriptive Lessons (IPLs) Orientation Integers 10-10 Orientation I 20-10 Speaking Math Define common math vocabulary. Explore the four basic operations and their solutions. Form equations and expressions. 20-20 Place Value Define

More information

Conic Sections. College Algebra

Conic Sections. College Algebra Conic Sections College Algebra Conic Sections A conic section, or conic, is a shape resulting from intersecting a right circular cone with a plane. The angle at which the plane intersects the cone determines

More information

MVP IM 2 *Updated Version*

MVP IM 2 *Updated Version* MVP IM 2 *Updated Version* MVP IM 2 *Updated Version* Module 1: Quadratic Functions Module 2: Structures of Expressions Module 3 Quadratic Functions Module 4: More Functions, More Features Module 5: Geometric

More information

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2 Graphing Techniques In this chapter, we will take our knowledge of graphs of basic functions and expand our ability to graph polynomial and rational functions using common sense, zeros, y-intercepts, stretching

More information

VW 1LQH :HHNV 7KH VWXGHQW LV H[SHFWHG WR

VW 1LQH :HHNV 7KH VWXGHQW LV H[SHFWHG WR PreAP Pre Calculus solve problems from physical situations using trigonometry, including the use of Law of Sines, Law of Cosines, and area formulas and incorporate radian measure where needed.[3e] What

More information

Common core standards from Grade 8 Math: General categories/domain:

Common core standards from Grade 8 Math: General categories/domain: Common core standards from Grade 8 Math: General categories/domain: 1. Ratio and Proportional Relationship (5 %) 2. Then Number System (5 %) 3. Expressions and Equations (25%) 4. (25 %) 5. Geometry (20

More information

UNIT 1 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 1

UNIT 1 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 1 UNIT 1 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 1 Traditional Pathway: Geometry The fundamental purpose of the course in Geometry is to formalize and extend students geometric experiences from the

More information