Sequential definition of continuity states if f is continuous at a if and only if f(xn)→f(a) for all sequences xn→a.
Given function is f(x)=3x2+7.
Let <xn> be any sequence convergence to a.
Now, f(xn)−f(a)=(3xn2+7)−(3a2+7)=3(xn2−a2)
So, ∣f(xn)−f(a)∣=∣3(xn+a)(xn−a)∣≤3∣xn+a∣∣xn−a∣.
Now, we have xn→a so xn is bounded sequence ⟹∣xn∣≤k∀n≥m for some finite m.
⟹∣xn+a∣≤k+a for all n≥m. .
So, ∣f(xn)−f(a)∣≤3∣xn+a∣∣xn−a∣≤3(k+a)∣xn−a∣ for all n≥m .
Thus, as xn→a, f(xn)→f(a).
So, by Sequential definition of continuity, f is continuous at every real number.
Comments