todai-math

2016 translated

3 maths questions

Q1 Invariant lines and eigenvalues and vectors Recurrence relations via matrix eigenvalues View
The tribonacci numbers $\left\{ T _ { n } \right\}$ are defined for non-negative integers $n$ as follows.
$$\left\{ \begin{array} { l } T _ { 0 } = T _ { 1 } = 0 \\ T _ { 2 } = 1 \\ T _ { n + 3 } = T _ { n + 2 } + T _ { n + 1 } + T _ { n } \quad ( n \geq 0 ) \end{array} \right.$$
Answer the following questions.
(1) Find the matrix $A$ that satisfies Eq. (1.1) for all non-negative integers $n$.
$$\left( \begin{array} { l } T _ { n + 3 } \\ T _ { n + 2 } \\ T _ { n + 1 } \end{array} \right) = A \left( \begin{array} { l } T _ { n + 2 } \\ T _ { n + 1 } \\ T _ { n } \end{array} \right)$$
(2) Find the rank and the characteristic equation, i.e., the equation that eigenvalues satisfy, of the matrix $A$.
(3) Let $\lambda _ { 1 } , \lambda _ { 2 } , \lambda _ { 3 }$ denote the eigenvalues of the matrix $A$. Express an eigenvector corresponding to each of the eigenvalues using $\lambda _ { 1 } , \lambda _ { 2 } , \lambda _ { 3 }$.
(4) Prove that the matrix $A$ has only one real number eigenvalue. Letting $\lambda _ { 1 }$ correspond to this eigenvalue, prove that $1 < \lambda _ { 1 } < 2$.
(5) Prove that $T _ { n }$ can be expressed as $T _ { n } = c _ { 1 } \lambda _ { 1 } ^ { n } + c _ { 2 } \lambda _ { 2 } ^ { n } + c _ { 3 } \lambda _ { 3 } ^ { n }$ using constant complex numbers $c _ { 1 } , c _ { 2 } , c _ { 3 }$. You do not need to find values of $c _ { 1 } , c _ { 2 } , c _ { 3 }$ explicitly.
(6) Prove $\lim _ { n \rightarrow \infty } \frac { T _ { n + 1 } } { T _ { n } } = \lambda _ { 1 }$.
Q2 Volumes of Revolution Volume of Revolution about a Horizontal Axis (Evaluate) View
Consider a twice differentiable function $y ( x )$ in an $x y$ plane which connects two points $A ( - 1,2 )$ and $B ( 1,2 )$. Let $S$ be outer surface area of the cylindrical object created by rotation of the curve $y ( x )$ about the $x$ axis. Answer the following questions.
(1) Prove that the surface area $S$ is given by
$$\begin{aligned} S & = 2 \pi \int _ { - 1 } ^ { 1 } F \left( y , y ^ { \prime } \right) \mathrm { d } x \\ F \left( y , y ^ { \prime } \right) & = y \sqrt { 1 + \left( y ^ { \prime } \right) ^ { 2 } } \end{aligned}$$
where $y ^ { \prime } = \frac { \mathrm { d } y } { \mathrm {~d} x }$.
(2) Let the curve $y ( x )$ satisfy the following Euler-Lagrange equation for arbitrary $x$:
$$\frac { \partial F } { \partial y } - \frac { \mathrm { d } } { \mathrm {~d} x } \frac { \partial F } { \partial y ^ { \prime } } = 0$$
Considering Eq. (2.3) along with $\frac { \mathrm { d} F } { \mathrm {~d} x }$, prove that the following relation holds:
$$F - y ^ { \prime } \frac { \partial F } { \partial y ^ { \prime } } = c$$
Here $c$ is a constant.
(3) Express a differential equation satisfied by the curve $y ( x )$ using $y , y ^ { \prime } , c$.
(4) Represent the curve $y ( x )$ as a function of $x$ and $c$.
Obtain an equation which should be satisfied by the constant $c$.
Q3 Combinations & Selection Counting Integer Solutions to Equations View
Answer the following questions.
(1) Calculate the number of possible ways to distribute $n$ equivalent balls to $r$ distinguishable boxes such that each box contains at least one ball, where $n \geq 1$ and $1 \leq r \leq n$.
Next, consider to place $n$ black balls and $m$ white balls in a line uniformly at random. A run is defined to be a succession of the same color. Let $r$ be the number of runs of black balls and $s$ be the number of runs of white balls. Assume that $n \geq 1 , m \geq 1,1 \leq r \leq n$, and $1 \leq s \leq m$.
(2) Calculate the total number of arrangements when we do not distinguish among balls of the same color.
(3) Calculate the probability $P ( r , s )$ that the number of runs of black balls is $r$ and the number of runs of white balls is $s$.
(4) Calculate the probability $P ( r )$ that the number of runs of black balls is $r$.
(5) Using $( 1 + x ) ^ { n } ( 1 + x ) ^ { m } = ( 1 + x ) ^ { n + m }$, show that the following equations hold.
$$\begin{aligned} \sum _ { \ell = 0 } ^ { \min \{ n , m \} } \binom { n } { \ell } \binom { m } { \ell } & = \binom { n + m } { m } \\ \sum _ { \ell = 0 } ^ { \min \{ n - 1 , m \} } \binom { n } { \ell + 1 } \binom { m } { \ell } & = \binom { n + m } { m + 1 } \end{aligned}$$
(6) Calculate the expected value $E ( r )$ and the variance $V ( r )$ of $r$.
Calculate $\lim _ { N \rightarrow \infty } \frac { E ( r ) } { N }$ and $\lim _ { N \rightarrow \infty } \frac { V ( r ) } { N }$ supposing that $N = n + m$ and $\lim _ { N \rightarrow \infty } \frac { n } { N } = \lambda$, where $\lambda$ is a real constant.