USING TEMATH S VISUALIZATION TOOLS IN CALCULUS 1

Size: px
Start display at page:

Download "USING TEMATH S VISUALIZATION TOOLS IN CALCULUS 1"

Transcription

1 USING TEMATH S VISUALIZATION TOOLS IN CALCULUS 1 Robert E. Kowalczyk and Adam O. Hausknecht University of Massachusetts Dartmouth North Dartmouth, MA TEMATH (Tools for Exploring Mathematics) is a mathematics software package containing a set of easy-to-use computational and visual tools. Its design takes full advantage of the Apple Macintosh interface and it encourages the user to freely explore and visualize the mathematical concepts being studied. In this paper, we will discuss many of TEMATH s visualization tools and we will give examples of how they can be effectively used in teaching calculus. One of TEMATH s visualization tools is the Parametric Tracker. This tool can be used by the calculus student to gain insight into the construction of parametric curves. As an example, let s consider the graph of the parametric equations x = t and y = t 2 which is the parabola shown in Figure 1. By examining this two dimensional cartesian graph, all the information about the parameter t is lost. However, when you drag the scroll box of the Parametric Tracker, a dot moves along the curve representing the (x(t), y(t)) coordinates for a particular value of t. Also, the current values of t, x, and y are shown in TEMATH s Domain & Range window. By using the Parametric Tracker, the student can visualize how the curve is drawn as the value of t changes. For example, in Figure 1 it is shown that when t = 4.04, x = 4.04 and y = 16.3 and the corresponding point on the curve is in the top-left portion of the graph. Figure 1 Parametric Tracker (x = t and y = t 2 ) With the Parametric Tracker the student can easily study different parametrizations of the same curve. For example, if the student graphs the parametric equations x = t and y = t 2, the same parabola is drawn. But this time, the Parametric Tracker shows that when t = 4.04, x = 4.04 and y = 16.3 and the corresponding point on the curve is in the top-right portion of the graph (see Figure 2). 1 This article appeared in "Proceedings of the Fifth Annual International Conference on Technology in Collegiate Mathematics", Addison-Wesley, 1994, p

2 Using TEMATH's Visualization Tools in Calculus 2 Figure 2 Parametric Tracker (x = t and y = t 2 ) Other interesting parametrizations of the parabola are: x = 5 sin(πt/5) and y = 25 sin 2 (πt/5) and x = 5 sin(πt/3) and y = 25 sin 2 (πt/3). This last parametrization traces the same parabola more than three times and it demonstrates that it is possible for a parametric curve to pass through the same point more than once. The Parametric Tracker can also be used to estimate points of intersection for two parametric curves by placing the dot at the point of intersection on each curve. In Figure 3, the point of intersection is estimated to be ( 3.6, 12.6), but it should be noted that the two curves pass through this point for different values of t. Figure 3 Finding Points of Intersection for Parametric Curves

3 Using TEMATH's Visualization Tools in Calculus 3 Additionally, students become very excited with the interesting curves that can be generated with parametric equations and they spend a great deal of time creating their own designs (see Figure 4). Figure 4 Designs with Parametric Equations The Polar Tracker is similar to the Parametric Tracker in that it is a visualization tool used to help the student gain an understanding of the constuction of curves in polar coordinates. The four-leaved rose r = sin(2t) is shown in Figure 5. When the student drags the Polar Tracker, a radial line is drawn representing the angle t and a dot is drawn on the curve representing the radius r. The current values of t and r are also displayed in the Domain & Range window. For example, when t = 4 the value of r is positive and the radial line and dot are both drawn in the third quadrant. Figure 5 Polar Tracker (r = sin(2t)) The graph of the polar equation r = sin( 2t) is also a four-leaved rose that appears to be identical to the previous one. However, this time the Polar Tracker traces the leaves in a

4 Using TEMATH's Visualization Tools in Calculus 4 different order. For example, when t = 4 the value of r is negative and the radial line is moving in the third quadrant but the dot is tracing the leaf in the first quadrant (see Figure 6). The Polar Tracker can also be used to estimate the points of intersection for two or more polar curves. Figure 6 Polar Tracker (r = sin( 2t)) Another way to use TEMATH in the classroom is as a number-crunching demonstration tool to compare the rates of convergence for various numerical integration algorithms. As an example, let s consider the definite integral π/2 sin( x)dx =1 0 If we use rectangles to approximate the area under the curve, we can define the function R(n) = (π / 2) n n i =1 sin i(π / 2) n where R(n) is the sum of the areas of n rectangles. The Expression Calculator in TEMATH can be used to easily evaluate R(n) for n = 10, 100, These values are shown in Figure 7. Note that as n increases by a factor of 10, the approximation to the integral gains one significant digit of accuracy thus showing an O(1/n) rate of convergence. Similarly, if we use trapezoids to approximate the area under the curve, we can define the function T(n) = (π / 2) 2n n 1 i(π / 2) sin(0) + 2 sin n + sin(π / 2) i =1 where T(n) is the sum of the areas of n trapezoids. The Expression Calculator was used to evaluate T(n) for n = 10, 100, These values are shown in Figure 7. Note that as n increases by a factor of 10, the approximation to the integral gains two significant digits of

5 Using TEMATH's Visualization Tools in Calculus 5 accuracy thus showing an O(1/n 2 ) rate of convergence. Finally, we can use Simpson s rule to approximate the area under the curve. Let s define the function S(n) = (π / 2) 3n n 2 1 n 2 2i(π / 2) sin(0) + 2 sin (2i 1)(π / 2) n + 4 sin i =1 n + sin(π / 2) i =1 where S(n) is the sum of the areas under the parabolas. The Expression Calculator was used to evaluate S(n) for n = 10, 100, These values are shown in Figure 7. Note that as n increases by a factor of 10, the approximation to the integral gains four significant digits of accuracy thus showing an O(1/n 4 ) rate of convergence. Figure 7 Using the Expression Calculator to Compare Rates of Convergence for Approximate Integration The above example demonstrates how rates of convergence for various numerical integration techniques can easily be compared both numerically and visually by seeing how the number of zeros or nines increase. With tools like these, the student is able to develop a good intuitive sense of what a rate of convergence is. In first semester calculus, much effort is spent trying to instill in our students the meaning of the derivative of a function. The following examples show how TEMATH can be used to visually demonstrate to students how the derivative can be defined from tangents and from limits. In our first example, we explore the derivative of f(x) = sin(x) through the idea of the tangent. Using TEMATH, we can graph f(x) = sin(x) on the interval 0 x 2 and using the Tangent tool, we can draw a sequence of tangents to the curve over this interval. See Figure 8.

6 Using TEMATH's Visualization Tools in Calculus 6 Figure 8 Drawing Tangents to the Sine Curve As we draw these tangents, their slopes are computed and written into the Report window. These values can be placed into a table and the graph of this data can be overlaid on top of the existing graph as is shown in Figure 9. Figure 9 Plotting the Values of the Slopes of the Tangents At this point, we can ask the students to conjecture what curve the plotted data looks like. As they make conjectures, we can plot their guesses along with the slope data. Of course, when they guess the cosine function they will see that the plot of cos(x) passes through all the data (see Figure 10). In this way, the student can truly develop a good understanding of the relationship between the derivative and the slope of the tangent.

7 Using TEMATH's Visualization Tools in Calculus 7 Figure 10 Fitting the Plotted Slopes Another way of looking at the derivative is through its definition f (x + h) f (x) f (x) = lim h 0 h In most calculus courses, we evaluate this limit at some point x = a and talk about the derivative at the point x = a. However, we seldom evaluate this limit globally for all x in the domain of interest in order to reinforce the idea that the derivative is a function. In TEMATH, we can do this by setting up an experiment to visualize the convergence of the function f(x + h) f(x) h to the function f (x). We can define the constant h, the function f(x), and the slope of the secant line function msec(x) = 11.. f(x + h) f(x) h as is shown in Figure Figure 11 Setting Up the Derivative Experiment Now we can let h take on smaller and smaller values and plot the corresponding graphs of msec(x) to see if these functions converge to some function. Letting f(x) = sin(x), the graphs of msec(x) for h = 1, 0.5, 0.1, and 0.01 are shown in Figure 12. Again, if the students

8 Using TEMATH's Visualization Tools in Calculus 8 conjecture that the functions appear to be converging to cos(x), we can overlay the graph of cos(x) to verify this conjecture. Of course we can still mathematically prove that the derivative of sin(x) is cos(x). Figure 12 Looking at the Limit of the Slope of the Secant Line Function Calculus teachers are always looking for applications and real data to use in their calculus courses. One set of real data that can open up a lot of discussion is the population of the world data shown in Table 1. Year Population (millions) Table 1 World Population In this example, we want to find the best mathematical model to represent the world population data. Our first try is an exponential model (since the data represents a growth phenomenon). We can use TEMATH s Least Squares tool to find the least squares

