Mathematics. Course Summary. hsn.uk.net. Advanced Higher HSN28000

Size: px
Start display at page:

Download "Mathematics. Course Summary. hsn.uk.net. Advanced Higher HSN28000"

Transcription

1 hsn.uk.net Advanced Higher Mathematics UNITS, AND 3 HSN8000 This document was produced specially for the HSN.uk.net website, and we require that any copies or derivative works attribute the work to Higher Still Notes. For more details about the copyright on these notes, please see

2 Contents Binomial Theorem and Partial Fractions Binomial Theorem Partial Fractions Matrices Gaussian Elimination Matrix Algebra 3 Transformations of the Plane 4 Sequences and Series 5 Arithmetic Sequences 5 Geometric Sequences 5 3 Arithmetic Series 5 4 Geometric Series 5 5 Maclaurin Series 5 Iterative Schemes 7 Recurrence Relations 7 Complex Numbers 8 Introduction 8 Algebraic Operations 8 3 Polar Form 9 4 Geometric Interpretations 9 5 Fundamental Theorem of Algebra 0 6 De Moivre s Theorem 0 Methods of Proof Functions Critical and Stationary Points Derivative Tests 3 Curve Sketching 3 Vectors 4 Direction Ratios and Cosines 4 Scalar and Vector Product 4 3 Equations of Lines 5 4 Equations of Planes 5 5 Intersections 6 Differentiation 8 Rules 8 Standard Derivatives 8 3 Inverse Differentiation 8 - ii - HSN000

3 4 Implicit Differentiation 9 5 Parametric Differentiation 9 Integration 0 Standard Integrals 0 Integration by Substitution 0 3 Areas 4 Volumes of Solids of Revolution 5 Partial fractions and Integration 6 Integration by Parts Differential Equations Separable Differential Equations First Order Linear Differential Equations 3 Second Order Homogeneous Linear Differential Equations 4 Second Order Non-Homogeneous Differential Equations 3 - iii -

4 Binomial Theorem and Partial Fractions Binomial Theorem n n n! Cr = r = r! ( n r)! For n, the Binomial Theorem states: n n n n n ( x + y) = 0 x x y x y 3 x y + + n y The rth term of ( x + y ) n is given by: Partial Fractions L. n n n n n 3 3 n n r x n r f ( x ) = A + B x a x + b x a x + b ( )( ) ( ) ( ) f ( x ) = A + B ( x a) ( x a) ( x a) y f ( x ) = A + B + C x a x b x c x a x b x c ( )( )( ) ( ) ( ) ( ) f ( x ) A B C x a x b = x a + x b + x b ( )( ) ( ) ( ) ( ) r. f ( x ) = A + B + C ( x a) ( x a) ( x a) ( x a) 3 3 f ( x) A Bx + C = + x a x + bx + c x a x + bx + c ( )( ) ( ) ( ) If the numerator is of a higher (or equal) degree than the denominator, then algebraic long division should be used first to obtain a proper rational function. Page HSN000

5 Matrices Gaussian Elimination Elementary row operations are used to turn the matrix into upper-triangular form. Geometric interpretation If one row s results are all zeros then the three planes do not intersect at a point but they intersect in a line. If one row has zeros in the x, y and z places but a non-zero number on the right of the line then there is no solution and the planes do not intersect. Ill-conditioning This occurs when a small difference in the coefficients of the equations causes a large change in the solution. Matrix Algebra Addition and Subtraction Matrices can only be added or subtracted if they have the same order. Add or subtract entry-wise. Multiplication by a Scalar Multiply each element by the scalar. Matrix Multiplication Multiply row in first matrix by column in the second matrix, then multiply row in first matrix by column in second matrix etc. EXAMPLE 3 4 ( 4) + ( 3 0) + ( ) ( ) + ( 3 ) + ( 3) 0 0 = ( 4) ( 0) ( 0 ) ( ) ( ) ( 0 3) = 4 5. Page HSN000

6 Determinants The determinant of a matrix a b A = c d is det A = ad bc. The determinant of a 3 3 matrix a b c A = d e f is g h i e f d f d e det A= a + b g i + c h i g h ( ) ( ) ( ) = aei fh+ bdi fg + cdh eg Inverses For an inverse of a matrix to exist the matrix must satisfy two conditions: the matrix must be square; the determinant of the matrix must be non-zero. The inverse of a matrix a b A = c d is d b A = det A c a. The inverse of a 3 3 matrix is found by starting with the augmented matrix ( A I ) and then using elementary row operations to turn it into ( I A ). Transpose of a Matrix The transpose of a matrix is found by interchanging the rows and columns. EXAMPLE 3 = = If A T 4 then A Page 3 HSN000

7 3 Transformations of the Plane Rotation Rotation through angle θ in the anticlockwise direction about the origin is cosθ sinθ represented by sinθ cosθ. EXAMPLE Rotation by π cos π is given by sin π 0 0. sin π cos π = Reflection Reflection in the line which makes an angle of θ with the x-axis is given by cosθ sinθ sinθ cosθ. EXAMPLE Reflection in the line y = x is given by Scaling Scaling is given by π π ( 4) ( 4) ( π) π ( ) cos sin 0 = 0. sin cos 4 4 λ 0 0 μ. This has the effect of multiplying the x-coordinate by λ and the y-coordinate by μ. Page 4 HSN000

