77 problems found
Let \(\lfloor x \rfloor\) denote the largest integer that satisfies \(\lfloor x \rfloor \leq x\). For example, if \(x = -4.2\), then \(\lfloor x \rfloor = -5\).
Solution:
Solution:
In this question, you need not consider issues of convergence.
Solution:
The sequence \(F_n\), for \(n = 0, 1, 2, \ldots\), is defined by \(F_0 = 0\), \(F_1 = 1\) and by \(F_{n+2} = F_{n+1} + F_n\) for \(n \geqslant 0\). Prove by induction that, for all positive integers \(n\), \[\begin{pmatrix} F_{n+1} & F_n \\ F_n & F_{n-1} \end{pmatrix} = \mathbf{Q}^n,\] where the matrix \(\mathbf{Q}\) is given by \[\mathbf{Q} = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix}.\]
The Fibonacci numbers are defined by \(F_0 = 0\), \(F_1 = 1\) and, for \(n \geqslant 0\), \(F_{n+2} = F_{n+1} + F_n\).
You may assume that all infinite sums and products in this question converge.
A train has \(n\) seats, where \(n \geqslant 2\). For a particular journey, all \(n\) seats have been sold, and each of the \(n\) passengers has been allocated a seat. The passengers arrive one at a time and are labelled \(T_1, \ldots, T_n\) according to the order in which they arrive: \(T_1\) arrives first and \(T_n\) arrives last. The seat allocated to \(T_r\) (\(r = 1, \ldots, n\)) is labelled \(S_r\). Passenger \(T_1\) ignores their allocation and decides to choose a seat at random (each of the \(n\) seats being equally likely). However, for each \(r \geqslant 2\), passenger \(T_r\) sits in \(S_r\) if it is available or, if \(S_r\) is not available, chooses from the available seats at random.
A sequence \(x_1, x_2, \ldots\) of real numbers is defined by \(x_{n+1} = x_n^2 - 2\) for \(n \geqslant 1\) and \(x_1 = a\).
Solution:
A sequence \(u_1, u_2, \ldots, u_n\) of positive real numbers is said to be unimodal if there is a value \(k\) such that \[u_1 \leqslant u_2 \leqslant \ldots \leqslant u_k\] and \[u_k \geqslant u_{k+1} \geqslant \ldots \geqslant u_n.\] So the sequences \(1, 2, 3, 2, 1\);\ \(1, 2, 3, 4, 5\);\ \(1, 1, 3, 3, 2\) and \(2, 2, 2, 2, 2\) are all unimodal, but \(1, 2, 1, 3, 1\) is not. A sequence \(u_1, u_2, \ldots, u_n\) of positive real numbers is said to have property \(L\) if \(u_{r-1}u_{r+1} \leqslant u_r^2\) for all \(r\) with \(2 \leqslant r \leqslant n-1\).
For non-negative integers \(a\) and \(b\), let \[ \mathrm{I}(a,b) = \int_0^{\frac{\pi}{2}} \cos^a x \cos bx \; \mathrm{d}x. \]
For any two real numbers \(x_1\) and \(x_2\), show that $$|x_1 + x_2| \leq |x_1| + |x_2|.$$ Show further that, for any real numbers \(x_1, x_2, \ldots, x_n\), $$|x_1 + x_2 + \cdots + x_n| \leq |x_1| + |x_2| + \cdots + |x_n|.$$
Solution: Claim: \(|x_1 + x_2| \leq |x_1| + |x_2|\) Proof: Case 1: \(x_1, x_2 \geq 0\). The inequality is equivalent to \(|x_1 + x_2| = x_1 + x_2 = |x_1|+|x_2|\) so it's an equality. Case 2: \(x_1, x_2 \leq 0\). The inequality is equivalent to \(|x_1+x_2| = -x_1-x_2 = |x_1|+|x_2\), so it's also an equality in this case. Case 3: (wlog) \(|x_1| \geq |x_2| > 0\) and \(x_1x_2 < 0\) then \(|x_1+x_2| = x_1-x_2 \leq x_1 \leq |x_1|+|x_2|\) We can prove this by induction, we've already proven the base case and: \(|x_1+x_2 + \cdots + x_n| \leq |x_1 + x_2 + \cdots x_{n-1}| + |x_n| \leq |x_1| + |x_2| + \cdots + |x_n|\)
The sequence of functions \(y_0\), \(y_1\), \(y_2\), \(\ldots\,\) is defined by \(y_0=1\) and, for \(n\ge1\,\), \[ y_n = (-1)^n \frac {1}{z} \, \frac{\d^{n} z}{\d x^n} \,, \] where \(z= \e^{-x^2}\!\).
Solution:
The real numbers \(a_1\), \(a_2\), \(a_3\), \(\ldots\) are all positive. For each positive integer \(n\), \(A_n\) and \(G_n\) are defined by \[ A_n = \frac{a_1+a_2 + \cdots + a_n}n \ \ \ \ \ \text{and } \ \ \ \ \ G_n = \big( a_1a_2\cdots a_n\big) ^{1/n} \,. \]
Solution: