Pure Further Mathematics 1. Revision Notes

Size: px
Start display at page:

Download "Pure Further Mathematics 1. Revision Notes"

Transcription

1 Pure Further Mathematics Revision Notes June 20

2 2 FP JUNE 20 SDB

3 Further Pure Complex Numbers... 3 Definitions an arithmetical operations... 3 Complex conjugate... 3 Properties... 3 Complex number plane, or Argan iagram... 4 Complex numbers an vectors... 4 Multiplication by i... 5 Moulus of a complex number... 5 Argument of a complex number... 5 Equality of complex numbers... Square roots... Roots of equations... 2 Numerical solutions of equations... 8 Accuracy of solution... 8 Interval bisection... 8 Linear interpolation... 9 Newton-Raphson Coorinate systems... Parabolas... Parametric form... Focus an irectrix... Graient... Tangents an normals... 2 Rectangular hyperbolas... 2 Parametric form... 3 Tangents an normals... 3

4 4 Matrices... 4 Orer of a matrix...4 Ientity matrix...4 Determinant an inverse... 4 Singular an non-singular matrices... 5 Linear Transformations... 5 Basis vectors...5 Fining the geometric effect of a matrix transformation... Fining the matrix of a given transformation.... Rotation matrix...7 Determinant an area factor Series... 8 Proof by inuction... 9 Summation... 9 Recurrence relations Divisibility problems Powers of matrices Appenix Complex roots of a real polynomial equation Formal efinition of a linear transformation Derivative of x n, for any integer Inex FP JUNE 20 SDB

5 Complex Numbers Definitions an arithmetical operations i =, so = 4i, = i, etc. These are calle imaginary numbers Complex numbers are written as z = a + bi, where a an b R. a is the real part an b is the imaginary part. +,, are efine in the sensible way; ivision is more complicate. (a + bi) + (c + i) = (a + c) + (b + )i (a + bi) (c + i) = (a c) + (b )i (a + bi) (c + i) = ac + bi 2 + ai + bci = (ac b) + (a +bc)i since i 2 = So (3 + 4i) (7 3i) = 4 + 7i an (4 + 3i) (2 5i) = 23 4i Division this is just rationalising the enominator. 3+4i 5+2i = 3+4i 5+2i 5 2i 5 2i multiply top an bottom by the complex conjugate = 23+4i 25+4 = i Complex conjugate z = a + bi The complex conjugate of z is z* = z = a bi Properties If z = a + bi an w = c + i, then (i) {(a + bi) + (c + i)}* = {(a + c) + (b + )i}* (z + w)* = z* + w* = {(a + c) (b + )i} = (a bi) + (c i) FP JUNE 20 SDB 3

6 (ii) {(a + bi) (c + i)}* = {(ac b) + (a + bc)i}* = {(ac b) (a + bc)i} = (a bi) (c i) = (a + bi)*(c + i)* (zw)* = z* w* Complex number plane, or Argan iagram We can represent complex numbers as points on the complex number plane: 3 + 2i as the point A (3, 2), an 4 + 3i as the point ( 4, 3). 4 Imaginary B: (-4, 3) 2 A: (3, 2) Real Complex numbers an vectors Complex numbers uner aition (or subtraction) behave just like vectors uner aition (or subtraction). We can show complex numbers on the Argan iagram as either points or vectors. (a + bi) + (c + i) = (a + c) + (b + ) i a b + c + c = a b + (a + bi) (c + i) = (a c) + (b ) i a b c c = a b or Im Im z 2 z + z 2 z 2 z z 2 z Re z Re 4 FP JUNE 20 SDB

7 Multiplication by i i(3 + 4i) = 4 + 3i on an Argan iagram this woul have the effect of a positive quarter turn about the origin. Im In general; i(a + bi) = b + ai x ( b, a) iz x (a, b) z Re Moulus of a complex number This is just like polar co-orinates. The moulus of z is z an is the length of the complex number z = a 2 + b 2. Im θ z x z = a + bi Re z z* = (a + bi)(a bi) = a 2 + b 2 z z* = z 2. Argument of a complex number The argument of z is arg z = the angle mae by the complex number with the positive x-axis. By convention, π < arg z π. N.B. Always raw a iagram when fining arg z. Example: Fin the moulus an argument of z = + 5i. Solution: First sketch a iagram (it is easy to get the argument wrong if you on t). z = = an tan α = 5 α = arg z = θ = π α = 2.45 to 3 S.F. x (, 5) z 5 α θ Im Re FP JUNE 20 SDB 5

8 Equality of complex numbers a + bi = c + i a c = ( b)i (a c) 2 = ( b) 2 i 2 = ( b) 2 squaring both sies But (a c) 2 0 an ( b) 2 0 (a c) 2 = ( b) 2 = 0 a = c an b = Thus a + bi = c + i real parts are equal (a = c), an imaginary parts are equal (b = ). Square roots Example: Fin the square roots of 5 + 2i, in the form a + bi, a, b R. Solution: Let 5 + 2i = a + bi 5 + 2i = (a + bi) 2 = a 2 b 2 + 2abi Equating real parts a 2 b 2 = 5, I equating imaginary parts 2ab = 2 a = b Substitute in I b 2 b 2 = 5 3 b 4 = 5b 2 b 4 + 5b 2 3 = 0 (b 2 4)(b 2 + 9) = 0 b 2 = 4 b = ± 2, an a = ± i = 3 + 2i or 3 2i. Roots of equations (a) Any polynomial equation with complex coefficients has a complex solution. The is The Funamental Theorem of Algebra, an is too ifficult to prove at this stage. Corollary: Any complex polynomial can be factorise into linear factors over the complex numbers. FP JUNE 20 SDB

9 (b) If z = a + bi is a root of α n z n + α n z n + α n 2 z n α 2 z 2 + α z + α 0 = 0, an if all the α i are real, then the conjugate, z* = a bi is also a root. The proof of this result is in the appenix. (c) For any polynomial with zeros a + bi, a bi, (z (a + bi))(z (a bi)) = z 2 2az + a 2 b 2 will be a quaratic factor in which the coefficients are all real. () Using (a), (b), (c) we can see that any polynomial with real coefficients can be factorise into a mixture of linear an quaratic factors, all of which have real coefficients. Example: Show that 3 2i is a root of the equation z 3 8z z 2 = 0. Fin the other two roots. Solution: Put z = 3 2i in z 3 8z z 2 = (3 2i) 3 8(3 2i) (3 2i) 2 = 27 54i + 3i 2 8i 3 8(9 2i + 4i 2 ) i 2 = 27 54i 3 + 8i i i 2 = ( )i = 0 + 0i 3 2i is a root the conjugate, 3 + 2i, is also a root since all coefficients are real (z (3 + 2i))(z (3 2i)) = z 2 z + 3 is a factor. Factorising, by inspection, z 3 8z z 2 = (z 2 z + 3)(z 2) = 0 roots are z = 3 ± 2i, or 2 FP JUNE 20 SDB 7