8 Sequences and Series Arithmetic Sequences An arithmetic sequence has the form a, a+ d, a+ d, a+ 3 d, K where a is the first term and d is the common difference. The nth term is given by a+ ( n ) d. Geometric Sequences A geometric sequence has the form a ar ar 3,,,, ar K where a is the first term and r is the common ratio. The nth term is given by 3 Arithmetic Series n ar. ( ) The sum to n terms is given by Sn = a+ ( n ) d. n 4 Geometric Series The sum to n terms is given by S n a = n ( r ) r Provided < r <, the sum to infinity is given by. a S =. r 5 Maclaurin Series The method is to repeatedly differentiate the function and to substitute x = 0 into each answer. The Maclaurin series is then given by r= 0 r ( r ) x x x ( 3 ( ) ( ) ( ) ( ) ) x 3 ( 4) x 4 f 0 = f 0 + f 0 + f 0 + f ( 0) + f ( 0 ) + L r!!! 3! 4! Page 5 HSN000

9 Standard Maclaurin Series r x x x x x e x r= 0 r 3 4 = = L!! 3! 4! 3 4 x x x ln( + x) = x + +L x x x x = + +L! 4! 6! cos x x x sin x = x + +L 3! 5! 7! These can be used to find other Maclaurin series. e EXAMPLE 3 4 ( ) ( ) ( ) = + ( x ) L! 3! 4! x x x = + x L! 3! 4! x x x x Page 6 HSN000

10 Iterative Schemes Recurrence Relations A recurrence relation u = aun + b converges to a limit if < a <. The limit is given by Fixed point n+ b l =. a For a recurrence relation un+ = aun + b the corresponding equation is x = ax + b. The solution of the equation is the same as the limit and is called the fixed point. Calculating roots To calculate a root using an iterative scheme you must decide whether the scheme converges or diverges. Convergence is decided by differentiating and substituting in the approximate root. If the answer is between and, the scheme will converge. The closer the value is to zero the quicker the scheme will converge. Page 7 HSN000

11 Complex Numbers Introduction Definition A complex number hsa the form z = a+ bi where a and b are real numbers and i =. a is called the real part (Rez Argand diagram = a) and b is the imaginary part (Im z = b). A complex number z = a+ bi can be plotted on an Argand diagram. This is like a Cartesian coordinate diagram but with real (Re) and imaginary (Im) axes. Im b = + z a bi Algebraic Operations O a Re Adding and Subtracting Adding (or subtracting) complex numbers is done by adding (or subtracting) the real parts and the imaginary parts. Multiplying Multiplying two complex numbers is achieved by expanding brackets. Multiplying by i Multiplying a complex number by i will rotate it 90 anticlockwise about the origin on an Argand diagram. Complex Conjugate The complex conjugate of z is denoted z. If z = a+ bi then z = a bi. Geometrically this has the effect of reflecting z in the Re-axis. Page 8 HSN000

12 Division of complex numbers Division of two complex numbers can be done using the following process.. Find the complex conjugate of the denominator.. Multiply top and bottom by the conjugate of the denominator. 3. Express answer in the form a + bi. EXAMPLE ( i) i i = = = = i. + i ( + i)( i) i 3 Polar Form The polar form of a complex number z = a+ bi is expressed as ( cosθ sinθ) z = r + i where the modulus r = a + b and the argument θ is the angle between the positive Re-axis and the line from the origin to z. Principle value of the argument The principle value of the argument is the value which lies between π and π. 4 Geometric Interpretations z = r represents a circle with centre ( 0,0 ) and radius r. z a = r represents a circle with centre a (in the complex plane) and radius r. z a > r represents the points outside the circle stated above. z a < r represents the points inside the circle stated above. z a z b = represents the points which lie on the perpendicular bisector of the line joining a and b. Page 9 HSN000

13 5 Fundamental Theorem of Algebra If a polynomial P( z ) has degree n and P( z ) = 0 then there are n solutions (e.g. a quadratic has two solutions, and a cubic has three solutions in ). To factorise a quadratic, use the quadratic formula or complete the square. To factorise a cubic: find one root by inspection, use algebraic long division to find the quadratic factor. Factorise the quadratic factor (if possible) using the quadratic formula or completing the square. Note that if z is a root then z is also a root. Multiplication and division in polar form ( θ θ ) sin( θ θ ) zz = rr cos + + i + When multiplying two complex numbers: multiply the moduli; add the arguments. Similarly when dividing two complex numbers: divide the moduli; subtract the arguments. 6 De Moivre s Theorem ( cos sin ) n n θ θ ( cos θ sin θ) z = r + i z = r n + i n. De Moivre s theorem for fractional powers p p q q p p ( r( cosθ isinθ) ) r cos( qθ) isin( qθ) ( ) + = +. Strategy for finding the cube roots of a complex number To find the cube roots follow this strategy: = +.. Write z in two more equivalent ways by adding π to the argument Write down the cube roots by taking the cube root of z (i.e. z ).. Write the number in polar form: z r( cosθ isinθ ) Page 0 HSN000

