SOLUTION: I'm struggling with this one.
Let f(n)=1^2+2^2+3^2+...+n^2.
Thus,
f(1)=1^2
f(2)=1^2+2^2
f(3)=1^2+2^2+3^2
f(4)=1^2+2^2+3^2+4^2
etc.
It turns out that f is a polynomial o
Algebra.Com
Question 287961: I'm struggling with this one.
Let f(n)=1^2+2^2+3^2+...+n^2.
Thus,
f(1)=1^2
f(2)=1^2+2^2
f(3)=1^2+2^2+3^2
f(4)=1^2+2^2+3^2+4^2
etc.
It turns out that f is a polynomial of degree 3 in n. Figure out the coefficients of f:
f(n)=__n^3+__n^2+__n+__.
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
I'm struggling with this one.
Let f(n)=1^2+2^2+3^2+...+n^2.
Thus,
f(1)=1^2
f(2)=1^2+2^2
f(3)=1^2+2^2+3^2
f(4)=1^2+2^2+3^2+4^2
etc.
It turns out that f is a polynomial of degree 3 in n. Figure out the coefficients of f:
f(n)=__n^3+__n^2+__n+__.
------------------------------
Number pairs:
1::::1
2::::1+4 = 5
3::::1+4+9 = 14
4::::14+16 = 30
5::::30+25 = 55
6::::55+36 = 91
etc.
----
I ran a Cubic Regression program against
these pairs and got the following:
f(n) = (1/3)n^3 + (1/2)n^2 + (833/5000)n^2
==============================================
Cheers,
Stan H.
==============================================
RELATED QUESTIONS
1. I v (N&F)
2. I > F
3.... (answered by solver91311)
f(1) = 2 and f(2) = 3, f(n) = f(1) + f(2) + f(n - 1), for n > 2.
f(5) =... (answered by solver91311)
n=3; 2+5i;... (answered by josgarithmetic)
-2(f + 1) =... (answered by jim_thompson5910)
F(1)=2... (answered by ikleyn)
1 I 2 L 3 F... (answered by ikleyn)
Let f be a function defined by f(n)=2f(n-1)+3f(n-2), where f(1)=3 and f(2) = 1.... (answered by ikleyn)
f(y)=-3y-2 find f(-5), f(-3), f(1/2), and... (answered by checkley77)
if f(x)=2x*2-3x+4, find 1-f(0) 2-f(1) 3-f(2) 4-f(-2)... (answered by checkley75)