10 2 Numerical solutions of equations Accuracy of solution When aske to show that a solution is accurate to n D.P., you must look at the value of f (x) half below an half above, an conclue that there is a change of sign in the interval, an the function is continuous, therefore there is a solution in the interval correct to n D.P. Example: Show that α = is a root of the equation f (x) = x 3 2x 5 = 0, accurate to 4 D.P. Solution: f ( ) = , an f (2.0945) = There is a change of sign an f is continuous there is a root in [ , ] root is α = to 4 D.P. Interval bisection (i) Fin an interval [a, b] which contains the root of an equation f (x) = 0. (ii) x = a+b 2 is the mi-point of the interval [a, b] Fin f a+b 2 a+b to ecie whether the root lies in a, or a+b, b. 2 2 (iii) Continue fining the mi-point of each subsequent interval to narrow the interval which contains the root. Example: (i) (ii) Show that there is a root of the equation f (x) = x 3 2x 7 = 0 in the interval [2, 3]. Fin an interval of with 0 25 which contains the root. Solution: (i) f (2) = = 3, an f (3) = 27 7 = 4 There is a change of sign an f is continuous there is a root in [2, 3]. (ii) Mi-point of [2, 3] is x = 2 5, an f (2 5) = = 3 25 change of sign between x = 2 an x = 2 5 root in [2, 2 5] 8 FP JUNE 20 SDB

11 Mi-point of [2, 2 5] is x = 2 25, an f (2 25) = = change of sign between x = 2 25 an x = 2 5 root in [2 25, 2 5], which is an interval of with 0 25 Linear interpolation To solve an equation f (x) using linear interpolation. First, fin an interval which contains a root, secon, assume that the curve is a straight line an use similar triangles to fin where the line crosses the x-axis, thir, repeat the process as often as necessary. Example: (i) Show that there is a root, α, of the equation f (x) = x 3 2x 9 = 0 in the interval [2, 3]. (ii) Use linear interpolation once to fin an approximate value of α. Give your answer to 3 D.P. Solution: (i) f (2) = = 5, an f (3) = 27 9 = 2 There is a change of sign an f is continuous there is a root in [2, 3]. (ii) From (i), curve passes through (2, 5) an (3, 2), an we assume that the curve is a straight line between these two points. Let the line cross the x-axis at (α, 0) Using similar triangles 3 α = 2 α 2 5 (3, 2) 5 5α = 2α 24 2 α = 39 7 = α = to 3 D.P. 5 2 α 2 α 3 α 3 (2, 5) Repeating the process will improve accuracy. FP JUNE 20 SDB 9

12 Newton-Raphson Suppose that the equation f (x) = 0 has a root at x = α, f (α) = 0 To fin an approximation for this root, we first fin a value x = a near to x = α (ecimal search). y y = f (x) P In general, the point where the tangent at P, x = a, meets the x-axis, x = b, will give a better approximation. α N b M a x At P, x = a, the graient of the tangent is f (a), an the graient of the tangent is also PM NM. PM = y = f (a) an NM = a b f (a) = PM = f(a) NM a b b = a f(a) f (a). Further approximations can be foun by repeating the process, which woul follow the otte line converging to the point (α, 0). This formula can be written as the iteration x n + = x n f(x n) f (x n ) Example: (i) (ii) Show that there is a root, α, of the equation f (x) = x 3 2x 5 = 0 in the interval [2, 3]. Starting with x 0 = 2, use the Newton-Raphson formula to fin x, x 2 an x 3, giving your answers to 3 D.P. where appropriate. Solution: (i) f (2) = =, an f (3) = 27 5 = There is a change of sign an f is continuous there is a root in [2, 3]. (ii) f (x) = x 3 2x 5 f (x) = 3x 2 2 x = x 0 f(x 0) f (x 0 ) = = 2 x 2 = = x 3 = = FP JUNE 20 SDB

13 3 Coorinate systems Parabolas y y 2 = 4ax is the equation of a parabola which passes through the origin an has the x-axis as an axis of symmetry. M X P (at 2, 2at) Parametric form x = at 2, y = 2at satisfy the equation for all values of t. t is a parameter, an these equations are the parametric equations of the parabola y 2 = 4ax. irectrix x= a X focus S (a, 0) x Focus an irectrix The point S (a, 0) is the focus, an the line x = a is the irectrix. Any point P of the curve is equiistant from the focus an the irectrix, PM = PS. Proof: PM = at 2 ( a) = at 2 + a PS 2 = (at 2 a) 2 + (2at) 2 = a 2 t 4 2a 2 t 2 + a 2 + 4a 2 t 2 = a 2 t 4 + 2a 2 t 2 + a 2 = (at 2 + a) 2 = PM 2 PM = PS. Graient For the parabola y 2 = 4ax, with general point P, (at 2, 2at), we can fin the graient in two ways:. y 2 = 4ax 2y y = 4a y x x 2. At P, x = at 2, y = 2at y = 2a, x = 2at t t y x y = t x t = 2a = 2at t = 2a y, which we can write as y x = 2a 2at = t FP JUNE 20 SDB

14 Tangents an normals Example: Fin the equations of the tangents to y 2 = 8x at the points where x = 8, an show that the tangents meet on the x-axis. Solution: x = 8 y 2 = 8 8 y = ±2 2y y x = 8 y x = ± 3 since y = ±2 tangents are y 2 = (x 8) x 3y + 8 = 0 at (8, 2) 3 an y + 2 = (x 8) x + 3y + 8 = 0. at (8, 2) 3 To fin the intersection, a the equations to give 2x + 3 = 0 x = 8 y = 0 tangents meet at ( 8, 0) on the x-axis. Example: Fin the equation of the normal to the parabola given by x = 3t 2, y = t. Solution: x = 3t 2, y = t x t = t, y t =, y x y = t x t = = t t graient of the normal is t = t equation of the normal is y t = t(x 3t 2 ). Notice that this general equation gives the equation of the normal for any particular value of t: when t = 3 the normal is y + 8 = 3(x 27) y = 3x 99. Rectangular hyperbolas y A rectangular hyperbola is a hyperbola in which the asymptotes meet at 90 o. xy = c 2 xy = c 2 is the equation of a rectangular hyperbola in which the x-axis an y-axis are perpenicular asymptotes. x 2 FP JUNE 20 SDB

15 Parametric form x = ct, y = c t are parametric equations of the hyperbola xy = c 2. Tangents an normals Example: Fin the equation of the tangent to the hyperbola xy = 3 at the point where x = 3. Solution: x = 3 3y = 3 y = 2 y = 3 x y = 3 x x2 = 4 when x = 3 tangent is y 2 = 4(x 3) 4x + y 24 = 0. Example: Fin the equation of the normal to the hyperbola given by x = 3t, y = 3 t. Solution: x = 3t, y = 3 t x t = 3, y = 3 t t 2 y x y = t x t = 3 t 2 3 = t 2 graient of the normal is t 2 = t 2 equation of the normal is y 3 t = t 2 (x 3t) t 3 x ty = 3t 4 3. FP JUNE 20 SDB 3

16 4 Matrices You must be able to a, subtract an multiply matrices. Orer of a matrix An r c matrix has r rows an c columns; the first number is the number of Rows the secon number is the number of Columns. Ientity matrix The ientity matrix is I = 0 0. Note that MI = IM = M for any matrix M. Determinant an inverse Let M = a b then the eterminant of M is c Det M = M = a bc. To fin the inverse of M = a c Note that M M = M M b = I (i) (ii) Fin the eterminant, a bc. If a bc = 0, there is no inverse. Interchange a an (the leaing iagonal) Change sign of b an c, (the other iagonal) Divie all elements by the eterminant, a bc. M = Check: a bc c b a. M M = a bc b b a c a c = a bc a bc 0 0 = = I 0 cb + a 0 Similarly we coul show that M M = I. 4 FP JUNE 20 SDB