14 Methods of Proof Disproving a statement by giving a counter example If you can find one example that will disprove the statement, then it must be false. Proof by exhaustion If the statement is given for a small set of values, then showing that the statement is true for every value will be enough to prove it. Proof by contradiction This method assumes that the statement is false and then shows that this leads to something we know to be false (a contradiction). Therefore the original assumption must be false, which means that the statement is true. Proof by induction This is a two step process.. Show that the statement holds for some value of n (usually n =).. Assume that the statement holds for some constant n = k and using this assumption show that the statement holds for n = k +. Then the statement holds for all n. Direct Proofs No set rules just make logical deductions. Page HSN000

15 Functions Critical and Stationary Points A critical point exists where the derivative is zero or undefined. Stationary points can be: maximum turning points; minimum turning points; horizontal points of inflection. Derivative Tests First derivative test The first derivative test is the nature table method used in Higher. Second derivative test If a stationary point exists at x calculate f ( a). = a then the second derivative test is to If f ( a) < 0 then the point is a maximum turning point. If f ( a) > 0 then the point is a minimum turning point. The second derivative test may not always work; if f ( a) = 0 then you should revert to the first derivative test. Non-horizontal points of inflection A non-horizontal point of inflection exists at x = a when f ( a) = 0 but f ( a) 0 and f ( x) changes sign at x = a, i.e. the curve changes from being concave up to concave down or vice versa. Page HSN000

16 3 Curve Sketching. Identify x-axis and y-axis intercepts.. Identify turning points and their nature. 3. Consider the behaviour as x ±. This could be a horizontal asymptote or a slant asymptote (the equation of which is the polynomial part after algebraic long division). 4. Check where y is undefined (this means a vertical asymptote exists). 5. Sketch the curve showing asymptotes, turning points and x- and y-axis intercepts. Transformations of curves All transformations from Higher should be known. The modulus function To sketch the modulus of a function, take any part of the curve which is below the x-axis and reflect it in the x-axis. Page 3 HSN000

17 Vectors Direction Ratios and Cosines Direction Ratios If a vector is p = ai + bj + ck, then the direction ratio is a: b: c. Direction Cosines If a vector is p = ai + bj + ck then the direction cosines are a p, b p and c p. Scalar and Vector Product Scalar product The scalar product of p = ai + bj + ck and q = di + ej + fk is pq. = ad + be + cf. Properties pq. = 0 pand q are perpendicular. p. q + r = p. q + p. r. ( ) Vector product The vector product of p = ai + bj + ck and q = di + ej + fk is i j k p q = a b c = ( bf ec ) i + ( af dc ) j + ( ae db) k. d e f The vector product is only defined for vectors in three dimensions. Geometrically The magnitude of the vector product of a and b is given by a b = a b sinθ where θ is the angle between a and b. The vector product a b is perpendicular to both vectors a and b; its direction is determined by the right hand rule. Scalar triple product The scalar triple product is a. ( b ) c. Note that this is a scalar. Page 4 HSN000

18 3 Equations of Lines Vector form of the equation of a line The line through point A with direction d has equation where a = OA uuur, = x + y + z r = a + λd r i j k and λ is a real parameter. Parametric form of the equation of a line From the vector equation, x a d where A is the point (,, 3) = + λ, y a λd Symmetric form of the equation of a line = +, z = a3 + λd3 a a a and the direction is d = d i + d j + d k. 3 If x = a+ λd, y = a + λd, z = a3 + λd3 are the parametric equations of a line, then the symmetric equation is x a y a z a3 = = d d d3 This is obtained by rearranging the parametric equations for λ. 4 Equations of Planes Vector equation of a plane The vector equation of the plane containing point A with normal n is rn. = an. where a = OA uuur and r = xi + yj + zk. To find the vector equation of the plane containing the non-collinear points A, B and C, use the following process. uuur uuur. Calculate AB and AC, and call one of these a.. Calculate the normal as = uuur uuur n AB AC. 3. Using n and a write down rn. = an.. Page 5 HSN000

19 Cartesian equation of a plane The Cartesian equation of a plane containing the point A (,, 3) normal n= ni + n j + n k is 3 nx + ny+ nz 3 = d where d = an.. (This comes from the vector equation.) Parametric equation of a plane The parametric equation of a plane is a a a, with r = a+ λb+ μc where a is the position vector of a point in the plane, b and c are two noncollinear vectors parallel to the plane, and λ and μ are real parameters. 5 Intersections Intersection of, and the angle between two lines Two lines in three dimensions can be identical; be parallel; intersect; be skew (not intersect at all). The angle between two lines L and L is calculated by finding their directions d and d, and then using the rearranged form of the scalar product formula from Higher: d. d cos θ =. d d Intersection of, and angle between two planes Two planes in three dimensions can be coincident, i.e. the same plane; be parallel; intersect in a line. Note that parallel and coincident planes have normals that are proportional. The intersection of two planes can be found using Gaussian elimination or algebraic manipulation to solve their equations simultaneously. Page 6 HSN000

