Calculus: Preparation Problem Solutions

Size: px
Start display at page:

Download "Calculus: Preparation Problem Solutions"

Transcription

1 Calculus: Preparation Problem Solutions 1. If f(t) = 4e 0.75t, for what t does f(t) = 0.5? Leave your answer in terms of a logarithm and fractions. Solution The equation implied by this question is and the goal is to solve for t. 0.5 = 4e 0.75t Firstly, any time you have decimals which are easily convertable to fractions, you should rewrite them in fraction form. Decimals are fine for number crunching, but when we are undertaking algebraic manipulation and analysis, we will see things much more clearly with fractions. Thus, our rewritten equation is 1 = 4e 3 4 t Recalling algebra class, this is an exponential equation. We need to clear away as much of the noise around the exponential term, dividing by 4. (Then we can undo the exponentiation by using the inverse operation: taking the logarithm.) 1 8 = e 3 4 t Now we bring the exponential term down by taking a logarithm. The base of the logarithm is the base of the exponential term. In this case, that base is e. This is the base of the natural logarithm, so we use ln rather than log e (the latter is not incorrect, but it is not good manners). Like any similar application of an inverse operation, we must do this to both sides of the equation: ln ( ) 1 = t I always remember the saying the answer to a logarithm is an exponent. Does the previous equation fit that mold? Yes it does. I can feel good about this. Now, we have a simple final step to move the linear coefficient of 3 4 away from the t: t = 4 3 ln ( 1 8 ) Bonus thinking We ve done what was asked. What if you were on a desert island, with no calculators or log tables, and needed a decimal estimate for t? Here s the thought-processs of my back-of-the-envelope estimate. Note that this kind of mental math is very valuable during prototype design and quick sanity checks of designs or calculations. ( 1 t = ln ) ( ) = ln = ln ( 4) = ln 16 I know e.7, and so.7 t < 9 and.7 3 < 7, so I might roughly estimate t.5. For the record, t My guess was ok, but 3 would be slightly better as a rough estimate.

2 . At time t = 0 seconds, a projectile is at a position 5m away from some fixed point. The projectile is moving away from the fixed point at a speed of 0 m/s. Write a function d(t) whose value is the distance between the projectile and fixed point at time t. Solution You need to recognize quickly that this is a linear function. Because we want an explicit function, we need our linear equation in slope-intercept form. We have a constant rate of change, 0 m/s; that s the slope. We have a condition that when t = 0, d = 5; that s a point, and it is specifically the y-intercept in this case. We can move directly to y = mx + b. The argument, t, to the function d(t) means that t is the independent variable (i.e., x) and d is the dependent value (i.e., y). d(t) = 0t + 5 You could argue, given the English description and no mention of constraints for the domain of the function, that d(t) = 0t + 5. You need to be very proficient with this sort of question. Most complicated functions ultimately boil down to a lot of little linear pieces connected with ratios, trig function, powers, exponents, and logarithms. You can t focus on the complicated parts if every linear part takes a lot of mental power to create. If you need to practice this, make sure to do drill, drill, drill. 3. A projectile is moving at a constant speed of 15 m/s and on a path directly away from some fixed reference point. At time t = 6 seconds, the projectile is observed to be 15m away from the reference point. Write a function d(t) whose value is the distance, at time t, between the projectile and the reference point. How far from the reference point was the projectile at time t = 0. Solution This function also involves a constant rate of change, and so it is also a linear function. The difference is that the condition given is for a non-zero t. We don t automatically have the y-intercept, we have some other point (t, d) = (6, 15). This calls for point-slope form, y y 1 = m(x x 1 ): d 15 = 15(t 6) Solving for d yields: Thus the function definition is: d = 15t = 15t + 35 d(t) = 15t + 35 Because d(0) = 35, the projectile was 35m away from the reference point when t = 0. Again, you could argue that we should write d(t) = 15t We should quickly justify to ourselves that this is reasonable; this is our sanity check. At t = 6, the projectile is at 15m and moving farther away. We d expect the projectile to be closer at t = 0, which it is. Page

3 AP Calculus Preparation 4. Graph the following function over its domain, being t + 4 h(t) = t careful to label axes appropriately: if if if if <t<4 t=4 4<t 5 7 < t 10 Solution Pay careful attention to several features of the graph below: Axes are labeled. Open and closed circles are chosen correctly and included in the correct places. No curve is drawn in areas outside the domain. The valid domain of t is (, 5] (7, 10]. (Do you understand the interval notation I just used? A parenthisis is exclusive, a bracket is inclusive.) Figure 1: Graph of piecewise function h(t) Page 3

