Renewal theory

Research Article
Open access

Renewal theory

Yijun Xie 1*
  • 1 Department of Mathematical Sciences, Durham University    
  • *corresponding author leooooooxie@outlook.com
Published on 4 November 2025 | https://doi.org/10.54254/3029-0880/2025.28965
AORPM Vol.4 Issue 3
ISSN (Print): 3029-0880
ISSN (Online): 3029-0899

Abstract

Renewal theory originated from research on component failure and replacement. It has since developed into a key framework for analysing systems of repeated events within applied probability. This paper reviews the key concepts and principal findings in this field, while demonstrating several of its applications. The paper first introduces the Poisson process, highlighting the inter-arrival intervals of the exponential distribution and its 'memorylessness’, thereby introducing the general renewal process. The renewal function, elementary renewal theorem, renewal equation, and key renewal theorem are discussed, with attention to their assumptions, interpretations, and asymptotic conclusions, showing how they can be applied. The paper also presents several practical extensions of the renewal processes, including the delayed renewal process, renewal reward process, alternating renewal process, and age-dependent branching processes. Finally, concise examples illustrate the computation of long-run replacement and success rates, as well as the use of demographic renewal equations. Applications in reliability, service operations, and demography show that renewal models provide transparent asymptotic rates and availability with modest modelling complexity.

Keywords:

poisson process, renewal theory, renewal equation, key renewal theorem, stochastic process

Xie,Y. (2025). Renewal theory. Advances in Operation Research and Production Management,4(3),53-67.
Export citation

1. Introduction

Renewal theory is a study of stochastic models where events occur continuously over time, with the intervals between events being independent and identically distributed random variables. Similarly, a renewal process is a recurrent-event process with i.i.d. interarrival times [1]. Renewal theory is a branch of probability that began as the study of probability problems connected with the failure and replacement of components, such as electric light bulbs. Later, it became clear that similar problems also arise in many other applications of probability theory and that the fundamental mathematical theorems of renewal theory are of intrinsic interest in the theory of probability [2].

The purpose of this report is to deepen our understanding of this multi-functional area, focusing on the mathematical constructs that define the renewal process, including the renewal function and the renewal equation, as well as the theorems supporting these constructs.

In the first section of this report, we use a special case of the renewal process - the Poisson process. The Poisson process exhibits all the defining properties of renewal processes and serves as an introductory model for the mathematical foundations and definitions that follow. Several of the methods or definitions will later facilitate proofs within renewal theory. Connections between this section and later definitions, theorems, and examples will be evident throughout the report.

Although we begin with Poisson processes - a stepping stone to understanding more complex renewal processes - we are not limited to their discrete nature. Instead, our exploration extends to continuous models, broadening the analytical perspective. Long-term change is important in renewal processes, as it allows predictions of future behaviour. The report concludes with practical applications that illustrate the relevance and power of renewal theory in modelling real-world systems.

2. Poisson process

Before delving into the Poisson process in detail, we first review some foundational concepts essential for its understanding.

2.1. Exponential and poisson random variables

2.1.1. Exponential random variables

We write  XExp(λ)  if it has density:

