Maths: Further Pure 1 (FP1)


    Matrices


      m1 Matrix addition and multiplication:

      • Matrices are added and subtracted by adding/subtracting each element. For example:
        (1543)+(5217)=(6734)
      • To multiply a matrix by a scalar (e.g. 5), multiply each element in the matrix by the scalar
      • Matrices are multiplied as follows:
        (abcd)(wxyz)=(aw+byax+bzcw+dycx+dz)
      • To add or subtract a pair of matrices, they must be the same size
      • To multiply two matrices, the number of columns in the first must equal the number of rows of the second - they conform

      m2 Zero and identity matrices:

      • A zero matrix contains only zeroes. Multiplying a matrix by a zero matrix results in a zero matrix
      • (1001) is the 2x2 identity matrix
        (100010001) is the 3×3 identity matrix
        An identity matrix must have equal rows and columns. If X is any similar size matrix and I is the identity matrix, IX=X and XI=X

      Equal matrices:

      • For two matrices to be equal, they must have the same dimensions and be corresponding (same elements in the same positions)

      m3 Order of multiplication and addition:

      • Matrix addition is both commutative (the result is not changed if the order is changed, e.g. A+B=B+A) and associative (the result is not changed if the order which the calculations are performed in does not change (e.g. A+B+C =(A+B)+C =A+(B+C))
      • Matrix multiplication is therefore associative but not commutative, ABBA in most cases

      m4 Linear transformations:

      • A shear is where one line stays in its original place, and other points move in a specified direction parallel to it
      • Other types of transformation include rotations, reflections, enlargements and two-way stretches. These can all be represented with matrices
      • Multiplying the transformation matrix by the points will equal the points of the transformed shape. For example, the transformed shape ABC where A(x1,y1), B(x2,y2) and C(x3,y3) with transformation matrix (1201) has the points (1201)(x1x2x3y1y2y3)

      Reflection matrices:

      • An x-axis (x=0) reflection has the matrix (1001)
      • A y-axis (y=0) reflection has the matrix (1001)
      • A y=x reflection has the matrix (0110) and a y=x reflection has the matrix (0110)

      Rotation matrices:

      • A rotation θ degrees clockwise around the origin has the matrix (cosθsinθsinθcosθ), and a rotation θ° anti-clockwise has the matrix (cosθsinθsinθcosθ)

      Enlargement matrices:

      • An enlargement of scale factor n, centre (0,0) has the transformation matrix (n00n). Notice that with scale factor 1, the transformation matrix would be the identity matrix since the points remain in the same positions

      m5 Successive transformations:

      • If a point P is to be transformed by matrix A and then matrix B, this transformation is written as BA and the final points are calculated with (B×A)×P

      m6 Invariant points:

      • Points which map to themselves after a transformation are called invariant points
      • The origin is always an invariant point in any matrix transformation

      m7 Determinants:

      • The determinant of a 2×2 matrix (abcd) is calculated with adbc
      • It is notated as det(M), |M| or |abcd|

      m8 Uses of determinants:

      • The determinant of an enlargement matrix gives the scale factor
      • If the determinant is equal to zero, the matrix is known as singular and if not, it's known as non-singular
      • If a matrix is singular, it either has infinite solutions (two of the same line) or no solutions at all (parallel lines)

      m9, m10 Inverses:

      • If a matrix M is multiplied by the inverse of the matrix (or M1), it will equal the identity matrix for that order

      Finding the inverse of a non-singular 2x2 matrix:

      • (abcd)1= 1detM(dbca)

      m11 Inverse matrices - the product rule:

      • (AB)1=B1A1
      • This shows that to undo two transformations, you must undo the second before the first
      • Proof:
        - A and B are non-singular matrices, X is a matrix which multiplies by AB to reach I (identity matrix); X(AB) = I
        - XABB1 = IB1 (multiply by B1)
        - XA = B1 (simplify)
        - XAA1 = B1A1 (multiply by A1)
        - X = B1A1 (simplify)
        - (AB)1 = B1A1 (substitute X for (AB)1)

      m12, m13 Solving linear equations with matrices:

      • A pair of simultaneous linear equations can be written as a matrix:
        - e.g:
           - 3x+2y=9 and 4x+5y=5
           - Can be written as:
        (3245)(xy)=(95)
           - The solution can be found my finding the inverse of the 2x2 matrix and multiplying it by the third matrix above
      • The equations can only be solved if the number of equations is equal to the number of unknowns
      • If the two equations never intersect when plotted on a graph, the inverse cannot be found because det(M)=0 - the matrix is singular
      • The matrix may also be singular if both equations are coincident (the same line)

      Complex Numbers


        j1, j2 Solving quadratics and complex number notation:

        • The quadratic formula:
          x= b±b24ac2a
        • The imaginary number, j (sometimes written as i) is equal to 1. Therefore, j2=1
        • A complex number contains both a real and imaginary part, e.g. 5+3j. The real part is always written first
        • The discriminant of a quadratic shows the number of real roots (not complex). It is calculated with b24ac
          - If it is positive, there are 2 real roots and 2 x-intercepts
          - If it =0, there is one real root (repeated twice) and one x-intercept
          - If it is negative, there are no real roots, 2 complex roots and no x-intercepts

        j3 Simple calculations:

        • To add two complex numbers, add the real parts and imaginary parts separately
        • To subtract, subtract them separately
        • To multiply, multiply out the brackets and simplify (j2=1)
        • xyj is the conjugate of x+yj. The symbol for a conjugate is: *
        • To divide, write the division as a fraction and multiply both numerator and denominator by the conjugate of the denominator

        j4 Zero:

        • A complex number is zero only if both the real and imaginary parts are zero

        j5 Complex roots:

        • With integer coefficients, a real polynomial has roots in conjugate pairs. It always has the exact number of roots as the order, so x3 has one real root and one conjugate pair
        • Complex numbers are used to solve quadratic equations where the discriminant (see j1) is negative

        j6 Solving higher-degree equations:

        • An nth degree polynomial has exactly n roots. This includes complex roots and repeated roots
        • Example question: 1+2j is a root of 4z311z2+26z15=0. Find the other roots
          - A second root is 12j (conjugate of 1+2j), because roots are always in conjugate pairs
          - These can be multiplied: (z12j)(z1+2j)=(z(1+2j))(z(12j))
          - These brackets expand to z2z+2zjz2zj+1+5=z22z+5
          - Therefore 4z311z2+26z15=(z22z+5)(ax+b)
          - By comparing the dominant term and constant term (4z3 and 15), we can see that a=4,b=3
          - The roots are 1+2j,12j and 4x3

        j7 Argand diagrams:

        • An Argand diagram is a graph with real numbers horizontally (the x-axis on a traditional Cartesian graph) and imaginary numbers vertically (y)
        • These axis are usually labelled Re and Im

        j8 Sum and difference on an Argand diagram:

        • By representing complex numbers as a vector (x,y), a line from the origin, vector addition can be used to add:
          - A parallelogram can be created by drawing lines for both complex numbers to add. The diagonal of the parallelogram from the origin is therefore the sum
             - The other diagonal is equal to to the difference between the two complex numbers
          - Alternatively, if the second complex number is drawn from the end of the first line rather than the origin, the sum is the hypotenuse connecting the two lines

        j9 Modulus-argument form:

        • The distance from the origin to the complex number is equal to the modulus (|z|). This can be calculated using Pythagoras' theorem
        • The angle θ, usually measured in radians (180° =π radians), is measured from the positive real axis. This is the argument, or arg()
        • However, this would mean that a multiple of 2π would have two arguments, so it is defined from π<θπ (so a π radians argument is not possible and is instead written as 0 radians)
        • arg(0) is undefined
        • Modulus argument form uses these values, in the form z=r(cosθ+jsinθ), where z is the complex number, r is the modulus and θ is the argument
        • Therefore, Im=r×cosθ and Re=r×sinθ
        • tanθ=Im÷Re
             - However, θ=tan1(Re/Im) only in the first/fourth quadrants. In the second and third, π radians must be added
             - (the first quadrant is upper-right, second is upper-left, third is bottom-left and fourth is bottom-right)
        • If r, or jsinθ are not positive, the following must be used to rearrange it into modulus-argument form:
          - cos(πa)=cos(a)
          - cos(aπ)=cos(a)
          - cos(a)=cos(a)
          - sin(πa)=sin(a)
          - sin(aπ)=sin(a)
          - sin(a)=sin(a)
        • arg(z1z2) is the angle between the line connecting z1 and z2 and a line parallel to the Re axis

        10 Loci:

        • |z2z1| is the distance between points z2 and z1 on an Argand diagram
        • If |z34j|=5, this can be rewritten as |z(3+4j)|=5 with factorisation. This expression shows that the distance from point z to 3+4j is equal to 5. Therefore, the loci is a solid circle centre (3,4) and with radius 5
        • Inequality symbols may also be used
        • Take |z+2|=|zj|:
          - |z+2| represents the distance from (2,0) to a point (because |z+2|=|z(2+0j)|)
          - |zj| is the distance from (0,1) to a point
          - Therefore, |z+2|=|zj| means that the distance from z to (2,0) must be same as the distance from z to (0,1)
          - The loci is consequently the perpendicular bisector of the line connecting (2,0) and (0,1)

        Curve Sketching


          C1 - C2 Graphs of rational functions:

          • Numbers which can be expressed like nd with an integer numerator and an integer, non-zero denominator are rational
          • A rational function is similar, but with n and d being functions
          • An asymptote is a line on a graph which the curve tends to but never touches, as x or y tends to infinity or -infinity
            - Typically, asymptotes are drawn with a dashed line
            - To find a vertical asymptote, set the denominator to zero and solve for x
          • Intercepts are where the line(s) cut the axis. They are found by setting y to 0 and solving for x, and then setting x to 0 and solving for y
          • To find the behaviour of the graph each side of the asymptotes as x and y tend to infinity and negative infinity, set x and then y to a positive and then a negative number (e.g. -100 and +100) and then mark the behaviour on the graph
          • The final step is to use the points to complete the sketch. A graphical calculator could be used to confirm the shape

          C3 Solving inequalities:

          • To solve an inequality such as x5(x+2)(x3) >0, one method is to plot the graph for y=f(x) and find all values of x for which y is greater than 0
          • If the inequality is in the form f(x) g(x), then the solution is the values of x where the graphs intersect or the graph for f(x) is lower than that for g(x)

          Proof


            TO DO: p1 - language; remember divider!

          p2 Identities:

          • In an identity, (≡), all possible values will satisfy the identity, whereas in an equation (=), not all values satisfy the equation
          • For example, (x+y)2x2+2xy+y2 is an identity because it is always true for any value of x and y
          • However, x=y is an equation, because it is only true if x and y have the same value

          p3 Finding unknown constants in an identity:

          • Because identities are true for all variable values, one method to find the values of constants (often represented by upper-case letters) is to substitute multiple random values into a variable and solve the set of resulting equations
          • Another method is to manipulate each side so that the structure of each side is equal, and then compare the coefficients

          p4 Proof by induction:

          • The steps for proof by induction are as follows:
            - Prove that the result is true for a starting value (e.g. n=1)
            - Assume that the result is true for a value of k
            - Prove that if it is true for k, it is also true for k+1
            - This therefore proves that the proposition is true. A small sentence should be used to show this: So if the result is true when n=k, then it is true when n=k+1. As it is true for n=1, it is true for all n 1 by induction.
          • Example: Prove that the sequence 1+2+3+...+n= n(n+1)2
            - Step 1: When n=1, LHS = 1 and RHS = 1(1+1)/2=1. Therefore, the hypothesis is true for n=1
            - Step 2: Let n = k. After this substitution, LHS = 1+2+3+...+k and RHS = k(k+1)2
            - Step 3: Now let n=k+1:
               - LHS: We know that 1+2+3+...+k= k(k+1)2. Therefore, we must add (k+1) to get k(k+1)2 +(k+1)
               - Create a common denominator: k(k+1)2 + 2(k+1)2
               - The left-hand side therefore simplifies to (k+1)(k+2)2
               - RHS: If we replace all instances of n in n(n+1)2 with (k+1), we get (k+1)(k+1+1)2 = (k+1)(k+2)2
            - LHS is now equal to RHS. We show that the proof is complete by writing: so if the result is true when n=k, then it is true when n=k+1. As it is true for n=1, it is true for all n1 by induction.

          Algebra


            a1 Sequences and series:

            • A sequence is a set of numbers
            • A series is the sum of a sequence

            a2 Summation:

            • The notation is to use the sign (uppercase sigma). ar where ar is a sequence formula, is equal to the sum of all terms added together, to infinity
            • To make the series finite, limits can be added. The upper limit is written above the and the lower limit is written below
              - The limits are included - if summing ar=r2 from r=1 to r=4, the sum would equal 12+22+32+42
            • The following can be combined and simplified to sum a sequence. The middle two are provided in the exam:
              - Linear: r=12n(n+1)
              - Quadratic: r2=16n(n+1)(2n+1)
              - Cubic: r3=14n2(n+1)2
              - For constants: 1=n (so replace any constant terms with n
            • To sum a finite series:
              - Arithmetic sequences: Sn=12n(2a+(n1)d)
              - Geometric sequences: Sn= a(1rn)1r
            • Relationships:
              - Where d is the common difference and a is the first term
              - Arithmetic: ak=a+(k1)d
              - Geometric: ak=ark1

            The method of differences:

            • The first step to many method of differences questions is to simplify an addition/subtraction of two fractions. This is done by multiplying their denominators to create a common denominator, and then multiplying each fraction by what's required to make it reach that common denominator
            • In some sequences, each term can be expressed as the difference between several fractions. For example:
            • Find 1r1r+1
              - When r=1: 1112
              - When r=2:    +1213
              - When r=3:            +1314 etc...
              - You can see that the middle section cancels. Therefore, you can find the sum by only calculating the first and last 3 terms
            • When finding the sum to n instead of a set limit, the final three terms will be (n2), (n1) and n

            a3 Convergent series:

            • A convergent series approaches a number but never reach it. For example, ak=1/k
            • Arithmetic series can therefore never be convergent
              TO DO: a4 "Be able to manipulate simple algebraic inequalities, to deduce the solution of suchan inequality." a5 "Appreciate the relationship between the roots and coefficients of quadratic, cubic and quartic equations." a6 "Be able to form a new equation whose roots are related to the roots of a given equation by a linear transformation."

            a5 The relationships between the roots and coefficients of polynomials:

              Quadratics:

              • The sum of the roots (α) is equal to ba (ax2+bx+c)
              • The product of the roots (αβ) is ca
              • Example: The roots of the equation 2z2+3z+5=0 are α and β. Find an equation with the roots 2α and 2β
                - Step 1: Find the sum of roots and product of roots:
                   - α+β=ba=32
                   - αβ=ca=52
                - Step 2: Find the same for the new equation
                   - 2α+2β=2(α+β)=2(32)=3
                   - 2α×2β=4αβ=4(52)=10
                - Step 3: Find the new equation
                   - Since ba must equal 3, we can try a=1 and find that b=3
                   - Similarly, ca=10 so c=10
                   - Therefore, the new equation is z2+3z+10=0
                   - (if there were fractional coefficients here, a=1 should be changed to make them integers

              Cubics:

              • Sum of roots = ba
              • Sum of the products of roots in pairs (αβ+βγ+γα or αβ) = ca
              • Product of the roots (αβγ)= da

              Quartics:

              • Sum of roots = ba
              • Sum of the product of roots in pairs = ca
              • Sum of the product of roots in threes (αβγ+βγδ+γδα+δαβ or αβγ) = da
              • Product of the roots (αβδγ) = ea