2001 Mathematics Exam Paper - Imperial College
2001 Mathematics Exam Paper - Imperial College
The radius of convergence for a series Σ(n+1)x^n can be determined using the ratio test. Apply it by examining the n-th term a_n = (n+1)x^n. Find the limit as n approaches infinity of |a_(n+1)/a_n| = |(n+2)x^(n+1)/(n+1)x^n| = |x| * (n+2)/(n+1), which simplifies to |x| in the limit as n becomes large. Thus, the series converges for |x| < 1, establishing the radius of convergence as 1 .
To evaluate a sin^n(x) dx using integration by parts, first set one term of the integral as u (i.e., u = sin^(n-1)(x)) and the differential of the other, dv, as the remaining part (i.e., dv = sin(x) dx). Apply the integration by parts formula a u dv = uv - 0 v du. Simplify and reapply integration by parts to further integrals as needed. For instance, integrate by parts repeatedly if the power of sin is reduced after each integration step. In the case of a sin^6(x) dx, use the recurrence relation In = n-1/n I_n-2 to simplify calculations and find the integral .
To visualize solutions of complex equations involving conjugates in the complex plane, such as z + z̅ = 1/z + 1/z̅, first convert terms into their components: z = x + iy and z̅ = x - iy. Substitute these forms into the equation and simplify, targeting real and imaginary separations to derive equations in terms of x and y that describe the solution on a plane. This information can be plotted graphically to understand the behavior and symmetries inherent in the equation, often generating geometric figures like lines or circles in the complex plane .
To find the inverse function f^(-1)(x) of f(x), you solve the equation y = f(x) for x in terms of y. Once you have x expressed in terms of y, you replace y with x to find f^(-1)(x). For example, if f(x) = (x + 3)/(2x + 1), solve y = (x + 3)/(2x + 1) for x. After rearranging, you get x = (3 - y)/(2y - 1); hence f^(-1)(x) = (3 - x)/(2x - 1).
For complex functions like cos(z^2), with z = x + iy, use the identity cos(z) = (e^(iz) + e^(-iz))/2 and then replace z by z^2. Express z^2 as a real and imaginary component: z^2 = (x + iy)^2 = x^2 - y^2 + 2ixy. Thus, cos(z^2) = (e^(i(x^2 - y^2 + 2ixy)) + e^(-i(x^2 - y^2 + 2ixy)))/2. Separate the result into real and imaginary parts using Euler's formula for exponentials. For cos(z^2) to be real, its imaginary part must vanish, leading to specific conditions for x and y .
The nth derivative of e^(3x) is obtained by exploiting the fact that derivatives of exponential functions remain a multiple of the original function times a power of the constant. So, d^n/dx^n(e^(3x)) = 3^n e^(3x). For the function x^2 e^3x, apply the Leibniz rule for differentiation of a product: d^n/dx^n(x^2 e^(3x)) = sum from k=0 to n of C(n, k) d^(n-k)/dx^(n-k) x^2 * d^k/dx^k e^(3x), which simplifies using previous results for powers and exponentials .
To determine if an infinite series converges, several tests can be applied depending on the series form: the ratio test, root test, comparison test, and integral test. For example, applying the ratio test works well with series of factorials or exponential growth terms. Specifically, for the series Σn!/(2^n), compute the limit of absolute a_(n+1)/a_n. If this limit L < 1, the series converges. Alternatively, compare the series with a known convergent series, or use the integral test if the terms are positive and decreasing .
To solve complex equations like tanh(z) = i, first express tanh(z) in terms of hyperbolic sine and cosine: tanh(z) = sinh(z)/cosh(z). Given z = x + iy, convert sinh(z) and cosh(z) into exponential forms: sinh(z) = (e^z - e^(-z))/2 and cosh(z) = (e^z + e^(-z))/2. Substitute into the equation and equate the real and imaginary parts separately to solve for x and y. This typically involves setting up a system of non-linear equations because each part of tanh(z) equates to i's real and imaginary components .
Stationary points occur where the derivative dy/dx = 0, indicating potential local maxima, minima, or saddle points. To find these, you set the derivative equal to zero and solve for x and y. Points where the derivative becomes infinite occur where dy/dx is undefined, often due to division by zero in the derivative's expression. For the curve y^2 = x^2 - x^4/4, first find dy/dx using implicit differentiation, then solve dy/dx = 0 for stationary points and identify points where the denominator of dy/dx is zero for infinite points .
To sketch the curve y^2 = x^2 - x^4/4, first find the first derivative dy/dx for critical points and behavior analysis. Determine the stationary points by setting dy/dx = 0 and find where dy/dx becomes infinite. Use these along with second derivative test results to understand the concavity and behavior near critical points. Analyze symmetry and intercepts: the curve might be symmetric with respect to the y-axis due to its even terms. Identify behavior at infinity and asymptotic behavior, if any, by evaluating limits as x approaches large values .