Using the TI-92+ : examples

Size: px
Start display at page:

Download "Using the TI-92+ : examples"

Transcription

1 Using the TI-9+ : eamples Michel Beaudin École de technologie supérieure 1100, rue Notre-Dame Ouest Montréal (Québec) Canada, H3C 1K3 mbeaudin@seg.etsmtl.ca 1- Introduction We incorporated the use of the TI-9/9+/89 in order to help our engineering students to use Computer Algebra in the classroom, not only in the labs. Students are often asked to use the «rule of four» : where appropriate, topics should be presented geometrically, numerically, analytically and verbally. With a tool like the TI-9, we can present and perform eamples that will use that rule. We decided, here, to present eamples from our first calculus course, one from our multiple variable course and some from our ordinary differential equations course. - Eamples Eample 1 : students learn that every eponential growth function eventually dominates every power function. Let see what is going on when we want to solve the equation 16. There is no close formula for the solutions of the above equation (Lambert W-functions are not seen in the first year of engineering studies!). A plot, in the same window, of the sides shows intersections and the «solve» command gives a warning that there might be more solutions (figure 1)! FIGURE 1

2 But there is, in fact, a third intersection! A table shows that it is between 100 and 110 and using «nsolve» with appropriate guess allows us to find this third intersection (figure on the right). FIGURE Because Newton s method is the one used by students as an application of the derivative, we find the first positive intersection (figure 3) simply by asking the TI to perform the iteration f ( ) f ( ) where f ( ) 16 FIGURE 3 As we can see, applying Newton s method is fast and quite easy with the TI! Finally, because every power function eventually dominates every logarithmic function, it would be easy to find the largest (positive) intersection by looking at the equation ln ln 16. Eample : the concept of limit is best understood by students if again we use the rule of four. Suppose we want to make a conjecture about the value of e lim 1 1 1

3 (this problem is encountered before studying l Hopital s rule). We are going to make a table of values of the epression for = 1.1, 1.01, 1.001,..., 0.9, 0.99, 0.999,..., (figure 4) as well as we will look at the graph of the epression. FIGURE 4 Now we will find a value of that will work for a value of, say = 0.01 : this means, that we will find an interval containing 1 such that the difference between our conjecture and the value of the epression is less than 0.01 on that interval (we will have to zoom in order to find a window of height 0.0 such that the graph eits the sides of the window and not the top or bottom of the window). We set the window parameters for y between 1.99 and.01 and try for the value 0.05 (so we fi between 0.95 and 1.05). Figure 5 (on the left) shows that the value of is not small enough! Zooming in for only yields a correspondig value of (figure 5 on the right), in fact will work here for. FIGURE 5 Of course, l Hopital s rule or a Taylor epansion of the numerator s epression would be the «analytic» part of the «rule of four» (figure 6). 3

4 FIGURE 6 Eample 3 : find the minimum distance from the point (1,, 10) to the paraboloid given by the equation z y. It is funny to solve this problem with and wihout Lagrange multiplier. If we minimize the square of the distance, we have to minimize the function f ( 1) ( y ) ( z 10) under the constraint g y z non linear system R S T f g : g 0 R S T ( 1) ( y ) y ( z 10) y z 0. That means to solve the Solving the first three equations for, y and z and combining with the forth one yields the cubic equation 5 ( 1 ) 0. This former equation has 3 real roots and we find that the minimum distance is , at the point (1.4040,.8080, ). The following screens show complete solution of this problem. We can note the use of the new «zeros» function of the TI-9+/89. 4

5 FIGURE 7 Another approach will be to substitute the constraint into f and to consider the function that yields the distance from the point (1,, 10) to an arbitrary point on the paraboloid : Here is the graph of the last epression : ( 1) ( y ) y 10 c h FIGURE 8 Eample 4 : in differential equations, students solve ODEs without looking at the slope field and without finding where the solution is defined! Let s consider, for eample, the first order separable equation dy dt 3t 4t, ya0f. ( y 1) 5

6 3 Of course, it is easy to solve by hand this DE and we find y y 8 t t t. If we want to solve for y, there will be two answers, depending on wich branch we want to select (because y = 1 is a singularity and the slope field allowed us to see this). If we apply Euler s method starting at t = 0 and y =, with a negative step, we will encounter problems... (figure 9 on the right ; note that the RK method used by the TI-9+/89 «recognize» that there will be a problem and stops drawing when we approach y = 1 : figure 9 on the left) FIGURE 9 Eemple 5 : a linear first order ODE that leads to the concept of steady-state solution. Let us consider, for a a real number, the following diffential equation dy dt y 3 t y 0 a cos( ), a f FIGURE 10 The interactive IC menu F8 allows us to choose the initial conditions and a solution is drawn by RK ou Euler methods. (figure 10 on the left). This can be done before solving eactly the first order linear equation dy dt b g p( t) y q( t), y t0 y0. And, using the «desolve» function, we see 6