4 5. Consider the equation: [ 4x = x 10 ]. (a) Solve for real values of x, if any. Leave radicals unsimplified and unapproximated. Solution This is a problem which provides ample opportunity for you to mess up along the way. A little mistake can ruin all that comes after. Sometimes, that s just how problems are, including some which may be on your AP exam, although the algebra typically doesn t get as hairy as this problem. If you had a general idea what to do, but just couldn t seem to get your answers in part A to match part B, don t feel too bad. I had to work the problem twice to get my answers to align with my calculator check. This is why calculators are a useful invention... but again, you must be able to handle tricky multistep algebra, because in the real world you are going to be dealing with more letters and less numbers. With a radical equation, our goal is to remove radicals by squaring both sides of the equation (for square roots) or raising to some other appropriate power (e.g., third power for cube roots). Before doing so, we usually want to combine radical terms when possible and isolate one radical term on one side of the equation. At first, we can t combine any radical terms, and one is already isolated. Thus, we are ready to square both sides: ( 4x ) = ( x 10) Squaring the right hand side is easy, but you must remember that you are squaring the entire left side. You must treat it as a binomial, and so you must use the distributive property on ( 4x ) ( 4x ). The first step below really ought to be done mentally, and normally you would move straight to the second equation below: [ ] 4x x x x [ 4 4] = x 10 4x x = x 10 Now we must isolate the remaining radical and square both sides again: x + 36 = 8 4x + 10 Note that I mentally grouped like terms without a lot of writing. Now, to make life easier let s reduce coefficients. You might divide by to leave all coefficients as integers, but I prefer to create some relatively-simple fractions here by dividing all terms by 8. x = 4x + 10 Now to square both sides. You really want to be able to do the fraction arithmetic in your head, but using paper is OK. x x + 81 = 4x Now we have a quadratic equation. We need to get it into standard form. Again, you want to be able to group terms mentally here. You might want to first multiply all terms by 4 to leave only one fraction: x + 9x + 81 = 16x but I went straight to here: On to the quadratic formula: x 4 7x + 41 = 0 x = 7 ± / Page 4

5 We could approximate this by hand, but I told you not to do so. That said, it s not too bad to do in this case: x = 14 ± 8 = 14 ± 4 Because they show up so much in trig (and thus in real-world problems), you should know that 1.41 and We can use the former fact to approximate x, knowing that = 5.64: x = 14 ± 5.64 So our two solutions for x are and Thus we definitely have two candidate solutions. How many, if any, are extraneous? You stand a good chance at guessing by visualizing the graphs of the two sides of the original equation... but we will move on to confirmation by calculator/computer graphing... (b) Using a computer or graphing calculator, examine the graphs [ y = 4x ] and [ y = x 10 ] and find decimal approximations of where the curves intersect, if at all. Use this information to confirm your solutions of the equation, and note any extraneous solutions. Discussion Now we re allowed to use a calculator. You should see two root curves risiing through the first quadrant in a concave-down manner. You may have to adjust your zoom window to see that the curves do intersect twice. That means neither solution from part A is extraneous. Now we just need to confirm that the decimal approximations line up. In this case, both solutions look like winners. You can further confirm by asking your calculator to estimate the points of intersection. Typically, you will have to provide the calculator a guess spot to start. You ll learn why in this class. 6. A certain wave is modeled by the function w(t) = 4 sin(3t). What is the first positive value of t for which w(t) =? Answer in radians as a rational multiple of π. Solution First, we must recognize that we are being asked to solve an equation: = 4 sin(3t) Like many trigonometric equations, this one has an infinite number of answers following a pattern. They are all inputs to a triongometric function, so they can be thought of as begin related to angle measures, even when (as appears in this case) the input is actually something like time. Thinking in terms of angles, we ve been asked for the first answer in the first quadrant. Our goal in solving trig equations is to reach a point where either we only have a single trigonometric term, isolated on one side of the equals. Sometimes, we may have a product of multple trigonometric factors, where the product is equal to zero. Sometimes, we have to use a lot of trig identities along the way. This one, however, is tame. We divide by 4 to isolate the sine term: = sin(3t) Now we apply the inverse, sin 1 (AKA arcsin) to both sides of the equation: ( ) sin 1 = 3t We solve for t, which gives us an answer in terms of sin 1 : ( ) t = 1 3 sin 1 You were asked to answer in radians as a multiple of π. Knowing the special values of ( the trig functions on the unit circle (and the standard domain of the inverse trig functions) is key. sin 1 ) = π 4. Thus: t = π 1 Page 5

6 7. A function p(x) varies in a sinusoidal pattern. It has a range of real numbers between 5 and 50, inclusive, and it has a frequency of 0Hz. Write an equation for p(x). Solution You must know how to assemble a sinusoidal function with amplitude, vertical shift, and frequency/period. Convert the frequency f to the angular velocity ω using [ω = πf] (so 40π = π 0). The amplitude is half the total range ((50 5)/ =.5). The vertical shift is the low end of the range plus the amplitude (5 +.5). p(x) =.5 sin(40πx) Determine the exact value of sin( π ) using the sum and difference identities. 1 Solution This calls for the use of trigonometric identities. Easiest to use are the half-angle identities or the sum and difference identities. The following solution will use the difference identities with the observation that π 1 = π 4 π 6 : ( π sin 1) ( π = sin 4 π ) [ ( π ) ( π ) ( π ) ( π )] [ ] 3 = sin cos cos sin = = 6 4 Page 6