17 Example: M = an MN =. Fin N Solution: Notice that M (MN) = (M M)N = IN = N multiplying on the left by M But MNM IN we cannot multiply on the right by M First fin M Det M = = 2 M = Using M (MN) = IN = N N = = = Singular an non-singular matrices If et A = 0, then A is a singular matrix, an A oes not exist. If et A 0, then A is a non-singular matrix, an A exists Linear Transformations A matrix can represent a transformation, but the point must be written as a column vector before multiplying by the matrix. Example: The image of (2, 3) uner T = is given by = the image of (2, 3) is (23, 8). Note that the image of (0, 0) is always (0, 0) the origin never moves uner a matrix (linear) transformation Basis vectors The vectors i = 0 an j = 0 are calle basis vectors, an are particularly important in escribing the geometrical effect of a matrix, an in fining the matrix for a particular geometric transformation. a b c 0 = a b an a c c 0 = b i = 0 a c, the first column, an j = 0 b, the secon column This is a more important result than it seems! FP JUNE 20 SDB 5

18 Fining the geometric effect of a matrix transformation We can easily write own the images of i an j, sketch them an fin the geometrical transformation. Example: Fin the transformation represente by the matrix T = Solution: Fin images of i, j an, an show on a sketch. Make sure that you letter the points 4 y C' B' = C B From sketch we can see that the transformation is a two-way stretch, of factor 2 parallel to the x-axis an of factor 3 parallel to the y-axis. A A' x 3 Fining the matrix of a given transformation. Example: Fin the matrix for a shear with factor 2 an invariant line the x-axis. Solution: Each point is move in the x-irection by a istance of (2 its y-coorinate). i = 0 (oes not move as it 0 is on the invariant line). This will be the first column of the matrix 0 j = 0 2. This will be the secon column of the matrix 2 Matrix of the shear is 2 0. C y B C' B' x A, A' 2 3 y Example: Fin the matrix for a reflection in y = x. B (0, ) Solution: First fin the images of i an j. These will be the two columns of the matrix. B' (, 0) A (, 0) x A A i = 0 0. A' (0, ) This will be the first column of the matrix 0 FP JUNE 20 SDB

19 B B j = 0 0. This will be the secon column of the matrix Matrix of the reflection is Rotation matrix From the iagram we can see that i = θ cos 0 sin θ, j = 0 sin θ cos θ These will be the first an secon columns of the matrix B ( sinθ, cosθ) y B (0, ) sinθ θ cosθ θ cosθ A (cosθ, sinθ) sinθ x A (, 0) cos θ sin θ matrix is R θ = sin θ cos θ. Determinant an area factor For the matrix A = a c b y b a a c b 0 = a c c an a c b 0 = b (b, ) (a, c) the unit square is mappe on to the parallelogram as shown in the iagram. The area of the unit square =. a c b x The area of the parallelogram = (a + b)(c + ) 2 (bc + ac + b) 2 2 = ac + a + bc + b 2bc ac b = a bc = et A. All squares of the gri are mappe onto congruent parallelograms area factor of the transformation is et A = a bc. FP JUNE 20 SDB 7

20 5 Series You nee to know the following sums n r r= n r 2 r= n = n = n(n + ) 2 = n 2 = n(n + )(2n + ) r 3 = n 3 = 4 n2 (n + ) 2 r= Example: Fin r(r 2 3). Solution: = n r= = n(n + 2 ) 2 = r a fluke, but it helps to remember it n r= 4 n2 (n + ) 2 3 n(n + ) 2 n r= r(r 2 3) = r 3 3 r n r= n r= 2 = = 4 4 n(n + ){n(n + ) } n(n + )(n + 3)(n 2) Example: Fin S n = (2n) 2. Solution: S n = (2n) 2 = 2 2 ( n 2 ) = 4 n(n + )(2n + ) = 2 n(n + )(2n + ). 3 Example: Fin n+2 r 2 r=5 n+2 n+2 4 Solution: r 2 = r 2 r 2 notice that the top limit is 4 not 5 r=5 r= r= = = (n + 2)(n )(2(n + 2) + ) (n + 2)(n + 3)(2n + 5) FP JUNE 20 SDB

21 Proof by inuction Summation. Show that the result/formula is true for n = (an sometimes n = 2, 3..). Conclue therefore the result/formula. is true for n =. 2. Make inuction assumption Assume that the result/formula. is true for n = k. Show that the result/formula must then be true for n = k + Conclue therefore the result/formula. is true for n = k Final conclusion therefore the result/formula is true for all positive integers, n, by mathematical inuction. Example: Use mathematical inuction to prove that S n = n 2 = n(n + )(2n + ) Solution: When n =, S = 2 = an S = ( + )(2 + ) = 2 3 = S n = n(n + )(2n + ) is true for n =. Assume that the formula is true for n = k S k = k 2 = k(k + )(2k + ) S k + = k 2 + (k + ) 2 = k(k + )(2k + ) + (k + )2 = (k + ){k(2k + ) + (k + )} = (k + ){2k2 + 7k + } = (k + )(k + 2)(2k + 3) = (k + ){(k + ) + }{2(k + ) + } The formula is true for n = k + S n = n(n + )(2n + ) is true for all positive integers, n, by mathematical inuction. FP JUNE 20 SDB 9

22 Recurrence relations Example: A sequence, 4, 9, 9, 39, is efine by the recurrence relation u = 4, u n + = 2u n +. Prove that u n = 5 2 n. Solution: When n =, u = 4, an u = 5 2 = 5 = 4, formula true for n =. Assume that the formula is true for n = k, u k = 5 2 k. From the recurrence relation, u k + = 2u k + = 2(5 2 k ) + u k + = 5 2 k 2 + = 5 2 (k + ) the formula is true for n = k + the formula is true for all positive integers, n, by mathematical inuction. Divisibility problems Consiering f (k + ) f (k), will lea to a proof which sometimes has hien ifficulties, an a more reliable way is to consier f (k + ) m f (k), where m is chosen to eliminate the exponential term. Example: Prove that f (n) = 5 n 4n is ivisible by for all positive integers, n. Solution: When n =, f () = 5 4 = 0, which is ivisible by, an so f (n) is ivisible by when n =. Assume that the result is true for n = k, f (k) = 5 k 4k is ivisible by. Consiering f (k + ) 5 f (k) we will eliminate the 5 k term. f (k + ) 5 f (k) = (5 k + 4(k + ) ) 5 (5 k 4k ) f (k + ) = 5 f (k) + k = 5 k + 4k 4 5 k k + 5 = k Since f (k) is ivisible by (inuction assumption), an k is ivisible by, then f (k + ) must be ivisible by, f (n) = 5 n 4n is ivisible by for n = k + f (n) = 5 n 4n is ivisible by for all positive integers, n, by mathematical inuction. 20 FP JUNE 20 SDB

