Pearson Edexcel International A Level Pure Mathematics 4 Study Notes
CHAPTER 1: PROOF
1.1 Proof by Contradiction
Definition of Contradiction: A disagreement between two statements, meaning both cannot be true simultaneously.
Methodology:
Negation: Start by assuming the statement you wish to prove is not true.
Logical Deduction: Use logical steps to show that this assumption leads to something impossible.
Contradiction: This result will either contradict the initial assumption or a known mathematical fact.
Conclusion: Conclude that the assumption was incorrect, therefore the original statement must be true.
Notation: The negation of a statement is the assertion of its falsehood.
Rational and Irrational Numbers:
Rational Numbers (Q): Can be written in the form ba where a and b are integers.
Irrational Numbers: Cannot be expressed in the form ba with integer components.
Examples and Applications
Greatest Odd Integer: Proved false by assuming a greatest odd integer n exists; however, n+2 is also an integer, greater than n, and odd (odd+even=odd). This contradicts the assumption.
Even Squares: If n2 is even, then n must be even. To prove this, assume n is odd (n=2k+1). Then n2=(2k+1)2=4k2+4k+1=2(2k2+2k)+1, which is odd. This contradicts the given fact that n2 is even.
Irrationality of 2: Assume 2=ba in simplest form. Then 2b2=a2, implying a is even (a=2n). Substituting gives 2b2=4n2, so b2=2n2, implying b is also even. If both are even, they share a factor of 2, contradicting the "simplest form" assumption.
Infinite Prime Numbers: Assume a finite set of primes P1,P2,…,Pn. Consider N=(P1×P2×…×Pn)+1. Dividing N by any listed prime results in a remainder of 1. Thus, N is either prime or has a prime factor not in the list, contradicting the finite assumption.
CHAPTER 2: PARTIAL FRACTIONS
2.1 Linear Factors
The Concept: Splitting a single fraction with distinct linear factors in the denominator into a sum of two or more separate fractions.
General Form:(x+1)(x−4)5=x+1A+x−4B.
Methods to Find Constants:
Substitution: Choosing values for x that eliminate one or more terms (usually the roots of the linear factors).
Equating Coefficients: Expanding the numerator and matching the coefficients of xn on both sides of the identity.
2.2 Repeated Factors
Requirement: If a linear factor is squared in the denominator, it must be represented twice: once with the linear power and once with the squared power.
General Form:(x−5)(x+3)22x+9=x−5A+x+3B+(x+3)2C.
2.3 Improper Fractions
Definition: A fraction where the degree of the numerator is greater than or equal to the degree of the denominator.
Procedure: Perform algebraic division or use a structural identity to convert the fraction into a polynomial plus a proper fraction before splitting into partial fractions.
Structural Forms:
Degree 2 over Degree 2: A+linearB+linearC.
Degree 3 over Degree 2: Ax+B+linearC+linearD.
CHAPTER 3: COORDINATE GEOMETRY
3.1 Parametric Equations
Definitions: Coordinates x and y are expressed as functions of a third variable, the parameter (usually t or θ).
x=p(t)
y=q(t)
Cartesian Conversion: Eliminate the parameter by rearranging one equation for t and substituting into the other.
Domain and Range:
The domain of the Cartesian function y=f(x) is the range of the parametric function for x.
The range of the Cartesian function y=f(x) is the range of the parametric function for y.
3.2 Trigonometric Identities in Parametric Forms
Parameters involving trig functions often require identities for elimination:
Use sin2(t)+cos2(t)=1 for circles/ellipses.
Use 1+tan2(t)=sec2(t) and 1+cot2(t)=csc2(t).
Double angle identities: sin(2t)=2sin(t)cos(t).
Shapes: A specific common form is x=asin(t)+h and y=acos(t)+k, which represents a circle (x−h)2+(y−k)2=a2.
CHAPTER 4: BINOMIAL EXPANSION
4.1 Expanding (1+x)n
The Formula (for rational n): (1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+…
Validity: The expansion is an infinite series and only converges (is valid) if |x| < 1.
Generalizing for (1+bx)n: Valid when |bx| < 1, or |x| < \frac{1}{|b|}.
4.2 Expanding (a+bx)n
Transformation: You must factor out an to make the first term inside the bracket 1: (a+bx)n=an(1+abx)n
Validity: Valid when |\frac{b}{a}x| < 1, or |x| < |\frac{a}{b}|.
4.3 Using Partial Fractions
For complex rational expressions, first use partial fractions to decompose the expression into terms of the form A(1+kx)−n, then expand each term individually.
CHAPTER 5: DIFFERENTIATION
5.1 Parametric Differentiation
Chain Rule:dxdy=dx/dtdy/dt.
Used to find the gradient of a curve defined parametrically without needing the Cartesian form.
5.2 Implicit Differentiation
Differentiating equations where y is not the subject (e.g., x2+y2=25).
Key Rules:
dxd(f(y))=f′(y)dxdy
Product Rule: dxd(xy)=xdxdy+y
5.3 Rates of Change and Differential Equations
Chain Rule for Rates:dtdA=drdA×dtdr.
Formulating Equations:
"Rate of change is proportional to…": dtdx=kx.
"Rate of loss/decrease": Includes a negative sign, e.g., dtdθ=−k(θ−θ0).
CHAPTER 6: INTEGRATION
6.1 Parametric Area and Volume
Area:A=∫x1x2ydx=∫t1t2g(t)f′(t)dt.
Volume (Rotation about x-axis):V=π∫x1x2y2dx=π∫t1t2[g(t)]2f′(t)dt.
6.2 Advanced Methods
Substitution: Letting u=f(x) to simplify the integral. Remember to differentiate the substitution to find dx in terms of du and adjust the limits.
Integration by Parts:∫udxdvdx=uv−∫vdxdudx.
Order of priority for u: Logarithms, Algebraic, Trigonometric, Exponentials (LATE).
Partial Fractions: Integrate rational functions by decomposing them into simpler linear denominators.
CHAPTER 7: VECTORS
7.1 Arithmetic and Representation
Triangle Law:AB+BC=AC.
Magnitudes: In 3D, for a=xi+yj+zk, the magnitude is ∣a∣=x2+y2+z2.
Unit Vectors:a^=∣a∣a.
7.2 Lines in 3D
Equation of a Line:r=a+λb.
a: Position vector of a point on the line.
b: Direction vector parallel to the line.
Intersection: Set equations for two lines equal; solve the resulting simultaneous equations for parameters λ and μ. If they satisfy the third coordinate equation, the lines intersect.