P 0 (x 0, y 0 ), P 1 (x 1, y 1 ), P 2 (x 2, y 2 ), P 3 (x 3, y 3 ) The goal is to determine a third degree polynomial of the form,

Size: px
Start display at page:

Download "P 0 (x 0, y 0 ), P 1 (x 1, y 1 ), P 2 (x 2, y 2 ), P 3 (x 3, y 3 ) The goal is to determine a third degree polynomial of the form,"

Transcription

1 Bezier Curves While working for the Renault automobile compan in France, an engineer b the name of P. Bezier developed a sstem for designing car bodies based partl on some fairl straightforward mathematics. Although such a design would naturall take place in three dimensions, a two dimensional discussion will permit the reader to glimpse the power of Bezier s concept. A (cubic) Bezier curve is completel determined b four consecutive points: P 0 ( 0, 0 ), P (, ), P (, ), P 3 ( 3, 3 ) The goal is to determine a third degree polnomial of the form, which "fits" these points according to the following criteria, = a 3 + b + c + d () a) The polnomial is to pass through the endpoints, P 0 and P 3, and, b) The slope at the endpoints is to agree with the slope determined b the endpoint and the adjacent point. The polnomial does not pass through the two intermediar points, P and P, called control points but rather their role is to influence the shape of the curve passing through P 0 and P 3. Eample Suppose we wish to construct a Bezier curve through the points, P 0 ( 3, ), P (, 3)), P (, ) and P 3 (3, 3) The substitution of these coordinates into () would ield the following sstem of equations, 7a + 9b 3c + d = 7a + 9b + 3c + d = 3 7a 6b + c = 7a + 6b + c This sstem of equations can be solved with the help of IMAGE-Algebra & Geometr. The solutions for a, b, c and d ield the cubic, = Submitting this to IMAGE-Calculus, we obtain the following graph, c Chris D Arc = 5

2 IMAGE Function f(): f()=- 3/7- /+7/ c Chris D Arc

3 The Binomial Theorem Given n, r W, and the following definition from Combinatorial mathematics, ( ) n = r n! (n r)!r! where n! = n (n ) (n )... 3, we can state the Binomial Theorem as, n ( ) n (p + q) n = p n r q r r r=0 ( ) ( ) n n = p n 0 q 0 + p n q + 0 = n! n! n!0! pn + (n )!! pn q + = p n + np n q + ( ) n p n q n(n ) p n q q n ( ) n p n n q n n n! (n )!! pn q n! 0!n! qn Eamples a) (3 + ) 4 = = 4 ( ) 4 (3) 4 r r r r=0 ( ) 4 (3) ( ) 4 (3) 4 + = ( ) 4 (3) ( ) 4 (3) b) ( )3 = = 3 ( ) 3 3 r ( r )r r=0 ( ) ( 0 )0 + ( ) 3 3 ( ) + ( ) 3 3 ( ) + ( ) ( 3 )3 = Application: Probabilit A Binomial Eperiment is one in which we define two outcomes - one deemed a success which denote b the letter, p, and the other a failure, denoted b q. Tossing a coin is an obvious eample. Since each outcome, a head or a tail is equall likel, or will 50% of the time, we make the assignments, p = q =. If we perform the eperiment n times, the Binomial Theorem can suppl us with a complete probabilit distribution. Consider a coin tossed three times. Here is the probabilit distribution, (p + q) 3 = p 3 + 3p q + 3pq + q 3 ( + ( ) 3 ( ) ( )3 = + 3 = ) + 3 ( ) ( ) + ( ) 3 c Chris D Arc

4 Comple Numbers Attempts to find roots of the equation, + = 0 within the set of real numbers proves fruitless. A new set of numbers was created to satisf this equation and ones like it, the comple numbers, denoted as the set C. The set of comple numbers is defined as the set of binomial epressions of the form a + bi in which a, b R and i =, C = { a + bi a, b R} The Comple (Argand) Plane The Cartesian Plane, R R, or R, is suitable for plotting ordered pairs of the form (, ) where, R. The Comple Plane consists of the ordered pairs (, ) standing for + i. The Magnitude of a Comple Number Given the comple number z = a + bi, we define the magnitude of z, written as z, to be, z = a + b This can be easil seen as the distance from z to the origin of the Comple Plane. The Comple Conjugate Earl in our stud of algebra, we encountered the patterned factoring of a difference of squares, a b = (a b)(a + b) We defined the factors as a pair of conjugate binomials: same terms, opposite sign. Similarl, the conjugate of the comple number, z = a + bi is denoted and defined as z = a bi. The Arithmetic of Comple Numbers Given the two comple numbers, z = a + bi and z = c + di we define the four arithmetic operations as follows, Addition: Subtraction: Multiplication: z + z = (a + bi) + (c + di) = (a + c) + (b + d)i z z = (a + bi) (c + di) = (a c) + (b d)i z z = (a + bi) (c + di) = ac + adi + bci + bdi = (ac bd) + (ad + bc)i Division: For division, we rel on an approach similar to rationalizing the denominator and the comple conjugate, z = z z = a + bi z z z c + di c di c di (ac + bd) + (bc ad)i = c + d (ac + bd) (bc ad) = + c + d c + d i c Chris D Arc

5 The Square Root of a Comple Number For z we simpl perform z z, but what meaning can be given to z = a + b? For this we could determine the equivalence, a + bi = ( + i) () Epanding () unfolds as follows, Comparison ields the sstem of equations, a + bi = ( + i) ( + i) = ( ) + ()i = a = b Given an a and b the outcome of this sstem can be determined. Eamples Given z = 5 + i and z = + i, observe the following, z = 5 + i = ( 5) + () = = 69 = 3 z 5 + i = i z + i i ( 5 + 4) + (0 + )i = + 4 = i z i = ( + i)i = i + i = + i We proceed, z = 5 + i ( + i) = 5 + i ( ) + ()i = 5 + i Equating real and imaginar parts leads to = 5 and =. Solving simultaneousl unfolds as follows, = = 6 Substitution ields, ( ) 6 = 5 36 = = 0 ( + 9)( 4) = 0 From the roots, = ±, we determine = ±3. Thus 5 + i = + 3i or 5 + i = 3i. c Chris D Arc

6 ɛ δ Definition of a Limit Few statements in elementar mathematics appear as crptic as the one defining the limit of a function f () at the point = a, ɛ > 0 δ > 0 such that f () L < ɛ whenever a < δ (Translation: for ever epsilon greater than zero, there eists a delta greater than zero such that f () lies within epsilon units of the limit L whenever lies within delta units of a) With the aid of a graphic interpretation, the definition is less intimidating. f()+ L f() - f() a - a a+ The definition sas that the limit of f () at = a is L if and onl if an interval of the domain around a can be found for ever interval of the range around L. In other words, to defend a limit result, we must produce a value for δ in response to the challenge of an ɛ. Eample Should we have to defend the result, lim 4 5 = 3, we would proceed as follows, (4 5) 3 < ɛ 4 8 < ɛ 4 < ɛ < ɛ 4 Since we have determined that δ need onl be taken as 3 of an ɛ, the limit result of 3 is substantiated. c Chris D Arc