7 easily that the answer is the sum of a transient solution and a steady-state solution whose amplitude seems to be and phase angle 0 ; using, for eample, Trigcollect (figure 10 on the right). Eemple 6 : finding the inverse Laplace transform of an epression using partial fraction and/or convolution! Suppose we have a table of Laplace transforms and we want to inverse the transform F( s) 1 ( s ) s 6s 13 better first to set s + 3 = w and to epand after : c h. Because a completion of the square has to be done, it is FIGURE 11 A table of transforms contains the following associations : s a ( s a) b e cos bt, b ( s a) b e sin bt, 1 1 e and te. So, s a ( s a) at at at at the inverse is simply (because w = s + 3) e t cost 1e t sin t 10e t te t Another approach that our students are encouraged to use is the convolution. We have 7

8 F( s) ACA 99 Session : Computer Algebra meets Education F I HG K J F H G I K J ( s ) s 6s 13 ( s ) ( s 3) 4 c h t 1 3t te e sin t where * means the convolution of signals. The TI can do it for us if we simply use the definition of the convolution : ( t) h( t) z t ( ) h( t ) d. 0 FIGURE 1 We find important that our students perform these operations... before downloading from the WEB a powerful inverse Laplace transform function! Eemple 7 : it is very simple to calculate a Fourier epansion with a TI-9! Let f be the periodic function of period P = 3, defined by R f ( ) ST si 0 si 3 P 3 We define this function using the «when» and etend it periodically by using the modulo function (same as in DERIVE). We note that the TI connects the discontinuity (figure 13 on the right) : 8

9 FIGURE 13 The TI knows that a number n is an integer if we use for eample the arbitrary We calculate the Fourier coefficients : We will plot the partial sum a 3 0 a n 1 same window (figure 15 on the right). n FIGURE 14 F H I K F H I K n n cos bn sin and the periodic signal in the 3 3 FIGURE 15 9

10 We conclude this eample and this paper by looking at the Energy Theorem (Parseval identity) that states that z 0 P f d a ( ) an bn P What fraction of the energy of f is contained in the constant term and the first three harmonics? About % : n 1 FIGURE Conclusion Teaching mathematics with a CAS like DERIVE is a great eperience for us since the last 5 years. Being able to see our students in the classroom performing calculations and eamples like those presented in the precedent section, on their own «portable CAS», is fantastic. Thanks to those who worked so hard in order to «take out» computer algebra from big computers and labs! Long life to these machines! 10

11 ... 11

Solving a RLC Circuit using Convolution with DERIVE for Windows

Solving a RLC Circuit using Convolution with DERIVE for Windows Solving a RLC Circuit using Convolution with DERIVE for Windows Michel Beaudin École de technologie supérieure, rue Notre-Dame Ouest Montréal (Québec) Canada, H3C K3 mbeaudin@seg.etsmtl.ca - Introduction

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will produce various graphs of Taylor polynomials. Students will discover how the accuracy of a Taylor polynomial is associated with the degree of the Taylor polynomial. Students

More information

Examples of How Symbolic, Hand-held Calculators have Changed the way we Teach Engineering Mathematics

Examples of How Symbolic, Hand-held Calculators have Changed the way we Teach Engineering Mathematics Examples of How Symbolic, Hand-held Calculators have Changed the way we Teach Engineering Mathematics Michel Beaudin, Kathleen Pineau École de technologie supérieure Session 160 ABSTRACT Since the 1999

More information

Exact and Approximate Numbers:

Exact and Approximate Numbers: Eact and Approimate Numbers: The numbers that arise in technical applications are better described as eact numbers because there is not the sort of uncertainty in their values that was described above.

More information

AP Calculus BC Syllabus

AP Calculus BC Syllabus AP Calculus BC Syllabus Course Overview and Philosophy This course is designed to be the equivalent of a college-level course in single variable calculus. The primary textbook is Calculus, 7 th edition,

More information

Syllabus for BC Calculus

Syllabus for BC Calculus Syllabus for BC Calculus Course Overview My students enter BC Calculus form an Honors Precalculus course which is extremely rigorous and we have 90 minutes per day for 180 days, so our calculus course

More information

Chapter 10 Introduction to the Derivative