23 Example: Prove that f (n) = 2 2n n is ivisible by 5 for all positive integers n. Solution: When n =, f () = = = 35 = 5 7, an so the result is true for n =. Assume that the result is true for n = k f (k) = 2 2k k is ivisible by 5 We coul consier either (it oes not matter which) f (k + ) 2 2 f (k), which woul eliminate the 2 2k + 3 term I or f (k + ) 3 2 f (k), which woul eliminate the 3 2k term II I f (k + ) 2 2 f (k) = 2 2(k + ) (k + ) 2 2 (2 2k k ) = 2 2k k + 2 2k k f (k + ) 4 f (k) = 9 3 2k 4 3 2k = 5 3 2k f (k + ) = 4 f (k) 5 3 2k Since f (k) is ivisible by 5 (inuction assumption), an 5 3 2k is ivisible by 5, then f (k + ) must be ivisible by 5. f (n) = 2 2n n is ivisible by 5 for all positive integers, n, by mathematical inuction. Powers of matrices Example: If M = 2 0, prove that Mn = 2n 2 n for all positive integers n. 0 Solution: When n =, M = the formula is true for n =. = 2 = M 0 Assume the formula is true for n = k M k = 2k 2 k. 0 M k+ = MM k = k 2k = 2 2k k 0 0 M k+ = 2k+ 2 k+ The formula is true for n = k + 0 M n = 2n 2 n is true for all positive integers, n, by mathematical 0 inuction. FP JUNE 20 SDB 2

24 7 Appenix Complex roots of a real polynomial equation Preliminary results: I (z + z 2 + z 3 + z z n )* = z * + z 2 * + z 3 * + z 4 * + + z n *, by repeate application of (z + w)* = z* + w* II (z n )* = (z*) n (zw)* = z*w* (z n )* = (z n- z)* = (z n- )*(z)* = (z n-2 z)*(z)* = (z n-2 )*(z)*(z)* = (z*) n Theorem: If z = a + bi is a root of α n z n + α n z n + α n 2 z n α 2 z 2 + α z + α 0 = 0, an if all the α i are real, then the conjugate, z* = a bi is also a root. Proof: If z = a + bi is a root of the equation α n z n + α n z n + + α z + α 0 = 0 then α n z n + α n z n + + α 2 z 2 + α z + α 0 = 0 (α n z n + α n z n + + α 2 z 2 + α z + α 0)* = 0 since 0* = 0 (α n z n )* + (α n z n )* + + (α 2 z 2 )* + (α z)* + (α 0)* = 0 using I α n *( z n )* + α n *(z n )* + + α 2*( z 2 )* + α *( z)* + α 0* = 0 since (zw)* = z*w* α n ( z n )* + α n (z n )* + + α 2( z 2 )*+ α ( z)* + α 0 = 0 α i real α i * = α i α n ( z*) n + α n (z*) n + + α 2(z*) 2 + α (z*) + α 0 = 0 using II z* = a bi is also a root of the equation. Formal efinition of a linear transformation A linear transformation T has the following properties: (i) T kx ky = kt x y (ii) T x y + x 2 y 2 = T x y + T x 2 y 2 It can be shown that any matrix transformation is a linear transformation, an that any linear transformation can be represente by a matrix. 22 FP JUNE 20 SDB

25 Derivative of x n, for any integer We can use proof by inuction to show that x (xn ) = nx n, for any integer n. ) We know that the erivative of x 0 is 0 which equals 0x, since x 0 =, an the erivative of is 0 x (xn ) = nx n is true for n = 0. 2) We know that the erivative of x is which equals x x (xn ) = nx n is true for n = Assume that the result is true for n = k x (xk ) = kx k x (xk+ ) = x (x xk ) = x x (xk ) + x k x (xk+ ) = x kx k + x k = kx k + x k = (k + )x k x (xn ) = nx n is true for n = k + prouct rule x (xn ) = nx n is true for all positive integers, n, by mathematical inuction. 3) We know that the erivative of x is x 2 which equals x x (xn ) = nx n is true for n = Assume that the result is true for n = k x (xk ) = kx k x (xk ) = x xk x x = x xk x k x 2 quotient rule x (xk+ ) = x kxk x k = (k )xk = (k )x k 2 = (k )x (k ) x 2 x 2 x (xn ) = nx n is true for n = k We are going backwars (from n = k to n = k ), an, since we starte from n =, x (xn ) = nx n is true for all negative integers, n, by mathematical inuction. Putting ), 2) an 3), we have prove that x (xn ) = nx n, for any integer n. FP JUNE 20 SDB 23

26 8 Inex Complex numbers Argan iagram, 4 argument, 5 arithmetical operations, 3 complex conjugate, 3 complex number plane, 4 efinitions, 3 equality, moulus, 5 multiplication by i, 5 polynomial equations, similarity with vectors, 4 square roots, Complex roots of a real polynomial equation, 22 Derivative of x n, for any integer, 23 Determinant area factor, 7 Linear transformation formal efinition, 22 Matrices eterminant, 4 ientity matrix, 4 inverse matrix, 4 non-singular, 5 orer, 4 singular, 5 Matrix transformations area factor, 7 basis vectors, 5 fining matrix for, geometric effect, rotation matrix, 7 Numerical solutions of equations accuracy of solution, 8 interval bisection, 8 linear interpolation, 9 Newton Raphson metho, 0 Parabolas irectrix, focus, graient - parametric form, normal - parametric form, 2 parametric form, tangent - parametric form, 2 Proof by inuction ivisibility problems, 20 general principles, 9 powers of matrices, 2 recurrence relations, 20 summation, 9 Rectangular hyperbolas graient - parametric form, 3 parametric form, 3 tangent - parametric form, 3 Series stanar summation formulae, 8 Transformations area factor, 7 basis vectors, 5 fining matrix for, geometric effect, linear transformations, 5 matrices, rotation matrix, 7 24 FP JUNE 20 SDB

, B = (b) Use induction to prove that, for all positive integers n, f(n) is divisible by 4. (a) Use differentiation to find f (x).

, B = (b) Use induction to prove that, for all positive integers n, f(n) is divisible by 4. (a) Use differentiation to find f (x). Edexcel FP1 FP1 Practice Practice Papers A and B Papers A and B PRACTICE PAPER A 1. A = 2 1, B = 4 3 3 1, I = 4 2 1 0. 0 1 (a) Show that AB = ci, stating the value of the constant c. (b) Hence, or otherwise,

More information

Differentiation ( , 9.5)

Differentiation ( , 9.5) Chapter 2 Differentiation (8.1 8.3, 9.5) 2.1 Rate of Change (8.2.1 5) Recall that the equation of a straight line can be written as y = mx + c, where m is the slope or graient of the line, an c is the

More information

Edexcel GCE Further Pure Mathematics (FP1) Required Knowledge Information Sheet. Daniel Hammocks

Edexcel GCE Further Pure Mathematics (FP1) Required Knowledge Information Sheet. Daniel Hammocks Edexcel GCE Further Pure Mathematics (FP1) Required Knowledge Information Sheet FP1 Formulae Given in Mathematical Formulae and Statistical Tables Booklet Summations o =1 2 = 1 + 12 + 1 6 o =1 3 = 1 64

More information

1 Lecture 20: Implicit differentiation

1 Lecture 20: Implicit differentiation Lecture 20: Implicit ifferentiation. Outline The technique of implicit ifferentiation Tangent lines to a circle Derivatives of inverse functions by implicit ifferentiation Examples.2 Implicit ifferentiation

More information

3.7 Implicit Differentiation -- A Brief Introduction -- Student Notes

3.7 Implicit Differentiation -- A Brief Introduction -- Student Notes Fin these erivatives of these functions: y.7 Implicit Differentiation -- A Brief Introuction -- Stuent Notes tan y sin tan = sin y e = e = Write the inverses of these functions: y tan y sin How woul we

