Comprehensive University-Level Advanced Mathematics Study Guide

Algebraic Laws and Foundations

Algebraic manipulations are governed by specific index and logarithmic laws that facilitate the simplification of complex expressions. The index laws state that for any base aa, the following operations apply: animesam=an+ma^n imes a^m = a^{n+m}, an÷am=anma^n \div a^m = a^{n-m}, and (an)m=anm(a^n)^m = a^{nm}. Furthermore, negative indices represent reciprocals such that an=1ana^{-n} = \frac{1}{a^n}, and fractional indices denote roots where a1n=ana^{\frac{1}{n}} = \sqrt[n]{a}. By definition, any non-zero base raised to the power of zero is equal to one, represented as a0=1a^0 = 1.

Logarithmic laws are the inverse of index laws. The relationship between an exponent and a logarithm is defined as n=ax    loga(n)=xn = a^x \iff \log_a(n) = x. For natural logarithms, which use the base ee, several specific rules apply: ln(xy)=ln(x)+ln(y)\ln(xy) = \ln(x) + \ln(y), ln(xy)=ln(x)ln(y)\ln(\frac{x}{y}) = \ln(x) - \ln(y), and for powers, ln(xk)=kln(x)\ln(x^k) = k \ln(x). Special cases for natural logs include ln(1x)=ln(x)\ln(\frac{1}{x}) = -\ln(x), ln(e)=1\ln(e) = 1, and ln(1)=0\ln(1) = 0.

The Factor Theorem is a critical tool for polynomial division and root finding. It states that if a function f(x)f(x) is evaluated at a constant aa such that f(a)=0f(a) = 0, then (xa)(x - a) is a factor of the polynomial, and vice versa. Regarding inequalities, a fundamental rule is that multiplying or dividing both sides by a negative number results in the negation and flipping of the inequality sign (e.g., < becomes >).

Partial fractions are used to decompose complex rational expressions into simpler components. For a denominator with distinct linear factors like 1(x+a)(x+b)\frac{1}{(x + a)(x + b)}, the form is Ax+a+Bx+b\frac{A}{x+a} + \frac{B}{x+b}. If a linear factor is repeated, such as in 1(x+a)2(x+b)\frac{1}{(x + a)^2(x + b)}, the decomposition must account for both powers of the repeated factor: Ax+a+B(x+a)2+Cx+b\frac{A}{x+a} + \frac{B}{(x+a)^2} + \frac{C}{x+b}.

Geometry and Circle Theorems

In trigonometry and geometry, relationships within triangles are explored through the Cosine Rule, a2=b2+c22bccos(A)a^2 = b^2 + c^2 - 2bc \cos(A), and the Sine Rule, asin(A)=bsin(B)=csin(C)\frac{a}{\sin(A)} = \frac{b}{\sin(B)} = \frac{c}{\sin(C)}. The area of any triangle can be calculated using the formula Area=12absin(C)\text{Area} = \frac{1}{2} ab \sin(C).

Circular geometry involves calculations for arcs and sectors. The length of an arc is given by l=rθl = r\theta, and the area of a sector is 12r2θ\frac{1}{2} r^2 \theta. To find the area of a segment (the region between a chord and an arc), the formula used is 12r2(θsin(θ))\frac{1}{2} r^2 (\theta - \sin(\theta)). These formulas are generally provided in formula booklets but are recommended to be memorized for efficiency.

Functions and Graphing

Functions are defined as mappings where each input has exactly one output; "1-to-many" mappings are not considered functions. The term "domain" refers to the input values or the xx-coordinates, while the "range" refers to the output values or the yy-coordinates. Composite functions, denoted as fg(x)fg(x), are evaluated by applying the function gg first, followed by applying ff to the result. Inverse functions (f1f^{-1}) involve swapping the domain and range, reflecting the original function in the line y=xy = x, and are found algebraically by setting x=f(y)x = f(y) and rearranging to solve for yy.