Chapter 10 Introduction to the Derivative Chapter 0 Introduction to the Derivative The concept of a derivative takes up half the study of Calculus. A derivative, basically, represents rates of change. 0. Limits: Numerical and Graphical Approaches

More information

Example 1: What do you know about the graph of the function

Example 1: What do you know about the graph of the function Section 1.5 Analyzing of Functions In this section, we ll look briefly at four types of functions: polynomial functions, rational functions, eponential functions and logarithmic functions. Eample 1: What

More information

Calculus w/applications Prerequisite Packet Paint Branch High School Math Department

Calculus w/applications Prerequisite Packet Paint Branch High School Math Department Updated 6/014 The problems in this packet are designed to help you review topics from previous math courses that are important to your success in Calculus with Applications. It is important that you take

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus AP Calculus AB Syllabus Course Overview and Philosophy This course is designed to be the equivalent of a college-level course in single variable calculus. The primary textbook is Calculus of a Single Variable,

More information

AP Calculus BC. Course Overview. Course Outline and Pacing Guide

AP Calculus BC. Course Overview. Course Outline and Pacing Guide AP Calculus BC Course Overview AP Calculus BC is designed to follow the topic outline in the AP Calculus Course Description provided by the College Board. The primary objective of this course is to provide

More information

Fourier Analysis Fourier Series C H A P T E R 1 1

Fourier Analysis Fourier Series C H A P T E R 1 1 C H A P T E R Fourier Analysis 474 This chapter on Fourier analysis covers three broad areas: Fourier series in Secs...4, more general orthonormal series called Sturm iouville epansions in Secs..5 and.6

More information

AP Calculus (AB/BC) Prerequisite Packet Paint Branch High School Math Department

AP Calculus (AB/BC) Prerequisite Packet Paint Branch High School Math Department Updated 6/015 The problems in this packet are designed to help ou review topics from previous math courses that are important to our success in AP Calculus AB / BC. It is important that ou take time during

More information

VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF MATHEMATICS QUESTION BANK

VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF MATHEMATICS QUESTION BANK SUBJECT VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 63 3. DEPARTMENT OF MATHEMATICS QUESTION BANK : MA6351- TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS SEM / YEAR : III Sem / II year (COMMON

More information

2.1 Derivative of a Polynomial

2.1 Derivative of a Polynomial . Derivative of a Polynomial Function There are countless real-world situations that can be modelled by polynomial functions. Consider the following: A recording studio determines that the cost, in dollars,

More information

1/100 Range: 1/10 1/ 2. 1) Constant: choose a value for the constant that can be graphed on the coordinate grid below.

1/100 Range: 1/10 1/ 2. 1) Constant: choose a value for the constant that can be graphed on the coordinate grid below. Name 1) Constant: choose a value or the constant that can be graphed on the coordinate grid below a y Toolkit Functions Lab Worksheet thru inverse trig ) Identity: y ) Reciprocal: 1 ( ) y / 1/ 1/1 1/ 1

More information

HSML Honors or AP Calculus Course Preparedness Test

HSML Honors or AP Calculus Course Preparedness Test HSML Honors or AP Calculus Course Preparedness Test High School Math Live wants parents to be well informed. We want our student to be placed in the appropriate course so that the will be successful and

More information

4.5 Rational functions.

4.5 Rational functions. 4.5 Rational functions. We have studied graphs of polynomials and we understand the graphical significance of the zeros of the polynomial and their multiplicities. Now we are ready to etend these eplorations

More information

Name of the Student: Fourier Series in the interval (0,2l)

Name of the Student: Fourier Series in the interval (0,2l) Engineering Mathematics 15 SUBJECT NAME : Transforms and Partial Diff. Eqn. SUBJECT CODE : MA11 MATERIAL NAME : University Questions REGULATION : R8 WEBSITE : www.hariganesh.com UPDATED ON : May-June 15

More information

AP Calculus BC: Syllabus 3

AP Calculus BC: Syllabus 3 AP Calculus BC: Syllabus 3 Scoring Components SC1 SC2 SC3 SC4 The course teaches Functions, Graphs, and Limits as delineated in the Calculus BC Topic The course teaches Derivatives as delineated The course

More information

4.3 Rational Inequalities and Applications

4.3 Rational Inequalities and Applications 342 Rational Functions 4.3 Rational Inequalities and Applications In this section, we solve equations and inequalities involving rational functions and eplore associated application problems. Our first

More information

The Harvard Calculus Program in a Computer Classroom