20 The angle between two planes is the angle between their normals. Given planes with normals m and n, the angle between them is calculated using:. cosθ = nm nm. Intersection of three planes Three planes in three dimensions can intersect at a point; intersect in a line; have no common point of intersection. Use Gaussian elimination to work out how the planes intersect: a unique solution means intersection at a point; a family of solutions means intersection in a line; no solution means no common point of intersection. Intersection of, and the angle between a line and a plane A point of intersection can found by substituting the equation of the line in parametric form into the equation of the plane and solving for λ. To find the angle between a line and a plane:. find n, the normal to the plane;. find the angle θ between the line and n; 3. the angle between the line and the plane is π θ. Page 7 HSN000

21 Differentiation Rules Product Rule ( fg ) = f g + fg. Quotient Rule f fg fg' =. g g Chain Rule d ( f ( g( x) )) = f ( g( x) ). g ( x). dx Trigonometric Definitions sec x = cos x cosecx = sin x cot x = tan x Standard Derivatives d x ( e ) e dx d ( sin x ) = dx x d ( sin a x ) = dx a x 3 Inverse Differentiation x = ( ln x ) d ( cos x ) = dx x d ( cos x a ) = dx a x d If f ( x ) has inverse f ( x ) then f ( x ) = dx f f ( x ) dy =. dx dx dy d = dx x d ( tan x ) = dx + x d ( tan a x ) = dx a + x ( ). Page 8 HSN000

22 4 Implicit Differentiation d d dy =. dx dy dx. This is done using the chain rule: f ( y) f ( y) EXAMPLE Given x + xy+ y =, find dy dx. Differentiating throughout with respect to x: dy ( x ) + ( xy) + ( y ) = () d d d d dx dx dy dx dx dy dy x + y + x + y = 0 dx dx dy ( x + y) = x y dx dy x + y =. dx x + y 5 Parametric Differentiation dy dy If x = f () t and y = f () t then = dt. dx dx dt EXAMPLE A curve is defined parametrcally by x = t +, y = t 3. Find dy dx in terms of t. dy dy 6 = dt t = = 3 t. dx dx dt Page 9 HSN000

23 Integration Standard Integrals n+ n x x dx = + c n + ( ) ( + ) n+ n ax b ax + b dx = + c a( n+ ) sin sin x dx = cos x + c cos x dx = sin x + c ( ax + b) dx = a cos( ax + b) + c cos( ) a sin( ) sec x dx = tan x + c ax + b dx = ax + b + c x + x = + dx sin x c dx tan x c = + dx = sin ( x ) + a c a x dx = tan ( x ) + a a c a x = x ax+ b + e dx e + c = ax b e dx a e + c x x dx = ln x + c dx = a ln ax + b + c ax + b Integration by Substitution To find f ( x) dx using the substitution u = u ( x ). find du and rearrange to get dx in terms of du ; dx. replace dx by this expression and replace u( x) with u; 3. integrate with respect to u. Page 0 HSN000

24 EXAMPLE Use the substitution = 8 du Given u = x 8, = x dx u x to find ( ) so du 3 x ( x 8) dx = x u x = 3 xu du = ( u+ 8) u du ( 8 ) ( 7 ) du dx = x. Then = u + u du 4 4 = u + u + c ( ) ( ) 7 4 x 3 x 8 dx. 3 3 = x x 8 + c. To find a definite integral, you should change the limits to be in terms of u. 3 Areas The area between two curves or between a curve and an axis can be calculated as in Higher. 4 Volumes of Solids of Revolution The solid formed by rotating a curve between x = a and x = b about the x-axis has volume V = b a π y dx 5 Partial fractions and Integration Partial fractions can be used to integration rational functions. EXAMPLE. dx = = ( + ) + ( + )( ) 4 dx + 4 ln x 3 ln x c. x x 3 x 3 x 6 Integration by Parts fg = fg f g Sometimes one application of integration by parts is not enough and a repeated application must be used. 3 Page HSN000

25 Differential Equations Separable Differential Equations dy dx If = f ( x) g( y) then g y ( ) dy = f ( x ) dx. A general solution has a +c and a particular solution can be found if initial conditions are given. First Order Linear Differential Equations These have the form dy P( x) y f ( x) dx + = and can be solved using the following process.. Identify P( x ) (the equation must be in the form above). P( x) dx. Calculate the integrating factor I( x) = e. d 3. Then ( I ( x ) y ) = I ( x ) f ( x ). dx 4. Integrate both sides to get I( x) y = ( I( x) f ( x) ) dx. 5. Rearrange to give y. If given initial conditions then a particular solution can be found. 3 Second Order Homogeneous Linear Differential Equations These have the form d y dy + + = 0 a b cy dx dx and can be solved using the following process.. Write down auxiliary equation: am + bm + c = 0.. Solve for m and write down the general solution as follows distinct real roots m and m : y = Ae + Be ; mx mx one repeated real root m: y = Ae + Bxe ; px complex roots p qi y = e Acosqx+ Bsinqx. mx mx ± : ( ) Page HSN000

