Pure Mathematics 1 Revision Guide
Pure Mathematics 1 Revision Guide
The method of differences is used for simplifying telescoping series by expressing each term such that many intermediate terms cancel out, leaving a simplified expression involving mostly the first and last terms. This is important to evaluate series that otherwise seem complex or challenging to sum directly. For example, for the series ∑ (1/(k(k+1))) from k=1 to n, each term 1/k - 1/(k+1) simplifies to 1/1 - 1/(n+1), neatly telescoping the series to a calculable sum .
For rational functions, key features include vertical asymptotes where the denominator is zero, horizontal or oblique asymptotes determined by comparing degrees of numerator and denominator, intercepts found by setting y and x to zero, and ranges often using discriminants. An example is y=(x²-4)/(x-1) which has a vertical asymptote at x=1, finds intercepts by solving y=0 and x=0, and horizontal asymptote can be evaluated at infinity .
Mathematical induction proofs involve verifying the base case, assuming a statement applies to n=k, and proving it for n=k+1. For the formula ∑r = n(n+1)/2, begin with the base case, n=1: 1 = 1(1+1)/2, which holds true. Assume for n=k: ∑k = k(k+1)/2. For n=k+1, ∑(k+1) = k(k+1)/2 + (k+1), simplifying requires proving it matches (k+1)(k+2)/2. This logical breakdown of extending truth from n=k to n=k+1 reinforces the universality of the formula .
The cross product of two vectors results in a vector orthogonal to both original vectors, making it invaluable in geometry for computing areas and normal vectors to planes. Given vectors a and b, the cross product a×b provides a perpendicular vector, essential for defining plane orientations and intersections. Its magnitude signifies parallelogram area, underlining geometric visualization and construction from vectorial relationships fundamental to spatial reasoning in physics and engineering .
In a quadratic equation ax²+bx+c=0 with roots α, β, we have the relationships α + β = -b/a and αβ = c/a. For a cubic equation ax³+bx²+cx+d=0 with roots α, β, γ, the relationships are α + β + γ = -b/a, αβ + βγ + γα = c/a, and αβγ = -d/a. These relationships allow for setting up equations using symmetric functions of the roots without directly solving the polynomial. For instance, substitutions such as using the reciprocals 1/α, 1/β, etc., can easily derive new equations by transforming the given roots .
Finding the line of intersection between two planes involves solving their simultaneous equations to determine a common line. Consider planes x+y+z=6 and 2x-y+z=3. Solving these requires finding their normal vectors and solving the system: x + y + z = 6 and 2x - y + z = 3. By eliminating variables through substitution or matrix methods, we define a point and direction vector, obtaining the parametric equation for the line of intersection. This intricate integration of vector operations underscores the spatial understanding of intersecting planes .
Matrices apply to geometric transformations by representing operations such as rotations, reflections, and scaling in matrix form, where multiplication with vector coordinates yields the desired transformation. The determinant of a 2×2 matrix represents the scale factor of area transformation in 2D. A determinant of zero indicates a degenerate transformation collapsing to a line or point, while absolute values >1 or <1 indicate expansion or contraction, respectively. This mathematical application is crucial for understanding and calculating area changes in geometric transformations .
To convert a Cartesian equation x² + y² = 4 to polar coordinates, utilize the conversion formulas x = rcosθ and y = rsinθ. Substitute these into the Cartesian equation: (rcosθ)² + (rsinθ)² = 4. Simplified, it becomes r²(cos²θ + sin²θ) = 4, using the trig identity cos²θ + sin²θ = 1, turns into r²=4, giving r=2. Thus, the polar equation is a circle with radius 2 .
Transformations such as shifts (y=f(x)+c, y=f(x-h)) and stretches (y=af(x), y=f(kx)) allow visual exploration of inequalities and function behavior changes in rational graphs. By reshaping these graphs, intersections and asymptotic behaviors become visually apparent, aiding inequality solutions or domain/range explorations. For y=(x²-4)/(x-1), transformations shift intercepts or scale asymptotes, intuitively revealing solutions. This visual approach demystifies complex rational function behaviors beyond algebraic manipulation .
Transformations in polar coordinates, such as scaling or rotational adjustments, impact the graph's geometry. Consider r=2cosθ for 0≤θ≤π, a polar equation representing a limaçon. Through variations like θ-adjustment or different coefficients, this curve can become a circle or spiral, illustrating how polar transformation parameters directly alter shape and symmetry. These manipulations, deeply rooted in trigonometric identities, offer powerful visualization and modeling potential in polar contexts .