A function $f$ has the property that $f(x+y)=f(x)+f(y)+3xy$. If f(1)=2, what is f(8)?
I would like to try to tackle this problem but I need somewhere to start as I really have no idea at all on how to start.
At first I assumed that perhaps $f$ was a polynomial function, like a quadratic, but the $3xy$ term in the equation says otherwise.
Update -Thanks for everyone's help
This is what everyone has suggested. Instead of trying to find out the function, just use the f(1) value to find f(8):
$f(1+1)= f(2) = f(1) + f(1) +3(1)(1) = 7$ $f(4) = f(2) + f(2) + 3(2)(2) = 26$ $f(8) = f(4) + f(4) + 3(4)(4) = 100$