Graphing properties for lines include the midpoint formula (x1+x22,y1+y22)(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}) and the gradient formula m=ΔyΔxm = \frac{\Delta y}{\Delta x}. If two lines are perpendicular with gradients m1m_1 and m2m_2, then m1=1m2m_1 = -\frac{1}{m_2}. The equation of a straight line is expressed as yy1=m(xx1)y - y_1 = m(x - x_1). For quadratic equations, the discriminant b24acb^2 - 4ac determines the nature of the roots: if > 0, there are two real roots; if =0= 0, there is one repeated real root; and if < 0, there are no real roots. Reciprocal graphs follow the structures y=1xy = \frac{1}{x} or y=1x2y = \frac{1}{x^2}. For circles, the standard equation is (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2, where the center is (a,b)(a, b) and the radius is rr.

Graph transformations for a function f(x)f(x) include shifts and stretches. Horizontal shifts are given by f(x+a)f(x + a), moving the graph aa units to the left, while vertical shifts are f(x)+af(x) + a, moving it aa units up. Vertical stretches are af(x)a f(x) with a scale factor of aa, and horizontal stretches are f(ax)f(ax) with a scale factor of 1a\frac{1}{a}. Reflections include f(x)-f(x) across the xx-axis and f(x)f(-x) across the yy-axis. Absolute value transformations include f(x)|f(x)|, which reflects any part below the xx-axis upward, and f(x)f(|x|), which reflects the portion to the right of the yy-axis onto the left.

Vectors

Vectors represent quantities with both magnitude and direction. A position vector ABAB can be found by the difference in position vectors of its endpoints: AB=baAB = b - a. Two vectors aa and bb are parallel if one is a scalar multiple of the other: a=λba = \lambda b, where λ\lambda is a constant. The magnitude of a 3D vector a=xi+yj+zka = xi + yj + zk is calculated using the Pythagorean extension: a=x2+y2+z2|a| = \sqrt{x^2 + y^2 + z^2}. A unit vector is any vector with a magnitude of 11. The angles a vector makes with the coordinate axes are found via direction cosines: cos(θx)=xa\cos(\theta_x) = \frac{x}{|a|}, cos(θy)=ya\cos(\theta_y) = \frac{y}{|a|}, and cos(θz)=za\cos(\theta_z) = \frac{z}{|a|}.

Binomial Expansion, Series, and Sequences

Binomial expansion uses the binomial coefficient nCr=(nr)=n!r!(nr)!{}^n C_r = \binom{n}{r} = \frac{n!}{r!(n - r)!}. The general formula for (1+x)n(1 + x)^n is 1+nx+n(n1)2!x2+n(n1)(n2)3!x3+1 + nx + \frac{n(n - 1)}{2!} x^2 + \frac{n(n - 1)(n - 2)}{3!} x^3 + \dots, which is valid for |x| < 1. For expansions of the form (a+bx)n(a + bx)^n, it is rearranged as an(1+bxa)na^n (1 + \frac{bx}{a})^n, valid for |\frac{bx}{a}| < 1.

Arithmetic series have an nthn^{th} term Un=a+(n1)dU_n = a + (n - 1)d and a sum Sn=n2(2a+(n1)d)S_n = \frac{n}{2}(2a + (n - 1)d) or Sn=n2(a+L)S_n = \frac{n}{2}(a + L), where LL is the last term. Geometric series have an nthn^{th} term Un=arn1U_n = ar^{n-1} and a sum Sn=a(1rn)1rS_n = \frac{a(1 - r^n)}{1 - r}. The sum to infinity is S=a1rS_{\infty} = \frac{a}{1 - r}, provided |r| < 1. Sequences are classified as increasing if U_{n+1} > U_n, decreasing if U_{n+1} < U_n, and periodic if Un+k=UnU_{n+k} = U_n for a period or order kk.

Trigonometry: Identities and Equations

Radians are a standard unit of angular measure, where 2π=3602\pi = 360^{\circ}, π=180\pi = 180^{\circ}, π2=90\frac{\pi}{2} = 90^{\circ}, π3=60\frac{\pi}{3} = 60^{\circ}, π4=45\frac{\pi}{4} = 45^{\circ}, and π6=30\frac{\pi}{6} = 30^{\circ}. Small angle approximations for θ\theta (in radians) include sin(θ)θ\sin(\theta) \approx \theta, cos(θ)1θ22\cos(\theta) \approx 1 - \frac{\theta^2}{2}, and tan(θ)θ\tan(\theta) \approx \theta. Fundamental identities include tan(θ)=sin(θ)cos(θ)\tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)} and the Pythagorean identities: sin2(θ)+cos2(θ)=1\sin^2(\theta) + \cos^2(\theta) = 1, 1+tan2(θ)=sec2(θ)1 + \tan^2(\theta) = \sec^2(\theta), and 1+cot2(θ)=csc2(θ)1 + \cot^2(\theta) = \csc^2(\theta).

Reciprocal functions are defined as csc(θ)=1sin(θ)\csc(\theta) = \frac{1}{\sin(\theta)}, sec(θ)=1cos(θ)\sec(\theta) = \frac{1}{\cos(\theta)}, and cot(θ)=1tan(θ)=cos(θ)sin(θ)\cot(\theta) = \frac{1}{\tan(\theta)} = \frac{\cos(\theta)}{\sin(\theta)}. Co-function identities state sin(θ)=cos(90θ)\sin(\theta) = \cos(90 - \theta) and vice versa. Addition formulae allow for the expansion of sums: sin(A±B)=sin(A)cos(B)±cos(A)sin(B)\sin(A \pm B) = \sin(A) \cos(B) \pm \cos(A) \sin(B) and cos(A±B)=cos(A)cos(B)sin(A)sin(B)\cos(A \pm B) = \cos(A) \cos(B) \mp \sin(A) \sin(B). Double angle formulae include sin(2θ)=2sin(θ)cos(θ)\sin(2\theta) = 2 \sin(\theta) \cos(\theta) and cos(2θ)=cos2(θ)sin2(θ)=2cos2(θ)1=12sin2(θ)\cos(2\theta) = \cos^2(\theta) - \sin^2(\theta) = 2 \cos^2(\theta) - 1 = 1 - 2 \sin^2(\theta). In integration, a useful rearrangement is cos2(θ)=12+12cos(2θ)\cos^2(\theta) = \frac{1}{2} + \frac{1}{2} \cos(2\theta).