The Harvard Calculus Program in a Computer Classroom The Harvard Calculus Program in a Computer Classroom Carmen Q. Artino Department of Mathematics The College of Saint Rose Albany, NY 103 Office: (518) 454-516 Fa: (518) 458-5446 e-mail: artinoc@rosnet.strose.edu

More information

Focusing on Linear Functions and Linear Equations

Focusing on Linear Functions and Linear Equations Focusing on Linear Functions and Linear Equations In grade, students learn how to analyze and represent linear functions and solve linear equations and systems of linear equations. They learn how to represent

More information

AP Calculus AB. Course Overview. Course Outline and Pacing Guide

AP Calculus AB. Course Overview. Course Outline and Pacing Guide AP Calculus AB Course Overview AP Calculus AB is designed to follow the topic outline in the AP Calculus Course Description provided by the College Board. The primary objective of this course is to provide

More information

Lecture 7: Indeterminate forms; L Hôpitals rule; Relative rates of growth. If we try to simply substitute x = 1 into the expression, we get

Lecture 7: Indeterminate forms; L Hôpitals rule; Relative rates of growth. If we try to simply substitute x = 1 into the expression, we get Lecture 7: Indeterminate forms; L Hôpitals rule; Relative rates of growth 1. Indeterminate Forms. Eample 1: Consider the it 1 1 1. If we try to simply substitute = 1 into the epression, we get. This is

More information

AP Calculus BC Scope & Sequence

AP Calculus BC Scope & Sequence AP Calculus BC Scope & Sequence Grading Period Unit Title Learning Targets Throughout the School Year First Grading Period *Apply mathematics to problems in everyday life *Use a problem-solving model that

More information

Euler-Maclaurin summation formula

Euler-Maclaurin summation formula Physics 4 Spring 6 Euler-Maclaurin summation formula Lecture notes by M. G. Rozman Last modified: March 9, 6 Euler-Maclaurin summation formula gives an estimation of the sum N in f i) in terms of the integral

More information

AP Calculus BC Syllabus

AP Calculus BC Syllabus AP Calculus BC Syllabus Course Overview AP Calculus BC is the study of the topics covered in college-level Calculus I and Calculus II. This course includes instruction and student assignments on all of

More information

3.2 Logarithmic Functions and Their Graphs

3.2 Logarithmic Functions and Their Graphs 96 Chapter 3 Eponential and Logarithmic Functions 3.2 Logarithmic Functions and Their Graphs Logarithmic Functions In Section.6, you studied the concept of an inverse function. There, you learned that

More information

Academic Content Standard MATHEMATICS. MA 51 Advanced Placement Calculus BC

Academic Content Standard MATHEMATICS. MA 51 Advanced Placement Calculus BC Academic Content Standard MATHEMATICS MA 51 Advanced Placement Calculus BC Course #: MA 51 Grade Level: High School Course Name: Advanced Placement Calculus BC Level of Difficulty: High Prerequisites:

More information

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26.

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26. Answer Key 969 BC 97 BC. C. E. B. D 5. E 6. B 7. D 8. C 9. D. A. B. E. C. D 5. B 6. B 7. B 8. E 9. C. A. B. E. D. C 5. A 6. C 7. C 8. D 9. C. D. C. B. A. D 5. A 6. B 7. D 8. A 9. D. E. D. B. E. E 5. E.

More information

Week 1: need to know. November 14, / 20

Week 1: need to know. November 14, / 20 Week 1: need to know How to find domains and ranges, operations on functions (addition, subtraction, multiplication, division, composition), behaviors of functions (even/odd/ increasing/decreasing), library

More information

G H. Extended Unit Tests B L L. Higher Still Advanced Higher Mathematics. (more demanding tests covering all levels) Contents. 3 Extended Unit Tests

G H. Extended Unit Tests B L L. Higher Still Advanced Higher Mathematics. (more demanding tests covering all levels) Contents. 3 Extended Unit Tests M A T H E M A T I C S H I G H E R Higher Still Advanced Higher Mathematics S T I L L Etended Unit Tests B (more demanding tests covering all levels) Contents 3 Etended Unit Tests Detailed marking schemes

More information

First Order Linear Ordinary Differential Equations

First Order Linear Ordinary Differential Equations First Order Linear Ordinary Differential Equations The most general first order linear ODE is an equation of the form p t dy dt q t y t f t. 1 Herepqarecalledcoefficients f is referred to as the forcing

More information

Topic Outline for Calculus BC

Topic Outline for Calculus BC Techniques of antidifferentiation Antiderivatives following directly from derivatives of basic functions. Antiderivatives by substitution of variables (including change of limits for definite integrals).

More information

Exponential, Logarithmic and Inverse Functions