7 Eponent Rules (a) a b = a+b (b) a b = a b (c) () a = a a (d) ( ) a = a a (e) a = a (f) 0 = (g) n = n (h) m n = n m Logarithm Rules (a) log = log + log (b) log = log log (c) log = log (d) log = 0 (e) log e = ln (f) log = log a log a = ln ln (Change of Base Formula) (g) ln e = (h) = e ln c Chris D Arc

8 Factorial Notation Locate a button on our calculator with either n! (or!) etched on it (it could possibl be a second function). This is read as n factorial, and it s mathematical definition is, Given n W, n! = { ; n=0 n (n ) (n )... 3 ; n>0 This is to sa that if ou enter a 5 and then press n!, our calculator will displa a result of 0, (5 4 3 ). Eamples a) 7! = = 5040 b) 7! 5! = 7 6 5! 5! = 4 8! c) 5!3! = ! 5! 3 = = 56 Application: Permutations There is a branch of discrete mathematics dealing with arrangements and combinations of items. One formula from this area eists which will tell us the number of arrangements that can be made of sa, r objects taken from within a larger pool of sa, n items. This formula is, n! P (n, r) = () (n r)! The following eploits this formula. Assume that there are 7 students ving for the four student council positions, President, Vice-President, Secretar and Treasurer. How man different was could the election turn out? We are faced are with the problem of picking 4 people from a pool of 7. Using () above we find, P (7, 4) = 7! (7 4)! = ! = = 840 3! Application: Combinations In the previous eample, we sa order is important. B this we mean that if after the election the elected Secretar and Treasurer echanged roles, we would have had a different arrangement! With combinations however, order is not important, and hence an echange of duties from the four elected would not be taken as a new combination. For combinations, we modif () to obtain, C(n, r) = ( ) n = r n! (n r)!r! Using our election eample one last time, asking how man combinations of 4 people can be made from a pool 7 of is like asking how man different was could a team of 4 students be made, without regard to which role the pla. For this we use () and find, C(7, 4) = ( ) 7 = 4 7! (7 4)!4! = ! = 7 5 = 35 3!4! () c Chris D Arc

9 More Eamples a) 4! 4 3! = = 4 3! 3! b) 5! 5 5! = = 5 5! 5! c) 0! ! = 99! 99! d) 0 9! = 0! e) 90 8! = 0 9 8! = 0! f) 30 4! = 6 5 4! = 6! = 0 00 = 0 00 c Chris D Arc

10 Graphing Fundamentals The abilit to generate the graph of a function is a useful skill to master. Indeed, the burden of having to find a solution to a problem can be lessened significantl if one can epress the contet visuall. This stud introduces ver little in the wa of new material, instead it will squeeze greater understanding from the concepts ou currentl possess. The ke to rapid, successful graphing is the appreciation of the inseparable links between algebra and geometr. The sincere student should find these pages well worth the effort. Basic Shapes Arithmetic Transformations Sketching functions requires little more than a firm grasp of the three areas depicted above. We will start b reviewing Basic Shapes. Basic Shapes This section will identif a number of fundamental families of functions. Your responses to the questions and the corresponding graphic should be committed to memor. Constant Functions, f () = k, k R The graph of a constant function is a horizontal line. With a straight edge, sketch and label the following constant functions, (a) f () = 0 (b) g() = (c) h() = (d) State the domain of each function. (e) State the range of each function. (f) Identif an smmetr observed for this famil c Chris D Arc

