I'm trying to check if $f(u, v) = (uv)(\alpha)$ (where $(u, v) \in F[x]$ - field of the rational numbers and $\alpha \in F$) is bilinear function and find it's matrix.
Am I right, that:
$f(u+x, v) = ((u+x)v)(\alpha) = (uv + xv)(\alpha)$
$f(u, v) + f(x, v) = (uv)(\alpha) + (xv)(\alpha) = (uv + xv)(\alpha)$
$f(u, v+x) = ((u(v+x))(\alpha) = (uv + xv)(\alpha)$
$f(u, v) + f(u, x) = (uv)(\alpha) + (ux)(\alpha) = (uv + ux)(\alpha)$ - oops... not bilinear, right?
Or have I interpreted it in a wrong way?
Hint:
To show that the given function $f(u,v)$ is bilinear you have to prove that: $$ 1) \qquad f(u+x,v)=f(u,v)+f(x,v)\quad \mbox{and}\quad f(u,v+x)=f(u,v)+f(u,x) $$ Your work goes in this direction, but there is a mistake in the third line because $u(v+x)=uv+ux$
and you must also prove that: $$ 2) \qquad f(\beta u,v)=\beta f(u,v)\quad \mbox{and}\quad f( u,\beta v)=\beta f(u,v) $$ Can you do this?