Exponential, Logarithmic and Inverse Functions Chapter Review Sec.1 and. Eponential, Logarithmic and Inverse Functions I. Review o Inverrse I Functti ions A. Identiying One-to-One Functions is one-to-one i every element in the range corresponds to

More information

3.3.1 Linear functions yet again and dot product In 2D, a homogenous linear scalar function takes the general form:

3.3.1 Linear functions yet again and dot product In 2D, a homogenous linear scalar function takes the general form: 3.3 Gradient Vector and Jacobian Matri 3 3.3 Gradient Vector and Jacobian Matri Overview: Differentiable functions have a local linear approimation. Near a given point, local changes are determined by

More information

Pre-Algebra 8 Notes Exponents and Scientific Notation

Pre-Algebra 8 Notes Exponents and Scientific Notation Pre-Algebra 8 Notes Eponents and Scientific Notation Rules of Eponents CCSS 8.EE.A.: Know and apply the properties of integer eponents to generate equivalent numerical epressions. Review with students

More information

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter : Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of its.

More information

Linear And Exponential Algebra Lesson #1

Linear And Exponential Algebra Lesson #1 Introduction Linear And Eponential Algebra Lesson # Algebra is a very powerful tool which is used to make problem solving easier. Algebra involves using pronumerals (letters) to represent unknown values

More information

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002 171, Calculus 1 Summer 1, 018 CRN 5048, Section 001 Time: MTWR, 6:0 p.m. 8:0 p.m. Room: BR-4 CRN 5048, Section 00 Time: MTWR, 11:0 a.m. 1:0 p.m. Room: BR-4 CONTENTS Syllabus Reviews for tests 1 Review

More information

AP Calculus BC Syllabus Course Overview

AP Calculus BC Syllabus Course Overview AP Calculus BC Syllabus Course Overview Textbook Anton, Bivens, and Davis. Calculus: Early Transcendentals, Combined version with Wiley PLUS. 9 th edition. Hoboken, NJ: John Wiley & Sons, Inc. 2009. Course

More information

Calculus with Mathematica Labs at Riga Technical University

Calculus with Mathematica Labs at Riga Technical University 5th WSEAS / IASME International Conference on ENGINEERING EDUCATION (EE'08), Heraklion, Greece, July -4, 008 Calculus with Mathematica Labs at Riga Technical University V KREMENECKIS Department of Engineering

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

Approximation expressions for the large-angle period of a simple pendulum revisited

Approximation expressions for the large-angle period of a simple pendulum revisited ENSEÑANZA REVISTA MEXICANA DE FÍSICA E 54 (1) 59 64 JUNIO 008 Approximation expressions for the large-angle period of a simple pendulum revisited D. Amrani, P. Paradis and M. Beaudin Service des Enseignements

More information

Common Core State Standards for Activity 14. Lesson Postal Service Lesson 14-1 Polynomials PLAN TEACH

Common Core State Standards for Activity 14. Lesson Postal Service Lesson 14-1 Polynomials PLAN TEACH Postal Service Lesson 1-1 Polynomials Learning Targets: Write a third-degree equation that represents a real-world situation. Graph a portion of this equation and evaluate the meaning of a relative maimum.

More information

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter 1: Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of

More information

Functions and Logarithms

Functions and Logarithms 36 Chapter Prerequisites for Calculus.5 Inverse You will be able to find inverses of one-to-one functions and will be able to analyze logarithmic functions algebraically, graphically, and numerically as

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB 08-09 Summer Assignment Dear Future AP Student, I hope you are ecited for the year of Calculus that we will be pursuing together! I don t know how much you know about Calculus, but it is

More information

6.1 Antiderivatives and Slope Fields Calculus

6.1 Antiderivatives and Slope Fields Calculus 6. Antiderivatives and Slope Fields Calculus 6. ANTIDERIVATIVES AND SLOPE FIELDS Indefinite Integrals In the previous chapter we dealt with definite integrals. Definite integrals had limits of integration.

More information

Polynomial Functions of Higher Degree

Polynomial Functions of Higher Degree SAMPLE CHAPTER. NOT FOR DISTRIBUTION. 4 Polynomial Functions of Higher Degree Polynomial functions of degree greater than 2 can be used to model data such as the annual temperature fluctuations in Daytona

More information

AP Calculus BC. Course: AP Calculus BC

AP Calculus BC. Course: AP Calculus BC AP Calculus BC Course: AP Calculus BC Course Overview: This course is taught over a school year (2 semesters). During the first semester on a 90 minute mod, students cover everything in the Calculus AP

More information

Paula s Peaches (Learning Task)

Paula s Peaches (Learning Task) Paula s Peaches (Learning Task) Name Date Mathematical Goals Factorization Solving quadratic equations Essential Questions How do we use quadratic functions to represent contetual situations? How do we

More information

1 Exponential Functions Limit Derivative Integral... 5

1 Exponential Functions Limit Derivative Integral... 5 Contents Eponential Functions 3. Limit................................................. 3. Derivative.............................................. 4.3 Integral................................................

More information

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

More information

Region 16 Board of Education. Precalculus Curriculum

Region 16 Board of Education. Precalculus Curriculum Region 16 Board of Education Precalculus Curriculum 2008 1 Course Description This course offers students an opportunity to explore a variety of concepts designed to prepare them to go on to study calculus.

More information

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

More information

Logarithmic differentiation

Logarithmic differentiation Roberto s Notes on Differential Calculus Chapter 5: Derivatives of transcendental functions Section Logarithmic differentiation What you need to know already: All basic differentiation rules, implicit

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, you will be epected to have attempted every problem. These skills are all different tools that you will pull out of your toolbo this

More information

Chapter 2 Analysis of Graphs of Functions

Chapter 2 Analysis of Graphs of Functions Chapter Analysis of Graphs of Functions Chapter Analysis of Graphs of Functions Covered in this Chapter:.1 Graphs of Basic Functions and their Domain and Range. Odd, Even Functions, and their Symmetry..

More information

Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. lim. lim. 0, then

Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. lim. lim. 0, then Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. Recall from Section 2.1 Indeterminate form is when lim. xa g( Previously, we tried to reduce and then re-evaluate

More information

Name Date Period. Pre-Calculus Midterm Review Packet (Chapters 1, 2, 3)

Name Date Period. Pre-Calculus Midterm Review Packet (Chapters 1, 2, 3) Name Date Period Sections and Scoring Pre-Calculus Midterm Review Packet (Chapters,, ) Your midterm eam will test your knowledge of the topics we have studied in the first half of the school year There

More information

Mathematics 132 Calculus for Physical and Life Sciences 2 Exam 3 Review Sheet April 15, 2008

Mathematics 132 Calculus for Physical and Life Sciences 2 Exam 3 Review Sheet April 15, 2008 Mathematics 32 Calculus for Physical and Life Sciences 2 Eam 3 Review Sheet April 5, 2008 Sample Eam Questions - Solutions This list is much longer than the actual eam will be (to give you some idea of

More information

Brief Revision Notes and Strategies

Brief Revision Notes and Strategies Brief Revision Notes and Strategies Straight Line Distance Formula d = ( ) + ( y y ) d is distance between A(, y ) and B(, y ) Mid-point formula +, y + M y M is midpoint of A(, y ) and B(, y ) y y Equation

More information

Computer Problems for Taylor Series and Series Convergence

Computer Problems for Taylor Series and Series Convergence Computer Problems for Taylor Series and Series Convergence The two problems below are a set; the first should be done without a computer and the second is a computer-based follow up. 1. The drawing below

More information

NJCCCS AREA: Mathematics. North Brunswick Township Public Schools AP CALCULUS BC. Acknowledgements. Anna Goncharova, Mathematics Teacher

NJCCCS AREA: Mathematics. North Brunswick Township Public Schools AP CALCULUS BC. Acknowledgements. Anna Goncharova, Mathematics Teacher NJCCCS AREA: Mathematics North Brunswick Township Public Schools AP CALCULUS BC Acknowledgements Anna Goncharova, Mathematics Teacher Diane M. Galella, Supervisor of Mathematics Date: New Revision May

More information

Notes about changes to Approved Syllabus # 43080v2

Notes about changes to Approved Syllabus # 43080v2 Notes about changes to Approved Syllabus # 43080v2 1. An update to the syllabus was necessary because of a county wide adoption of new textbooks for AP Calculus. 2. No changes were made to the Course Outline

More information

Understanding Part 2 of The Fundamental Theorem of Calculus

Understanding Part 2 of The Fundamental Theorem of Calculus Understanding Part of The Fundamental Theorem of Calculus Worksheet 8: The Graph of F () What is an Anti-Derivative? Give an eample that is algebraic: and an eample that is graphical: eample : Below is

More information

3.5 Continuity of a Function One Sided Continuity Intermediate Value Theorem... 23

3.5 Continuity of a Function One Sided Continuity Intermediate Value Theorem... 23 Chapter 3 Limit and Continuity Contents 3. Definition of Limit 3 3.2 Basic Limit Theorems 8 3.3 One sided Limit 4 3.4 Infinite Limit, Limit at infinity and Asymptotes 5 3.4. Infinite Limit and Vertical

More information

6.6 General Form of the Equation for a Linear Relation

6.6 General Form of the Equation for a Linear Relation 6.6 General Form of the Equation for a Linear Relation FOCUS Relate the graph of a line to its equation in general form. We can write an equation in different forms. y 0 6 5 y 10 = 0 An equation for this

More information

Saxon Calculus Scope and Sequence

Saxon Calculus Scope and Sequence hmhco.com Saxon Calculus Scope and Sequence Foundations Real Numbers Identify the subsets of the real numbers Identify the order properties of the real numbers Identify the properties of the real number

More information

AP Calculus AB - Course Outline

AP Calculus AB - Course Outline By successfully completing this course, you will be able to: a. Work with functions represented in a variety of ways and understand the connections among these representations. b. Understand the meaning

More information

MATH39001 Generating functions. 1 Ordinary power series generating functions

MATH39001 Generating functions. 1 Ordinary power series generating functions MATH3900 Generating functions The reference for this part of the course is generatingfunctionology by Herbert Wilf. The 2nd edition is downloadable free from http://www.math.upenn. edu/~wilf/downldgf.html,

More information

Rules for Differentiation Finding the Derivative of a Product of Two Functions. What does this equation of f '(

Rules for Differentiation Finding the Derivative of a Product of Two Functions. What does this equation of f '( Rules for Differentiation Finding the Derivative of a Product of Two Functions Rewrite the function f( = ( )( + 1) as a cubic function. Then, find f '(. What does this equation of f '( represent, again?

More information

Helpful Concepts for MTH 261 Final. What are the general strategies for determining the domain of a function?

Helpful Concepts for MTH 261 Final. What are the general strategies for determining the domain of a function? Helpful Concepts for MTH 261 Final What are the general strategies for determining the domain of a function? How do we use the graph of a function to determine its range? How many graphs of basic functions

More information

Fundamental Theorem of Calculus

Fundamental Theorem of Calculus NCTM Annual Meeting and Eposition Denver, CO April 8, Presented by Mike Koehler Blue Valley North High School Overland Park, KS I. Approimations with Rectangles (Finding the Area Under Curves by Approimating

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3.6 Derivatives of Logarithmic Functions In this section, we: use implicit differentiation to find the derivatives of the logarithmic functions and, in particular,

More information

9.8 APPLICATIONS OF TAYLOR SERIES EXPLORATORY EXERCISES. Using Taylor Polynomials to Approximate a Sine Value EXAMPLE 8.1

9.8 APPLICATIONS OF TAYLOR SERIES EXPLORATORY EXERCISES. Using Taylor Polynomials to Approximate a Sine Value EXAMPLE 8.1 9-75 SECTION 9.8.. Applications of Taylor Series 677 and f 0) miles/min 3. Predict the location of the plane at time t min. 5. Suppose that an astronaut is at 0, 0) and the moon is represented by a circle

More information

MATH 1325 Business Calculus Guided Notes

MATH 1325 Business Calculus Guided Notes MATH 135 Business Calculus Guided Notes LSC North Harris By Isabella Fisher Section.1 Functions and Theirs Graphs A is a rule that assigns to each element in one and only one element in. Set A Set B Set

More information

Module 2, Section 2 Solving Equations

Module 2, Section 2 Solving Equations Principles of Mathematics Section, Introduction 03 Introduction Module, Section Solving Equations In this section, you will learn to solve quadratic equations graphically, by factoring, and by applying

More information

Further factorising, simplifying, completing the square and algebraic proof

Further factorising, simplifying, completing the square and algebraic proof Further factorising, simplifying, completing the square and algebraic proof 8 CHAPTER 8. Further factorising Quadratic epressions of the form b c were factorised in Section 8. by finding two numbers whose

More information

Unit 11 - Solving Quadratic Functions PART TWO

Unit 11 - Solving Quadratic Functions PART TWO Unit 11 - Solving Quadratic Functions PART TWO PREREQUISITE SKILLS: students should be able to add, subtract and multiply polynomials students should be able to factor polynomials students should be able

More information

Syllabus for AP Calculus BC Fall 2015

Syllabus for AP Calculus BC Fall 2015 Syllabus for AP Calculus BC Fall 2015 Mr. Hadley michael.hadley@cobbk12.org Approach: I use a multirepresentational approach, The Rule of Five, to teach the concepts of calculus. I present topics graphically,

More information

TImath.com Calculus. Topic: Techniques of Integration Derive the formula for integration by parts and use it to compute integrals

TImath.com Calculus. Topic: Techniques of Integration Derive the formula for integration by parts and use it to compute integrals Integration by Parts ID: 985 Time required 45 minutes Activity Overview In previous activities, students have eplored the differential calculus through investigations of the methods of first principles,

More information

DISCOVERING CALCULUS WITH THE TI- NSPIRE CAS CALCULATOR

DISCOVERING CALCULUS WITH THE TI- NSPIRE CAS CALCULATOR John Carroll University Carroll Collected Masters Essays Theses, Essays, and Senior Honors Projects Summer 017 DISCOVERING CALCULUS WITH THE TI- NSPIRE CAS CALCULATOR Meghan A. Nielsen John Carroll University,

More information

Precalculus Notes: Functions. Skill: Solve problems using the algebra of functions.

Precalculus Notes: Functions. Skill: Solve problems using the algebra of functions. Skill: Solve problems using the algebra of functions. Modeling a Function: Numerical (data table) Algebraic (equation) Graphical Using Numerical Values: Look for a common difference. If the first difference

More information

Algebra I Notes Concept 00b: Review Properties of Integer Exponents

Algebra I Notes Concept 00b: Review Properties of Integer Exponents Algera I Notes Concept 00: Review Properties of Integer Eponents In Algera I, a review of properties of integer eponents may e required. Students egin their eploration of power under the Common Core in

More information

Part Two. Diagnostic Test

Part Two. Diagnostic Test Part Two Diagnostic Test AP Calculus AB and BC Diagnostic Tests Take a moment to gauge your readiness for the AP Calculus eam by taking either the AB diagnostic test or the BC diagnostic test, depending

More information

Chapter 6 Logarithmic and Exponential Functions

Chapter 6 Logarithmic and Exponential Functions Chapter 6 Logarithmic and Eponential Functions 6.1 The Definition of e Eample 1 Consider the eponential function f 1 ( ) 1 What happens to f() as gets very large? Type the function into Y=. Let Y 1 1 1/.

More information

IB MATH STUDIES.

IB MATH STUDIES. IB MATH STUDIES We are so ecited that you have decided to embark upon an eciting journey through IB Math Studies. Make no mistake, the road ahead will be challenging and perhaps overwhelming at times.

More information

Massey Hill Classical High School

Massey Hill Classical High School Massey Hill Classical High School AB Calculus AP Prerequisite Packet To: From: AP Calculus AB Students and Parents Carolyn Davis, AP Calculus Instructor The AP Course: AP Calculus AB is a college level

More information

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved.

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved. 11.10 Taylor and Maclaurin Series Copyright Cengage Learning. All rights reserved. We start by supposing that f is any function that can be represented by a power series f(x)= c 0 +c 1 (x a)+c 2 (x a)

More information

Mathematics syllabus for Grade 11 and 12 For Bilingual Schools in the Sultanate of Oman

Mathematics syllabus for Grade 11 and 12 For Bilingual Schools in the Sultanate of Oman 03 04 Mathematics syllabus for Grade and For Bilingual Schools in the Sultanate of Oman Prepared By: A Stevens (Qurum Private School) M Katira (Qurum Private School) M Hawthorn (Al Sahwa Schools) In Conjunction

More information

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x Use of Tools from Interactive Differential Equations with the texts Fundamentals of Differential Equations, 5th edition and Fundamentals of Differential Equations and Boundary Value Problems, 3rd edition

More information

5.6 Logarithmic and Exponential Equations

5.6 Logarithmic and Exponential Equations SECTION 5.6 Logarithmic and Exponential Equations 305 5.6 Logarithmic and Exponential Equations PREPARING FOR THIS SECTION Before getting started, review the following: Solving Equations Using a Graphing

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus Introduction AP Calculus AB Syllabus Our study of calculus, the mathematics of motion and change, is divided into two major branches differential and integral calculus. Differential calculus allows us

More information

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student AP Calculus AB SUMMER ASSIGNMENT Dear future Calculus AB student We are ecited to work with you net year in Calculus AB. In order to help you be prepared for this class, please complete the summer assignment.

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.8 Newton s Method In this section, we will learn: How to solve high degree equations using Newton s method. INTRODUCTION Suppose that

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Pre-Calculus and Capacity Matri Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational epressions Solve polynomial equations and equations involving rational epressions

More information

6.5 Trigonometric Equations

6.5 Trigonometric Equations 6. Trigonometric Equations In this section, we discuss conditional trigonometric equations, that is, equations involving trigonometric functions that are satisfied only by some values of the variable (or

More information