11 Power Functions, f () = n, n N (a) Identif the common smmetrical nature of the functions depicted in the adjacent graphic. (b) Can ou suggest and label the equation of each? (c) State the common domain and range of each member of this famil, D = { R R = { R (a) Identif the common smmetrical nature of the functions depicted in the adjacent graphic. (b) Can ou suggest and label the equation of each? (c) State the common domain and range of each member of this famil, D = { R R = { R Trigonometric Functions, f () = sin, g() = cos (a) Identif the common smmetrical nature of the functions depicted in the adjacent graphic. (b) Can ou suggest and label the equation of each? (c) State the common domain and range of each member of this famil, D = { R R = { R (a) Identif the common smmetrical nature of the functions depicted in the adjacent graphic. (b) Can ou suggest and label the equation of each? (c) State the common domain and range of each member of this famil, D = { R R = { R c Chris D Arc

12 QuickSketch A competent mathematician must be a skilled geometer. Whereas techniques in algebra provide ou with the micro precision required to defend the accurac of our results to an arbitrar number of decimal places, the purpose of geometr is to provide ou with the macro or global insight into a concept. The foundation of the geometric method rests with a sound understanding of fundamental algebraic operations. This worksheet has been prepared in the hope of pointing ou in the right direction. Square: f () = One of the first operations ou learn in mathematics is that of squaring. The number line presented below crudel summarizes this algebraic transformation. Note an value(s) that do not change under the squaring transformation (invariant point). Appl this summar across the domain of f () = to produce the graph of f () =, Invariant = 0 - c Chris D Arc

13 Cube: f () = 3 Use the number line presented at the left below to summarize the general results for cubing real numbers (note an invariant points). Appl this summar across the domain of f () = to produce the graph of f () = 3, Invariant = 0 - Square Root: f () = The inverse operation to squaring is taking the square root. Summarize the algebraic effects of taking the square root of a real number on the number line and appl these transformations across the domain of f () = to produce the graph of f () =, Invariant = 0 - c Chris D Arc

14 Cube Root: f () = 3 Use the number line presented at the left below to summarize the general results for taking the cube root of real numbers. Appl this summar across the domain of f () = to produce the graph of f () = 3, Invariant = 0 - Absolute Value: f () = One of the simplest algebraic transformations involves the absolute value of a number. The result is simpl the distance the number is from 0 (distance can t be negative). Summarize the algebraic effects of taking the absolute value of a real number and appl these transformations across the domain of f () = to produce the graph of f () =, Invariant = 0 - c Chris D Arc

15 Reciprocal: f () = Use the number line presented at the left below to summarize the general results for taking the reciprocal of a real number. Appl this summar across the domain of f () = to produce the graph of f () =, Invariant = 0 - Eample : f () = The graph of this function should be seen as appling the reciprocal transformation to the function, g() = Recall the details of the reciprocal transformation on the number line left below to produce the graph of f () =, g()= 0 - Invariant c Chris D Arc

16 Eample : f () = 3 + The graph of this function should be seen as appling the absolute value transformation to the function, g() = 3 +. Recall the details of the absolute value transformation on the number line left below to produce the graph of f () = 3 +, g()= Invariant Eample 3: f () = (sin ) The graph of this function should be seen as appling the squaring transformation to the function, g() = sin Recall the details of the squaring transformation on the number line left below to produce the graph of f () = (sin ), 0 - g()= sin( ) Invariant c Chris D Arc

17 Eercises. Develop the graphs of the given functions using the techniques presented. a) f () = b) f () = 3 = 3 c) f () = d) f () = 3 e) f () = 4 f) f () = sin. State the domain and range of each of the functions in. c Chris D Arc

18 Indefinite Integration: An Interesting Evaluation Using the definition of absolute value, we recall the derivative of =, 0 as, = d d = d d = d d = d d d d = = = The integral d, can be epressed as d and we can proceed with Integration b Parts b letting u =, dv = d d = = d d = d = d Adding d to both sides ields, d = = + C Demonstration Determine the area under the function, f () =, on the partition, [, 3]. 3 [ ] 3 3 A = d =.5 = = = 5u 0 3 c Chris D Arc

19 Applications of the Definite Integral: Arc Length A formula introduced in intermediate mathematics, d = ( ) + ( ) () ields the straight line distance, d, between two points. In addition to straight segments, we can also determine the length of an arc of a circle, l, with the aid of, θ π = a πr = l πr However, we must turn to the definite integral for a general method of quantifing non-linear measures. In our earlier stud of limits, ou were asked to conceptualize the circle as the limit of a n-sided regular polgon where n. In particular, the circumference of the circle arises from the sum of the infinite number of infinitesimall short sides of the regular polgon. We can adapt this concept to the problem of finding the length of an arc of a function. From our stud of differentials, we are aware that can be approimated b d where d = f () d () Using a Riemann Sum approach, we can incorporate concepts () and () into the development of an integral formula for the length, s, of an arc of the function, f (). ds s d = d We must first develop ds as an epression for s. The Pthagorean relationship, can be approimated through the use of differentials, substituting (), we simplif as follows, ( s) ( ) + ( ) (ds) = (d) + (d) (ds) = (d) + (f () d) (ds) = ( + [f ()] ) (d) ds = + [f ()] d The formula for the length of an arc of the function, f (), over the continuous closed interval [a, b] is completed as follows, s = lim n s n = lim n = lim n = b a n s i= n + [f ()] d i= + [f ()] d c Chris D Arc

20 Questions. Confirm the formula for the circumference of a circle through the use of the definite integral. 3. Determine the length of the arc of the parabola = over the interval [0,]. (Ans units) Determine the total length of the hpoccloid of four cusps whose equation can be given b =. (Ans. 6 units) - - c Chris D Arc

21 π The set of real numbers, R, is a union of the rational numbers, Q, and the irrational numbers, Q, R = Q Q Your first investigation of the qualitative properties of the circle produced a formula for it s circumference, C, C = πr which can be reepressed as, π = C r = C d From this point on, we recognize π as the constant ratio of the circumference of a circle to it s diameter. Since π Q, we can not know an eact value for this constant. A crude approimation of this constant is taken as 3.4. A slightl better epression is fraction, An even better rational approimation is 3. All sorts of interesting computational techniques have been devised, including this one handed to me b Dr. Skalinski, π Using series, it is possible to obtain as close an approimation to the value of π as ou wish. Man series eist, two of which are presented below. These can be evaluated b hand, but if ou know a computer language, it is fairl painless and quite rewarding to write a program to sum the terms of each series. Series A Series B π = 4 n=0 ( ) n n + π = n=0 ( ) 4 6 n 8n + 8n + 4 8n + 5 8n + 6 Each successive term of these infinite series is smaller than it s predecessor. We can interpret this to mean that the difference between our approimate value and the theoretical values of π is shrinking. One could deem one series superior to another based on how fast this difference shrinks. Which of the two series presented is superior according to this criteria? c Chris D Arc

22 Factoring: Differences and Sums The following results are well known, and, a b = (a b)() () a b = (a b)(a + b) () The question is now asked, "Can we etend these results to factor a n b n for n >, n R?". Let us eamine the case for n = 3. For n = and n =, we observe the first factor to be a b. We could assume this pattern continues, and test our assumption through division: (a 3 b 3 ) (a b). Our assumption is correct, and we discover, Putting (), () and (3) together reveals a pattern that can easil be verified, a 3 b 3 = (a b)(a + ab + b ) (3) a b = (a b)() a b = (a b)(a + b) a 3 b 3 = (a b)(a + ab + b ) a 4 b 4 = (a b)(a 3 + a b + ab + b 3 ) To confirm whether the previous factoring is correct, we would simpl multipl. Generalizing this result produces, n a n b n = (a b)(a n + a n b + a n 3 b ab n + b n ) = (a b) a n r b r (4) r=0 We shall now eamine the factoring of sums. In searching for potential factors of the epression, +, there are man avenues one could take. M personal favourite is to think geometricall. In the stud, Factors and Roots, we were reminded of the inseparable link between algebra and geometr. Bringing this to bear on our immediate problem, we can easil visualize the graph of the function f () = +. Since the graph of the function fails to make contact with the -ais, we conclude there are no roots, hence, no linear factors. To this point, we have, + = ( + )() (5) + no factors (6) For n = 3, we could visualize the function, f () = 3 +. Our mind s ee spots one (and onl one) -intercept, leading to a single linear factor. It would not be too great a leap to speculate that the root might be -, so we could hazard a guess that one factor of 3 + might be +. Division ields the following, 3 + = ( + )( + ) (7) A few seconds of mental imager rules out linear factors for the epression, 4 +. The same logical approach we pursued to arrive at (7) can be used to discover factors in the case of n = 5, 5 + = ( + )( ) (8) We can now put (5), (6), (7) and (8) together to build a general result for factoring a sum for odd n, that can be verified, n a n + b n = (a + b)(a n a n b + a n 3 b... ab n + b n ) = (a + b) ( ) r a n r b r (9) r=0 c Chris D Arc

23 Surface Area of a Solid of Revolution Consider a region bounded b the function, f (), the -ais and the lines = a and = b. Sweeping this area around the -ais generates an object figure known appropriatel as a solid of revolution. For such objects we have previousl eplored the formula for the volume through the use of the definite integral, b V = π [f ()] d a We now turn to the development of a formula for the surface area of the solid of revolution. From a Riemann Sum perspective, the formula for volume was developed b considering the sum of an infinite number of clindrical volumes whose base radii were dictated b f (). For surface area, we return to the notion of the varing clindrical forms but consider instead their lateral areas. The lateral area of a clinder can be treated as a rectangle with dimensions πr which can adjusted to πf () ds where ds is our epression for a slice of arc length from a previous investigation, ds = + [f ()] d Our formula for surface area is built as follows, SA = lim n sa n = lim n = lim n = π n sa i= n π f () + [f ()] d i= b a f () + [f ()] d Questions. Confirm the formula for the surface area of a sphere through the use of the definite integral.. Find the surface area of a zone of altitude h of a sphere of radius r. (A zone is the portion of a sphere included between two parallel planes; the altitude of a zone is the distance between the two planes) 3. Confirm the formula for the surface area of a right circular cone. c Chris D Arc

24 The Area of a Triangle Numerous techniques eist for determining the area of a triangle. Four such approaches are reviewed in this document.. Arithmetic. Trigonometr 3. Heron s Formula 4. Analtic Geometr The best method depends on the information provided.. Arithmetic To each side of a triangle, an altitude can be determined. Letting the side be the base, b, and its altitude be h, the area, A, of the triangle can be epressed as A = bh () The rationale for () is straightforward. An triangle can define a rectangle containing it whose area is bh. The triangle consumes one-half of the area of the rectangle. h b c Chris D Arc

25 . Trigonometr Given the lengths of two sides of a triangle and the measure of the contained angle, a height can be determined using trigonometr. a h C b In the triangle above we have, sin C = h a h = a sin C () Substituting () into () ields a convenient formula for the area, A given two sides and the contained angle A = ab sin C (3) 3. Heron s Formula Should the lengths of the three sides of a triangle be readil known, Heron s formula suppling a value for the area, A, is hand, A = s(s a)(s b)(s c) (4) where a, b, and c are the lengths of the sides of the triangle and s is the semi-perimeter. s = (a + b + c) (5) a c b c Chris D Arc

26 4. Analtic Geometr The Arithmetic approach eamined earlier ielded an area of bh for a side taken as the base, b, and the corresponding height, h. This formula can be adapted to to develop an approach using coordinate geometr. P (,) P (,) h S b P 3( 3,3) Let P (, ), P (, ), and P 3 ( 3, 3 ) be the vertices of an triangle. Let P 3 P = b be the base of the triangle. Let P S = h be the height of the triangle. We have where b = ( ) + ( ) (6) = 3 and = 3 We can now develop and epression for h using the formula for the distance, d, from a point, (, ) to a line, A + B + C = 0, d = A + B + C A + B (7) The equation of the line through P and P 3 can be developed as follows, Substituting (6) and (8) into (7) ields an epression for h. = 3 ( ) ( ) 3 = ( ) ( ) 3 ( ) ( ) + ( ) 3 ( ) 3 = 0 (8) h = ( ) ( ) + ( ) 3 ( ) 3 ( ) + ( ) The area of P P P 3 can epressed as P P P 3 = bh = ( ) + ( ) ( ) ( ) + ( ) 3 ( ) 3 ( ) + ( ) = ( ) ( ) + ( ) 3 ( ) 3 (9) c Chris D Arc

27 Substituting 3 for and 3 for in (9) ields a final formula for the area of our triangle. P P P 3 = ( 3 ) ( 3 ) + ( 3 ) 3 ( 3 ) 3 = = ( (0) The following pattern can simplif the remembrance of the above formula. Points Down Products Up Products (, ) (, ) (, ) 3 (, ) Sum of the Down Products = Sum of the UpProducts = Eample Area = (Sum of the Down Products) (Sum of the Up Products) Find the area of ABC with coordinates A(3, ), B(, ) and C(, 3). Area ABC = ( ) ( 9 ) = = 8 The area of the triangle is 8 square units. A 3 B - - C -3 A 3 B(-,-) C(,-3) A(3,) c Chris D Arc

10.2 The Unit Circle: Cosine and Sine

10.2 The Unit Circle: Cosine and Sine 0. The Unit Circle: Cosine and Sine 77 0. The Unit Circle: Cosine and Sine In Section 0.., we introduced circular motion and derived a formula which describes the linear velocit of an object moving on

More information

Answer Explanations. The SAT Subject Tests. Mathematics Level 1 & 2 TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE

Answer Explanations. The SAT Subject Tests. Mathematics Level 1 & 2 TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE The SAT Subject Tests Answer Eplanations TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE Mathematics Level & Visit sat.org/stpractice to get more practice and stud tips for the Subject Test

More information

KEY IDEAS. Chapter 1 Function Transformations. 1.1 Horizontal and Vertical Translations Pre-Calculus 12 Student Workbook MHR 1

KEY IDEAS. Chapter 1 Function Transformations. 1.1 Horizontal and Vertical Translations Pre-Calculus 12 Student Workbook MHR 1 Chapter Function Transformations. Horizontal and Vertical Translations A translation can move the graph of a function up or down (vertical translation) and right or left (horizontal translation). A translation

More information

Learning Goals. College of Charleston Department of Mathematics Math 101: College Algebra Final Exam Review Problems 1

Learning Goals. College of Charleston Department of Mathematics Math 101: College Algebra Final Exam Review Problems 1 College of Charleston Department of Mathematics Math 0: College Algebra Final Eam Review Problems Learning Goals (AL-) Arithmetic of Real and Comple Numbers: I can classif numbers as natural, integer,

More information

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #8 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

UNCORRECTED SAMPLE PAGES. 3Quadratics. Chapter 3. Objectives

UNCORRECTED SAMPLE PAGES. 3Quadratics. Chapter 3. Objectives Chapter 3 3Quadratics Objectives To recognise and sketch the graphs of quadratic polnomials. To find the ke features of the graph of a quadratic polnomial: ais intercepts, turning point and ais of smmetr.

More information

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS CHAPTER PolNomiAl ANd rational functions learning ObjeCTIveS In this section, ou will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identif

More information

Diagnostic Tests Study Guide

Diagnostic Tests Study Guide California State Universit, Sacramento Department of Mathematics and Statistics Diagnostic Tests Stud Guide Descriptions Stud Guides Sample Tests & Answers Table of Contents: Introduction Elementar Algebra

More information

review math0410 (1-174) and math 0320 ( ) aafinm mg

review math0410 (1-174) and math 0320 ( ) aafinm mg Eam Name review math04 (1-174) and math 0320 (17-243) 03201700aafinm0424300 mg MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Simplif. 1) 7 2-3 A)

More information

Parabolas. Example. y = ax 2 + bx + c where a = 1, b = 0, c = 0. = x 2 + 6x [expanding] \ y = x 2 + 6x + 11 and so is of the form

Parabolas. Example. y = ax 2 + bx + c where a = 1, b = 0, c = 0. = x 2 + 6x [expanding] \ y = x 2 + 6x + 11 and so is of the form Parabolas NCEA evel Achievement Standard 9157 (Mathematics and Statistics.) Appl graphical methods in solving problems Methods include: graphs at curriculum level 7, their features and their equations

More information

2.2 SEPARABLE VARIABLES

2.2 SEPARABLE VARIABLES 44 CHAPTER FIRST-ORDER DIFFERENTIAL EQUATIONS 6 Consider the autonomous DE 6 Use our ideas from Problem 5 to find intervals on the -ais for which solution curves are concave up and intervals for which

More information

ZETA MATHS. Higher Mathematics Revision Checklist

ZETA MATHS. Higher Mathematics Revision Checklist ZETA MATHS Higher Mathematics Revision Checklist Contents: Epressions & Functions Page Logarithmic & Eponential Functions Addition Formulae. 3 Wave Function.... 4 Graphs of Functions. 5 Sets of Functions

More information

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals Math Summar of Important Algebra & Trigonometr Concepts Chapter & Appendi D, Stewart, Calculus Earl Transcendentals Function a rule that assigns to each element in a set D eactl one element, called f (

More information

SEPARABLE EQUATIONS 2.2

SEPARABLE EQUATIONS 2.2 46 CHAPTER FIRST-ORDER DIFFERENTIAL EQUATIONS 4. Chemical Reactions When certain kinds of chemicals are combined, the rate at which the new compound is formed is modeled b the autonomous differential equation

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Name Date Chapter Polnomial and Rational Functions Section.1 Quadratic Functions Objective: In this lesson ou learned how to sketch and analze graphs of quadratic functions. Important Vocabular Define

More information

6.4 graphs OF logarithmic FUnCTIOnS

6.4 graphs OF logarithmic FUnCTIOnS SECTION 6. graphs of logarithmic functions 9 9 learning ObjeCTIveS In this section, ou will: Identif the domain of a logarithmic function. Graph logarithmic functions. 6. graphs OF logarithmic FUnCTIOnS

More information

Contents. About the Author. Preface to the Instructor. xxi. Acknowledgments. xxiii. Preface to the Student

Contents. About the Author. Preface to the Instructor. xxi. Acknowledgments. xxiii. Preface to the Student About the Author v Preface to the Instructor v Acknowledgments i Preface to the Student iii Chapter 0 The Real Numbers 1 0.1 The Real Line 2 Construction of the Real Line 2 Is Ever Real Number Rational?

More information

8.1 Exponents and Roots

8.1 Exponents and Roots Section 8. Eponents and Roots 75 8. Eponents and Roots Before defining the net famil of functions, the eponential functions, we will need to discuss eponent notation in detail. As we shall see, eponents

More information

Review Topics for MATH 1400 Elements of Calculus Table of Contents

Review Topics for MATH 1400 Elements of Calculus Table of Contents Math 1400 - Mano Table of Contents - Review - page 1 of 2 Review Topics for MATH 1400 Elements of Calculus Table of Contents MATH 1400 Elements of Calculus is one of the Marquette Core Courses for Mathematical

More information

Review of Essential Skills and Knowledge

Review of Essential Skills and Knowledge Review of Essential Skills and Knowledge R Eponent Laws...50 R Epanding and Simplifing Polnomial Epressions...5 R 3 Factoring Polnomial Epressions...5 R Working with Rational Epressions...55 R 5 Slope

More information

LESSON #24 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #24 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #4 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

Algebra II Notes Unit Six: Polynomials Syllabus Objectives: 6.2 The student will simplify polynomial expressions.

Algebra II Notes Unit Six: Polynomials Syllabus Objectives: 6.2 The student will simplify polynomial expressions. Algebra II Notes Unit Si: Polnomials Sllabus Objectives: 6. The student will simplif polnomial epressions. Review: Properties of Eponents (Allow students to come up with these on their own.) Let a and

More information

Glossary. Also available at BigIdeasMath.com: multi-language glossary vocabulary flash cards. An equation that contains an absolute value expression

Glossary. Also available at BigIdeasMath.com: multi-language glossary vocabulary flash cards. An equation that contains an absolute value expression Glossar This student friendl glossar is designed to be a reference for ke vocabular, properties, and mathematical terms. Several of the entries include a short eample to aid our understanding of important

More information

Properties of Limits

Properties of Limits 33460_003qd //04 :3 PM Page 59 SECTION 3 Evaluating Limits Analticall 59 Section 3 Evaluating Limits Analticall Evaluate a it using properties of its Develop and use a strateg for finding its Evaluate

More information

4Cubic. polynomials UNCORRECTED PAGE PROOFS

4Cubic. polynomials UNCORRECTED PAGE PROOFS 4Cubic polnomials 4.1 Kick off with CAS 4. Polnomials 4.3 The remainder and factor theorems 4.4 Graphs of cubic polnomials 4.5 Equations of cubic polnomials 4.6 Cubic models and applications 4.7 Review

More information

a 2 x y 1 y SOL AII.1a

a 2 x y 1 y SOL AII.1a SOL AII.a The student, given rational, radical, or polnomial epressions, will a) add, subtract, multipl, divide, and simplif rational algebraic epressions; Hints and Notes Rules for fractions: ) Alwas