fX(x)={λe-λx,           x0,     0,                  x0.  

Then  E[X]=1/λ   Var(X)=1/λ2 .

Memorylessness property of exponential random variable

Theorem 1. Exponential random variables are memoryless, that is,

P(X>s+tX>s)=P(X>t),s,t0

Proof.

Let  X  be an exponential random variable with rate  λ . Then the density function of  X  is  fX(x)=λe-λx  . Then,  P(X>t)=tfX(x)dx=e-λt .

P[X>s+tX>s]=P(X>s+t)P(X>s)=e-λ(s+t)e-λs=e-λ(s+t)+λs=e-λt=P(X>t).

Poisson random variables

We write  XPoisson(λ)  if

Pr(X=k)=e-λλkk!,k0.

Moreover,  E[X]=Var(X)= λ .Proposition 1. The Poisson distribution is additive. Let  XPoisson(λ1)  and  YPoisson(λ2)  be independent; then  (X+Y)Poisson(λ1+λ2)  .

Proof.

Pr(X+Y=n)=e-(λ1+λ2)1n!i=0n(ni)λ1iλ2n-i=e-(λ1+λ2)(λ1+λ2)nn!.

2.2. Counting process

Definition 1 (Counting process). A stochastic process  N(t),t0  is a counting process if  N(t)  is the total number of events that have occurred by time  t[3]. By definition:

 N(t)0,1,2,  for all  t0  ;

If  ab  then  N(a)N(b)  ;

For  ab  ,  N(b)-N(a)  equals the number of events in  (a,b] .

Properties 1. (Counting process) [3]

(i) Independent increments: counts on disjoint intervals are independent.

(ii) Stationary increments: the distribution of  N(b)-N(a)  depends only on  b-a .

2.3. Definition of poisson process

Definition 2. (Poisson Process) The counting process  N(t),t0  is said to be a Poisson process with rate  λ  and  λ>0  , if:

1.  N(0)=0 , almost surely.

2. The process has independent increments.

3. The number of events in any interval of length  t  is Poisson distributed with mean  λt  . That is, for all  s,t0  :

PN(t+s)-N(s)=n=e-λt(λt)nn!,n=0,1,

In other words, for  st  ,  N(t)-N(s)Poisson(λt) . We then call  N(t)  a Poisson process with rate  λ  , such that  E[N(t)]=λt  .

Verifying conditions (i) and (ii) is straightforward. However, verifying condition (iii) can be challenging. Therefore, we require simpler equivalent conditions to verify "the display in Definition 2 (iii)".

Definition 3. (Definition of o(h)) The function  f  is said to be  o(h)  if

limh0f(h)h=0.

Changes to the original definition can be made using this function.

Definition 4 [3]. A counting process  N(t),t0  is said to be a Poisson process having rate  λ  , and  λ>0  , if:

(i)  N(0)=0  almost surely.

(ii) The process has stationary and independent increments.

(iii)  PN(h)=1=λh+o(h). 

(iv)  PN(h)2=o(h). 

A full proof of the equivalence appears in [3]

2.4. Interarrival time and waiting time

As shown in Figure 1, the simple renewal process illustrates the sequence of interarrival times between successive events.

Figure 1. Simple renewal process with interarrival time

Let  Tn  be the event times of a Poisson process and set  τn=Tn-Tn-1  . For  t0  ,

Pr(τ1>t)=Pr(N(t)=0)=e-λt,

Hence,  τ1{Exp}(λ)  . By stationary and independent increments, for any  s,t0  ,

Pr(τ2>tτ1=s)=Pr(N(s+t)-N(s)=0)=e-λt,

Thus,  (τn)n1  are i.i.d. { Exp}(λ) .

Definition 5. The waiting time  Sn=i=1nτi  represents the moment at which the  n -th event occurs.

2.5. Transformation of poisson processes

Let  N1(t)  and  N2(t)  be two independent Poisson processes with rates  λ1  and  λ2 .

Superposition

Lemma 1.  N(t)N1(t)+N2(t)  is also a Poisson process with rate  λ1+λ2 .

Proof

(i)  N(0)=0  a.s. since  N1(0)=N2(0)=0 .

(ii) Independent increments: for disjoint intervals  Ij  the vectors (N1(Ij),N2(Ij))  are independent, hence so are  N(Ij)=N1(Ij)+N2(Ij) .

(iii) For  s,t0 ,

N(t+s)-N(s)=(N1(t+s)-N1(s))+(N2(t+s)-N2(s)),

where the two summands are independent with laws Poisson( λ1 𝑡) and Poisson( λ2 𝑡). By additive proposition, their sum is Poisson (( λ1  +  λ2 )𝑡). Hence  N  is a Poisson process with rate  λ1+λ2 .

Stochastic DominationProposition 2. If  0<λ1λ2  , then  (N1(t))t0  is stochastically dominated by  (N2(t))t0 . In other words,    a coupling of  N1  and  N2  such that  N1N2 . It can be expressed as  N1(t)sN2(t) .

2.6. Compound poisson process

Definition 6 [3]. Let  X1,X2,  be i.i.d. with cdf  F  , and  NPoisson(λ)  independent of  X1,X2,  . Then we call  W :

W=i=1NXi,

a compound Poisson random variable.

For  W , the expressions for the expected value and variance are provided as follows:

E[W]=λE[X]            Var(W)=λE[X2]

Remark. For most applications, the first two moments above suffice. The identity  E[Wh(W)]=λE[Xh(W+X)]  (via conditioning on  N ) can generate higher moments when needed, so we omit the proof here.

Definition 7 (Compound Poisson process). Let  N(t)t0  be a Poisson process with rate  λ  and  Xi  i.i.d.\ with cdf  F  , independent of  N . Define:

X(t)i=1N(t)Xi.

Then  X(t)  is a compound Poisson process and

E[X(t)]=λtE[X],Var(X(t))=λtE[X2].

This model still enforces exponential interarrivals; to allow arbitrary i.i.d.\ gaps we now consider renewal processes.

3. Renewal process and the elementary renewal theorem

3.1. Renewal process

A renewal process  N=N(t):t0  is a counting process such that

N(t)=max {n:Tnt},

where  T0=0  and  Tn=X1+X2++Xn  for  n0  , and  Xi  is a sequence of independent identically distributed non-negative random variables following the distribution  F .

Let the interarrival times  Xi  be i.i.d. with cdf  F  and mean  μ  , and write  SnTn=i=1nXi . By the strong law of large numbers,

Snnμ(n).

Hence, for each fixed  t ,  N(t)=max {n:Tnt}  is finite almost surely. A renewal process generalises the Poisson case; exponential interarrivals recover the Poisson process. Figure 2 shows an example of a renewal process.

图片
Figure 2. Simple example of renewal process

3.2. Renewal function

Definition 9. The survival function for a random variable  X  with distribution  F  as  F=1-F  .

Definition 10. For functions  f,g  , their convolution is

(f*g)(t)=-fg(t-τ)dτ.

We write  F*n  for the  n  -fold convolution of a cdf  F  and use  FnF*n  .

Lemma 2. Assume that  F  is the distribution function of  X1  , and denote  Fk  as the distribution function of  Tk . We have that  F1=F  and  Fk+1(x)=0xFk(x-y)dF(y)for  k1. 

When we study the distribution of interarrival time  N(t) , we will automatically consider its expectation.

Definition 11. Let  M(t)=E[N(t)].  We call  M(t)  the renewal function.

Proposition 3 [3].

M(t)=n=1Fn(t).

Where ( Fn (𝑡) is the n-fold convolution of F.

Proof.

Let  In { 1    if the nth renewal occurred in [0, t],  0                                                        otherwise.  Then,  N(t)=n=1In ,

E[N(t)]=E[n=1In]=n=1E[In]=n=1P{In=1}=n=1P{Snt}=n=1Fn(t).

Proposition 4.  M(t)< for all 0t<. 

Truncate interarrivals at a fixed  α>0  with  F(α)>0 . The truncated process renews only on the grid  nα,  yielding a geometric bound:

M(t)(t/α+1)F(α)<∞.

3.3. Elementary renewal theorem

Proposition 5 [3].

N(t)t1μas∞.

Proof.

We can prove it by using the Squeeze theorem. Firstly, we can find that:

SN(t)N(t)tN(t)<SN(t)+1N(t),

since  SN(t)t<SN(t)+1  . We already proved  Snnμas .

Moreover,  SN(t)+1N(t)=[SN(t)+1N(t)+1][N(t)+1N(t)].  For the same reason above,  SN(t)+1N(t)μas  . Finally, by the Squeeze theorem,  N(t)t1μas∞.  Thus, we call  1μ  the rate of the renewal process. In the Poisson process, the rate is typically  λ  , but not always. Now we may question whether  m(t)  possesses the same convergence.

Stopping Time and Wald’s Equation

Definition 12 [3]. A non-negative integer-valued random variable  N  is a stopping time for a sequence  X1,X2,  if  E[N]<  and  N=n  is independent of  X1,,Xn  .

Theorem 2 [3]. If  Xi  are i.i.d. random variables having finite expectations, and if  N  is a stopping time for  X1,X2,  such that  E[N]< ,

E[n=1NXn]=E[N]E[X].

Proof.

One only needs to construct an indicator function that expresses a finite summation of  Xn  as an infinite sum of  E[XnIn] .

Corollary 1. If  μ<  then,

E[SN(t)+1]=μ(M(t)+1).

The Elementary Renewal Theorem

Theorem 3 [3]. The Elementary Renewal Theorem is:

M(t)t1μas∞.

Proof.

When  μ<  , we prove the Elementary Renewal Theorem in terms of supremum and infimum.

(Infimum): By the corollary, we can get that  μ(M(t)+1)>t  , which implies that:

liminftM(t)t1μ.

(Supremum): We cut off the original process, and any interarrival time greater than  Z  is truncated to  Z . Then we get a new sequence of interarrival time  Xi  and new process  N(t)  . That is:

Xn={Xn,ifXnZ,Z,ifXn>Z. n=1,2,

Using Wald's equation,

SN(t)+1t+Z(M(t)+1)E[Xn]t+ZlimsuptM(t)t1E[Xn].

Since  SnSn  , by domination,

lim suptM(t)t1μM.

If we let  M  , we can get

lim suptM(t)t1μ.

We can do the cut-off again when  μ=  . Since  μM  as  M  , the answer then becomes obvious from the previous statement.

4. Renewal equation and key renewal theorem

4.1. Renewal equation

Definition 13. When the derivative of  M(t)  exists, its derivative is called the renewal density, denoted as  m(t) .

Lemma 3. We just need to find the derivative on each side of the equation then,

m(t)=n=1fn(t).

where  fn  is the probability density function of  Fn[4].

Lemma 4. Let  M(t)  and  m(t)  respectively satisfy the integral equations:

M(t)=F(t)+0tMdF(s),             m(t)=f(t)+0tmds.

where  f(t)=F'(t) .

Proof.

Write  FnF*n Since Fn=Fn-1*F we have

M(t)=n1Fn(t)=F(t)+n2(Fn-1*F)(t)=F(t)+[M*F](t),

which yields

M(t)=F(t)+0tMdF(s).

When  F  has density  f  and  M  is differentiable, differentiating both sides gives  m(t)=f(t)+0tmds. See [1] for details.

Theorem 4. Denote the integral equation of the following form as the renewal equation:

K(t)=H(t)+0tKdF(s).

When  t<0  ,  H(t),F(t)  are 0.

Theorem 5. Let  H(t)  in the renewal equation be a bounded function. Then there exists a unique solution to the equation in a finite interval:

K(t)=H(t)+0tHdM(s).

Proof.

K(t)=H(t)+(n=1Fn)*H(t)=H(t)+F*H(t)+[(n=1Fn*F)*H(t)]

=H(t)+F[H(t)+M*H(t)]=H(t)+F*K(t)=H(t)+0tKdF(s).

Lemma 5 [3].  P { SN(t)s }=F(t)+0tF(t-y)dM(y),ts0. 

4.2. Preparations

Before introducing Blackwell's theorem or the key renewal theorem, it is necessary to distinguish between discrete and continuous cases.

Lattice

Definition 14. A non-negative random variable  X  is designated as a lattice if there is a non-negative integer  d  such that:

n=0P(X=nd)=1 .

The maximal value of  d  satisfying this condition is referred to as the period of  X  .

This property ensures that all the probabilistic mass of  X  is concentrated on these discrete points rather than being distributed over a continuous interval. In essence, this indicates that the random variable  X  is discrete with periodic properties.

Blackwell's Theorem

Theorem 6 [3]. If  F  is non-lattice,

                               limm(t+a)-m(t)t=aμfor all a0.

If  F  is lattice with period  d ,

limnnumber of renewals atnd=dμ.

The full proof of this theorem is lengthy. Detailed proof can be found in [5]. Here, we provide a brief outline.

Brief Proof.

Define  g(a)limt(m(t+a)-m(t))  . Additivity gives  g(a+x)=g(x)-g(a)  , hence  g(a)=ca  . Let  bnm(n)-m(n-1)  . Then (1nk=1nbk=m(n)nn1/μ)  by the Elementary Renewal Theorem, so  c=1/μ  and  g(a)=a/ μ .

Put simply, when considering a point in time far from the start of the renewals, the expected number of renewals occurring within a time interval of length 'a' is approximately equal to the length of the interval multiplied by the rate of the renewal process.

Directly Riemann Integration

For any given positive number  a>0  , the function  f(x)  is defined on the interval  [0,)  and satisfies:

 n=1sup{f(x):(n-1)axna} ,  n=1inf{f(x):(n-1)axna}  are finite,

and

 lima0+n=1sup{f(x):(n-1)axna}  = lima0+n=1inf{f(x):(n-1)axna} 

We say it is directly Riemann Integrable.

4.3. Key renewal theorem

Theorem 7 [3]. When  F  is non-lattice and  f(t)  is directly Riemann Integrable, then,

limt0tf(t-x)dM(x)=1μ0f(t)dt,

where  m(x)=n=1Fn(x)andμ=0Fˉ(t)dt. 

Proposition 6. The key renewal theorem is equivalent to the Blackwell renewal theorem.

Again, this is a complex proof process and I will only set out some simple proofs.

Short proof.

Assume the Key Renewal Theorem (KRT). For  a>0  define  fa(t)=1[0,a)(t)  . Then

0tfa(t-x)dM(x)t1μ0fa(u)du=aμ.

But

0tfa(t-x)dM(x)=t-at1 dM(x)=M(t)-M(t-a)

hence Blackwell’s increment form follows. The converse implication (Blackwell    KRT) is classical and follows from upper/lower Riemann–sum bounds built from the increments  M(t)-M(t-a) ; see [3] or [5].

5. Extension of the renewal process

5.1. Delayed renewal process

Observations often begin mid-cycle (e.g., arriving at a bus stop after the previous bus has departed), so the first interarrival may differ from the rest. In an ordinary renewal process the interarrivals  (Xi)i1  are i.i.d. with cdf  F  ; in the delayed case we allow  X1G  while  X2,X3,F .

Definition 15 If  X1  follows some other distribution  G  and the rest  X2,X3,  follow the distribution  F , then the counting process  N(t)  is said to be a delayed renewal process, denoted as  ND(t) .

Proposition 7. We also denote  MD(t)=E[ND(t)],  as a delayed renewal function. In the same way as Proposition 3, we can get:

M(t)=n=1G*Fn-1(t).

The delayed renewal process has many of the same conclusions as the ordinary renewal process, summarised below.

Proposition 8 [3].

1.By the strong law of large numbers:

ND(t)t1μ as t → ∞.

2. The Elementary Renewal Theorem for delayed renewal process is also true:

MD(t)t1μas t → ∞.

3.  Md(t)  satisfies the integral equations:

Md(t)=Fd(t)+0tMd(t-x)dF(x).

4. If  F  is non-lattice, it is also satisfied with Blackwell's theorem:

MD(t+a)-MD(t)aμas t → ∞.

5. If  G  and  F  are lattice with period  d , then

limn→ ∞number of renewals atnd=dμ.

6. The same holds true for the key renewal equations. When  F  is non-lattice and  f(t)  is directly Riemann Integrable,

0f(t-x)dMD(x)1μ0f(t)dt.

Theorem 8 [1]. The process  Nd  has stationary increments if and only if

Fd(y)=1μ0y[1-F(x)]dx

In this case,  MD(t)=t/μ. For complete proof see [2,6].

5.2. Renewal reward process

Renewal models are widespread tools of probability that find application in Queueing Theory, Insurance, Finance, and Statistical Physics among others [6].

Definition 16. Consider the renewal process  N(t)  for interarrival time  Xn,n>0  . And it is assumed that each renewal will receive a reward when it occurs. Denote  Ri  as the reward received at the  ith  renewal and that  Ri  is independently and identically distributed. Moreover,  Ri  is independent from the  ith  interarrival time  Xi . Then we say that  R(t)  is a renewal reward process:

R(t)=i=1N(t)Ri.

It represents the total rewards earned up to time  t .  E[R]=E[Rn]  ,  E[X]=E[Xn]  .

Theorem 9 [3]. If  E[R]<  and  E[X]< , then,

R(t)tE[R]E[X]as t → ∞,

E[R(t)]tE[R]E[X].

Proof.

Prove (1). When  t  ,

R(t)t=1ti=1N(t)Ri=N(t)t1N(t)i=1N(t)Ri=i=1N(t)RiN(t)tN(t)E[R]E[X].

Prove (2). By Wald's equation,  E[i=1N(t)Ri]=E[i=1N(t)+1Ri]-E[RN(t)+1](m(t)+1)E[R]-E[RN(t)+1].  Multiply both sides of the equation by  1t  ,

E[R(t)]t=M(t)+1tE[R]-E[RN(t)+1]t,

We can get the answer by the elementary renewal theorem if  E[RN(t)+1]t0  as  t . Since this part of the proof is lengthy, the details can be found in [3].

5.3. Alternating renewal process

Definition 17. In the general renewal process, the system has only one state, e.g. the smoke detector is always on (i.e. it takes no time to change the battery). In real life, replacing the batteries takes time, and the smoke detector belongs to the off state during the time it takes to replace the batteries. We consider that a renewal process with two states, on and off, is called an alternating renewal process.

Remarks:

1.The system alternates between ON periods  Z1,Z2,  and OFF periods  Y1,Y2,  ; a renewal occurs at the start of each ON period.

2.The vectors  (Zn,Yn)n1  are i.i.d.; hence the cycle lengths  XnZn+Yn  are i.i.d.

3.Let  P(t)=Pr(system is ON at timet)  and  P(t)=1-P(t)  .

Theorem 10 [3]. If  E[Zn+Yn]<  and  F  is non-lattice, then

limP(t)t=E[Zn]E[Zn]+E[Yn],

limtP(t)¯=E[Yn]E[Zn]+E[Yn].

Proof.

Consider a renewal rewards process. Assume that the reward is one per time unit while the system is ON. Also, we don't get any rewards when the system is OFF. So the total reward up to time  t  is equal to the total time in which the system is ON in time  (0,t) . Thus,

limP(t)t=limtotal ON time in[0,t]tt=limR(t)tt=E[R]E[X]=E[Z]E[X]=E[Z]E[Z]+E[Y].

5.4. Age dependent branching processes

We are interested in self-renewing and growing populations where the ages of current members are easily available and growth can be modelled as a branching process [7]. We consider an organism that can split itself and reproduce. They will produce  j  offspring at death by probability  Pj  . Each individual's survival time is independently and identically distributed and follows the distribution  F . And so this organism continues to split.

Definition 18 [3]. Denote  X(t)  as the number of individuals in this population of organisms at the time  t  .  X(t),t0  makes up a stochastic process that we call an age-dependent branching process.

Remark. We let  M(t)=E[X(t)]  , and  m=j=0jPj>1  , otherwise, it's hard to keep this population alive. For  M(t)  there is the following conclusion:

Theorem 11 [3]. If  F  is non-lattice, then:

limte-αtM(t)=m-1m2α0xe-αxdF(x),

where  α  is the only positive number that makes  0e-αxdF(x)=1m. 

Short proof.

Condition on the lifetime  T1  of the initial individual. Then:

M(t)=F(t)+m0tMdF(s).

Let  α>0  be the unique solution of  0e-αxdF(x)=1/m  and define

G(s)=m0se-αydF(y).

Set  f(t)e-αtM(t) ,  h(t)e-αtF(t)  Multiplying the previous renewal equation by  e-αt  yields

f(t)=h(t)+0tfdG(s).

By the Key Renewal Theorem,

limtf(t)=0hdu0xdG(x).

Compute

0h(u)du=0e-αuF(u)du=1α(1-1m),                0xdG(x)=m0xe-αxdF(x).

Therefore,

limte-αtM(t)=m-1m2α0xe-αxdF(x).

6. Some applications

Renewal theory plays an important role in our lives. In this section, we consider some applications of the renewal theory. Due to space constraints, some computations are omitted. Some shorter examples will be fully presented.

6.1. Application of renewal equations in demography

Example 1. Let  B(t)  denote the birth rate at time  t  so  B(t)dt  births occur in  [t,t+dt]  ),  S(x)  the survival probability to age  x  , and  β(x)  the age-specific birth intensity. Then

B(t)=0B(t-x)S(x)β(x)dx.

Write  f(x)=S(x)β(x)  and  F(x)=0xf(u)du ; thus  F()  is the lifetime expected number of births.

If  F()>1  , one obtains  B(t)Ce-Rt(t),  for some constant  C>0  , where  R  satisfies

0eRyS(y)β(y)dy=1.

If  F()=1  , the birth rate converges to a finite positive level; if  F()<1  , then  B(t)0  exponentially.

6.2. Application of the key renewal theorem

This subsection focuses on some examples where the key renewal theorem and related theorems can be used to compute results.

Example 2. Consider that a shop uses a printer with ink cartridges. When a cartridge is empty, it is replaced. Assume that the lifespan of the ink cartridge,  Xi,i=1,2  follows a normal distribution with a mean of 45 hours. The time  Yi,i=1,2  to purchase a new ink cartridge at the store follows a uniform distribution with an expected value of 0.5 hours. Now the shopkeeper wants to know the rate at which the printer replaces the cartridges when working for a long time.

Solution: Denote by  N(t)  the number of times the cartridge has been replaced up to time  t . The average renewal time is  E[Xi+Yi]=45.5  hours. We can think of it as an alternating renewal process, when in use this system is on, when going to buy cartridges this system is off.

Therefore the rate of replacing the batteries is,

limtM(t)t=145.5=291.

Example 3. Consider the discrete-time renewal process  N(t),t=0,1,2 . Peter plays a game independently at each point in time, and each time he wins with probability  p  and loses with probability  1-p . Winning the game as a renewal event. Denote the renewal function of this process by  M(t) . His friend wants to know Peter's winning rate.

Solution: The distribution of the interarrival time  Xi  between two successive successful trials is  PXi=k=pqk-1,k=1,2  . The average renewal time is,

E[Xi]=k=1kqk-1=pk=1(qk)'=p(k=1qk)'=p(q1-q)'=1p.

Hence

limnM(n)n=1E[X1]=p.

7. Conclusion

This report provides an in-depth study of the renewal theory. It starts with a review of Poisson processes, including the study of exponential and Poisson random variables, and an exploration of their defining properties and transformations. The main body of the report delves into the theory of renewal, discussing its key theorems and their meaning. We meticulously explore the renewal process, the core theorems of the renewal equation, and extend our exploration to complex models such as the delayed renewal process and the renewal reward process. Our research is not limited to theoretical foundations, but also includes practical applications, revealing the important role of renewal theory in various areas, such as demography and business operations. In the applications section, we show the multi-functionality of renewal theory in solving real-world problems. From population models to facility maintenance and business policies, the report makes clear the significance of the role of renewal theory in the prediction and decision-making process. Through this searching effort, we identify renewal theory not only as a key component of probability theory, but also as an important tool for modelling and analysing systems across multiple domains. Our findings reinforce the idea that renewal theory is essential for solving the prediction, planning, and optimisation challenges faced in a wide variety of scenes.


References

[1]. Grimmett, G.R., & Stirzaker, D.R. (1992). Probability and Random Processes (Third Edition). Oxford University Press, New York, NY.

[2]. D. R. Cox. (1962). Renewal Theory. Methuen Ltd., London.

[3]. Ross, S.M. Stochastic Processes (Second Editions). Wiley.

[4]. Pinsky, M.A., & Karlin, S. (2011). An Introduction to Stochastic Modeling (Fourth Edition). Academic Press.

[5]. Lindvall, T. (1977). A probabilistic proof of Blackwell’s renewal theorem.Ann. Probab., 5(3), 482-485.

[6]. Zamparo, M. (2023). Large deviation principles for renewal–reward processes. Stoch. Proc. Appl., 156, 226–245.

[7]. Johnson, R.A., & Taylor, J.R. (2008). Preservation of some life length classes for age distributions associated with age-dependent branching processes.Stat. Probab. Lett., 78(17), 2981–2987.


Cite this article

Xie,Y. (2025). Renewal theory. Advances in Operation Research and Production Management,4(3),53-67.

Data availability

The datasets used and/or analyzed during the current study will be available from the authors upon reasonable request.

Disclaimer/Publisher's Note

The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of EWA Publishing and/or the editor(s). EWA Publishing and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

About volume

Journal:Advances in Operation Research and Production Management

Volume number: Vol.4
Issue number: Issue 3
ISSN:3029-0880(Print) / 3029-0899(Online)

© 2024 by the author(s). Licensee EWA Publishing, Oxford, UK. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license. Authors who publish this series agree to the following terms:
1. Authors retain copyright and grant the series right of first publication with the work simultaneously licensed under a Creative Commons Attribution License that allows others to share the work with an acknowledgment of the work's authorship and initial publication in this series.
2. Authors are able to enter into separate, additional contractual arrangements for the non-exclusive distribution of the series's published version of the work (e.g., post it to an institutional repository or publish it in a book), with an acknowledgment of its initial publication in this series.
3. Authors are permitted and encouraged to post their work online (e.g., in institutional repositories or on their website) prior to and during the submission process, as it can lead to productive exchanges, as well as earlier and greater citation of published work (See Open access policy for details).

References

[1]. Grimmett, G.R., & Stirzaker, D.R. (1992). Probability and Random Processes (Third Edition). Oxford University Press, New York, NY.

[2]. D. R. Cox. (1962). Renewal Theory. Methuen Ltd., London.

[3]. Ross, S.M. Stochastic Processes (Second Editions). Wiley.

[4]. Pinsky, M.A., & Karlin, S. (2011). An Introduction to Stochastic Modeling (Fourth Edition). Academic Press.

[5]. Lindvall, T. (1977). A probabilistic proof of Blackwell’s renewal theorem.Ann. Probab., 5(3), 482-485.

[6]. Zamparo, M. (2023). Large deviation principles for renewal–reward processes. Stoch. Proc. Appl., 156, 226–245.

[7]. Johnson, R.A., & Taylor, J.R. (2008). Preservation of some life length classes for age distributions associated with age-dependent branching processes.Stat. Probab. Lett., 78(17), 2981–2987.