Problems

Filters
Clear Filters

1 problem found

2019 Paper 3 Q2
D: 1500.0 B: 1500.0

The definition of the derivative \(f'\) of a (differentiable) function f is $$f'(x) = \lim_{h\to 0} \frac{f(x + h) - f(x)}{h}. \quad (*)$$

  1. The function f has derivative \(f'\) and satisfies $$f(x + y) = f(x)f(y)$$ for all \(x\) and \(y\), and \(f'(0) = k\) where \(k \neq 0\). Show that \(f(0) = 1\). Using \((*)\), show that \(f'(x) = kf(x)\) and find \(f(x)\) in terms of \(x\) and \(k\).
  2. The function g has derivative \(g'\) and satisfies $$g(x + y) = \frac{g(x) + g(y)}{1 + g(x)g(y)}$$ for all \(x\) and \(y\), \(|g(x)| < 1\) for all \(x\), and \(g'(0) = k\) where \(k \neq 0\). Find \(g'(x)\) in terms of \(g(x)\) and \(k\), and hence find \(g(x)\) in terms of \(x\) and \(k\).


Solution:

  1. \(\,\) \begin{align*} && f(0+x) &= f(0)f(x) \\ \Rightarrow && f(0) &= 0, 1\\ &&\text{since }f'(0) \neq 0 & \text{ there is some non-zero } f(x) \\ \Rightarrow && f(0) &= 1 \end{align*} \begin{align*} && f'(x) &= \lim_{h\to 0} \frac{f(x+h)-f(x)}{h} \\ &&&= \lim_{h\to 0} \frac{f(x)f(h)-f(x)}{h} \\ &&&= f(x) \cdot \lim_{h\to 0} \frac{f(h)-1}{h} \\ &&&= f(x) \cdot \lim_{h\to 0} \frac{f(0+h)-f(0)}{h} \\ &&&= f(x) \cdot f'(0) \\ &&&= kf(x) \end{align*} Since \(f'(x) = kf(x)\) we must have \(\frac{f'(x)}{f(x)} = k \Rightarrow \ln f(x) = kx + c \Rightarrow f(x) = Ae^{kx}\) but \(f(0) = 1\) so \(f(x) = e^{kx}\)
  2. Consider \begin{align*} && g(0+0) &= \frac{g(0)+g(0)}{1+(g(0))^2} \\ \Rightarrow && g(0)(1+(g(0))^2)&= 2g(0) \\ \Rightarrow && 0 &= g(0)\left (1- (g(0))^2 \right) \\ \Rightarrow && g(0) &= -1, 0, 1 \\ \Rightarrow && g(0) &= 0 \tag{\(|g(0)| < 1\)} \end{align*} \begin{align*} && g'(x) &=\lim_{h\to 0} \frac{g(x+h)-g(x)}{h} \\ &&&= \lim_{h\to 0} \frac{\frac{g(x)+g(h)}{1+g(x)g(h)}-g(x)}{h} \\ &&&= \lim_{h\to 0} \frac{g(x)+g(h)-g(x)(1+g(x)g(h))}{h(1+g(x)g(h))} \\ &&&= \lim_{h\to 0} \frac{g(h)-g(x)(g(x)g(h))}{h(1+g(x)g(h))} \\ &&&= (1-(g(x))^2) \cdot \lim_{h \to 0} \frac{1}{1+g(x)g(h)} \cdot \lim_{h \to 0} \frac{g(h)}{h} \\ &&&= (1-(g(x))^2) \cdot \frac{1}{1+g(x)\cdot 0} \cdot \lim_{h \to 0} \frac{g(h) - g(0)}{h} \\ &&&= (1-(g(x))^2) \cdot g'(0)\\ &&&= k (1-(g(x))^2) \\ \end{align*} Let \(y = g(x)\) so \begin{align*} && y' &= k(1-y^2) \\ \Rightarrow && kx &= \int \frac{1}{1-y^2} \d y \\ \Rightarrow &&&= \int \frac12\left ( \frac{1}{1-y} + \frac{1}{1+y} \right) \d y \\ &&&= \frac12\ln \left ( \frac{1+y}{1-y} \right) + C \\ x = 0, y = 0: && 0 &= \ln 1 + C \\ \Rightarrow && C &= 0 \\ \Rightarrow && \frac{1+y}{1-y} &= e^{2kx} \\ \Rightarrow && 1+y &= e^{2kx} - e^{2kx}y \\ \Rightarrow && y &= \frac{e^{2kx}-1}{e^{2kx}+1} \\ &&&= \tanh kx \end{align*}