More information

AP Calculus AB Summer Assignment Mrs. Berkson

AP Calculus AB Summer Assignment Mrs. Berkson AP Calculus AB Summer Assignment Mrs. Berkson The purpose of the summer assignment is to prepare ou with the necessar Pre- Calculus skills required for AP Calculus AB. Net ear we will be starting off the

More information

Linear Equation Theory - 2

Linear Equation Theory - 2 Algebra Module A46 Linear Equation Theor - Copright This publication The Northern Alberta Institute of Technolog 00. All Rights Reserved. LAST REVISED June., 009 Linear Equation Theor - Statement of Prerequisite

More information

2.1 Evaluate and Graph Polynomial

2.1 Evaluate and Graph Polynomial 2. Evaluate and Graph Polnomial Functions Georgia Performance Standard(s) MM3Ab, MM3Ac, MM3Ad Your Notes Goal p Evaluate and graph polnomial functions. VOCABULARY Polnomial Polnomial function Degree of

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations The Cartesian Coordinate Sstem- Pictures of Equations Concepts: The Cartesian Coordinate Sstem Graphs of Equations in Two Variables -intercepts and -intercepts Distance in Two Dimensions and the Pthagorean

More information

Cubic and quartic functions

Cubic and quartic functions 3 Cubic and quartic functions 3A Epanding 3B Long division of polnomials 3C Polnomial values 3D The remainder and factor theorems 3E Factorising polnomials 3F Sum and difference of two cubes 3G Solving

More information

a 2 x y 1 x 1 y SOL AII.1a

a 2 x y 1 x 1 y SOL AII.1a SOL AII.a The student, given rational, radical, or polnomial epressions, will a) add, subtract, multipl, divide, and simplif rational algebraic epressions; Hints and Notes Rules for fractions: ) Alwas

More information

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b vectors and POLAR COORDINATES LEARNING OBJECTIVES In this section, ou will: View vectors geometricall. Find magnitude and direction. Perform vector addition and scalar multiplication. Find the component

More information

Algebra/Pre-calc Review

Algebra/Pre-calc Review Algebra/Pre-calc Review The following pages contain various algebra and pre-calculus topics that are used in the stud of calculus. These pages were designed so that students can refresh their knowledge

More information

APPENDIXES. B Coordinate Geometry and Lines C. D Trigonometry E F. G The Logarithm Defined as an Integral H Complex Numbers I

APPENDIXES. B Coordinate Geometry and Lines C. D Trigonometry E F. G The Logarithm Defined as an Integral H Complex Numbers I APPENDIXES A Numbers, Inequalities, and Absolute Values B Coordinate Geometr and Lines C Graphs of Second-Degree Equations D Trigonometr E F Sigma Notation Proofs of Theorems G The Logarithm Defined as

More information

