0% found this document useful (0 votes)
26 views2 pages

Pure Mathematics 1 Revision Guide

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Pure Mathematics 1 Revision Guide

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Further Pure Mathematics 1 – Revision Notes

1. Roots of Polynomial Equations


Relations between roots and coefficients for polynomials allow us to express sums and products of
roots without solving the equation. For a quadratic ax²+bx+c=0 with roots α,β:

α + β = -b/a, αβ = c/a

For cubic ax³+bx²+cx+d=0 with roots α,β,γ:

α + β + γ = -b/a, αβ + βγ + γα = c/a, αβγ = -d/a

Symmetric functions of the roots can be evaluated using these identities. Substitutions (e.g., for
reciprocals 1/α, 1/β, etc.) are often used to derive new equations.

Example: Solve for the equation whose roots are the reciprocals of x² - 3x + 2 = 0.

2. Rational Functions and Graphs


For rational functions where numerator and denominator degrees ≤ 2, key steps include finding
vertical/horizontal/oblique asymptotes, intercepts, and ranges (often using discriminants).

Transformations such as y=f(x), y²=f(x), y=f(hx), and y=f(x+h) shift or reshape graphs and are used to
solve inequalities and equations visually.

Example: Sketch y=(x²-4)/(x-1), indicating asymptotes and turning points.

3. Summation of Series
Standard sums for natural numbers (n terms):

∑r = n(n+1)/2, ∑r² = n(n+1)(2n+1)/6, ∑r³ = [n(n+1)/2]²

The method of differences simplifies telescoping series. Convergence is determined by examining the
nth term and sum to infinity (if |r|<1 for a geometric series).

Example: Find the sum of ∑ (1/(k(k+1))) for k=1 to n.


4. Matrices
Matrices (up to 3×3) can be added, subtracted, and multiplied. Determinants and inverses for 2×2 and
3×3 are essential for solving systems and transformations. Geometric transformations (rotations,
reflections, stretches) can be expressed with matrices.

The determinant represents the area (scale factor) for 2D transformations. Invariant points and lines
satisfy T(x)=x for transformation T.

Example: Find the inverse of [[2,1],[5,3]] and identify any invariant lines.

5. Polar Coordinates
The conversion between Cartesian and polar coordinates uses x=rcosθ, y=rsinθ. Curves can be
represented in either system. Sector area formula:

Area = (1/2) ∫ r² dθ

Example: Sketch r=2cosθ for 0≤θ≤π.

6. Vectors
Planes can be expressed as ax+by+cz=d, r·n=p, or r=a+λb+µc. The cross product a×b gives a vector
perpendicular to both a and b. Applications include finding distances, angles, and lines of intersection.

Example: Find the line of intersection between planes x+y+z=6 and 2x-y+z=3.

7. Proof by Induction
Induction involves proving the base case, assuming true for n=k, and showing it holds for n=k+1. Used
for summations, divisibility, and sequences.

Example: Prove by induction that ∑r = n(n+1)/2.

Common questions

Powered by AI

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 .

You might also like