Harmonic identities take the form Rcos(θ±α)R \cos(\theta \pm \alpha) or Rsin(θ±α)R \sin(\theta \pm \alpha). If Rcos(α)=aR \cos(\alpha) = a and Rsin(α)=bR \sin(\alpha) = b, then R=a2+b2R = \sqrt{a^2 + b^2} and tan(α)=ba\tan(\alpha) = \frac{b}{a}. When solving trigonometric equations, the principal solutions are modified by periodic properties: sin(θ)\sin(\theta) alternates via 180θ±360180 - \theta \pm 360, cos(θ)\cos(\theta) via 360θ±360360 - \theta \pm 360, and tan(θ)\tan(\theta) via ±180\pm 180.

Calculus: Differentiation

Differentiation from first principles is calculated as f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}. Derivatives indicate the behavior of a function: if f'(x) < 0 it is decreasing, if f(x)=0f'(x) = 0 it is stationary, and if f'(x) > 0 it is increasing. Second derivatives describe curvature: if f''(x) < 0 the function is concave (maximum), if f(x)=0f''(x) = 0 it is a point of inflection, and if f''(x) > 0 it is convex (minimum).

Standard derivative forms include:

  • axnanxn1ax^n \rightarrow anx^{n-1}

  • eaxaeaxe^{ax} \rightarrow ae^{ax}

  • axln(a)axa^x \rightarrow \ln(a) a^x

  • ln(x)1x\ln(x) \rightarrow \frac{1}{x}

  • sin(x)cos(x)\sin(x) \rightarrow \cos(x)

  • cos(x)sin(x)\cos(x) \rightarrow -\sin(x)

  • tan(x)sec2(x)\tan(x) \rightarrow \sec^2(x)

  • sec(x)sec(x)tan(x)\sec(x) \rightarrow \sec(x) \tan(x)

  • cot(x)csc2(x)\cot(x) \rightarrow -\csc^2(x)

  • csc(x)csc(x)cot(x)\csc(x) \rightarrow -\csc(x) \cot(x)

Advanced calculus techniques include the Chain Rule (dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}), the Product Rule (uv+uvuv' + u'v), and the Quotient Rule (vuuvv2\frac{vu' - uv'}{v^2}). Implicit differentiation is used for equations involving both xx and yy by applying ddxf(y)=f(y)dydx\frac{d}{dx} f(y) = f'(y) \frac{dy}{dx}. Parametric differentiation utilizes dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}. Connected rates of change use the chain rule, such as dvdt=dvdr×drdt\frac{dv}{dt} = \frac{dv}{dr} \times \frac{dr}{dt}, where "rate" implies a derivative with respect to time (tt).

Calculus: Integration and Numerical Methods

Integration serves as the anti-derivative. Standard integrals (including a constant cc) are:

  • xnxn+1n+1x^n \rightarrow \frac{x^{n+1}}{n+1}

  • exexe^x \rightarrow e^x

  • 1xlnx\frac{1}{x} \rightarrow \ln|x|

  • sin(x)cos(x)\sin(x) \rightarrow -\cos(x)

  • cos(x)sin(x)\cos(x) \rightarrow \sin(x)

  • sec2(x)tan(x)\sec^2(x) \rightarrow \tan(x)

  • sec(x)tan(x)sec(x)\sec(x) \tan(x) \rightarrow \sec(x)

  • csc2(x)cot(x)\csc^2(x) \rightarrow -\cot(x)

  • csc(x)cot(x)csc(x)\csc(x) \cot(x) \rightarrow -\csc(x)

Integration techniques include the Reverse Chain Rule (considering then scaling), Substitution (matching a sin\sin variable to a derivative), and Integration by Parts: uvdx=uvuvdx\int u v' \,dx = uv - \int u' v \,dx (priority for choosing uu is given to ln(x)\ln(x)). Parametric integration is performed using ydxdtdt\int y \frac{dx}{dt} \,dt while ensuring limits are adjusted. Integration tips include splitting numerators, algebraic division, and partial fractions. The Trapezium Rule provides an approximation for the area under a curve: ydx12h(yfirst+ylast+2(middle values))\int y \,dx \approx \frac{1}{2}h(y_{\text{first}} + y_{\text{last}} + 2(\text{middle values})).

Numerical methods for solving equations include looking for a change in sign in a continuous function over an interval to identify roots. Iterative methods use staircase or cobweb diagrams; Newton-Raphson finds roots using xn+1=xnf(xn)f(xn)x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}, though this method fails if f(x)=0f'(x) = 0.