Coordinate geometry. + bx + c. Vertical asymptote. Sketch graphs of hyperbolas (including asymptotic behaviour) from the general

Coordinate geometry. + bx + c. Vertical asymptote. Sketch graphs of hyperbolas (including asymptotic behaviour) from the general A Sketch graphs of = a m b n c where m = or and n = or B Reciprocal graphs C Graphs of circles and ellipses D Graphs of hperbolas E Partial fractions F Sketch graphs using partial fractions Coordinate

More information

Finding Limits Graphically and Numerically. An Introduction to Limits

Finding Limits Graphically and Numerically. An Introduction to Limits 8 CHAPTER Limits and Their Properties Section Finding Limits Graphicall and Numericall Estimate a it using a numerical or graphical approach Learn different was that a it can fail to eist Stud and use

More information

math0320 FALL interactmath sections developmental mathematics sullivan 1e

math0320 FALL interactmath sections developmental mathematics sullivan 1e Eam final eam review 180 plus 234 TSI questions for intermediate algebra m032000 013014 NEW Name www.alvarezmathhelp.com math0320 FALL 201 1400 interactmath sections developmental mathematics sullivan

More information

Finding Limits Graphically and Numerically. An Introduction to Limits

Finding Limits Graphically and Numerically. An Introduction to Limits 60_00.qd //0 :05 PM Page 8 8 CHAPTER Limits and Their Properties Section. Finding Limits Graphicall and Numericall Estimate a it using a numerical or graphical approach. Learn different was that a it can

More information

UNCORRECTED. To recognise the rules of a number of common algebraic relations: y = x 1 y 2 = x

UNCORRECTED. To recognise the rules of a number of common algebraic relations: y = x 1 y 2 = x 5A galler of graphs Objectives To recognise the rules of a number of common algebraic relations: = = = (rectangular hperbola) + = (circle). To be able to sketch the graphs of these relations. To be able

More information

11.1 Double Riemann Sums and Double Integrals over Rectangles

11.1 Double Riemann Sums and Double Integrals over Rectangles Chapter 11 Multiple Integrals 11.1 ouble Riemann Sums and ouble Integrals over Rectangles Motivating Questions In this section, we strive to understand the ideas generated b the following important questions:

More information

Which of the following expressions are monomials?

Which of the following expressions are monomials? 9 1 Stud Guide Pages 382 387 Polnomials The epressions, 6, 5a 2, and 10cd 3 are eamples of monomials. A monomial is a number, a variable, or a product of numbers and variables. An eponents in a monomial

More information

2.3 Quadratic Functions

2.3 Quadratic Functions 88 Linear and Quadratic Functions. Quadratic Functions You ma recall studing quadratic equations in Intermediate Algebra. In this section, we review those equations in the contet of our net famil of functions:

More information

CHAPTER 2 Polynomial and Rational Functions

CHAPTER 2 Polynomial and Rational Functions CHAPTER Polnomial and Rational Functions Section. Quadratic Functions..................... 9 Section. Polnomial Functions of Higher Degree.......... Section. Real Zeros of Polnomial Functions............

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of work b Horia Varlan;

More information

Table of Contents. Module 1

Table of Contents. Module 1 Table of Contents Module 1 11 Order of Operations 16 Signed Numbers 1 Factorization of Integers 17 Further Signed Numbers 13 Fractions 18 Power Laws 14 Fractions and Decimals 19 Introduction to Algebra

More information

Composition of and the Transformation of Functions

Composition of and the Transformation of Functions 1 3 Specific Outcome Demonstrate an understanding of operations on, and compositions of, functions. Demonstrate an understanding of the effects of horizontal and vertical translations on the graphs of

More information

Unit 3 Notes Mathematical Methods

Unit 3 Notes Mathematical Methods Unit 3 Notes Mathematical Methods Foundational Knowledge Created b Triumph Tutoring Copright info Copright Triumph Tutoring 07 Triumph Tutoring Pt Ltd ABN 60 607 0 507 First published in 07 All rights

More information

MATH 115: Final Exam Review. Can you find the distance between two points and the midpoint of a line segment? (1.1)

MATH 115: Final Exam Review. Can you find the distance between two points and the midpoint of a line segment? (1.1) MATH : Final Eam Review Can ou find the distance between two points and the midpoint of a line segment? (.) () Consider the points A (,) and ( 6, ) B. (a) Find the distance between A and B. (b) Find the

More information

review for math TSI 182 practice aafm m

review for math TSI 182 practice aafm m Eam TSI 182 Name review for math TSI 182 practice 01704041700aafm042430m www.alvarezmathhelp.com MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Simplif.

More information

f(x) = 2x 2 + 2x - 4

f(x) = 2x 2 + 2x - 4 4-1 Graphing Quadratic Functions What You ll Learn Scan the tet under the Now heading. List two things ou will learn about in the lesson. 1. Active Vocabular 2. New Vocabular Label each bo with the terms

More information

206 Calculus and Structures

206 Calculus and Structures 06 Calculus and Structures CHAPTER 4 CURVE SKETCHING AND MAX-MIN II Calculus and Structures 07 Copright Chapter 4 CURVE SKETCHING AND MAX-MIN II 4. INTRODUCTION In Chapter, we developed a procedure for

More information

Section 1.5 Formal definitions of limits

Section 1.5 Formal definitions of limits Section.5 Formal definitions of limits (3/908) Overview: The definitions of the various tpes of limits in previous sections involve phrases such as arbitraril close, sufficientl close, arbitraril large,

More information

We have examined power functions like f (x) = x 2. Interchanging x

We have examined power functions like f (x) = x 2. Interchanging x CHAPTER 5 Eponential and Logarithmic Functions We have eamined power functions like f =. Interchanging and ields a different function f =. This new function is radicall different from a power function

More information

QUADRATIC FUNCTIONS AND COMPLEX NUMBERS

QUADRATIC FUNCTIONS AND COMPLEX NUMBERS CHAPTER 86 5 CHAPTER TABLE F CNTENTS 5- Real Roots of a Quadratic Equation 5-2 The Quadratic Formula 5-3 The Discriminant 5-4 The Comple Numbers 5-5 perations with Comple Numbers 5-6 Comple Roots of a

More information

The standard form of the equation of a circle is based on the distance formula. The distance formula, in turn, is based on the Pythagorean Theorem.