7 9. Consider the equation: [sin(θ) sin(θ) = 0] (a) Find all valid solutions for θ which lie on the interval [0, π). Provide your solutions in the form of an inverse trig function (e.g., sin 1 ( 3 4 )). Eliminate extraneous solutions, if any. (b) Using your knowledge of exact values on the unit circle, convert solutions from the previous part into angle measures in radians, as multiples of π, where possible. Solution We have nothing but sine terms, but the arguments to the terms are not the same. We have to turn to trig identities to solve this equation, specifically sin(θ) = sin(θ) cos(θ): sin(θ) cos(θ) sin(θ) = 0 Now we can factor the common term out of the difference to form a product: sin(θ)( cos(θ) 1) = 0 This gives us two factors, either of which can equal zero to make the equation true: [sin(θ) = 0] [ cos(θ) 1 = 0] By inspection, the left equation yields θ = sin 1 (0). For the right equation: cos(θ) = 1 ) θ = cos 1 ( 1 We must remember, however, that we were asked for all solutions on the interval [0, π). That means that the left equation yields not just θ = sin 1 (0) = 0 (which is what your calculator would say) but also θ = π 0 = π. That means the right equation yields not just θ = cos ( ) 1 1 = π 3 (also what your calculator would say) but also θ = π π 3 = 5π 3. So the full solution set on the interval is θ = { 0, π 3, π, 5π } 3 Knowing the graphs of sine and cosine and visualizing the functions on the unit circle are keys to finding all answers (c) Using a calculator, find decimal approximations for your solutions. Graph [y = sin(θ) sin(θ)] using a computer or graphing calculator. Use this information to confirm your solutions. Discussion Calculator work confirms our solutions. Looking at the graph, we immediately see that we have four solutions, which much correspond to the x-intercepts, because we have = 0 in the equation. One x-intercept is definitely 0. π is easy to see as well. We also see one a third of the way between 0 and π. Finally, the last one seems to be one-third of a π short of π, but you d probably want to consult the actual decimal approximation here to be sure it s really 5π 3. (d) Again using a graphing program, compare your graph to the graph of y = [ 1 sin(θ) 1 sin(θ)]. Using proper terminology for sinusoidal functions, explain which properties differ between the two graphs and which are identical. Discussion We see that the x-intercepts don t change, only the height of the humps. Thus, the amplitude changed. The frequency/period did not, nor did we introduce any horizontal or vertical shifts. This is what we d expect, because we only changed the coefficients in front of the trig terms, and those correspond to amplitude. Also important is that we changed both coefficients by the same amount. If we had made different amplitudes for each part, we would change the solutions. Page 7

8 10. An object is formed from half-sphere with a radius of 5cm which is surmounted by a right circular cone of like radius and a length of 10cm. (a) What is the total volume of this object? (b) What is the length, on the surface of the object, from the tip of the cone to the edge of the hemisphere? Solution for now. : This geometric problem is best diagrammed on the board, but here is a paper explanation Figure : A sketched visualization of the problem (not to scale) The relevant volume formulas are V sphere = 4 3 πr3 where r is radius and h is the height of the cone. V cone = 1 3 πr h Thus, a full sphere of r = 5 would have a volume of 500π 3 cm 3 and so the half-sphere has a volume of 50π 3 cm 3. The cone also has a volume of 50π 3 cm 3. Add the two together and you have a total volume V object = π cm3 = π cm cm 3 To envision the length along the surface of the half-sphere, think of a (circular) cross-section. The circumference of this circle would be 10π. The relevant line on the half-sphere is one-quarter of the circumference, or.5π cm. The relevant portion of the length along the cone is the hypotenuse of the cone s right-triangle half-cross-section. The Pythagorean Theorem tells us that this length is = 5 5 cm. Add these together and you get a length For the record, that s approximately cm. l =.5π cm Page 8

9 11. Flight 453 is 0 miles due south of New Haven. Flight 54 is 30 miles due north of New London. New London is 30 miles due east of New Haven. How far apart are the two flights? What is the compass bearing of New London from Flight 453 s position? Assume 0 is due north and that you do not have to worry about magnetic declination. Figure 3: A visualization of the problem As we can see, using the Pythagorean Theorem, d = = 3400, therefore For the record, that s approximately km. d = km We can also see that the unknown angle θ = tan 1 ( 3 ). That s approximately θ = Because we are looking for a compass bearing, we actually want the complement of θ, which is Thats approximately Bearing = 90 tan 1 ( 3 ) Page 9

10 1. Simplify the following: 66x 5 3 x x 1 4(x ) 10 x Solution This is a matter of applying exponent rules, fraction rules, and a touch of factoring. First I choose to combine and simplify exponents in terms, remembering that (x m ) n = x mn and n x m = x m/n. 66x 5 3 x 4 + x 3 4x 0 x Now I factor an x out of the top and bottom and cancel. 66x 1 3 x 3 + x 4x 19 Finally, I d like to convert the fractional exponent back into a root x x 3 + x 4x Simplify the following: 4x 16 x + 3 (x + ) 5(x + 6x + 9) Solution More of the same rules as the previous problem, along with factoring a trinomial: 4x 16 x + 3 (x 4)(x + 4) x + 3 5(x + 6x + 9) (x + ) 5(x 4)(x + 3) 5(x + 3) (x + 4) 14. Remove the radical from the denominator of the following by multiplying numerator and denominator by the conjugate of the denominator: + x x Solution All that we need to do here is understand the English. The conjugate of x is + x. We use a clever form of one (1 = + x + ) to stay within the logical rules of algebra. x + x x ( ) + x + x x + x 4 x Page 10

11 15. Sketch a graph of each of the following. Find and label foci: Solution You should recognize these as conic sections in stanrd form. The first is an ellipse. The second is a hyperbola, due to the addition of a minus in front of one of the fraction terms. (a) (x 4) (y + ) + = One way to notate the standard form of an ellipse is: (x x c ) (r x ) + (y y c) (r y ) = 1 This is an ellipse centered at (x c, y c ) with a horitzontal semi-axis (half the whole width) of r x and a vertical semi-axis of r y. Thus, this ellipse is centered at (4, ). Because r x = 5 and r y = 3, the ellipse is 10 units wide and 6 units high. Don t forget to invert the signs of the horizontal and vertical shifts, and don t forget to square root the denominators! The foci of the ellipse must lie on the major axis (the longer axis). In this case, r x > r y, so r x is the semi-major axis. Many books refer to the semi-major axis as a and the semi-minor axis as b. They then refer to the distance to a focus (measured from the center) as c. The relationship governing this is c = a b or c = a b. In this ellipse, that means c = 6.4, so the foci are at (4 ± 6, ). Don t forget to subtract rather than add to find c, and don t forget to calculate the foci along the major axis! Figure 4: The Ellipse Page 11

12 (b) (x + 1) y 16 9 = 1 If one and only one of the fractions has a minus in front of it, the conic section is a hyperbola. The axis which has no minus is the transverse axis and the one with the minus is the conjugate axis. The prefix trans- means across, so this is the axis the hyperbola s curves will cross. The term conjugate should make you think of a companion, like a complex conjugate, and thus you should think of the minus. Hyperbolas have no major and minor axis. Rather, r x = 4 and r y = 3 form half the width and height of a box that guides the slope of the asymptotes. The distance from the center to the foci ( c ) is found using c = a + b AKA c = (r x ) + (r y ), so c = (r x ) + (r y ). The foci always lie along the transverse axis, outside the central box. For this hyerbola, the center is at ( 1, 0) and c = 5, so the foci lie at ( 1 ± 5, 0). Figure 5: The Hyperbola Page 1

13 16. Sketch a graph of each of the following. Where applicable, label all roots/zeroes, holes/point discontinuities, poles/asymptotes, y-intercepts, and end behaviors: Solution Important rules for rational functions before we get into our calculations: The factored binomials (x n) show us the roots, holes, and poles: Binomials that appear only on the top give us roots at x = n Binomials that appear only on the bottom give us poles at x = n Binomials that appear equally on the top and bottom give us holes at the point (x n, y n ), where x n = n and y n is found by eliminating the paired binomials and inserting x = n for other x s in the equation for y. End behavior depends on the overall degree (# of x s) of the rational expression: If the degree on the bottom is higher than the top, the end behavior is y 0 If the degree of the top and bottom are equal, the end behavior is y r, where r is the ratio of the leading coefficients of the numerator and denominator when each is expressed as a polynomial in standard form. If the degree on the top is higher than the bottom, then y ±, where the infinity approached in each direction depends on whether the degree is even or odd and whether r is positive or negative. x + 3 (a) y = (x 3)(x + 4) This one has a root at x = 3 and poles at x = 3 and x = 4. The degree on the bottom () is higher than the top (1), so this curve approaches y = 0 for large x. The y-intercept (0, 1 4 ) helps us see that the curve zig-zags from positive to negative between the two poles. At the far right, the curve should be positive, because a large positive x will yield a large positive y. At the far left, the curve should be negative, because a large negative x will yield a large negative y. (3x + 6)(x ) (b) y = (x )(x + 1) This one has a root at x = (solve 3x + 6 = 0), a pole at x = 1, and a hole at x =. How do we find the y-coordinate for the hole? Eliminate the x terms: (3x + 6)(x ) y = (x )(x + 1) 3x + 6 x + 1 Substitute x = : y = = 4 Thus, the hole is at (, 4). The degree of the top () and bottom () are equal, so the end behavior depends on the leading coefficients: y 3 1. x(x + )(x ) (c) y = x 1 This one has roots at x =, x = 0, x = and a pole at x = 1. The degree of the top (3) is larger than the degree of the bottom (1). The overall degree is 3 1 =. This is an even degree, so the end behavior should be like a parabola: either both ends head to or both head to. How do we figure out which? First, connecting the features in the curve can give us an idea. Second, what if we subsitute a very large positive number for x? We will get a very large positive number for y. Therefore, we can reason that the end behavior for large positive x is y. The same will be true for large negative x because the function is even. If the function was odd, we d see the other end head to. Page 13

14 Figure 6: Rational Graphs A & B Page 14

15 Figure 7: Rational Graph C Page 15

5.4 - Quadratic Functions

5.4 - Quadratic Functions Fry TAMU Spring 2017 Math 150 Notes Section 5.4 Page! 92 5.4 - Quadratic Functions Definition: A function is one that can be written in the form f (x) = where a, b, and c are real numbers and a 0. (What

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

MATH 1040 Objectives List

MATH 1040 Objectives List MATH 1040 Objectives List Textbook: Calculus, Early Transcendentals, 7th edition, James Stewart Students should expect test questions that require synthesis of these objectives. Unit 1 WebAssign problems

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

CURRICULUM GUIDE. Honors Algebra II / Trigonometry

CURRICULUM GUIDE. Honors Algebra II / Trigonometry CURRICULUM GUIDE Honors Algebra II / Trigonometry The Honors course is fast-paced, incorporating the topics of Algebra II/ Trigonometry plus some topics of the pre-calculus course. More emphasis is placed

More information

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

More information

Chetek-Weyerhaeuser High School

Chetek-Weyerhaeuser High School Chetek-Weyerhaeuser High School Advanced Math A Units and s Advanced Math A Unit 1 Functions and Math Models (7 days) 10% of grade s 1. I can make connections between the algebraic equation or description

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

NFC ACADEMY COURSE OVERVIEW

NFC ACADEMY COURSE OVERVIEW NFC ACADEMY COURSE OVERVIEW Algebra II Honors is a full-year, high school math course intended for the student who has successfully completed the prerequisite course Algebra I. This course focuses on algebraic

More information

Instructor Quick Check: Question Block 12

Instructor Quick Check: Question Block 12 Instructor Quick Check: Question Block 2 How to Administer the Quick Check: The Quick Check consists of two parts: an Instructor portion which includes solutions and a Student portion with problems for

More information

Since x + we get x² + 2x = 4, or simplifying it, x² = 4. Therefore, x² + = 4 2 = 2. Ans. (C)

Since x + we get x² + 2x = 4, or simplifying it, x² = 4. Therefore, x² + = 4 2 = 2. Ans. (C) SAT II - Math Level 2 Test #01 Solution 1. x + = 2, then x² + = Since x + = 2, by squaring both side of the equation, (A) - (B) 0 (C) 2 (D) 4 (E) -2 we get x² + 2x 1 + 1 = 4, or simplifying it, x² + 2

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

STEM-Prep Pathway SLOs

STEM-Prep Pathway SLOs STEM-Prep Pathway SLOs Background: The STEM-Prep subgroup of the MMPT adopts a variation of the student learning outcomes for STEM from the courses Reasoning with Functions I and Reasoning with Functions

More information

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

More information

b = 2, c = 3, we get x = 0.3 for the positive root. Ans. (D) x 2-2x - 8 < 0, or (x - 4)(x + 2) < 0, Therefore -2 < x < 4 Ans. (C)

b = 2, c = 3, we get x = 0.3 for the positive root. Ans. (D) x 2-2x - 8 < 0, or (x - 4)(x + 2) < 0, Therefore -2 < x < 4 Ans. (C) SAT II - Math Level 2 Test #02 Solution 1. The positive zero of y = x 2 + 2x is, to the nearest tenth, equal to (A) 0.8 (B) 0.7 + 1.1i (C) 0.7 (D) 0.3 (E) 2.2 ± Using Quadratic formula, x =, with a = 1,

More information

WAYNESBORO AREA SCHOOL DISTRICT CURRICULUM ALGEBRA II

WAYNESBORO AREA SCHOOL DISTRICT CURRICULUM ALGEBRA II UNIT: Review of Basic Algebra Skills as Needed SR1 and any Supplemental Materials UNIT : What skills from Algebra I are used in Algebra II? Review Algebra I Skills as Needed SR1 and any additional resources

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

Section 6.1 Sinusoidal Graphs

Section 6.1 Sinusoidal Graphs Chapter 6: Periodic Functions In the previous chapter, the trigonometric functions were introduced as ratios of sides of a right triangle, and related to points on a circle We noticed how the x and y values

More information

PRECALCULUS GUIDED NOTES FOR REVIEW ONLY

PRECALCULUS GUIDED NOTES FOR REVIEW ONLY PRECALCULUS GUIDED NOTES Contents 1 Number Systems and Equations of One Variable 1 1.1 Real Numbers and Algebraic Expressions................ 1 1.1.a The Real Number System.................... 1 1.1.b

More information

WA State Common Core Standards - Mathematics

WA State Common Core Standards - Mathematics Number & Quantity The Real Number System Extend the properties of exponents to rational exponents. 1. Explain how the definition of the meaning of rational exponents follows from extending the properties

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... 7 Introduction... 7 Integer Exponents... 8 Rational Exponents...5 Radicals... Polynomials...30 Factoring Polynomials...36

More information

CALCULUS I. Review. Paul Dawkins

CALCULUS I. Review. Paul Dawkins CALCULUS I Review Paul Dawkins Table of Contents Preface... ii Review... 1 Introduction... 1 Review : Functions... Review : Inverse Functions...1 Review : Trig Functions...0 Review : Solving Trig Equations...7

More information

Algebra 2 (3 rd Quad Expectations) CCSS covered Key Vocabulary Vertical

Algebra 2 (3 rd Quad Expectations) CCSS covered Key Vocabulary Vertical Algebra 2 (3 rd Quad Expectations) CCSS covered Key Vocabulary Vertical Chapter (McGraw-Hill Algebra 2) Chapter 7 (Suggested Pacing 14 Days) Lesson 7-1: Graphing Exponential Functions Lesson 7-2: Solving

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

y 1 x 1 ) 2 + (y 2 ) 2 A circle is a set of points P in a plane that are equidistant from a fixed point, called the center.

y 1 x 1 ) 2 + (y 2 ) 2 A circle is a set of points P in a plane that are equidistant from a fixed point, called the center. Ch 12. Conic Sections Circles, Parabolas, Ellipses & Hyperbolas The formulas for the conic sections are derived by using the distance formula, which was derived from the Pythagorean Theorem. If you know

More information

College Algebra & Trig w Apps

College Algebra & Trig w Apps WTCS Repository 10-804-197 College Algebra & Trig w Apps Course Outcome Summary Course Information Description Total Credits 5.00 This course covers those skills needed for success in Calculus and many

More information

Integrated Math II Performance Level Descriptors

Integrated Math II Performance Level Descriptors Limited Integrated Math II Performance Level Descriptors A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Integrated Math II. A student at this

More information

1. The positive zero of y = x 2 + 2x 3/5 is, to the nearest tenth, equal to

1. The positive zero of y = x 2 + 2x 3/5 is, to the nearest tenth, equal to SAT II - Math Level Test #0 Solution SAT II - Math Level Test No. 1. The positive zero of y = x + x 3/5 is, to the nearest tenth, equal to (A) 0.8 (B) 0.7 + 1.1i (C) 0.7 (D) 0.3 (E). 3 b b 4ac Using Quadratic

More information

Curriculum Scope & Sequence

Curriculum Scope & Sequence Book: Sullivan Pre-Calculus Enhanced with Graphing Utilities Subject/Grade Level: MATHEMATICS/HIGH SCHOOL Curriculum Scope & Sequence Course: PRE-CALCULUS CP/HONORS ***The goals and standards addressed

More information

Math Curriculum Map: Integrated Algebra II Unit: 1 Quarter: Time Frame: Review of Algebra 13 days Essential Questions: Key Concepts: Key Vocabulary:

Math Curriculum Map: Integrated Algebra II Unit: 1 Quarter: Time Frame: Review of Algebra 13 days Essential Questions: Key Concepts: Key Vocabulary: Math Curriculum Map: Integrated Algebra II Unit: 1 Quarter: Time Frame: Review of Algebra 1 13 days Essential Questions: How does the order of operations help solve one- and two- step equations? How is

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

Algebra II. A2.1.1 Recognize and graph various types of functions, including polynomial, rational, and algebraic functions.

Algebra II. A2.1.1 Recognize and graph various types of functions, including polynomial, rational, and algebraic functions. Standard 1: Relations and Functions Students graph relations and functions and find zeros. They use function notation and combine functions by composition. They interpret functions in given situations.

More information

Algebra/Trigonometry Review Notes

Algebra/Trigonometry Review Notes Algebra/Trigonometry Review Notes MAC 41 Calculus for Life Sciences Instructor: Brooke Quinlan Hillsborough Community College ALGEBRA REVIEW FOR CALCULUS 1 TOPIC 1: POLYNOMIAL BASICS, POLYNOMIAL END BEHAVIOR,

More information

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

More information

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers Fry Texas A&M University! Fall 2016! Math 150 Notes! Section 1A! Page 1 Chapter 1A -- Real Numbers Math Symbols: iff or Example: Let A = {2, 4, 6, 8, 10, 12, 14, 16,...} and let B = {3, 6, 9, 12, 15, 18,

More information

AP Calculus Summer Assignment Summer 2017 Expectations for Summer Assignment on the first day of the school year.

AP Calculus Summer Assignment Summer 2017 Expectations for Summer Assignment on the first day of the school year. Summer 07 Expectations for Summer Assignment This packet is to be submitted to your Calculus BC teacher on the first day of the school year. All work must be shown in the packet OR on separate paper attached

More information

CALC 2 CONCEPT PACKET Complete

CALC 2 CONCEPT PACKET Complete CALC 2 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

More information

AP CALCULUS AB. Summer Assignment. Page 1

AP CALCULUS AB. Summer Assignment. Page 1 AP CALCULUS AB Summer Assignment Page 1 Welcome to AP Calculus AB. This will be the toughest class yet in your mathematical careers but the benefit you will receive by having this experience in high school

More information

PreCalculus. Curriculum (447 topics additional topics)

PreCalculus. Curriculum (447 topics additional topics) PreCalculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular needs.

More information

Prentice Hall: Algebra 2 with Trigonometry 2006 Correlated to: California Mathematics Content Standards for Algebra II (Grades 9-12)

Prentice Hall: Algebra 2 with Trigonometry 2006 Correlated to: California Mathematics Content Standards for Algebra II (Grades 9-12) California Mathematics Content Standards for Algebra II (Grades 9-12) This discipline complements and expands the mathematical content and concepts of algebra I and geometry. Students who master algebra

More information

AP CALCULUS BC ~ (Σer) ( Force Distance) and ( L1,L2,...) of Topical Understandings ~

AP CALCULUS BC ~ (Σer) ( Force Distance) and ( L1,L2,...) of Topical Understandings ~ Name: Previous Math Teacher: AP CALCULUS BC ~ (Σer) ( Force Distance) and ( L1,L,...) of Topical Understandings ~ As instructors of AP Calculus, we have extremely high expectations of students taking our

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Objectives List. Important Students should expect test questions that require a synthesis of these objectives.

Objectives List. Important Students should expect test questions that require a synthesis of these objectives. MATH 1040 - of One Variable, Part I Textbook 1: : Algebra and Trigonometry for ET. 4 th edition by Brent, Muller Textbook 2:. Early Transcendentals, 3 rd edition by Briggs, Cochran, Gillett, Schulz s List

More information

Topic Subtopics Essential Knowledge (EK)

Topic Subtopics Essential Knowledge (EK) Unit/ Unit 1 Limits [BEAN] 1.1 Limits Graphically Define a limit (y value a function approaches) One sided limits. Easy if it s continuous. Tricky if there s a discontinuity. EK 1.1A1: Given a function,

More information

ALGEBRA 2. Background Knowledge/Prior Skills Knows what operation properties hold for operations with matrices

ALGEBRA 2. Background Knowledge/Prior Skills Knows what operation properties hold for operations with matrices ALGEBRA 2 Numbers and Operations Standard: 1 Understands and applies concepts of numbers and operations Power 1: Understands numbers, ways of representing numbers, relationships among numbers, and number

More information

ALGEBRA & TRIGONOMETRY FOR CALCULUS MATH 1340

ALGEBRA & TRIGONOMETRY FOR CALCULUS MATH 1340 ALGEBRA & TRIGONOMETRY FOR CALCULUS Course Description: MATH 1340 A combined algebra and trigonometry course for science and engineering students planning to enroll in Calculus I, MATH 1950. Topics include:

More information

correlated to the Virginia Standards of Learning Algebra II with Trigonometry

correlated to the Virginia Standards of Learning Algebra II with Trigonometry correlated to the Virginia Standards of Learning Algebra II with Trigonometry AII/T.1 The student will identify field properties, axioms of equality and inequality, and properties of order that are valid

More information

Portable Assisted Study Sequence ALGEBRA IIB

Portable Assisted Study Sequence ALGEBRA IIB SCOPE This course is divided into two semesters of study (A & B) comprised of five units each. Each unit teaches concepts and strategies recommended for intermediate algebra students. The second half of

More information

Algebra 2 Honors Curriculum Pacing Guide

Algebra 2 Honors Curriculum Pacing Guide SOUTH CAROLINA ACADEMIC STANDARDS FOR MATHEMATICS The mathematical processes provide the framework for teaching, learning, and assessing in all high school mathematics core courses. Instructional programs

More information

CALC 3 CONCEPT PACKET Complete

CALC 3 CONCEPT PACKET Complete CALC 3 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial,

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial, 5639_Holtfrerich_Index 6/2/05 11:45 AM Page I-1 Index Absolute value defined, 46 functions and, 126 59 Absolute value equations, solutions, 46 49 Absolute value inequalities, solutions, 263 267 Acceleration,

More information

Algebra and Trigonometry

Algebra and Trigonometry Algebra and Trigonometry 978-1-63545-098-9 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Jay Abramson, Arizona State

More information

Math Review for AP Calculus

Math Review for AP Calculus Math Review for AP Calculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet

More information

Algebra II Introduction 1

Algebra II Introduction 1 Introduction 1 Building on their work with linear, quadratic, and exponential functions, students extend their repertoire of functions to include logarithmic, polynomial, rational, and radical functions

More information

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics February 17, 2010 1 Number and Quantity The Real Number System

More information

Functions and their Graphs

Functions and their Graphs Chapter One Due Monday, December 12 Functions and their Graphs Functions Domain and Range Composition and Inverses Calculator Input and Output Transformations Quadratics Functions A function yields a specific

More information

Check boxes of Edited Copy of Sp Topics (was 217-pilot)

Check boxes of Edited Copy of Sp Topics (was 217-pilot) Check boxes of Edited Copy of 10024 Sp 11 213 Topics (was 217-pilot) College Algebra, 9th Ed. [open all close all] R-Basic Algebra Operations Section R.1 Integers and rational numbers Rational and irrational

More information

Algebra II. Algebra II Higher Mathematics Courses 77

Algebra II. Algebra II Higher Mathematics Courses 77 Algebra II Building on their work with linear, quadratic, and exponential functions, students extend their repertoire of functions to include logarithmic, polynomial, rational, and radical functions in

More information

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 Name: Math Academy I Fall Study Guide CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 1-A Terminology natural integer rational real complex irrational imaginary term expression argument monomial degree

More information

1. Graph each of the given equations, state the domain and range, and specify all intercepts and symmetry. a) y 3x

1. Graph each of the given equations, state the domain and range, and specify all intercepts and symmetry. a) y 3x MATH 94 Final Exam Review. Graph each of the given equations, state the domain and range, and specify all intercepts and symmetry. a) y x b) y x 4 c) y x 4. Determine whether or not each of the following