9 Using TEMATH's Visualization Tools in Calculus 9 exponential fit to the data. This fit is given as f(x) = 0.014e x. The graphs of the world population data and the exponential fit are shown in Figure 13. Notice that the exponential function does not model the data very well. Figure 13 Least Squares Exponential Fit to the World Population Data Our next try is a power function model. TEMATH gives the power function fit as f(x) = x The graph of the power function is very similar to the graph of the exponential function and again it is not a very good fit (see Figure 14). Figure 14 Least Squares Power Fit to the World Population Data In both cases, we noticed that the rate of growth of the population appears to be faster than the least squares fit. Maybe this suggests that we try some type of rational function model. Using TEMATH s Least Squares Rational1 tool, we get the rational function fit f(x) = x. The graph of the data and the rational function are shown in Figure 15. Notice how well the rational function fits the population data. Now we can get into some interesting discussion concerning the use of this model. Do we use the model only for

10 Using TEMATH's Visualization Tools in Calculus 10 interpolating data? Do we use the model to extrapolate the data and predict the population of the world in some future year? If we do, what happens to the world in the year ? Not only are we introducing model building in this example, but we are also developing a sense of the appropriate use of a model. Figure 15 Least Squares Rational Fit to the World Population Data In this final example, we would like to show how TEMATH can be used to verify the need for the hypotheses given in the statement of a theorem. Most theorems in calculus give a list of hypotheses that are necessary for a result to be true and many times these hypotheses are glossed over or are mentioned only in the proof of the theorem. As an example, let s consider the mean value theorem: Let f be a function that satifies the following hypotheses: 1. f is continuous on the closed interval [a, b]. 2. f is differentiable on the open interval (a, b). Then there is a number c in (a, b) such that f (c) = f (b) f (a) b a Using the function f(x) = 2x x 2 which satisfies both of the hypotheses for the interval [0, 3], we can use TEMATH s Distance tool and Tangent tool to quite easily visualize that there is a number c that satisfies the mean value theorem (see Figure 16)..

11 Using TEMATH's Visualization Tools in Calculus 11 Figure 16 Verifying the Mean Value Theorem Now, what if we violate one of the hypotheses of the theorem, say the differentiability hypothesis. As an example, we can use the function f(x) = x 1. If we graph this function and draw the secant line between the endpoints, we see that it is impossible to find a tangent line to the curve that has the same slope as the secant line. See Figure 17. Figure 17 Violating the Differentiability Hypothesis x What if we violate both of the hypotheses? As an example, consider the function f(x) = x 1. If we graph this function and draw the secant line between the endpoints, we see that it is impossible to find a tangent line to the curve that has the same slope as the secant line since the function is decreasing and the slope of the secant line is positive. See Figure 18.

12 Using TEMATH's Visualization Tools in Calculus 12 Figure 18 Violating Both Hypotheses of the Mean Value Theorem All of the above examples are but a brief survey of the kinds of visual activities that can be done with a class of calculus students. We believe they serve to illustrate the power of visualization as an aid to understanding subtle mathematical concepts.

GENERATING AND MODELING DATA FROM REAL-WORLD EXPERIMENTS

GENERATING AND MODELING DATA FROM REAL-WORLD EXPERIMENTS GENERATING AND MODELING DATA FROM REAL-WORLD EXPERIMENTS Robert E. Kowalczyk and Adam O. Hausknecht University of Massachusetts Dartmouth Mathematics Department, 285 Old Westport Road, N. Dartmouth, MA

More information

LIGHTS, CAMERA, CALCULUS

LIGHTS, CAMERA, CALCULUS LIGHTS, CAMERA, CALCULUS Robert E. Kowalczyk and Adam O. Hausknecht University of Massachusetts Dartmouth Mathematics Department, 285 Old Westport Road, N. Dartmouth, MA 02747-2300 rkowalczyk@umassd.edu

More information

MA 114 Worksheet #17: Average value of a function

MA 114 Worksheet #17: Average value of a function Spring 2019 MA 114 Worksheet 17 Thursday, 7 March 2019 MA 114 Worksheet #17: Average value of a function 1. Write down the equation for the average value of an integrable function f(x) on [a, b]. 2. Find

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

Math 136 Exam 1 Practice Problems

Math 136 Exam 1 Practice Problems Math Exam Practice Problems. Find the surface area of the surface of revolution generated by revolving the curve given by around the x-axis? To solve this we use the equation: In this case this translates

More information

Objectives. Materials

Objectives. Materials Activity 6 Local Linearity, Differentiability, and Limits of Difference Quotients Objectives Connect the concept of local linearity to differentiability through numerical explorations of limits of difference

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

TImath.com Algebra 2. Proof of Identity

TImath.com Algebra 2. Proof of Identity TImath.com Algebra Proof of Identity ID: 9846 Time required 45 minutes Activity Overview Students use graphs to verify the reciprocal identities. They then use the handheld s manual graph manipulation

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 10 PARAMETRIC EQUATIONS AND POLAR COORDINATES PARAMETRIC EQUATIONS & POLAR COORDINATES A coordinate system represents a point in the plane by an ordered pair of numbers called coordinates. PARAMETRIC EQUATIONS

More information

10.2 Calculus with Parametric Curves

10.2 Calculus with Parametric Curves CHAPTER 1. PARAMETRIC AND POLAR 91 1.2 Calculus with Parametric Curves Example 1. Return to the parametric equations in Example 2 from the previous section: x t + sin() y t + cos() (a) Find the Cartesian

More information

Objectives. Materials. Teaching Time

Objectives. Materials. Teaching Time Teacher Notes Activity 6 Local Linearity, Differentiability, and Limits of Difference Quotients Objectives Connect the concept of local linearity to differentiability through numerical explorations of

More information

Math 144 Activity #2 Right Triangle Trig and the Unit Circle

Math 144 Activity #2 Right Triangle Trig and the Unit Circle 1 p 1 Right Triangle Trigonometry Math 1 Activity #2 Right Triangle Trig and the Unit Circle We use right triangles to study trigonometry. In right triangles, we have found many relationships between the

More information

Students are required to have a graphing calculator. Instructors of the course support topics using a TI-84 or TI-89.

Students are required to have a graphing calculator. Instructors of the course support topics using a TI-84 or TI-89. AP Calculus AB Course Design and Philosophy Students conceptualize calculus when it is approached in a variety of methods. The course is taught using multiple strategies including algebraic, numerical,

More information

Lab 2 Power Functions

Lab 2 Power Functions Name Student ID # Instructor Lab Period Date Due Lab 2 Power Functions Objectives 1. To become familiar with the definition of a power function, an even function, an odd function, and a root function.

More information

Content Descriptions Based on the Georgia Performance Standards. GPS Geometry

Content Descriptions Based on the Georgia Performance Standards. GPS Geometry Content Descriptions Based on the Georgia Performance Standards GPS Geometry Introduction The State Board of Education is required by Georgia law (A+ Educational Reform Act of 2000, O.C.G.A. 20-2-281)

More information

Math 2412 Activity 4(Due with Final Exam)

Math 2412 Activity 4(Due with Final Exam) Math Activity (Due with Final Exam) Use properties of similar triangles to find the values of x and y x y 7 7 x 5 x y 7 For the angle in standard position with the point 5, on its terminal side, find the

More information

1. Let be a point on the terminal side of θ. Find the 6 trig functions of θ. (Answers need not be rationalized). b. P 1,3. ( ) c. P 10, 6.

1. Let be a point on the terminal side of θ. Find the 6 trig functions of θ. (Answers need not be rationalized). b. P 1,3. ( ) c. P 10, 6. Q. Right Angle Trigonometry Trigonometry is an integral part of AP calculus. Students must know the basic trig function definitions in terms of opposite, adjacent and hypotenuse as well as the definitions

More information

Polar Coordinates. OpenStax. 1 Dening Polar Coordinates

Polar Coordinates. OpenStax. 1 Dening Polar Coordinates OpenStax-CNX module: m53852 1 Polar Coordinates OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License 4.0 Abstract Locate points

More information

Approximate First and Second Derivatives

Approximate First and Second Derivatives MTH229 Project 6 Exercises Approximate First and Second Derivatives NAME: SECTION: INSTRUCTOR: Exercise 1: Let f(x) = sin(x 2 ). We wish to find the derivative of f when x = π/4. a. Make a function m-file

More information

PRECALCULUS MATH Trigonometry 9-12

PRECALCULUS MATH Trigonometry 9-12 1. Find angle measurements in degrees and radians based on the unit circle. 1. Students understand the notion of angle and how to measure it, both in degrees and radians. They can convert between degrees

More information

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below: Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

10 Polar Coordinates, Parametric Equations

10 Polar Coordinates, Parametric Equations Polar Coordinates, Parametric Equations ½¼º½ ÈÓÐ Ö ÓÓÖ Ò Ø Coordinate systems are tools that let us use algebraic methods to understand geometry While the rectangular (also called Cartesian) coordinates

More information

12 Polar Coordinates, Parametric Equations

12 Polar Coordinates, Parametric Equations 54 Chapter Polar Coordinates, Parametric Equations Polar Coordinates, Parametric Equations Just as we describe curves in the plane using equations involving x and y, so can we describe curves using equations

More information

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC Walt Whitman High School SUMMER REVIEW PACKET For students entering AP CALCULUS BC Name: 1. This packet is to be handed in to your Calculus teacher on the first day of the school year.. All work must be

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 33 Notes These notes correspond to Section 9.3 in the text. Polar Coordinates Throughout this course, we have denoted a point in the plane by an ordered

More information

Proceedings of the Third International DERIVE/TI-92 Conference

Proceedings of the Third International DERIVE/TI-92 Conference Using the TI-92 and TI-92 Plus to Explore Derivatives, Riemann Sums, and Differential Equations with Symbolic Manipulation, Interactive Geometry, Scripts, Regression, and Slope Fields Sally Thomas, Orange

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

Specific Objectives Students will understand that that the family of equation corresponds with the shape of the graph. Students will be able to create a graph of an equation by plotting points. In lesson

More information

Pre AP Geometry. Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Geometry

Pre AP Geometry. Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Geometry Pre AP Geometry Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Geometry 1 The content of the mathematics standards is intended to support the following five goals for students: becoming

More information

Chapter 10 Homework: Parametric Equations and Polar Coordinates

Chapter 10 Homework: Parametric Equations and Polar Coordinates Chapter 1 Homework: Parametric Equations and Polar Coordinates Name Homework 1.2 1. Consider the parametric equations x = t and y = 3 t. a. Construct a table of values for t =, 1, 2, 3, and 4 b. Plot the

More information

AP Calculus BC Summer Assignment

AP Calculus BC Summer Assignment AP Calculus BC Summer Assignment Name Due Date: First Day of School Welcome to AP Calculus BC! This is an exciting, challenging, fast paced course that is taught at the college level. We have a lot of

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

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let Calculus Lia Vas Polar Coordinates If P = (x, y) is a point in the xy-plane and O denotes the origin, let r denote the distance from the origin O to the point P = (x, y). Thus, x + y = r ; θ be the angle

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

5.5 Newton s Approximation Method

5.5 Newton s Approximation Method 498CHAPTER 5. USING DERIVATIVES TO ANALYZE FUNCTIONS; FURTHER APPLICATIONS 4 3 y = x 4 3 f(x) = x cosx y = cosx 3 3 x = cosx x cosx = 0 Figure 5.: Figure showing the existence of a solution of x = cos

More information

9.1 POLAR COORDINATES

9.1 POLAR COORDINATES 9. Polar Coordinates Contemporary Calculus 9. POLAR COORDINATES The rectangular coordinate system is immensely useful, but it is not the only way to assign an address to a point in the plane and sometimes

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

Find and open a GeoGebra Applet. : Instructions for using the GeoGebra Applet

Find and open a GeoGebra Applet. : Instructions for using the GeoGebra Applet 1 is based on a series of 42 Applets which were created in GeoGebra to help you visualise a range of key concepts in CAPS Mathematics, particularly in the areas of Functions and Euclidean Geometry. Each

More information

Final Examination. Math1339 (C) Calculus and Vectors. December 22, :30-12:30. Sanghoon Baek. Department of Mathematics and Statistics

Final Examination. Math1339 (C) Calculus and Vectors. December 22, :30-12:30. Sanghoon Baek. Department of Mathematics and Statistics Math1339 (C) Calculus and Vectors December 22, 2010 09:30-12:30 Sanghoon Baek Department of Mathematics and Statistics University of Ottawa Email: sbaek@uottawa.ca MAT 1339 C Instructor: Sanghoon Baek

More information

Digging deeper using GeoGebra: An exploration of quadratics and more.

Digging deeper using GeoGebra: An exploration of quadratics and more. Digging deeper using GeoGebra: An exploration of quadratics and more. Abstract Using GeoGebra students can explore in far more depth topics that have until recently been given a standard treatment. One

More information

10.2 Calculus with Parametric Curves

10.2 Calculus with Parametric Curves CHAPTER 1. PARAMETRIC AND POLAR 1 1.2 Calculus with Parametric Curves Example 1. Return to the parametric equations in Example 2 from the previous section: x t +sin() y t + cos() (a) Find the cartesian

More information

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative Polar (BC Only) Polar coordinates are another way of expressing points in a plane. Instead of being centered at an origin and moving horizontally or vertically, polar coordinates are centered at the pole

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

10.1 Curves Defined by Parametric Equations

10.1 Curves Defined by Parametric Equations 10.1 Curves Defined by Parametric Equations Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? There are 2 ways to describe it: x 2 + y 2 = 1 and x = cos θ y = sin θ When

More information

Functions and Transformations

Functions and Transformations Using Parametric Representations to Make Connections Richard Parr T 3 Regional, Stephenville, Texas November 7, 009 Rice University School Mathematics Project rparr@rice.edu If you look up parametric equations

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

MEI Desmos Tasks for AS Pure

MEI Desmos Tasks for AS Pure Task 1: Coordinate Geometry Intersection of a line and a curve 1. Add a quadratic curve, e.g. y = x² 4x + 1 2. Add a line, e.g. y = x 3 3. Select the points of intersection of the line and the curve. What

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

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

SOME PROPERTIES OF TRIGONOMETRIC FUNCTIONS. 5! x7 7! + = 6! + = 4! x6

SOME PROPERTIES OF TRIGONOMETRIC FUNCTIONS. 5! x7 7! + = 6! + = 4! x6 SOME PROPERTIES OF TRIGONOMETRIC FUNCTIONS PO-LAM YUNG We defined earlier the sine cosine by the following series: sin x = x x3 3! + x5 5! x7 7! + = k=0 cos x = 1 x! + x4 4! x6 6! + = k=0 ( 1) k x k+1

More information

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved.

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved. 10 Conics, Parametric Equations, and Polar Coordinates Copyright Cengage Learning. All rights reserved. 10.5 Area and Arc Length in Polar Coordinates Copyright Cengage Learning. All rights reserved. Objectives

More information

Unit 2: Trigonometry. This lesson is not covered in your workbook. It is a review of trigonometry topics from previous courses.

Unit 2: Trigonometry. This lesson is not covered in your workbook. It is a review of trigonometry topics from previous courses. Unit 2: Trigonometry This lesson is not covered in your workbook. It is a review of trigonometry topics from previous courses. Pythagorean Theorem Recall that, for any right angled triangle, the square

More information

What you will learn today

What you will learn today What you will learn today Tangent Planes and Linear Approximation and the Gradient Vector Vector Functions 1/21 Recall in one-variable calculus, as we zoom in toward a point on a curve, the graph becomes

More information

CLEP Pre-Calculus. Section 1: Time 30 Minutes 50 Questions. 1. According to the tables for f(x) and g(x) below, what is the value of [f + g]( 1)?

CLEP Pre-Calculus. Section 1: Time 30 Minutes 50 Questions. 1. According to the tables for f(x) and g(x) below, what is the value of [f + g]( 1)? CLEP Pre-Calculus Section : Time 0 Minutes 50 Questions For each question below, choose the best answer from the choices given. An online graphing calculator (non-cas) is allowed to be used for this section..

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

2.3 Circular Functions of Real Numbers

2.3 Circular Functions of Real Numbers www.ck12.org Chapter 2. Graphing Trigonometric Functions 2.3 Circular Functions of Real Numbers Learning Objectives Graph the six trigonometric ratios as functions on the Cartesian plane. Identify the

More information

Definitions Associated w/ Angles Notation Visualization Angle Two rays with a common endpoint ABC

Definitions Associated w/ Angles Notation Visualization Angle Two rays with a common endpoint ABC Preface to Chapter 5 The following are some definitions that I think will help in the acquisition of the material in the first few chapters that we will be studying. I will not go over these in class and

More information

Calculus II (Math 122) Final Exam, 11 December 2013

Calculus II (Math 122) Final Exam, 11 December 2013 Name ID number Sections B Calculus II (Math 122) Final Exam, 11 December 2013 This is a closed book exam. Notes and calculators are not allowed. A table of trigonometric identities is attached. To receive

More information

NAME: Section # SSN: X X X X

NAME: Section # SSN: X X X X Math 155 FINAL EXAM A May 5, 2003 NAME: Section # SSN: X X X X Question Grade 1 5 (out of 25) 6 10 (out of 25) 11 (out of 20) 12 (out of 20) 13 (out of 10) 14 (out of 10) 15 (out of 16) 16 (out of 24)

More information

2.9 Linear Approximations and Differentials

2.9 Linear Approximations and Differentials 2.9 Linear Approximations and Differentials 2.9.1 Linear Approximation Consider the following graph, Recall that this is the tangent line at x = a. We had the following definition, f (a) = lim x a f(x)

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

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved.

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved. 10 Conics, Parametric Equations, and Polar Coordinates Copyright Cengage Learning. All rights reserved. 10.5 Area and Arc Length in Polar Coordinates Copyright Cengage Learning. All rights reserved. Objectives

More information

9.1 Parametric Curves

9.1 Parametric Curves Math 172 Chapter 9A notes Page 1 of 20 9.1 Parametric Curves So far we have discussed equations in the form. Sometimes and are given as functions of a parameter. Example. Projectile Motion Sketch and axes,

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

Math 32, August 20: Review & Parametric Equations

Math 32, August 20: Review & Parametric Equations Math 3, August 0: Review & Parametric Equations Section 1: Review This course will continue the development of the Calculus tools started in Math 30 and Math 31. The primary difference between this course

More information

Functions of Several Variables

Functions of Several Variables Jim Lambers MAT 280 Spring Semester 2009-10 Lecture 2 Notes These notes correspond to Section 11.1 in Stewart and Section 2.1 in Marsden and Tromba. Functions of Several Variables Multi-variable calculus

More information

Contents 10. Graphs of Trigonometric Functions

Contents 10. Graphs of Trigonometric Functions Contents 10. Graphs of Trigonometric Functions 2 10.2 Sine and Cosine Curves: Horizontal and Vertical Displacement...... 2 Example 10.15............................... 2 10.3 Composite Sine and Cosine

More information

Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 270 d) 258

Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 270 d) 258 Chapter 4 Prerequisite Skills BLM 4-1.. Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 70 d) 58. Use the relationship 1 =!

More information

CALCULUS II. Parametric Equations and Polar Coordinates. Paul Dawkins

CALCULUS II. Parametric Equations and Polar Coordinates. Paul Dawkins CALCULUS II Parametric Equations and Polar Coordinates Paul Dawkins Table of Contents Preface... ii Parametric Equations and Polar Coordinates... 3 Introduction... 3 Parametric Equations and Curves...

More information

Getting a New Perspective

Getting a New Perspective Section 6.3 Polar Coordinates Getting a New Perspective We have worked etensively in the Cartesian coordinate system, plotting points, graphing equations, and using the properties of the Cartesian plane

More information

Prentice Hall Pre-Algebra 2004 Correlated to: Hawaii Mathematics Content and Performance Standards (HCPS) II (Grades 9-12)

Prentice Hall Pre-Algebra 2004 Correlated to: Hawaii Mathematics Content and Performance Standards (HCPS) II (Grades 9-12) Hawaii Mathematics Content and Performance Standards (HCPS) II (Grades 9-12) NUMBER AND OPERATIONS STANDARD 1: Students understand numbers, ways of representing numbers, relationships among numbers, and

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

Dear Accelerated Pre-Calculus Student:

Dear Accelerated Pre-Calculus Student: Dear Accelerated Pre-Calculus Student: We are very excited that you have decided to take this course in the upcoming school year! This is a fast-paced, college-preparatory mathematics course that will

More information

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves Block #1: Vector-Valued Functions Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves 1 The Calculus of Moving Objects Problem.

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

2.4. Rates of Change and Tangent Lines. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall

2.4. Rates of Change and Tangent Lines. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall 2.4 Rates of Change and Tangent Lines Copyright 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall What you ll learn about Average Rates of Change Tangent to a Curve Slope of a Curve Normal

More information

Prerequisites: Completed Algebra 1 and Geometry and passed Algebra 2 with a C or better

Prerequisites: Completed Algebra 1 and Geometry and passed Algebra 2 with a C or better High School Course Description for Honors Math Analysis Course Title: Honors Math Analysis Course Number: MTH461/462 Grade Level: 10-12 Meets a UC a-g Requirement: Pending Curricular Area: Mathematics

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information

Solved Examples. Parabola with vertex as origin and symmetrical about x-axis. We will find the area above the x-axis and double the area.

Solved Examples. Parabola with vertex as origin and symmetrical about x-axis. We will find the area above the x-axis and double the area. Solved Examples Example 1: Find the area common to the curves x 2 + y 2 = 4x and y 2 = x. x 2 + y 2 = 4x (i) (x 2) 2 + y 2 = 4 This is a circle with centre at (2, 0) and radius 2. y = (4x-x 2 ) y 2 = x

More information

Chapter 7. Exercise 7A. dy dx = 30x(x2 3) 2 = 15(2x(x 2 3) 2 ) ( (x 2 3) 3 ) y = 15

Chapter 7. Exercise 7A. dy dx = 30x(x2 3) 2 = 15(2x(x 2 3) 2 ) ( (x 2 3) 3 ) y = 15 Chapter 7 Exercise 7A. I will use the intelligent guess method for this question, but my preference is for the rearranging method, so I will use that for most of the questions where one of these approaches

More information

Multiple Angle and Product-to-Sum Formulas. Multiple-Angle Formulas. Double-Angle Formulas. sin 2u 2 sin u cos u. 2 tan u 1 tan 2 u. tan 2u.

