Math object that returns 0 at k=0, 1 at k>0?

  • Thread starter Thread starter DocZaius
  • Start date Start date
AI Thread Summary
The discussion centers on finding a mathematical object that returns 0 when k=0 and 1 when k>0, specifically for use in summation notation. The user has explored binomial coefficients and considered nonstandard functions like Green's functions and Kronecker delta but seeks a simpler solution. The context involves writing integration by parts for the nth derivative of a function, where the sum needs to account for boundary terms. A suggestion is made to use the Heaviside step function or a variation of the Kronecker delta. The conversation highlights the challenge of achieving this behavior in a straightforward manner.
DocZaius
Messages
365
Reaction score
11
Hello,

I'm using summation notation (from k=0 to n) and would like a mathematical object to:

return 0 when k=0
return 1 when k>0

I messed around with binomial coefficients but couldn't make it work. It's probably trivial, but I couldn't find it after much googling.
 
Last edited:
Mathematics news on Phys.org
You could use a Green's function, or a Kronecker delta, but these are nonstandard functions. No smooth function will do what you want. Why do you need it?
 
Definitely don't need anything smooth. I am trying to write out integration by parts to the nth derivative of the function g, and I am trying to sum up the boundary terms that pop out of higher n's. I want to be general enough to allow for n=0, which would mean there is no boundary terms and would need the sum to be killed off. Is there a simpler way to do it than:

kroenecker_delta(0,kroenecker_delta(k,0))
 
DocZaius said:
Is there a simpler way to do it than:

kroenecker_delta(0,kroenecker_delta(k,0))

I was thinking of 1-kroenecker_delta(k,0)
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top