STEP Questions for A Level Maths
STEP Questions for A Level Maths
Proof by induction involves demonstrating that a statement holds for a base case and then proving that if it holds for an arbitrary case k, it follows that it holds for k+1. For sequences and series, one starts by proving the given formula or property is true for the initial term (base case). Then, assuming it is true for an arbitrary term k (inductive hypothesis), one shows it must be true for the k+1 term by using algebraic manipulations based on the hypothesis. This method is particularly efficient in verifying formulas involving sums and recursions, ensuring the formula's correctness across all natural numbers .
Stationary points are where the first derivative of a function is zero, indicating potential maxima, minima, or points of inflection, crucial for understanding a graph's local behavior. To determine them, one calculates the derivative of the function and sets it equal to zero, solving for the x-values. Further analysis, such as the second derivative test, confirms the point's nature—whether it is a maximum, minimum, or inflection. Identifying stationary points is essential in optimization problems and exploring the general behavior of functions in applied mathematics and physics .
Logarithms transform exponential equations into linear ones, making them easier to solve. By applying a logarithm to both sides of an exponential equation, the exponent is brought down as a coefficient, simplifying expressions defined by exponents. This property is derived from the identity log_b(a^c) = c*log_b(a), which linearizes the exponent and allows for straightforward algebraic manipulation to solve for the unknown variable. For complex expressions involving multiple exponentials or compounded growth rates, logarithms make it possible to solve or simplify these situations into manageable forms .
Completing the square is a method used to transform a quadratic equation in the form ax^2 + bx + c into a perfect square plus a constant. This transformation reveals the vertex of the quadratic function, providing insight into its graph and the nature of its roots. By rewriting the equation as (x+d)^2 = e, we can determine the number and type of roots based on the value of e: if e > 0, there are two distinct real roots; if e = 0, one real root (a double root); if e < 0, two complex roots. This method aligns with the discriminant analysis, where the value inside the square root of the quadratic formula (b^2 - 4ac) determines the nature of the roots .
The tangent line to a function at a given point is a straight line that touches the curve at that point without crossing it, representing the instantaneous rate of change or slope of the function at that point. The normal line is perpendicular to the tangent line at that point. To calculate them using differentiation, one first finds the derivative of the function to determine the slope of the tangent line. If the derivative at a point is m, the tangent line's equation is y - y1 = m(x - x1). The slope of the normal line is the negative reciprocal, -1/m, giving the normal line's equation as y - y1 = -1/m (x - x1).
Reciprocal trigonometric functions such as secant (sec), cosecant (csc), and cotangent (cot) significantly alter the properties of the primary trigonometric functions (sine, cosine, and tangent). The range of these reciprocal functions expands since sec and csc reciprocals result in asymptotes where the sine and cosine are zero. The periods of sec and csc remain the same as cosine and sine (2π), while cot has the same period as tan (π), introducing asymptotic behavior. These transformations complicate graphing but offer valuable insights into periodic properties and behaviors in trigonometric contexts .
The transformations applied to cubic functions, such as shifts, stretches, and reflections, can significantly alter the shape and position of the graph but do not change the root structure itself. Shifts up, down, or sideways result in the whole graph moving in the respective direction without changing the x-intercepts. Vertical stretches or reflections across the x-axis change the steepness and concavity of the graph but retain the roots' locations. These transformations can make finding or estimating roots from a graph easier or harder, influencing the interpretation of physical or abstract scenarios modeled by cubic functions .
Riemann sums approximate definite integrals by dividing the area under a curve into rectangular segments, summing their areas to estimate the integral. The benefit of this method is its foundation in the fundamental theorem of calculus, providing a conceptual framework for numeric integration, suitable for simple functions or introductory learning. However, its limitations include lack of precision for curves with significant variation or complexity between sampling points, requiring many subintervals for accuracy. This method is less efficient than advanced techniques like Simpson's rule or trapezoidal rule when high precision is needed in applied contexts .
The discriminant of a quadratic equation, represented as b^2 - 4ac from the quadratic formula x = (-b ± √(b^2 - 4ac)) / (2a), provides critical information about the nature and quantity of the roots. If the discriminant is positive, the equation has two distinct real roots; if zero, it has exactly one real root (a repeated root), and if negative, it has two complex conjugate roots. The discriminant allows for immediate classification of roots without solving the equation, serving as a tool for deeper analysis of equations and their graphs in applied contexts .
Using binomial expansion to approximate non-integer powers involves expanding (1 + x)^n where n is a non-integer, using the generalized binomial theorem. This method extends the familiar binomial expansion to use infinite series, where each term involves the binomial coefficient n choose k, calculated for real numbers. Challenges include ensuring convergence by limiting x to certain values (|x| < 1 for convergence), the complexity of calculating non-integer coefficients, and keeping higher-order terms to maintain precision. Benefits include the ability to handle powers and roots in approximate calculations, which is useful in approximating functions and solving differential equations .