26 4 Second Order Non-Homogeneous Differential Equations These have the form d y dy a + b + cy = f ( x) dx dx where f ( x ) will be a simple function such as a polynomial, exponential or trigonometric function. The particular integral y p is calculated by making an educated guess: if f ( x ) is a constant, try y = a if f ( x ) is linear, try y = ax + b if f ( x ) is a quadratic, try y = ax + bx + c if f ( x)= e rx, try y = ke rx p p p p if f ( x ) has the form sinnx or cos nx, try y = psinnx+ qcos nx. dy The particular integral is then found by substituting y p p, dx and d y p dx into the differential equation and solving by equating coefficients. The general solution is given by y = y + y c where y c is the complementary solution, i.e. the solution of the corresponding homogeneous equation: d y dy a + b + cy = 0. dx dx p p Page 3 HSN000

DRAFT. Further mathematics. GCE AS and A level subject content

DRAFT. Further mathematics. GCE AS and A level subject content Further mathematics GCE AS and A level subject content July 2014 s Introduction Purpose Aims and objectives Subject content Structure Background knowledge Overarching themes Use of technology Detailed

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i 1 4 1 7 i 5 6i

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i 1 4 1 7 i 5 6i COMPLEX NUMBERS _4+i _-i FIGURE Complex numbers as points in the Arg plane i _i +i -i A complex number can be represented by an expression of the form a bi, where a b are real numbers i is a symbol with

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

DEFINITION 5.1.1 A complex number is a matrix of the form. x y. , y x

DEFINITION 5.1.1 A complex number is a matrix of the form. x y. , y x Chapter 5 COMPLEX NUMBERS 5.1 Constructing the complex numbers One way of introducing the field C of complex numbers is via the arithmetic of matrices. DEFINITION 5.1.1 A complex number is a matrix of

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

x(x + 5) x 2 25 (x + 5)(x 5) = x 6(x 4) x ( x 4) + 3

x(x + 5) x 2 25 (x + 5)(x 5) = x 6(x 4) x ( x 4) + 3 CORE 4 Summary Notes Rational Expressions Factorise all expressions where possible Cancel any factors common to the numerator and denominator x + 5x x(x + 5) x 5 (x + 5)(x 5) x x 5 To add or subtract -

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

9 MATRICES AND TRANSFORMATIONS

9 MATRICES AND TRANSFORMATIONS 9 MATRICES AND TRANSFORMATIONS Chapter 9 Matrices and Transformations Objectives After studying this chapter you should be able to handle matrix (and vector) algebra with confidence, and understand the

More information

The Mathematics Diagnostic Test

The Mathematics Diagnostic Test The Mathematics iagnostic Test Mock Test and Further Information 010 In welcome week, students will be asked to sit a short test in order to determine the appropriate lecture course, tutorial group, whether

More information

Trigonometric Functions and Equations

Trigonometric Functions and Equations Contents Trigonometric Functions and Equations Lesson 1 Reasoning with Trigonometric Functions Investigations 1 Proving Trigonometric Identities... 271 2 Sum and Difference Identities... 276 3 Extending

More information

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11} Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year.

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year. This document is designed to help North Carolina educators teach the Common Core (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Algebra

More information

GCE Mathematics (6360) Further Pure unit 4 (MFP4) Textbook

GCE Mathematics (6360) Further Pure unit 4 (MFP4) Textbook Version 36 klm GCE Mathematics (636) Further Pure unit 4 (MFP4) Textbook The Assessment and Qualifications Alliance (AQA) is a company limited by guarantee registered in England and Wales 364473 and a

More information

PRE-CALCULUS GRADE 12

PRE-CALCULUS GRADE 12 PRE-CALCULUS GRADE 12 [C] Communication Trigonometry General Outcome: Develop trigonometric reasoning. A1. Demonstrate an understanding of angles in standard position, expressed in degrees and radians.

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form Goal Graph quadratic functions. VOCABULARY Quadratic function A function that can be written in the standard form y = ax 2 + bx+ c where a 0 Parabola

More information

Appendix 3 IB Diploma Programme Course Outlines

Appendix 3 IB Diploma Programme Course Outlines Appendix 3 IB Diploma Programme Course Outlines The following points should be addressed when preparing course outlines for each IB Diploma Programme subject to be taught. Please be sure to use IBO nomenclature

More information

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

Mathematics I, II and III (9465, 9470, and 9475)

Mathematics I, II and III (9465, 9470, and 9475) Mathematics I, II and III (9465, 9470, and 9475) General Introduction There are two syllabuses, one for Mathematics I and Mathematics II, the other for Mathematics III. The syllabus for Mathematics I and

More information

Some Lecture Notes and In-Class Examples for Pre-Calculus:

Some Lecture Notes and In-Class Examples for Pre-Calculus: Some Lecture Notes and In-Class Examples for Pre-Calculus: Section.7 Definition of a Quadratic Inequality A quadratic inequality is any inequality that can be put in one of the forms ax + bx + c < 0 ax

More information

Two vectors are equal if they have the same length and direction. They do not

Two vectors are equal if they have the same length and direction. They do not Vectors define vectors Some physical quantities, such as temperature, length, and mass, can be specified by a single number called a scalar. Other physical quantities, such as force and velocity, must

More information

SQA Advanced Higher Mathematics Unit 3

SQA Advanced Higher Mathematics Unit 3 SCHOLAR Study Guide SQA Advanced Higher Mathematics Unit 3 Jane S Paterson Heriot-Watt University Dorothy A Watson Balerno High School Heriot-Watt University Edinburgh EH14 4AS, United Kingdom. First published

More information

1 VECTOR SPACES AND SUBSPACES

1 VECTOR SPACES AND SUBSPACES 1 VECTOR SPACES AND SUBSPACES What is a vector? Many are familiar with the concept of a vector as: Something which has magnitude and direction. an ordered pair or triple. a description for quantities such

More information

2 Session Two - Complex Numbers and Vectors

2 Session Two - Complex Numbers and Vectors PH2011 Physics 2A Maths Revision - Session 2: Complex Numbers and Vectors 1 2 Session Two - Complex Numbers and Vectors 2.1 What is a Complex Number? The material on complex numbers should be familiar

More information

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES Content Expectations for Precalculus Michigan Precalculus 2011 REVERSE CORRELATION CHAPTER/LESSON TITLES Chapter 0 Preparing for Precalculus 0-1 Sets There are no state-mandated Precalculus 0-2 Operations

More information

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation

More information

Vector Algebra CHAPTER 13. Ü13.1. Basic Concepts

Vector Algebra CHAPTER 13. Ü13.1. Basic Concepts CHAPTER 13 ector Algebra Ü13.1. Basic Concepts A vector in the plane or in space is an arrow: it is determined by its length, denoted and its direction. Two arrows represent the same vector if they have

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

Core Maths C1. Revision Notes

Core Maths C1. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Indices... Rules of indices... Surds... 4 Simplifying surds... 4 Rationalising the denominator... 4 Quadratic functions... 4 Completing the

More information

1 TRIGONOMETRY. 1.0 Introduction. 1.1 Sum and product formulae. Objectives

1 TRIGONOMETRY. 1.0 Introduction. 1.1 Sum and product formulae. Objectives TRIGONOMETRY Chapter Trigonometry Objectives After studying this chapter you should be able to handle with confidence a wide range of trigonometric identities; be able to express linear combinations of

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

Estimated Pre Calculus Pacing Timeline

Estimated Pre Calculus Pacing Timeline Estimated Pre Calculus Pacing Timeline 2010-2011 School Year The timeframes listed on this calendar are estimates based on a fifty-minute class period. You may need to adjust some of them from time to

More information

Version 1.0. General Certificate of Education (A-level) January 2012. Mathematics MPC4. (Specification 6360) Pure Core 4. Final.

Version 1.0. General Certificate of Education (A-level) January 2012. Mathematics MPC4. (Specification 6360) Pure Core 4. Final. Version.0 General Certificate of Education (A-level) January 0 Mathematics MPC (Specification 660) Pure Core Final Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1 Accelerated Mathematics 3 This is a course in precalculus and statistics, designed to prepare students to take AB or BC Advanced Placement Calculus. It includes rational, circular trigonometric, and inverse

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

Additional Topics in Math

Additional Topics in Math Chapter Additional Topics in Math In addition to the questions in Heart of Algebra, Problem Solving and Data Analysis, and Passport to Advanced Math, the SAT Math Test includes several questions that are

More information

Exam 1 Sample Question SOLUTIONS. y = 2x

Exam 1 Sample Question SOLUTIONS. y = 2x Exam Sample Question SOLUTIONS. Eliminate the parameter to find a Cartesian equation for the curve: x e t, y e t. SOLUTION: You might look at the coordinates and notice that If you don t see it, we can

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

Solving Simultaneous Equations and Matrices

Solving Simultaneous Equations and Matrices Solving Simultaneous Equations and Matrices The following represents a systematic investigation for the steps used to solve two simultaneous linear equations in two unknowns. The motivation for considering

More information

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary)

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary) Core Standards of the Course Standard 1 Students will acquire number sense and perform operations with real and complex numbers. Objective 1.1 Compute fluently and make reasonable estimates. 1. Simplify

More information

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved.

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved. 1.2 GRAPHS OF EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs

More information

MATH 132: CALCULUS II SYLLABUS

MATH 132: CALCULUS II SYLLABUS MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early

More information

How To Understand And Solve Algebraic Equations

How To Understand And Solve Algebraic Equations College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 978-0-07-286738-1 Course Description This course provides

More information

Mathematics programmes of study: key stage 4. National curriculum in England

Mathematics programmes of study: key stage 4. National curriculum in England Mathematics programmes of study: key stage 4 National curriculum in England July 2014 Contents Purpose of study 3 Aims 3 Information and communication technology (ICT) 4 Spoken language 4 Working mathematically

More information

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Algebra 2 Year-at-a-Glance Leander ISD 2007-08 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Essential Unit of Study 6 weeks 3 weeks 3 weeks 6 weeks 3 weeks 3 weeks

More information

Core Maths C2. Revision Notes

Core Maths C2. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Polnomials: +,,,.... Factorising... Long division... Remainder theorem... Factor theorem... 4 Choosing a suitable factor... 5 Cubic equations...

More information

Mathematics. GCSE subject content and assessment objectives

Mathematics. GCSE subject content and assessment objectives Mathematics GCSE subject content and assessment objectives June 2013 Contents Introduction 3 Subject content 4 Assessment objectives 11 Appendix: Mathematical formulae 12 2 Introduction GCSE subject criteria

More information

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives 6 EXTENDING ALGEBRA Chapter 6 Extending Algebra Objectives After studying this chapter you should understand techniques whereby equations of cubic degree and higher can be solved; be able to factorise

More information

THREE DIMENSIONAL GEOMETRY

THREE DIMENSIONAL GEOMETRY Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,

More information

SPECIFICATION. Mathematics 6360 2014. General Certificate of Education

SPECIFICATION. Mathematics 6360 2014. General Certificate of Education Version 1.0: 0913 General Certificate of Education Mathematics 6360 014 Material accompanying this Specification Specimen and Past Papers and Mark Schemes Reports on the Examination Teachers Guide SPECIFICATION

More information

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x).

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x). .7. PRTIL FRCTIONS 3.7. Partial Fractions.7.. Rational Functions and Partial Fractions. rational function is a quotient of two polynomials: R(x) = P (x) Q(x). Here we discuss how to integrate rational

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

More information

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set.

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. Vector space A vector space is a set V equipped with two operations, addition V V (x,y) x + y V and scalar

More information

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education)

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) Accurately add, subtract, multiply, and divide whole numbers, integers,

More information

FURTHER VECTORS (MEI)

FURTHER VECTORS (MEI) Mathematics Revision Guides Further Vectors (MEI) (column notation) Page of MK HOME TUITION Mathematics Revision Guides Level: AS / A Level - MEI OCR MEI: C FURTHER VECTORS (MEI) Version : Date: -9-7 Mathematics

More information

GRAPHING IN POLAR COORDINATES SYMMETRY

GRAPHING IN POLAR COORDINATES SYMMETRY GRAPHING IN POLAR COORDINATES SYMMETRY Recall from Algebra and Calculus I that the concept of symmetry was discussed using Cartesian equations. Also remember that there are three types of symmetry - y-axis,

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20 Lecture 8 : Coordinate Geometry The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 0 distance on the axis and give each point an identity on the corresponding

More information

National 5 Mathematics Course Assessment Specification (C747 75)

National 5 Mathematics Course Assessment Specification (C747 75) National 5 Mathematics Course Assessment Specification (C747 75) Valid from August 013 First edition: April 01 Revised: June 013, version 1.1 This specification may be reproduced in whole or in part for

More information

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross CHAPTER 13 SECTION 13-1 Geometry and Algebra The Distance Formula COORDINATE PLANE consists of two perpendicular number lines, dividing the plane into four regions called quadrants X-AXIS - the horizontal

More information

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing!

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing! MATH BOOK OF PROBLEMS SERIES New from Pearson Custom Publishing! The Math Book of Problems Series is a database of math problems for the following courses: Pre-algebra Algebra Pre-calculus Calculus Statistics

More information

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers. Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

More information

Introduction to Algebraic Geometry. Bézout s Theorem and Inflection Points

Introduction to Algebraic Geometry. Bézout s Theorem and Inflection Points Introduction to Algebraic Geometry Bézout s Theorem and Inflection Points 1. The resultant. Let K be a field. Then the polynomial ring K[x] is a unique factorisation domain (UFD). Another example of a

More information

Mathematics. (www.tiwariacademy.com : Focus on free Education) (Chapter 5) (Complex Numbers and Quadratic Equations) (Class XI)

Mathematics. (www.tiwariacademy.com : Focus on free Education) (Chapter 5) (Complex Numbers and Quadratic Equations) (Class XI) ( : Focus on free Education) Miscellaneous Exercise on chapter 5 Question 1: Evaluate: Answer 1: 1 ( : Focus on free Education) Question 2: For any two complex numbers z1 and z2, prove that Re (z1z2) =

More information

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS TEST DESIGN AND FRAMEWORK September 2014 Authorized for Distribution by the New York State Education Department This test design and framework document

More information

Mathematics Placement

Mathematics Placement Mathematics Placement The ACT COMPASS math test is a self-adaptive test, which potentially tests students within four different levels of math including pre-algebra, algebra, college algebra, and trigonometry.

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Introduction to Complex Numbers in Physics/Engineering

Introduction to Complex Numbers in Physics/Engineering Introduction to Complex Numbers in Physics/Engineering ference: Mary L. Boas, Mathematical Methods in the Physical Sciences Chapter 2 & 14 George Arfken, Mathematical Methods for Physicists Chapter 6 The

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

4.1. COMPLEX NUMBERS

