Re: Why some recurrence relations have solutions for f(n) = n^2 while others do not?



countableinfinity@xxxxxxxxx wrote:
Now for some reason this solution satisfies all the remaining
equations too. What is the reason? How can I prove this?

The sum of the first N odd numbers is N^2, so you can write the recurrence relation f(n + 1) = 2n - 1 + f(n).

Can someone please explain why we have a solution for CASE 1 and not
for CASE 2?

In this case, you want to find f(2n) given f(n):
f(2n) = 4 * f(n), if f(n) = n^2. Yet the recurrence solution in this case has the multiplier 2, which no constant addition can overcome.

--
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald E. Knuth
.



Relevant Pages

  • Relation on the zeta function
    ... relationships that involve odd Zetabut ... generally it seems if the sum contains an odd Zeta then the integral has no ... Zetais so difficult to find is because there is incomplete knowledge ... and that is the reason we cannot get a "nice" formula for it(and everyone ...
    (sci.math)
  • Re: Problem with `big oh estimates in number theory
    ... In my defense, I ... Hmm, in fact, the reason I didn't carry it through ... The sum `I' in your Proof 2 would give another O ... /If/ he had had your Proof 2 in mind, ...
    (sci.math)
  • Re: map/filter/reduce/lambda opinions and background unscientific mini-survey
    ... There is no reason why reduce can't be put in a functional module ... In this case sum and product fulfill 90% of reduces use cases. ... I don't object to list comps. ... reduce builtin: 0.156000137329 reduce_f: 0.155999898911>>> reduce builtin: 0.15700006485 reduce_f: 0.155999898911>>> reduce builtin: 0.141000032425 ...
    (comp.lang.python)
  • Re: While statement
    ... > sum off all the odd numbers. ... > inputed value some of the eben integers and sum of odd integers. ... > start loop ... It sounds like your pseudocode will more or less actually do what the ...
    (comp.lang.java.programmer)
  • Re: hidden in drawers - when is it obsession?
    ... If you actually think that owning anything for any reason other than for its ... immediate usefullness is odd, I think that's fine and OK for you to think ... collecting knives. ... As I have no idea what your intent is and I certainly don't intend to ...
    (rec.knives)