More information

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y.

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y. AP Calculus Summer Packer Key a) Remember, the negative in the front and the negative in the eponent have nothing to do w/ each other. Answer: b) Answer: c) Answer: ( ) 4 5 = 5 or 0 /. 9 8 d) The 6,, and

More information

Algebra II Pacing Guide Last Updated: August, Guiding Question & Key Topics

Algebra II Pacing Guide Last Updated: August, Guiding Question & Key Topics 1-14 Unit 1 Investigations & AS I investigate functions, am I analyzing the function thoroughly and clearly communicating my reasoning to others? Solving puzzles in Teams Using a Graphing Calculator to

More information

Mathematics High School Functions

Mathematics High School Functions Mathematics High School Functions Functions describe situations where one quantity determines another. For example, the return on $10,000 invested at an annualized percentage rate of 4.25% is a function

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

AP CALCULUS AB Study Guide for Midterm Exam 2017

AP CALCULUS AB Study Guide for Midterm Exam 2017 AP CALCULUS AB Study Guide for Midterm Exam 2017 CHAPTER 1: PRECALCULUS REVIEW 1.1 Real Numbers, Functions and Graphs - Write absolute value as a piece-wise function - Write and interpret open and closed

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

MATH 32 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS

MATH 32 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS MATH 3 FALL 0 FINAL EXAM - PRACTICE EXAM SOLUTIONS () You cut a slice from a circular pizza (centered at the origin) with radius 6 along radii at angles 4 and 3 with the positive horizontal axis. (a) (3

More information

Polynomials and Rational Functions. Quadratic Equations and Inequalities. Remainder and Factor Theorems. Rational Root Theorem

Polynomials and Rational Functions. Quadratic Equations and Inequalities. Remainder and Factor Theorems. Rational Root Theorem Pre-Calculus Pre-AP Scope and Sequence - Year at a Glance Pre-Calculus Pre-AP - First Semester Pre-calculus with Limits; Larson/Hostetler Three Weeks 1 st 3 weeks 2 nd 3 weeks 3 rd 3 weeks 4 th 3 weeks

More information

Algebra II. Key Resources: Page 3

Algebra II. Key Resources: Page 3 Algebra II Course This course includes the study of a variety of functions (linear, quadratic higher order polynomials, exponential, absolute value, logarithmic and rational) learning to graph, compare,

More information

Unit 10 Prerequisites for Next Year (Calculus)

Unit 10 Prerequisites for Next Year (Calculus) Unit 0 Prerequisites for Net Year (Calculus) The following Study Guide is the required INDEPENDENT review for you to work through for your final unit. You WILL have a test that covers this material after

More information

College Algebra Through Problem Solving (2018 Edition)

College Algebra Through Problem Solving (2018 Edition) City University of New York (CUNY) CUNY Academic Works Open Educational Resources Queensborough Community College Winter 1-25-2018 College Algebra Through Problem Solving (2018 Edition) Danielle Cifone

More information

Tennessee s State Mathematics Standards Precalculus

Tennessee s State Mathematics Standards Precalculus Tennessee s State Mathematics Standards Precalculus Domain Cluster Standard Number Expressions (N-NE) Represent, interpret, compare, and simplify number expressions 1. Use the laws of exponents and logarithms

More information

Algebra 2 CP Curriculum Pacing Guide

Algebra 2 CP Curriculum Pacing Guide SOUTH CAROLINA ACADEMIC STANDARDS FOR MATHEMATICS The mathematical processes provide the framework for teaching, learning, and assessing in all high school mathematics core courses. Instructional programs

More information

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions Summer Review Packet for Students Entering AP Calculus BC Comple Fractions When simplifying comple fractions, multiply by a fraction equal to 1 which has a numerator and denominator composed of the common

More information

Check boxes of Edited Copy of Sp Topics (was 261-pilot)

Check boxes of Edited Copy of Sp Topics (was 261-pilot) Check boxes of Edited Copy of 10023 Sp 11 253 Topics (was 261-pilot) Intermediate Algebra (2011), 3rd Ed. [open all close all] R-Review of Basic Algebraic Concepts Section R.2 Ordering integers Plotting

More information

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

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

More information

Northampton County Schools Pre-Calculus Mathematics Pacing Guide

Northampton County Schools Pre-Calculus Mathematics Pacing Guide Northampton County Schools Pre-Calculus Mathematics 2008-2009 Pacing Guide Grading Periods Included 1 st Six Weeks 2 nd Six Weeks 3 rd Six Weeks Northampton County Schools Department of Curriculum & Instruction

More information

Quadratics and Other Polynomials

Quadratics and Other Polynomials Algebra 2, Quarter 2, Unit 2.1 Quadratics and Other Polynomials Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned Know and apply the Fundamental Theorem of Algebra

More information

Things You Should Know Coming Into Calc I

Things You Should Know Coming Into Calc I Things You Should Know Coming Into Calc I Algebraic Rules, Properties, Formulas, Ideas and Processes: 1) Rules and Properties of Exponents. Let x and y be positive real numbers, let a and b represent real

More information

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA Not The Not-Formula Book for C Everything you need to know for Core that won t be in the formula book Examination Board: AQA Brief This document is intended as an aid for revision. Although it includes

More information

Tennessee s State Mathematics Standards - Algebra II

Tennessee s State Mathematics Standards - Algebra II Domain Cluster Standard Scope and Clarifications The Real Number System (N-RN) Extend the properties of exponents to rational exponents 1. Explain how the definition of the meaning of rational exponents

More information

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II Course Number 5116 Department Mathematics Qualification Guidelines Successful completion of both semesters of Algebra 1 or Algebra 1

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

Summer Work for Students Entering Calculus

Summer Work for Students Entering Calculus For the problems sets which start on page 6 write out all solutions clearly on a separate sheet of paper. Show all steps and circle your answer. The following are examples of different types of problems.

More information

PreCalculus Honors Curriculum Pacing Guide First Half of Semester

PreCalculus Honors Curriculum Pacing Guide First Half of Semester Unit 1 Introduction to Trigonometry (9 days) First Half of PC.FT.1 PC.FT.2 PC.FT.2a PC.FT.2b PC.FT.3 PC.FT.4 PC.FT.8 PC.GCI.5 Understand that the radian measure of an angle is the length of the arc on

More information

Math 120: Precalculus Autumn 2017 A List of Topics for the Final

