.
put x=1 on f(x+1) = f(x)+3(x+1)+1 find f(2), f(3), ... up to few terms using inductive method.
you get the succeeding value from preceding value
@experimentX: Are you alluding Interpolation?
until we find pattern @FoolForMath know a lot better when i comes to sensing sequence.
i don't know the exact term ...
what going to happen if f'(x+1) = f'(x) + 3 ??
slope increasing at a constant rate.
f(x) = 7
This is a nice problem guys.
never done this kinda problem before.
1, 8, 18, 31,47,...
I got a solution by using the recurrence: \[f(x+1)=f(x)+3(x+1)+1\] You can change this to: \[f(x)=f((x-1)+1)=f(x-1)+3x+1\]. But for f(x-1) we get:\[f(x-1)=f((x-2)+1)=f(x-2)+3(x-1)+1\]So for f(x) we obtain:\[f(x)=f(x-2)+3(x-1)+1+3x+1\]
Those terms are consistent to:\[ \frac 32 x^2 + \frac 52 x − 3 \]
If you continue this until you reach 1, you get:\[f(x)=f(1)+\sum_{i=2}^{x}(3i+1)\]
Seems like I did it!! Yay me :D Btw I took some help from here.
since f(1)=1, and:\[\sum_{i=2}^{x}(3i+1)=\frac{3n}{2}(n+1)+n-4\], you'll obtain what fool for math posted.
whoa ... what a question.
Really good one!
oops. instead of n, i should have put x's. Its weird to think of x as an integer.
Join our real-time social learning platform and learn together with your friends!