Given $f\colon\Bbb{R}^2\to\Bbb{R}$ such that $$f'(A,(a,b))=ab+3b+4a$$ find the value of maximum derivative at point $A$, knowing that $f\in\mathcal{C}^1$.
We observe that $$f'(A,(1,0))=f_x(A)=4,\qquad f'(A,(0,1))=f_y(A)=3,$$ so as $f\in\mathcal{C}^1$ we observe that $$\vec{\nabla}f(A)=(f_x(A),f_y(A))=(4,3).$$ We need to find $f'_{\max}(A)$, so $$f'_{\max}(A)=\lVert\vec{\nabla}f(A)\rVert=\sqrt{4^2+3^2}=5.$$ Is it correct?
P.S. Some of you asked what does $f(A,(a,b))$ mean. I suspect that this notation refers to Directional derivative of $f$ at point $A$ in direction $\vec{v}=(a,b)\in\Bbb{R}^2$.
I'm going to go against the grain and say no for the following pedantic reason: there does not exist a $C^1$ function $f\colon \mathbb R^2\to\mathbb R$ and a point $A\in\mathbb R^2$ satisfying $$ f'(A,(a,b))=ab+3b+4a,\qquad \forall (a,b)\in\mathbb R^2. $$ Indeed, this follows from the observation that $$ f'(A,(a,b))=af_x(A)+bf_y(A), $$ so there is no opportunity for an $ab$ term to enter.