Math 120: Precalculus Autumn 2017 A List of Topics for the Final Math 120: Precalculus Autumn 2017 A List of Topics for the Final Here s a fairly comprehensive list of things you should be comfortable doing for the final. Really Old Stuff 1. Unit conversion and rates

More information

PETERS TOWNSHIP HIGH SCHOOL

PETERS TOWNSHIP HIGH SCHOOL PETERS TOWNSHIP HIGH SCHOOL COURSE SYLLABUS: ALG EBRA 2 HONORS Course Overview and Essential Skills This course is an in-depth study of the language, concepts, and techniques of Algebra that will prepare

More information

Assessment Report. Level 2, Mathematics

Assessment Report. Level 2, Mathematics Assessment Report Level 2, 2006 Mathematics Manipulate algebraic expressions and solve equations (90284) Draw straightforward non-linear graphs (90285) Find and use straightforward derivatives and integrals

More information

Common Core State Standards. Clusters and Instructional Notes Perform arithmetic operations with complex numbers. 5.6

Common Core State Standards. Clusters and Instructional Notes Perform arithmetic operations with complex numbers. 5.6 Algebra II Unit 1: Polynomial, Rational, and Radical Relationships This unit develops the structural similarities between the system of polynomials and the system of integers. Students draw on analogies

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Algebra 2 Standards. Essential Standards:

Algebra 2 Standards. Essential Standards: Benchmark 1: Essential Standards: 1. Alg2.M.F.LE.A.02 (linear): I can create linear functions if provided either a graph, relationship description or input-output tables. - 15 Days 2. Alg2.M.A.APR.B.02a

More information

Mathematics - High School Algebra II

Mathematics - High School Algebra II Mathematics - High School Algebra II All West Virginia teachers are responsible for classroom instruction that integrates content standards and mathematical habits of mind. Students in this course will

More information

George Washington Carver Engineering and Science High School 2018 Summer Enrichment

George Washington Carver Engineering and Science High School 2018 Summer Enrichment George Washington Carver Engineering and Science High School 2018 Summer Enrichment CALCULUS ASSIGNMENT #1: SUMMER PROJECT (Due Tuesday September 11 th ) (Worth 100 points for the packet and 100 points

More information

School District of Marshfield Course Syllabus

School District of Marshfield Course Syllabus School District of Marshfield Course Syllabus Course Name: Algebra II Length of Course: 1 Year Credit: 1 Program Goal: The School District of Marshfield Mathematics Program will prepare students for college

More information