a1 = a2 = 2, an = an-1 -1, n > 2
⇒ a3 = a2 - 1 = 2 - 1 = 1
a4 = a3 - 1 = 1-1 = 0
a5 = a4 - 1 = 0 - 1 = -1 Hence, the first five terms of the sequence are 2, 2, 1, 0, and –1.
The corresponding series is 2 + 2 + 1 + 0 + (–1) + …
\(f(x) = \begin{cases} x^2, & \quad 0≤x≤3\\ 3x, & \quad 3≤x≤10 \end{cases}\)
The relation g is defined by
\(g(x) = \begin{cases} x^2, & \quad 0≤x≤2\\ 3x, & \quad 2≤x≤10 \end{cases}\)
Show that f is a function and g is not a function.