The standard form of the equation of a circle is based on the distance formula. The distance formula, in turn, is based on the Pythagorean Theorem. Unit, Lesson. Deriving the Equation of a Circle The graph of an equation in and is the set of all points (, ) in a coordinate plane that satisf the equation. Some equations have graphs with precise geometric

More information

Mathematics Placement Examination (MPE)

Mathematics Placement Examination (MPE) Practice Problems for Mathematics Placement Eamination (MPE) Revised June, 011 When ou come to New Meico State Universit, ou ma be asked to take the Mathematics Placement Eamination (MPE) Your inital placement

More information

11.4 Polar Coordinates

11.4 Polar Coordinates 11. Polar Coordinates 917 11. Polar Coordinates In Section 1.1, we introduced the Cartesian coordinates of a point in the plane as a means of assigning ordered pairs of numbers to points in the plane.

More information

Module 3, Section 4 Analytic Geometry II

Module 3, Section 4 Analytic Geometry II Principles of Mathematics 11 Section, Introduction 01 Introduction, Section Analtic Geometr II As the lesson titles show, this section etends what ou have learned about Analtic Geometr to several related

More information

Copyrighted by Gabriel Tang B.Ed., B.Sc. Page 1.

Copyrighted by Gabriel Tang B.Ed., B.Sc. Page 1. Chapter : Linear and Quadratic Functions Chapter : Linear and Quadratic Functions -: Points and Lines Sstem of Linear Equations: - two or more linear equations on the same coordinate grid. Solution of

More information

AP Calculus AB Summer Assignment Mrs. Berkson

AP Calculus AB Summer Assignment Mrs. Berkson AP Calculus AB Summer Assignment Mrs. Berkson The purpose of the summer assignment is to prepare ou with the necessar Pre- Calculus skills required for AP Calculus AB. Net ear we will be starting off the

More information

A.5. Complex Numbers AP-12. The Development of the Real Numbers

A.5. Complex Numbers AP-12. The Development of the Real Numbers AP- A.5 Comple Numbers Comple numbers are epressions of the form a + ib, where a and b are real numbers and i is a smbol for -. Unfortunatel, the words real and imaginar have connotations that somehow

More information

SEE the Big Idea. Quonset Hut (p. 218) Zebra Mussels (p. 203) Ruins of Caesarea (p. 195) Basketball (p. 178) Electric Vehicles (p.

SEE the Big Idea. Quonset Hut (p. 218) Zebra Mussels (p. 203) Ruins of Caesarea (p. 195) Basketball (p. 178) Electric Vehicles (p. Polnomial Functions.1 Graphing Polnomial Functions. Adding, Subtracting, and Multipling Polnomials.3 Dividing Polnomials. Factoring Polnomials.5 Solving Polnomial Equations. The Fundamental Theorem of

More information

8 Differential Calculus 1 Introduction

8 Differential Calculus 1 Introduction 8 Differential Calculus Introduction The ideas that are the basis for calculus have been with us for a ver long time. Between 5 BC and 5 BC, Greek mathematicians were working on problems that would find

More information

Math 030 Review for Final Exam Revised Fall 2010 RH/ DM 1

Math 030 Review for Final Exam Revised Fall 2010 RH/ DM 1 Math 00 Review for Final Eam Revised Fall 010 RH/ DM 1 1. Solve the equations: (-1) (7) (-) (-1) () 1 1 1 1 f. 1 g. h. 1 11 i. 9. Solve the following equations for the given variable: 1 Solve for. D ab

More information

8.7 Systems of Non-Linear Equations and Inequalities

8.7 Systems of Non-Linear Equations and Inequalities 8.7 Sstems of Non-Linear Equations and Inequalities 67 8.7 Sstems of Non-Linear Equations and Inequalities In this section, we stud sstems of non-linear equations and inequalities. Unlike the sstems of

More information

Study Guide and Intervention

Study Guide and Intervention 6- NAME DATE PERID Stud Guide and Intervention Graphing Quadratic Functions Graph Quadratic Functions Quadratic Function A function defined b an equation of the form f () a b c, where a 0 b Graph of a

More information

Name Period Date. Practice FINAL EXAM Intro to Calculus (50 points) Show all work on separate sheet of paper for full credit!

Name Period Date. Practice FINAL EXAM Intro to Calculus (50 points) Show all work on separate sheet of paper for full credit! Name Period Date Practice FINAL EXAM Intro to Calculus (0 points) Show all work on separate sheet of paper for full credit! ) Evaluate the algebraic epression for the given value or values of the variable(s).

More information

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet.

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet. Ch Alg L Note Sheet Ke Do Activit 1 on our Ch Activit Sheet. Chapter : Quadratic Equations and Functions.1 Modeling Data With Quadratic Functions You had three forms for linear equations, ou will have

More information

Re(z) = a, For example, 3 + 2i = = 13. The complex conjugate (or simply conjugate") of z = a + bi is the number z defined by

Re(z) = a, For example, 3 + 2i = = 13. The complex conjugate (or simply conjugate) of z = a + bi is the number z defined by F COMPLEX NUMBERS In this appendi, we review the basic properties of comple numbers. A comple number is a number z of the form z = a + bi where a,b are real numbers and i represents a number whose square

More information

16.5. Maclaurin and Taylor Series. Introduction. Prerequisites. Learning Outcomes

16.5. Maclaurin and Taylor Series. Introduction. Prerequisites. Learning Outcomes Maclaurin and Talor Series 6.5 Introduction In this Section we eamine how functions ma be epressed in terms of power series. This is an etremel useful wa of epressing a function since (as we shall see)

More information

Chapter 4 Analytic Trigonometry

Chapter 4 Analytic Trigonometry Analtic Trigonometr Chapter Analtic Trigonometr Inverse Trigonometric Functions The trigonometric functions act as an operator on the variable (angle, resulting in an output value Suppose this process

More information

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000 hsn.uk.net Higher Mathematics UNIT Mathematics HSN000 This document was produced speciall for the HSN.uk.net website, and we require that an copies or derivative works attribute the work to Higher Still

More information

CALCULUS BASIC SUMMER REVIEW

CALCULUS BASIC SUMMER REVIEW NAME CALCULUS BASIC SUMMER REVIEW Slope of a non vertical line: rise y y y m run Point Slope Equation: y y m( ) The slope is m and a point on your line is, ). ( y Slope-Intercept Equation: y m b slope=

More information

Unit 2 Notes Packet on Quadratic Functions and Factoring

Unit 2 Notes Packet on Quadratic Functions and Factoring Name: Period: Unit Notes Packet on Quadratic Functions and Factoring Notes #: Graphing quadratic equations in standard form, verte form, and intercept form. A. Intro to Graphs of Quadratic Equations: a

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polnomial and Rational Functions 3.1 Quadratic Functions and Models 3.2 Polnomial Functions and Their Graphs 3.3 Dividing Polnomials 3.4 Real Zeros of Polnomials 3.5 Comple Zeros and the Fundamental

More information

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential CHAPTER : Partial Derivatives.1 Definition of a Partial Derivative. Increments and Differential.3 Chain Rules.4 Local Etrema.5 Absolute Etrema 1 Chapter : Partial Derivatives.1 Definition of a Partial

More information

Exponential, Logistic, and Logarithmic Functions

Exponential, Logistic, and Logarithmic Functions CHAPTER 3 Eponential, Logistic, and Logarithmic Functions 3.1 Eponential and Logistic Functions 3.2 Eponential and Logistic Modeling 3.3 Logarithmic Functions and Their Graphs 3.4 Properties of Logarithmic

More information

On Range and Reflecting Functions About the Line y = mx

On Range and Reflecting Functions About the Line y = mx On Range and Reflecting Functions About the Line = m Scott J. Beslin Brian K. Heck Jerem J. Becnel Dept.of Mathematics and Dept. of Mathematics and Dept. of Mathematics and Computer Science Computer Science

More information

Precalculus Honors - AP Calculus A Information and Summer Assignment

Precalculus Honors - AP Calculus A Information and Summer Assignment Precalculus Honors - AP Calculus A Information and Summer Assignment General Information: Competenc in Algebra and Trigonometr is absolutel essential. The calculator will not alwas be available for ou

More information

Representation of Functions by Power Series. Geometric Power Series

Representation of Functions by Power Series. Geometric Power Series 60_0909.qd //0 :09 PM Page 669 SECTION 9.9 Representation of Functions b Power Series 669 The Granger Collection Section 9.9 JOSEPH FOURIER (768 80) Some of the earl work in representing functions b power

More information

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY 4. Newton s Method 99 4. Newton s Method HISTORICAL BIOGRAPHY Niels Henrik Abel (18 189) One of the basic problems of mathematics is solving equations. Using the quadratic root formula, we know how to

More information

c) Words: The cost of a taxicab is $2.00 for the first 1/4 of a mile and $1.00 for each additional 1/8 of a mile.

c) Words: The cost of a taxicab is $2.00 for the first 1/4 of a mile and $1.00 for each additional 1/8 of a mile. Functions Definition: A function f, defined from a set A to a set B, is a rule that associates with each element of the set A one, and onl one, element of the set B. Eamples: a) Graphs: b) Tables: 0 50