4.1. COMPLEX NUMBERS 4.1. COMPLEX NUMBERS What You Should Learn Use the imaginary unit i to write complex numbers. Add, subtract, and multiply complex numbers. Use complex conjugates to write the quotient of two complex numbers

More information

Algebra I. In this technological age, mathematics is more important than ever. When students

Algebra I. In this technological age, mathematics is more important than ever. When students In this technological age, mathematics is more important than ever. When students leave school, they are more and more likely to use mathematics in their work and everyday lives operating computer equipment,

More information

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any.

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. Algebra 2 - Chapter Prerequisites Vocabulary Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. P1 p. 1 1. counting(natural) numbers - {1,2,3,4,...}

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

SAT Subject Math Level 2 Facts & Formulas

SAT Subject Math Level 2 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Arithmetic Sequences: PEMDAS (Parentheses

More information

Section 1: How will you be tested? This section will give you information about the different types of examination papers that are available.

Section 1: How will you be tested? This section will give you information about the different types of examination papers that are available. REVISION CHECKLIST for IGCSE Mathematics 0580 A guide for students How to use this guide This guide describes what topics and skills you need to know for your IGCSE Mathematics examination. It will help

More information

Copyrighted Material. Chapter 1 DEGREE OF A CURVE

Copyrighted Material. Chapter 1 DEGREE OF A CURVE Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two

More information

Understanding Poles and Zeros

Understanding Poles and Zeros MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING 2.14 Analysis and Design of Feedback Control Systems Understanding Poles and Zeros 1 System Poles and Zeros The transfer function

More information

Section 1.1. Introduction to R n

Section 1.1. Introduction to R n The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to

More information

SQA Higher Mathematics Unit 3

SQA Higher Mathematics Unit 3 SCHOLAR Study Guide SQA Higher Mathematics Unit 3 Jane Paterson Heriot-Watt University Dorothy Watson Balerno High School Heriot-Watt University Edinburgh EH14 4AS, United Kingdom. First published 2001

More information

Mathematics Review for MS Finance Students

Mathematics Review for MS Finance Students Mathematics Review for MS Finance Students Anthony M. Marino Department of Finance and Business Economics Marshall School of Business Lecture 1: Introductory Material Sets The Real Number System Functions,

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

Vector Notation: AB represents the vector from point A to point B on a graph. The vector can be computed by B A.

Vector Notation: AB represents the vector from point A to point B on a graph. The vector can be computed by B A. 1 Linear Transformations Prepared by: Robin Michelle King A transformation of an object is a change in position or dimension (or both) of the object. The resulting object after the transformation is called

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Algebraic Concepts & Procedures Common Core Standard: A-APR.3: Identify zeros of polynomials

More information

Notes and questions to aid A-level Mathematics revision

Notes and questions to aid A-level Mathematics revision Notes and questions to aid A-level Mathematics revision Robert Bowles University College London October 4, 5 Introduction Introduction There are some students who find the first year s study at UCL and

More information

Introduction to Matrices for Engineers

Introduction to Matrices for Engineers Introduction to Matrices for Engineers C.T.J. Dodson, School of Mathematics, Manchester Universit 1 What is a Matrix? A matrix is a rectangular arra of elements, usuall numbers, e.g. 1 0-8 4 0-1 1 0 11

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

Algebra I Credit Recovery

Algebra I Credit Recovery Algebra I Credit Recovery COURSE DESCRIPTION: The purpose of this course is to allow the student to gain mastery in working with and evaluating mathematical expressions, equations, graphs, and other topics,

More information

MATH. ALGEBRA I HONORS 9 th Grade 12003200 ALGEBRA I HONORS

MATH. ALGEBRA I HONORS 9 th Grade 12003200 ALGEBRA I HONORS * Students who scored a Level 3 or above on the Florida Assessment Test Math Florida Standards (FSA-MAFS) are strongly encouraged to make Advanced Placement and/or dual enrollment courses their first choices

More information

Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain

Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain 1. Orthogonal matrices and orthonormal sets An n n real-valued matrix A is said to be an orthogonal

More information

APPLIED MATHEMATICS ADVANCED LEVEL

APPLIED MATHEMATICS ADVANCED LEVEL APPLIED MATHEMATICS ADVANCED LEVEL INTRODUCTION This syllabus serves to examine candidates knowledge and skills in introductory mathematical and statistical methods, and their applications. For applications

More information

Essential Mathematics for Computer Graphics fast

Essential Mathematics for Computer Graphics fast John Vince Essential Mathematics for Computer Graphics fast Springer Contents 1. MATHEMATICS 1 Is mathematics difficult? 3 Who should read this book? 4 Aims and objectives of this book 4 Assumptions made

More information

LAKE ELSINORE UNIFIED SCHOOL DISTRICT

LAKE ELSINORE UNIFIED SCHOOL DISTRICT LAKE ELSINORE UNIFIED SCHOOL DISTRICT Title: PLATO Algebra 1-Semester 2 Grade Level: 10-12 Department: Mathematics Credit: 5 Prerequisite: Letter grade of F and/or N/C in Algebra 1, Semester 2 Course Description:

More information