3 problems found
In this question, \(\lfloor x \rfloor\) denotes the greatest integer that is less than or equal to \(x\), so that \(\lfloor 2.9 \rfloor = 2 = \lfloor 2.0 \rfloor\) and \(\lfloor -1.5 \rfloor = -2\). The function \(\f\) is defined, for \(x\ne0\), by \(\f(x) = \dfrac{\lfloor x \rfloor}{x}\,\).
Solution:
The first question on an examination paper is: Solve for \(x\) the equation \(\displaystyle \frac 1x = \frac 1 a + \frac 1b \;.\) where (in the question) \(a\) and \(b\) are given non-zero real numbers. One candidate writes \(x=a+b\) as the solution. Show that there are no values of \(a\) and \(b\) for which this will give the correct answer. The next question on the examination paper is: Solve for \(x\) the equation \(\displaystyle \frac 1x = \frac 1 a + \frac 1b +\frac 1c \;.\) where (in the question) \(a\,\), \(b\) and \(c\) are given non-zero numbers. The candidate uses the same technique, giving the answer as \(\displaystyle x = a + b +c \;.\) Show that the candidate's answer will be correct if and only if \(a\,\), \(b\) and \(c\) satisfy at least one of the equations \(a+b=0\,\), \(b+c=0\) or \(c+a=0\,\).
Solution: Suppose \begin{align*} && \frac{1}{a+b} &= \frac{1}{a} + \frac{1}{b} \\ \Rightarrow && ab &= b(a+b)+a(a+b) \\ &&&= (a+b)^2 \\ \Rightarrow && 0 &= a^2+ab + b^2 \\ &&&= \tfrac12 (a^2+(a+b)^2+b^2) \end{align*} Which clearly has no solution for non-zero \(a,b\). Suppose \begin{align*} && \frac{1}{a+b+c} &= \frac1a + \frac1b+\frac1c \\ \Leftrightarrow && abc &= (a+b+c)(bc+ca+ab) \\ \Leftrightarrow && 0 &= (a+b+c)(bc+ca+ab) - abc \\ &&&= (a+b)(b+c)(c+a) \end{align*} Therefore it is true iff \(a+b = 0\) or \(b+c=0\) or \(c+a =0\) as required.
Find all the solutions of the equation \[|x+1|-|x|+3|x-1|-2|x-2|=x+2.\]
Solution: Case 1: \(x \leq -1\) \begin{align*} && -1-x+x-3(x-1)+2(x-2) &= x + 2 \\ \Leftrightarrow && -x-2 &= x + 2 \\ \Leftrightarrow && x = -2 \end{align*} Case \(-1 < x \leq 0\): \begin{align*} && x+1+x-3(x-1)+2(x-2) &= x + 2 \\ \Leftrightarrow && x&= x + 2 \\ \end{align*} No solutions Case \(0 < x \leq 1\): \begin{align*} && x+1-x-3(x-1)+2(x-2) &= x + 2 \\ \Leftrightarrow && -x&= x + 2 \\ \end{align*} No solutions Case \(1 < x \leq 2\): \begin{align*} && x+1-x+3(x-1)+2(x-2) &= x + 2 \\ \Leftrightarrow && 5x-6&= x + 2 \\ \Leftrightarrow && x = 2 \end{align*} Case \(2 < x\): \begin{align*} && x+1-x+3(x-1)-2(x-2) &= x + 2 \\ \Leftrightarrow && x+2&= x + 2 \\ \end{align*} Therefore the solutions are \(x \in \{-2\} \cup [2, \infty)\)