More information

Lesson #33 Solving Incomplete Quadratics

Lesson #33 Solving Incomplete Quadratics Lesson # Solving Incomplete Quadratics A.A.4 Know and apply the technique of completing the square ~ 1 ~ We can also set up any quadratic to solve it in this way by completing the square, the technique

More information

6. This sum can be rewritten as 4( ). We then recall the formula n =

6. This sum can be rewritten as 4( ). We then recall the formula n = . c = 9b = 3 b = 3 a 3 = a = = 6.. (3,, ) = 3 + + 3 = 9 + + 3 = 6 6. 3. We see that this is equal to. 3 = ( +.) 3. Using the fact that (x + ) 3 = x 3 + 3x + 3x + and replacing x with., we find that. 3

More information

Pure Further Mathematics 2. Revision Notes

Pure Further Mathematics 2. Revision Notes Pure Further Mathematics Revision Notes October 016 FP OCT 016 SDB Further Pure 1 Inequalities... 3 Algebraic solutions... 3 Graphical solutions... 4 Series Method of Differences... 5 3 Comple Numbers...

More information

1.6 CONTINUITY OF TRIGONOMETRIC, EXPONENTIAL, AND INVERSE FUNCTIONS

1.6 CONTINUITY OF TRIGONOMETRIC, EXPONENTIAL, AND INVERSE FUNCTIONS .6 Continuit of Trigonometric, Eponential, and Inverse Functions.6 CONTINUITY OF TRIGONOMETRIC, EXPONENTIAL, AND INVERSE FUNCTIONS In this section we will discuss the continuit properties of trigonometric

More information

Differentiation and applications

Differentiation and applications FS O PA G E PR O U N C O R R EC TE D Differentiation and applications. Kick off with CAS. Limits, continuit and differentiabilit. Derivatives of power functions.4 C oordinate geometr applications of differentiation.5

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of ork b Horia Varlan;

More information

Graphing Calculator Computations 2

Graphing Calculator Computations 2 Graphing Calculator Computations A) Write the graphing calculator notation and B) Evaluate each epression. 4 1) 15 43 8 e) 15 - -4 * 3^ + 8 ^ 4/ - 1) ) 5 ) 8 3 3) 3 4 1 8 3) 7 9 4) 1 3 5 4) 5) 5 5) 6)

More information

1.2 Functions and Their Properties PreCalculus

1.2 Functions and Their Properties PreCalculus 1. Functions and Their Properties PreCalculus 1. FUNCTIONS AND THEIR PROPERTIES Learning Targets for 1. 1. Determine whether a set of numbers or a graph is a function. Find the domain of a function given

More information

7.7. Inverse Trigonometric Functions. Defining the Inverses

7.7. Inverse Trigonometric Functions. Defining the Inverses 7.7 Inverse Trigonometric Functions 57 7.7 Inverse Trigonometric Functions Inverse trigonometric functions arise when we want to calculate angles from side measurements in triangles. The also provide useful

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

Math Intermediate Algebra

Math Intermediate Algebra Math 095 - Intermediate Algebra Final Eam Review Objective 1: Determine whether a relation is a function. Given a graphical, tabular, or algebraic representation for a function, evaluate the function and

More information

BIG IDEAS MATH. Ron Larson Laurie Boswell. Sampler

BIG IDEAS MATH. Ron Larson Laurie Boswell. Sampler BIG IDEAS MATH Ron Larson Laurie Boswell Sampler 3 Polnomial Functions 3.1 Graphing Polnomial Functions 3. Adding, Subtracting, and Multipling Polnomials 3.3 Dividing Polnomials 3. Factoring Polnomials

More information

Systems of Linear Equations: Solving by Graphing

Systems of Linear Equations: Solving by Graphing 8.1 Sstems of Linear Equations: Solving b Graphing 8.1 OBJECTIVE 1. Find the solution(s) for a set of linear equations b graphing NOTE There is no other ordered pair that satisfies both equations. From

More information

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

Section 1.2: Relations, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons

Section 1.2: Relations, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons Section.: Relations, from College Algebra: Corrected Edition b Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons Attribution-NonCommercial-ShareAlike.0 license. 0, Carl Stitz.

More information

Algebra 2 End of Term Final REVIEW

Algebra 2 End of Term Final REVIEW Algebra End of Term Final REVIEW DO NOT WRITE IN TEST BOOKLET. 1. Graph. a. c. x x x x. Express as a single logarithm. Simplif, if possible. a. 5 c. 3 3. The volume V of a clinder varies jointl with the

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of ork b Horia Varlan;

More information