if you have a function $(f(x)+k)^2$ where $k>0$ is this the same as $f(x)^2+2kf(x)+k^2$? It should be due to quadratic expansion or not?
2026-03-25 11:25:59.1774437959
does $(f(x)+k)^2$ = $f(x)^2+2kf(x)+k^2$
89 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Yes. This is true. Take:$$f(x)=10x-1$$$$k=2$$
$$(10x-1+2)^2=10x+1=100x^2+20x+1$$
$$(10x-1)^2+2(2)(10x-1)+(2)^2=100x^2-20x+1+40x-4+4=100x^2+20x+1$$
Both ways, the outcome is $100x^2+20x+1$.