Multiple Angle and Product-to-Sum Formulas. Multiple-Angle Formulas. Double-Angle Formulas. sin 2u 2 sin u cos u. 2 tan u 1 tan 2 u. tan 2u. 3330_0505.qxd 1/5/05 9:06 AM Page 407 Section 5.5 Multiple-Angle and Product-to-Sum Formulas 407 5.5 Multiple Angle and Product-to-Sum Formulas What you should learn Use multiple-angle formulas to rewrite

More information

YEAR 12 Core 1 & 2 Maths Curriculum (A Level Year 1)

YEAR 12 Core 1 & 2 Maths Curriculum (A Level Year 1) YEAR 12 Core 1 & 2 Maths Curriculum (A Level Year 1) Algebra and Functions Quadratic Functions Equations & Inequalities Binomial Expansion Sketching Curves Coordinate Geometry Radian Measures Sine and

More information

Welcome. Please Sign-In

Welcome. Please Sign-In Welcome Please Sign-In Day 1 Session 1 Self-Evaluation Topics to be covered: Equations Systems of Equations Solving Inequalities Absolute Value Equations Equations Equations An equation says two things

More information

t dt ds Then, in the last class, we showed that F(s) = <2s/3, 1 2s/3, s/3> is arclength parametrization. Therefore,

t dt ds Then, in the last class, we showed that F(s) = <2s/3, 1 2s/3, s/3> is arclength parametrization. Therefore, 13.4. Curvature Curvature Let F(t) be a vector values function. We say it is regular if F (t)=0 Let F(t) be a vector valued function which is arclength parametrized, which means F t 1 for all t. Then,

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

Module 4 Graphs of the Circular Functions

Module 4 Graphs of the Circular Functions MAC 1114 Module 4 Graphs of the Circular Functions Learning Objectives Upon completing this module, you should be able to: 1. Recognize periodic functions. 2. Determine the amplitude and period, when given

More information

AP Calculus BC Course Description

AP Calculus BC Course Description AP Calculus BC Course Description COURSE OUTLINE: The following topics define the AP Calculus BC course as it is taught over three trimesters, each consisting of twelve week grading periods. Limits and

More information

User s Guide Version 4

User s Guide Version 4 User s Guide Version 4 Contents Introduction MATH-TEACHER PLUS series Tutorial Program For Student Exploration Environment The Curriculum Teachers Toolkit Technical Information Copyright 2004 Hickerson

More information

Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms:

Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms: Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms: point, line, and distance along a line in a plane I can

More information

Problem #3 Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page Mark Sparks 2012

Problem #3 Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page Mark Sparks 2012 Problem # Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 490 Mark Sparks 01 Finding Anti-derivatives of Polynomial-Type Functions If you had to explain to someone how to find

More information

Josef Böhm, ACDCA, DUG and Technical University of Vienna

Josef Böhm, ACDCA, DUG and Technical University of Vienna Linking Geometry, Algebra and Calculus with GeoGebra Josef Böhm, ACDCA, DUG and Technical University of Vienna nojo.boehm@pgv.at Abstract GeoGebra is free, open-source, and multi-platform software that

More information

10.4 Areas in Polar Coordinates

10.4 Areas in Polar Coordinates CHAPTER 0. PARAMETRIC AND POLAR 9 0.4 Areas in Polar Coordinates Example. Find the area of the circle defined by r.5sin( ) (seeexample ). Solution. A Z 0.5 (.5sin( )) d sin( )cos( ).5 (.5/) (r where r.5/)

More information

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier Calculus I Review Handout 1.3 Introduction to Calculus - Limits by Kevin M. Chevalier We are now going to dive into Calculus I as we take a look at the it process. While precalculus covered more static

More information

1) Find. a) b) c) d) e) 2) The function g is defined by the formula. Find the slope of the tangent line at x = 1. a) b) c) e) 3) Find.

1) Find. a) b) c) d) e) 2) The function g is defined by the formula. Find the slope of the tangent line at x = 1. a) b) c) e) 3) Find. 1 of 7 1) Find 2) The function g is defined by the formula Find the slope of the tangent line at x = 1. 3) Find 5 1 The limit does not exist. 4) The given function f has a removable discontinuity at x

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

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

Calculus II - Problem Solving Drill 23: Graphing Utilities in Calculus

Calculus II - Problem Solving Drill 23: Graphing Utilities in Calculus Calculus II - Problem Solving Drill 3: Graphing Utilities in Calculus Question No. 1 of 10 Question 1. Find the approximate maximum point of y = x + 5x + 9. Give your answer correct to two decimals. Question

More information

Lecture 34: Curves defined by Parametric equations

Lecture 34: Curves defined by Parametric equations Curves defined by Parametric equations When the path of a particle moving in the plane is not the graph of a function, we cannot describe it using a formula that express y directly in terms of x, or x

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