Problems

Filters
Clear Filters

4 problems found

2015 Paper 1 Q1
D: 1484.0 B: 1538.1

  1. Sketch the curve \(y = \e^x (2x^2 -5x+ 2)\,.\) Hence determine how many real values of \(x\) satisfy the equation \(\e^x (2x^2 -5x+ 2)= k\) in the different cases that arise according to the value of \(k\). {\em You may assume that \(x^n \e^x\to 0\) as \(x\to-\infty\) for any integer \(n\).}
  2. Sketch the curve \(\displaystyle y = \e^{x^2} (2x^4 -5x^2+ 2)\,\).


Solution:

  1. \(y = e^x(2x^2-5x+2) = e^x(2x-1)(x-2)\), we also have \(y' = e^x(2x^2-5x+2 + 4x-5) = e^x(2x^2-x-3) = e^x(2x-3)(x+1)\) \(y(-1) = \frac{9}{e}\), \(y(\frac32) = -e^{3/2}\)
    TikZ diagram
    If \(k < -e^{3/2}\) there are no solutions. If \(k = -e^{3/2}\) there is a unique solution. If \(-e^{3/2} < k \leq 0\) there are two solutions. If \(0 < k < \frac{9}{e}\) there are three solutions. Otherwise there is a unique solution.
  2. TikZ diagram

1999 Paper 2 Q2
D: 1600.0 B: 1516.0

Consider the quadratic equation $$ nx^2+2x \sqrt{pn^2+q} + rn + s = 0, \tag{*} $$ where \(p>0\), \(p\neq r\) and \(n=1\), \(2\), \(3\), \(\ldots\) .

  1. For the case where \(p=3\), \(q=50\), \(r=2\), \(s=15\), find the set of values of \(n\) for which equation \((*)\) has no real roots.
  2. Prove that if \(p < r\) and \(4q(p-r) > s^2\), then \((*)\) has no real roots for any value of \(n\).
  3. If \(n=1\), \(p-r=1\) and \(q={s^2}/8\), show that \((*)\) has real roots if, and only if, \(s \le 4-2\sqrt{2}\ \) or \(\ s \ge 4+2\sqrt{2}\).


Solution:

  1. \(\,\) \begin{align*} && 0 &= nx^2 + 2\sqrt{3n^2+50}x + 2n + 15 \\ && 0 &> \Delta = 4(3n^2+5) - 4\cdot n \cdot (2n + 15) \\ \Leftrightarrow && 0 &> n^2-15n+5\\ \text{cv}: && n &= \frac{15 \pm \sqrt{225 - 20}}{2} \\ &&&\approx \frac{15\pm14.x}{2}\\ \Leftrightarrow &&n &\in \{1, 2, \cdots, 14\} \end{align*}
  2. \(\,\) \begin{align*} && 0 &> \Delta = 4(pn^2+q) - 4\cdot n \cdot (rn+s) \\ \Leftrightarrow && 0&>(p-r)n^2-sn+q \end{align*} Which is always true if \(r > p\) and \(s^2 < 4q(p-r)\)
  3. \(\,\) \begin{align*} && 0 &= x^2 + 2\sqrt{p+q}x+ r+s \\ && 0 &\leq \Delta = 4(p+q) - 4(r+s) \\ && 0 &\leq 1 + s^2/8 - s \\ \text{c.v}: && s &= \frac{1 \pm \sqrt{1-4 \cdot \frac{1}{8}}}{2\cdot\frac18} \\ &&&= 4 \pm 4\sqrt{\frac12} \\ &&&= 4 \pm 2\sqrt{2} \\ \Rightarrow && s \leq 4 - 2\sqrt{2} &\text{ or } s \geq 4 + 2\sqrt{2} \end{align*}

1996 Paper 3 Q2
D: 1700.0 B: 1516.0

For all values of \(a\) and \(b,\) either solve the simultaneous equations \begin{alignat*}{1} x+y+az & =2\\ x+ay+z & =2\\ 2x+y+z & =2b \end{alignat*} or prove that they have no solution.


Solution: Consider the matrix system: \begin{align*} \left(\begin{array}{ccc|c} 1 & 1 & a & 2 \\ 1 & a & 1 & 2 \\ 2 & 1 & 1 & 2b \\ \end{array}\right) \\ \left(\begin{array}{ccc|c} 1 & 1 & a & 2 \\ 0 & a-1 & 1-a & 0 \\ 0 & -1 & 1-2a & 2b-4 \\ \end{array}\right)\\ \left(\begin{array}{ccc|c} 1 & 1 & a & 2 \\ 0 & a-1 & 1-a & 0 \\ 0 & 0 & -2a & 2b-4 \\ \end{array}\right) \\ \end{align*} Assuming that \(a \neq 1, 0\) all steps are fine and: \(z = \frac{2-b}{a}, y = \frac{2-b}{a}, x +(1+a)y = 2, x = 2 - \frac{(2-b)(1+a)}{a} = \frac{ab+b-2}{a}\) If \(a = 0\), \(y = z\) and \(\begin{cases} x + y &= 2 \\ 2x + 2y &= 2b \end{cases} \Rightarrow b= 2, x = t, y = 2-t, z = 2-t\) If \(a = 1\), \(x = 2b-2, y = t, z = 4-t-2b\), where \(t \in \mathbb{R}\)

1995 Paper 3 Q1
D: 1700.0 B: 1500.0

Find the simultaneous solutions of the three linear equations \begin{alignat*}{1} a^{2}x+ay+z & =a^{2}\\ ax+y+bz & =1\\ a^{2}bx+y+bz & =b \end{alignat*} for all possible real values of \(a\) and \(b\).


Solution: \begin{align*} && a^{2}x+ay+z & =a^{2} \tag{1}\\ && ax+y+bz & =1 \tag{2}\\ && a^{2}bx+y+bz & =b \tag{3} \\ \\ (1) - a(2): && (1-ba)z &= a^2-a \\ \Rightarrow && z &= \frac{a^2-a}{1-ab} \tag{if \(ab \neq 1\)} \\ \\ (2) - (3): && (a-a^2b)x &= b - 1 \\ \Rightarrow && x &= \frac{b-1}{a(1-ab)} \tag{if \(a \neq 0, ab \neq 1\)} \\ \\ b(1) - (3): && (ab-1)y &= a^2 - b^2 \\ \Rightarrow && y &= \frac{a^2-b^2}{ab-1} \end{align*} Let's consider the cases where \(a = 0\), then \begin{align*} && z &= 0 \\ && y + bz &= 1 \\ && y+bz &= b \\ \Rightarrow && y &= 1 = b \end{align*} So if \(a = 0\) then \(b = 1\) and \(x \in \mathbb{R}, y = 1, z = 0\). If \(a \neq 0, ab = 1\), then \begin{align*} && a^2 x + ay + z &= a^2 \\ && ax + y + \frac1{a}z &= a \\ && ax + y + \frac{1}{a}z &= b \\ \end{align*} The last two equations imply \(a = b = \pm 1\). \(a = 1 \Rightarrow x+y+z = 1\), so we have a lot of solutions. \(a = -1 \Rightarrow x -y +z = 1\) so again, lots of solutions. Conclusion: If \(ab \neq 1, a \neq 0\), we have: \[ (x,y,z) = \left (\frac{b-1}{a(1-ab)}, \frac{a^2-b^2}{ab-1}, \frac{a^2-a}{1-ab} \right)\] If \(a = 0\) then \(b = 1\) and we have: \((x,y,z) = (t, 1, 0)\). If \(ab = 1\) then \(a = 1\) or \(a = -1\). If \(a = 1\) then \((x,y,z) = (t, s, 1-t-s)\) If \(a = -1\) then \((x,y,z) = (t,s,1-t+s)\)