More information

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector Multivariable Calculus: Chapter 13: Topic Guie an Formulas (pgs 800 851) * line segment notation above a variable inicates vector The 3D Coorinate System: Distance Formula: (x 2 x ) 2 1 + ( y ) ) 2 y 2

More information

Mathematical Review Problems

Mathematical Review Problems Fall 6 Louis Scuiero Mathematical Review Problems I. Polynomial Equations an Graphs (Barrante--Chap. ). First egree equation an graph y f() x mx b where m is the slope of the line an b is the line's intercept

More information

MATHEMATICS C1-C4 and FP1-FP3

MATHEMATICS C1-C4 and FP1-FP3 MS WELSH JOINT EDUCATION COMMITTEE. CYD-BWYLLGOR ADDYSG CYMRU General Certificate of Eucation Avance Subsiiary/Avance Tystysgrif Aysg Gyffreinol Uwch Gyfrannol/Uwch MARKING SCHEMES SUMMER 6 MATHEMATICS

More information

Final Exam Study Guide and Practice Problems Solutions

Final Exam Study Guide and Practice Problems Solutions Final Exam Stuy Guie an Practice Problems Solutions Note: These problems are just some of the types of problems that might appear on the exam. However, to fully prepare for the exam, in aition to making

More information

Integration Review. May 11, 2013

Integration Review. May 11, 2013 Integration Review May 11, 2013 Goals: Review the funamental theorem of calculus. Review u-substitution. Review integration by parts. Do lots of integration eamples. 1 Funamental Theorem of Calculus In

More information

Math 1271 Solutions for Fall 2005 Final Exam

Math 1271 Solutions for Fall 2005 Final Exam Math 7 Solutions for Fall 5 Final Eam ) Since the equation + y = e y cannot be rearrange algebraically in orer to write y as an eplicit function of, we must instea ifferentiate this relation implicitly

More information

Summary: Differentiation

Summary: Differentiation Techniques of Differentiation. Inverse Trigonometric functions The basic formulas (available in MF5 are: Summary: Differentiation ( sin ( cos The basic formula can be generalize as follows: Note: ( sin

More information

Make graph of g by adding c to the y-values. on the graph of f by c. multiplying the y-values. even-degree polynomial. graph goes up on both sides

Make graph of g by adding c to the y-values. on the graph of f by c. multiplying the y-values. even-degree polynomial. graph goes up on both sides Reference 1: Transformations of Graphs an En Behavior of Polynomial Graphs Transformations of graphs aitive constant constant on the outsie g(x) = + c Make graph of g by aing c to the y-values on the graph

More information

Calculus in the AP Physics C Course The Derivative

Calculus in the AP Physics C Course The Derivative Limits an Derivatives Calculus in the AP Physics C Course The Derivative In physics, the ieas of the rate change of a quantity (along with the slope of a tangent line) an the area uner a curve are essential.

More information

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors Math 18.02 Notes on ifferentials, the Chain Rule, graients, irectional erivative, an normal vectors Tangent plane an linear approximation We efine the partial erivatives of f( xy, ) as follows: f f( x+

More information

Math 1272 Solutions for Spring 2005 Final Exam. asked to find the limit of the sequence. This is equivalent to evaluating lim. lim.

Math 1272 Solutions for Spring 2005 Final Exam. asked to find the limit of the sequence. This is equivalent to evaluating lim. lim. Math 7 Solutions for Spring 5 Final Exam ) We are gien an infinite sequence for which the general term is a n 3 + 5n n + n an are 3 + 5n aske to fin the limit of the sequence. This is equialent to ealuating

More information

Math 115 Section 018 Course Note

Math 115 Section 018 Course Note Course Note 1 General Functions Definition 1.1. A function is a rule that takes certain numbers as inputs an assigns to each a efinite output number. The set of all input numbers is calle the omain of

More information

Year 11 Matrices Semester 2. Yuk

Year 11 Matrices Semester 2. Yuk Year 11 Matrices Semester 2 Chapter 5A input/output Yuk 1 Chapter 5B Gaussian Elimination an Systems of Linear Equations This is an extension of solving simultaneous equations. What oes a System of Linear

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson JUST THE MATHS UNIT NUMBER 10.2 DIFFERENTIATION 2 (Rates of change) by A.J.Hobson 10.2.1 Introuction 10.2.2 Average rates of change 10.2.3 Instantaneous rates of change 10.2.4 Derivatives 10.2.5 Exercises

More information

Exam 2 Review Solutions

Exam 2 Review Solutions Exam Review Solutions 1. True or False, an explain: (a) There exists a function f with continuous secon partial erivatives such that f x (x, y) = x + y f y = x y False. If the function has continuous secon

More information

IB Math High Level Year 2 Calc Differentiation Practice IB Practice - Calculus - Differentiation (V2 Legacy)

IB Math High Level Year 2 Calc Differentiation Practice IB Practice - Calculus - Differentiation (V2 Legacy) IB Math High Level Year Calc Differentiation Practice IB Practice - Calculus - Differentiation (V Legac). If =, fin the two values of when = 5. Answer:.. (Total marks). Differentiate = arccos ( ) with

More information

Math Implicit Differentiation. We have discovered (and proved) formulas for finding derivatives of functions like

Math Implicit Differentiation. We have discovered (and proved) formulas for finding derivatives of functions like Math 400 3.5 Implicit Differentiation Name We have iscovere (an prove) formulas for fining erivatives of functions like f x x 3x 4x. 3 This amounts to fining y for 3 y x 3x 4x. Notice that in this case,

More information

ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

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

Differentiability, Computing Derivatives, Trig Review. Goals:

Differentiability, Computing Derivatives, Trig Review. Goals: Secants vs. Derivatives - Unit #3 : Goals: Differentiability, Computing Derivatives, Trig Review Determine when a function is ifferentiable at a point Relate the erivative graph to the the graph of an

More information

2.1 Derivatives and Rates of Change

2.1 Derivatives and Rates of Change 1a 1b 2.1 Derivatives an Rates of Change Tangent Lines Example. Consier y f x x 2 0 2 x-, 0 4 y-, f(x) axes, curve C Consier a smooth curve C. A line tangent to C at a point P both intersects C at P an

More information

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x)

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x) Y. D. Chong (2016) MH2801: Complex Methos for the Sciences 1. Derivatives The erivative of a function f(x) is another function, efine in terms of a limiting expression: f (x) f (x) lim x δx 0 f(x + δx)

More information

Flash Card Construction Instructions

Flash Card Construction Instructions Flash Car Construction Instructions *** THESE CARDS ARE FOR CALCULUS HONORS, AP CALCULUS AB AND AP CALCULUS BC. AP CALCULUS BC WILL HAVE ADDITIONAL CARDS FOR THE COURSE (IN A SEPARATE FILE). The left column

More information

AS PURE MATHS REVISION NOTES

AS PURE MATHS REVISION NOTES AS PURE MATHS REVISION NOTES 1 SURDS A root such as 3 that cannot be written exactly as a fraction is IRRATIONAL An expression that involves irrational roots is in SURD FORM e.g. 2 3 3 + 2 and 3-2 are

More information

PURE MATHEMATICS AM 27

PURE MATHEMATICS AM 27 AM Syllabus (014): Pure Mathematics AM SYLLABUS (014) PURE MATHEMATICS AM 7 SYLLABUS 1 AM Syllabus (014): Pure Mathematics Pure Mathematics AM 7 Syllabus (Available in September) Paper I(3hrs)+Paper II(3hrs)

More information

Euler equations for multiple integrals

Euler equations for multiple integrals Euler equations for multiple integrals January 22, 2013 Contents 1 Reminer of multivariable calculus 2 1.1 Vector ifferentiation......................... 2 1.2 Matrix ifferentiation........................

More information

Free rotation of a rigid body 1 D. E. Soper 2 University of Oregon Physics 611, Theoretical Mechanics 5 November 2012

Free rotation of a rigid body 1 D. E. Soper 2 University of Oregon Physics 611, Theoretical Mechanics 5 November 2012 Free rotation of a rigi boy 1 D. E. Soper 2 University of Oregon Physics 611, Theoretical Mechanics 5 November 2012 1 Introuction In this section, we escribe the motion of a rigi boy that is free to rotate

More information

Math Chapter 2 Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Chapter 2 Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Chapter 2 Essentials of Calculus by James Stewart Prepare by Jason Gais Chapter 2 - Derivatives 21 - Derivatives an Rates of Change Definition A tangent to a curve is a line that intersects

More information

Differentiability, Computing Derivatives, Trig Review

Differentiability, Computing Derivatives, Trig Review Unit #3 : Differentiability, Computing Derivatives, Trig Review Goals: Determine when a function is ifferentiable at a point Relate the erivative graph to the the graph of an original function Compute

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Thus far, the functions we have been concerne with have been efine explicitly. A function is efine explicitly if the output is given irectly in terms of the input. For instance,

More information

Review of Differentiation and Integration for Ordinary Differential Equations

Review of Differentiation and Integration for Ordinary Differential Equations Schreyer Fall 208 Review of Differentiation an Integration for Orinary Differential Equations In this course you will be expecte to be able to ifferentiate an integrate quickly an accurately. Many stuents

More information

Some functions and their derivatives

Some functions and their derivatives Chapter Some functions an their erivatives. Derivative of x n for integer n Recall, from eqn (.6), for y = f (x), Also recall that, for integer n, Hence, if y = x n then y x = lim δx 0 (a + b) n = a n

More information

Introduction. The first chapter of FP1 introduces you to imaginary and complex numbers

Introduction. The first chapter of FP1 introduces you to imaginary and complex numbers Introduction The first chapter of FP1 introduces you to imaginary and complex numbers You will have seen at GCSE level that some quadratic equations cannot be solved Imaginary and complex numbers will

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

More information

Trigonometric Functions

Trigonometric Functions 72 Chapter 4 Trigonometric Functions 4 Trigonometric Functions To efine the raian measurement system, we consier the unit circle in the y-plane: (cos,) A y (,0) B So far we have use only algebraic functions

More information

Unit #4 - Inverse Trig, Interpreting Derivatives, Newton s Method

Unit #4 - Inverse Trig, Interpreting Derivatives, Newton s Method Unit #4 - Inverse Trig, Interpreting Derivatives, Newton s Metho Some problems an solutions selecte or aapte from Hughes-Hallett Calculus. Computing Inverse Trig Derivatives. Starting with the inverse

More information

2Algebraic ONLINE PAGE PROOFS. foundations

2Algebraic ONLINE PAGE PROOFS. foundations Algebraic founations. Kick off with CAS. Algebraic skills.3 Pascal s triangle an binomial expansions.4 The binomial theorem.5 Sets of real numbers.6 Surs.7 Review . Kick off with CAS Playing lotto Using

More information

23 Implicit differentiation

23 Implicit differentiation 23 Implicit ifferentiation 23.1 Statement The equation y = x 2 + 3x + 1 expresses a relationship between the quantities x an y. If a value of x is given, then a corresponing value of y is etermine. For

More information

PURE MATHEMATICS AM 27

PURE MATHEMATICS AM 27 AM SYLLABUS (2020) PURE MATHEMATICS AM 27 SYLLABUS 1 Pure Mathematics AM 27 (Available in September ) Syllabus Paper I(3hrs)+Paper II(3hrs) 1. AIMS To prepare students for further studies in Mathematics

More information

Exam 2 Answers Math , Fall log x dx = x log x x + C. log u du = 1 3

Exam 2 Answers Math , Fall log x dx = x log x x + C. log u du = 1 3 Exam Answers Math -, Fall 7. Show, using any metho you like, that log x = x log x x + C. Answer: (x log x x+c) = x x + log x + = log x. Thus log x = x log x x+c.. Compute these. Remember to put boxes aroun

More information

Fall 2016: Calculus I Final

Fall 2016: Calculus I Final Answer the questions in the spaces provie on the question sheets. If you run out of room for an answer, continue on the back of the page. NO calculators or other electronic evices, books or notes are allowe

More information

Differentiation Rules Derivatives of Polynomials and Exponential Functions

Differentiation Rules Derivatives of Polynomials and Exponential Functions Derivatives of Polynomials an Exponential Functions Differentiation Rules Derivatives of Polynomials an Exponential Functions Let s start with the simplest of all functions, the constant function f(x)

More information

Calculus I Sec 2 Practice Test Problems for Chapter 4 Page 1 of 10

Calculus I Sec 2 Practice Test Problems for Chapter 4 Page 1 of 10 Calculus I Sec 2 Practice Test Problems for Chapter 4 Page 1 of 10 This is a set of practice test problems for Chapter 4. This is in no way an inclusive set of problems there can be other types of problems

More information

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Background knowledge: (a) The arithmetic of integers (including HCFs and LCMs), of fractions, and of real numbers.

More information

Unit #6 - Families of Functions, Taylor Polynomials, l Hopital s Rule

Unit #6 - Families of Functions, Taylor Polynomials, l Hopital s Rule Unit # - Families of Functions, Taylor Polynomials, l Hopital s Rule Some problems an solutions selecte or aapte from Hughes-Hallett Calculus. Critical Points. Consier the function f) = 54 +. b) a) Fin

More information

MATH 205 Practice Final Exam Name:

MATH 205 Practice Final Exam Name: MATH 205 Practice Final Eam Name:. (2 points) Consier the function g() = e. (a) (5 points) Ientify the zeroes, vertical asymptotes, an long-term behavior on both sies of this function. Clearly label which

More information

11.7. Implicit Differentiation. Introduction. Prerequisites. Learning Outcomes

11.7. Implicit Differentiation. Introduction. Prerequisites. Learning Outcomes Implicit Differentiation 11.7 Introuction This Section introuces implicit ifferentiation which is use to ifferentiate functions expresse in implicit form (where the variables are foun together). Examples

More information

Chapter 6: Integration: partial fractions and improper integrals

Chapter 6: Integration: partial fractions and improper integrals Chapter 6: Integration: partial fractions an improper integrals Course S3, 006 07 April 5, 007 These are just summaries of the lecture notes, an few etails are inclue. Most of what we inclue here is to

More information

Math Review for Physical Chemistry

Math Review for Physical Chemistry Chemistry 362 Spring 27 Dr. Jean M. Stanar January 25, 27 Math Review for Physical Chemistry I. Algebra an Trigonometry A. Logarithms an Exponentials General rules for logarithms These rules, except where

More information

Section 7.2. The Calculus of Complex Functions

Section 7.2. The Calculus of Complex Functions Section 7.2 The Calculus of Complex Functions In this section we will iscuss limits, continuity, ifferentiation, Taylor series in the context of functions which take on complex values. Moreover, we will

More information

Math 20B. Lecture Examples.

Math 20B. Lecture Examples. Math 20B. Lecture Eamples. (7/8/08) Comple eponential functions A comple number is an epression of the form z = a + ib, where a an b are real numbers an i is the smbol that is introuce to serve as a square

More information

FP1 practice papers A to G

FP1 practice papers A to G FP1 practice papers A to G Paper Reference(s) 6667/01 Edexcel GCE Further Pure Mathematics FP1 Advanced Subsidiary Practice Paper A Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

Single Variable Calculus Warnings

Single Variable Calculus Warnings Single Variable Calculus Warnings These notes highlight number of common, but serious, first year calculus errors. Warning. The formula g(x) = g(x) is vali only uner the hypothesis g(x). Discussion. In

More information

Math 1B, lecture 8: Integration by parts

Math 1B, lecture 8: Integration by parts Math B, lecture 8: Integration by parts Nathan Pflueger 23 September 2 Introuction Integration by parts, similarly to integration by substitution, reverses a well-known technique of ifferentiation an explores

More information

ARAB ACADEMY FOR SCIENCE TECHNOLOGY AND MARITIME TRANSPORT

ARAB ACADEMY FOR SCIENCE TECHNOLOGY AND MARITIME TRANSPORT ARAB ACADEMY FOR SCIENCE TECHNOLOGY AND MARITIME TRANSPORT Course: Math For Engineering Winter 8 Lecture Notes By Dr. Mostafa Elogail Page Lecture [ Functions / Graphs of Rational Functions] Functions

More information

Solutions to Math 41 Second Exam November 4, 2010

Solutions to Math 41 Second Exam November 4, 2010 Solutions to Math 41 Secon Exam November 4, 2010 1. (13 points) Differentiate, using the metho of your choice. (a) p(t) = ln(sec t + tan t) + log 2 (2 + t) (4 points) Using the rule for the erivative of

More information

Rank, Trace, Determinant, Transpose an Inverse of a Matrix Let A be an n n square matrix: A = a11 a1 a1n a1 a an a n1 a n a nn nn where is the jth col

Rank, Trace, Determinant, Transpose an Inverse of a Matrix Let A be an n n square matrix: A = a11 a1 a1n a1 a an a n1 a n a nn nn where is the jth col Review of Linear Algebra { E18 Hanout Vectors an Their Inner Proucts Let X an Y be two vectors: an Their inner prouct is ene as X =[x1; ;x n ] T Y =[y1; ;y n ] T (X; Y ) = X T Y = x k y k k=1 where T an

More information

Lecture 6: Calculus. In Song Kim. September 7, 2011

Lecture 6: Calculus. In Song Kim. September 7, 2011 Lecture 6: Calculus In Song Kim September 7, 20 Introuction to Differential Calculus In our previous lecture we came up with several ways to analyze functions. We saw previously that the slope of a linear

More information

1 Lecture 13: The derivative as a function.

1 Lecture 13: The derivative as a function. 1 Lecture 13: Te erivative as a function. 1.1 Outline Definition of te erivative as a function. efinitions of ifferentiability. Power rule, erivative te exponential function Derivative of a sum an a multiple

More information

Diophantine Approximations: Examining the Farey Process and its Method on Producing Best Approximations

Diophantine Approximations: Examining the Farey Process and its Method on Producing Best Approximations Diophantine Approximations: Examining the Farey Process an its Metho on Proucing Best Approximations Kelly Bowen Introuction When a person hears the phrase irrational number, one oes not think of anything

More information

016A Homework 10 Solution

016A Homework 10 Solution 016A Homework 10 Solution Jae-young Park November 2, 2008 4.1 #14 Write each expression in the form of 2 kx or 3 kx, for a suitable constant k; (3 x 3 x/5 ) 5, (16 1/4 16 3/4 ) 3x Solution (3 x 3 x/5 )

More information

Maths Higher Prelim Content

Maths Higher Prelim Content Maths Higher Prelim Content Straight Line Gradient of a line A(x 1, y 1 ), B(x 2, y 2 ), Gradient of AB m AB = y 2 y1 x 2 x 1 m = tanθ where θ is the angle the line makes with the positive direction of

More information

Algebraic. techniques1

Algebraic. techniques1 techniques Algebraic An electrician, a bank worker, a plumber and so on all have tools of their trade. Without these tools, and a good working knowledge of how to use them, it would be impossible for them

More information

d dx But have you ever seen a derivation of these results? We ll prove the first result below. cos h 1

d dx But have you ever seen a derivation of these results? We ll prove the first result below. cos h 1 Lecture 5 Some ifferentiation rules Trigonometric functions (Relevant section from Stewart, Seventh Eition: Section 3.3) You all know that sin = cos cos = sin. () But have you ever seen a erivation of

More information

Mathematics. Circles. hsn.uk.net. Higher. Contents. Circles 1. CfE Edition

Mathematics. Circles. hsn.uk.net. Higher. Contents. Circles 1. CfE Edition Higher Mathematics Contents 1 1 Representing a Circle A 1 Testing a Point A 3 The General Equation of a Circle A 4 Intersection of a Line an a Circle A 4 5 Tangents to A 5 6 Equations of Tangents to A

More information

Further Differentiation and Applications

Further Differentiation and Applications Avance Higher Notes (Unit ) Prerequisites: Inverse function property; prouct, quotient an chain rules; inflexion points. Maths Applications: Concavity; ifferentiability. Real-Worl Applications: Particle

More information

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS.

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS. STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF 2017 - DRAFT SYLLABUS Subject :Mathematics Class : XI TOPIC CONTENT Unit 1 : Real Numbers - Revision : Rational, Irrational Numbers, Basic Algebra

More information

Solutions to MATH 271 Test #3H

Solutions to MATH 271 Test #3H Solutions to MATH 71 Test #3H This is the :4 class s version of the test. See pages 4 7 for the 4:4 class s. (1) (5 points) Let a k = ( 1)k. Is a k increasing? Decreasing? Boune above? Boune k below? Convergant

More information

IMPLICIT DIFFERENTIATION

IMPLICIT DIFFERENTIATION IMPLICIT DIFFERENTIATION CALCULUS 3 INU0115/515 (MATHS 2) Dr Arian Jannetta MIMA CMath FRAS Implicit Differentiation 1/ 11 Arian Jannetta Explicit an implicit functions Explicit functions An explicit function

More information

Additional Math (4047) Paper 1(80 marks)

Additional Math (4047) Paper 1(80 marks) Aitional Math (07) Prepare b Mr Ang, Nov 07 A curve is such that 6 8 an the point P(, 8) lies on the curve. The graient of the curve at P is. Fin the equation of the curve. [6] C where C is an integration

More information

Solutions to Practice Problems Tuesday, October 28, 2008

Solutions to Practice Problems Tuesday, October 28, 2008 Solutions to Practice Problems Tuesay, October 28, 2008 1. The graph of the function f is shown below. Figure 1: The graph of f(x) What is x 1 + f(x)? What is x 1 f(x)? An oes x 1 f(x) exist? If so, what

More information

Lecture 2 Lagrangian formulation of classical mechanics Mechanics

Lecture 2 Lagrangian formulation of classical mechanics Mechanics Lecture Lagrangian formulation of classical mechanics 70.00 Mechanics Principle of stationary action MATH-GA To specify a motion uniquely in classical mechanics, it suffices to give, at some time t 0,

More information

Diagonalization of Matrices Dr. E. Jacobs

Diagonalization of Matrices Dr. E. Jacobs Diagonalization of Matrices Dr. E. Jacobs One of the very interesting lessons in this course is how certain algebraic techniques can be use to solve ifferential equations. The purpose of these notes is

More information

Math 3A Midterm 1 Solutions

Math 3A Midterm 1 Solutions Math 3A Miterm Solutions Rea all of the following information before starting the exam: 0/0/00 Check your exam to make sure all pages are present. When you use a major theorem (like the inermeiate value

More information

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required.

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required. Revision Checklist Unit C2: Core Mathematics 2 Unit description Algebra and functions; coordinate geometry in the (x, y) plane; sequences and series; trigonometry; exponentials and logarithms; differentiation;

More information

Calculus 4 Final Exam Review / Winter 2009

Calculus 4 Final Exam Review / Winter 2009 Calculus 4 Final Eam Review / Winter 9 (.) Set-up an iterate triple integral for the volume of the soli enclose between the surfaces: 4 an 4. DO NOT EVALUATE THE INTEGRAL! [Hint: The graphs of both surfaces

More information

abc Mathematics Further Pure General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES

abc Mathematics Further Pure General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES abc General Certificate of Education Mathematics Further Pure SPECIMEN UNITS AND MARK SCHEMES ADVANCED SUBSIDIARY MATHEMATICS (56) ADVANCED SUBSIDIARY PURE MATHEMATICS (566) ADVANCED SUBSIDIARY FURTHER

More information

FINAL EXAM 1 SOLUTIONS Below is the graph of a function f(x). From the graph, read off the value (if any) of the following limits: x 1 +

FINAL EXAM 1 SOLUTIONS Below is the graph of a function f(x). From the graph, read off the value (if any) of the following limits: x 1 + FINAL EXAM 1 SOLUTIONS 2011 1. Below is the graph of a function f(x). From the graph, rea off the value (if any) of the following its: x 1 = 0 f(x) x 1 + = 1 f(x) x 0 = x 0 + = 0 x 1 = 1 1 2 FINAL EXAM

More information

ARML Sample Tryout Questions A - 1 A - 2 C - 1 C - 2

ARML Sample Tryout Questions A - 1 A - 2 C - 1 C - 2 ARML Sample Tryout Questions A - 1 Let N be a three-igit base ten integer whose mile igit is 0. N is a multiple of an N the quotient equals the sum of the squares of the igits of N. Compute N. A - If the

More information

CHAPTER 1 : DIFFERENTIABLE MANIFOLDS. 1.1 The definition of a differentiable manifold

CHAPTER 1 : DIFFERENTIABLE MANIFOLDS. 1.1 The definition of a differentiable manifold CHAPTER 1 : DIFFERENTIABLE MANIFOLDS 1.1 The efinition of a ifferentiable manifol Let M be a topological space. This means that we have a family Ω of open sets efine on M. These satisfy (1), M Ω (2) the

More information

ALGEBRAIC LONG DIVISION

ALGEBRAIC LONG DIVISION QUESTIONS: 2014; 2c 2013; 1c ALGEBRAIC LONG DIVISION x + n ax 3 + bx 2 + cx +d Used to find factors and remainders of functions for instance 2x 3 + 9x 2 + 8x + p This process is useful for finding factors

More information

Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS

Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS. An isosceles triangle, whose base is the interval from (0, 0) to (c, 0), has its verte on the graph

More information

Proof by Mathematical Induction.

Proof by Mathematical Induction. Proof by Mathematical Inuction. Mathematicians have very peculiar characteristics. They like proving things or mathematical statements. Two of the most important techniques of mathematical proof are proof

More information

WJEC Core 2 Integration. Section 1: Introduction to integration

WJEC Core 2 Integration. Section 1: Introduction to integration WJEC Core Integration Section : Introuction to integration Notes an Eamples These notes contain subsections on: Reversing ifferentiation The rule for integrating n Fining the arbitrary constant Reversing

More information

C6-1 Differentiation 2

C6-1 Differentiation 2 C6-1 Differentiation 2 the erivatives of sin, cos, a, e an ln Pre-requisites: M5-4 (Raians), C5-7 (General Calculus) Estimate time: 2 hours Summary Lea-In Learn Solve Revise Answers Summary The erivative

More information

2.5 SOME APPLICATIONS OF THE CHAIN RULE

2.5 SOME APPLICATIONS OF THE CHAIN RULE 2.5 SOME APPLICATIONS OF THE CHAIN RULE The Chain Rule will help us etermine the erivatives of logarithms an exponential functions a x. We will also use it to answer some applie questions an to fin slopes

More information

Day 4: Motion Along a Curve Vectors

Day 4: Motion Along a Curve Vectors Day 4: Motion Along a Curve Vectors I give my stuents the following list of terms an formulas to know. Parametric Equations, Vectors, an Calculus Terms an Formulas to Know: If a smooth curve C is given

More information

February 21 Math 1190 sec. 63 Spring 2017

February 21 Math 1190 sec. 63 Spring 2017 February 21 Math 1190 sec. 63 Spring 2017 Chapter 2: Derivatives Let s recall the efinitions an erivative rules we have so far: Let s assume that y = f (x) is a function with c in it s omain. The erivative

More information

Calculus of Variations

Calculus of Variations 16.323 Lecture 5 Calculus of Variations Calculus of Variations Most books cover this material well, but Kirk Chapter 4 oes a particularly nice job. x(t) x* x*+ αδx (1) x*- αδx (1) αδx (1) αδx (1) t f t

More information

Implicit Differentiation. Lecture 16.

Implicit Differentiation. Lecture 16. Implicit Differentiation. Lecture 16. We are use to working only with functions that are efine explicitly. That is, ones like f(x) = 5x 3 + 7x x 2 + 1 or s(t) = e t5 3, in which the function is escribe

More information

AH Complex Numbers.notebook October 12, 2016

AH Complex Numbers.notebook October 12, 2016 Complex Numbers Complex Numbers Complex Numbers were first introduced in the 16th century by an Italian mathematician called Cardano. He referred to them as ficticious numbers. Given an equation that does

More information

Lecture XII. where Φ is called the potential function. Let us introduce spherical coordinates defined through the relations

Lecture XII. where Φ is called the potential function. Let us introduce spherical coordinates defined through the relations Lecture XII Abstract We introuce the Laplace equation in spherical coorinates an apply the metho of separation of variables to solve it. This will generate three linear orinary secon orer ifferential equations:

More information

Trigonometric Functions

Trigonometric Functions 4 Trigonometric Functions So far we have use only algebraic functions as examples when fining erivatives, that is, functions that can be built up by the usual algebraic operations of aition, subtraction,

More information

Tutorial 1 Differentiation

Tutorial 1 Differentiation Tutorial 1 Differentiation What is Calculus? Calculus 微積分 Differential calculus Differentiation 微分 y lim 0 f f The relation of very small changes of ifferent quantities f f y y Integral calculus Integration

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 1998 Comments to the author at krm@maths.uq.edu.au Contents 1 LINEAR EQUATIONS

More information

MATHEMATICS SPECIALIST ATAR COURSE FORMULA SHEET

MATHEMATICS SPECIALIST ATAR COURSE FORMULA SHEET MATHEMATICS SPECIALIST ATAR COURSE FORMULA SHEET 2018 2018/2643 Mathematics Specialist Fmula Sheet 2018 MATHEMATICS SPECIALIST 2 FORMULA SHEET Inex Differentiation an integration 3 Applications of calculus

More information