Rumor spread in social network: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
 
(33 intermediate revisions by 15 users not shown)
Line 1:
The spread of [[Rumor|rumors]] is an important form of [[communication]] in society. There are two approaches to investigating the rumor spreading process: microscopic models and the macroscopic models. The macroscopic models propose a macro view about this process and are mainly based on the widely-used Daley-Kendall and Maki-Thompson models. Particularly, rumor spread can be viewed as a [[stochastic process]] in social networks. By contrast, the microscopic models are more interested on micro-level interactions between individuals.
 
== Rumor propagation models ==
{{multiple issues|
In the last few years, there has been a growing interest in rumor propagation in online social networks problems where different approaches have been proposed.
{{notability|date=June 2012}}
{{orphan|date=June 2012}}
{{Original research|date=June 2012}}
}}
 
== Macroscopic models ==
[[Rumor]] is an important form of social [[communication]]s, and spread of rumors plays a significant role in a variety of human affairs. There are two rumor models that are widely used, i.e. DK model and MK model. Particularly, we can view rumor spread as a [[stochastic process]] in social networks.
The first category is mainly based on the epidemic models. Pioneering research on rumor propagation using these models started during the 1960s.<ref name="DK">Daley, D.J., and Kendal, D.G. 1965 Stochastic rumors, J. Inst. Maths Applics 1, p. 42.</ref>
 
=== Epidemic models ===
== Rumor propagation Models ==
A [[Standard Model|standard model]] of rumor spreading was introduced by Daley and Kendall.<ref name=DK/> Assume there are N people in total and those people in the network are categorized into three groups: ignorants, spreaders and stiflers, which are denoted as S, I, and R respectively hereinafter (in correspondance with the [[SIR model]]):
In the last few years, there has been a growing interest in rumor propagation in Online social networks problems where different approaches have been proposed to investigate it.
By carefully scrutinizing the existing literature, we categorize the works into macroscopic and microscopic approaches.
=== Macroscopic models ===
The first category is mainly based on the Epidemic models <ref>Daley, D.J., and Kendal, D.G. 1965 Stochastic rumors, J. Inst. Maths Applics 1, p42.</ref> where the pioneering research engaging rumor propagation under these models started during the 1960s.
==== epidemic models====
A standard model of rumor spreading was introduced by Daley and Kendall,<ref>Daley, D.J., and Kendal, D.G. 1965 Stochastic rumors, J. Inst. Maths Applics 1, p42.</ref> which is called DK model. Assume there are N people in total. And those people in the network are categorized into three groups: ignorants, spreaders and stiflers, which are denoted as S, I, and R respectively hereinafter:
 
*IS: people who are ignorant of the rumor (susceptible);
*SI: people who actively spread the rumor (infected);
*R: people who have heard the rumor, but no longer are interested in spreading it (recovered).
 
The rumor is propagated through the population by pair-wise contacts between spreaders and others in the population. Any spreader involved in a pair-wise meeting attempts to “infect” the other individual with the rumor. In the case this other individual is an ignorant, he or she becomes a spreader. In the other two cases, either one or both of those involved in the meeting learn that the rumor is known and decided not to tell the rumor anymore, thereby turning into stiflers.
 
One famous variant is the Maki-Thompson(MK) model.<ref>Maki, D.P. 1973 Mathematical Models and Applications, With Emphasis on Social, Life, and Management Sciences, Prentice Hall.</ref> In this model, rumor is spread by directed contacts of the spreaders with others in the population. Furthermore, when a spreader contacts another spreader only the initiating spreader becomes a stifler. Therefore, three types of interactions can happen with certain rates.
{{NumBlk|;|<math>\begin{matrix}{}\\ S+I\xrightarrow{\alpha}2S \\{}\end{matrix}</math>|{{EquationRef|1}}}}
::which says when a spreader meet an ignorant, the ignorant will become a spreader.
Line 34 ⟶ 28:
 
The change in each class in a small time interval is:<br />
:<math> \Delta S \approx - \Delta t [{\alpha IS/ \over N} - {\beta S^2 \over N} - {\beta SR \over N}]</math>
:<math> \Delta I \approx - \Delta t [{\alpha IS/N</math>
:<math> \overDelta N}R -\approx \Delta t [{\beta IS^2 \over N} - +{\beta IRSR \over N}] </math>
:<math> \Delta R \approx \Delta t [{\beta I^2 \over N}+{\beta IR \over N}] </math>
 
Since we know <math>S</math>, <math>I</math> and <math>R</math> sum up to <math>N</math>, we can reduce one equation from the above, which leads to a set of differential equations using relative variable <math>x=I/N</math> and <math>y=S/N</math> as follows<br />
Line 49 ⟶ 43:
which means<br />
:<math>{\alpha \over \beta}>0</math>
the rumourrumor model exhibits an “epidemic” even for arbitrarily small rate parameters.
 
==== Epidemic models in social networknetworks ====
We model the process introduced above on a network in discrete time, that is, we can model it as a DTMC. Say we have a network with N nodes, then we can define <math> X_i(t)</math> to be the state of node i at time t. Then <math>X(t)</math> is a stochastic process on <math>S=\{S,I,R\}^N</math>. At a single moment, some node i and node j interact with each other, and then one of them will change its state. Thus we define the function <math>f</math> so that for <math>x</math> in <math>S</math>,<math>f(x,i,j)</math> is when the state of network is <math>x</math>, node i and node j interact with each other, and one of them will change its state. The transition matrix depends on the number of ties of node i and node j, as well as the state of node i and node j. For any <math>y=f(x,i,j)</math>, we try to find <math>P(x,y)</math>. If node i is in state I and node j is in state S, then <math>P(x,y)=\alpha A_{ji}/k_i</math>; if node i is in state I and node j is in state I, then <math>P(x,y)=\beta A_{ji}/k_i</math>; if node i is in state I and node j is in state R, then <math>P(x,y)=\beta A_{ji}/k_i</math>. For all other <math>y</math>, <math>P(x,y)=0</math>.<br />
 
The procedure<ref>Brockmann, D. 2011 Complex Networks and Systems, Lecture Notes, Northwestern University</ref> on a network is as follows:
The procedure on a network is as follows:<ref>Brockmann, D. 2011 Complex Networks and Systems, Lecture Notes, Northwestern University</ref>
{{ordered list
| 1 = We initial rumor to a single node <math>i</math>;
| 2 = We pick one of its neighbors as given by the [[adjacency matrix]], so the probability we will pick node <math>j</math> is <br />
|2= We pick one of its neighbors as given by the [[adjacency matrix]], so the probability we will pick node <math>j</math> is <br />
<math>p_j={A_{ji} \over k_i}</math> <br />
where <math>A_{ji}</math> is from the adjacency matrix and <math>A_{ji}=1</math> if there is a tie from <math>i</math> to <math>j</math>, and <math>k_i= \textstyle \sum_{j=1}^N A_{ij}</math> is the [[Degree (graph theory)|degree]] for node <math>i</math>;
| 3 = Then have the choice: {{ordered list|list_style_type=lower-alpha
|3= Then have the choice: {{ordered list|list_style_type=lower-alpha
|1= If node <math>j</math> is an ignorant, it becomes a spreader at a rate <math>\alpha</math>;
|2= If node <math>j</math> is a spreader or stifler, then node <math>i</math> becomes a stifler at a rate <math>\beta</math>.
}}
| 4 = We pick another node who is a spreader at random, and repeat the process.
}}
 
Line 74 ⟶ 67:
In networks the process that does not have a threshold in a well mixed population, exhibits a clear cut phase-transition in small worlds. The following graph illustrates the asymptotic value of <math>r_\infty</math> as a function of the rewiring probability <math>p</math>.
 
=== Microscopic models ===
The microscopic approaches attractedare more attentionfocused inon theinteractions individual'sbetween interactionindividuals: "who influenced whom."
 
The known models in this category are the independent cascades (IC) and the linear threshold (LT) models <ref>[1] D. Kempe, J. Kleinberg, É. Tardos, Maximizing the spread of influence through a social network, Proc. Ninth ACM SIGKDD Int. Conf. Knowl. Discov. Data Min. - KDD ’03. (2003) 137. doi:10.1145/956755.956769.</ref>, the energy model <ref> S. Han, F. Zhuang, Q. He, Z. Shi, X. Ao, Energy model for rumor propagation on social networks, Phys. A Stat. Mech. Its Appl. 394 (2014) 99–109. doi:10.1016/j.physa.2013.10.003.</ref>,HISBmodel <ref>A.I.E. Hosni, K. Li, S. Ahmed, HISBmodel : A Rumor Diffusion Model Based on Human Individual and Social Behaviors in Online Social Networks, in: Springer, 2018..</ref> and Galam's Model <ref> S. Galam, Modelling rumors: The no plane Pentagon French hoax case, Phys. A Stat. Mech. Its Appl. 320 (2003) 571–580. doi:10.1016/S0378-4371(02)01582-0.</ref>.
Models include the [[independent cascade]] model, linear [[threshold model]],<ref>[1] D. Kempe, J. Kleinberg, É. Tardos, Maximizing the spread of influence through a social network, Proc. Ninth ACM SIGKDD Int. Conf. Knowl. Discov. Data Min. - KDD ’03. (2003) 137. doi:10.1145/956755.956769.</ref> energy model,<ref>S. Han, F. Zhuang, Q. He, Z. Shi, X. Ao, Energy model for rumor propagation on social networks, Phys. A Stat. Mech. Its Appl. 394 (2014) 99–109. doi:10.1016/j.physa.2013.10.003.</ref> HISBmodel,<ref>A.I.E. Hosni, K. Li, S. Ahmed, HISBmodel : A Rumor Diffusion Model Based on Human Individual and Social Behaviors in Online Social Networks, in: Springer, 2018.</ref> and Galam's Model.<ref>S. Galam, Modelling rumors: The no plane Pentagon French hoax case, Phys. A Stat. Mech. Its Appl. 320 (2003) 571–580. doi:10.1016/S0378-4371(02)01582-0.</ref>
 
=== Independent cascades models ===
 
== Independent Cascade (IC) Model ==
The Independent Cascade (IC) model is a probabilistic framework for modeling the spread of influence through a social network. In this model, the diffusion process unfolds in discrete time steps. When a node becomes active (i.e., influenced), it has a single chance to activate each of its inactive neighbors. The activation attempt succeeds with a certain probability, specific to the edge connecting the nodes. If the attempt fails, the neighbor cannot be activated by that node in future steps. This process continues until no more activations are possible.
 
Mathematically, the probability that an active node ''u'' activates an inactive neighbor ''v'' is denoted as <math>p_{uv}</math>. The activation process can be described as follows:
 
# At time <math>t = 0</math>, a set of seed nodes <math>A_0</math> are activated.
# For each subsequent time step <math>t \geq 1</math>, any node <math>u</math> that became active at time <math>t - 1</math> has one chance to activate each inactive neighbor <math>v</math>, with probability <math>p_{uv}</math>.
# If <math>v</math> is activated, it becomes active at time <math>t</math>; otherwise, it remains inactive.
# The process continues until no new activations occur.
 
This model captures scenarios where individuals independently decide to adopt a behavior or product after being influenced by their peers. It is particularly useful for modeling viral marketing and information dissemination in networks.
 
<ref name="Kempe2003">Kempe, D., Kleinberg, J., & Tardos, É. (2003). Maximizing the Spread of Influence through a Social Network. In Proceedings of the Ninth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (pp. 137–146). https://doi.org/10.1145/956750.956769</ref>
 
=== Linear threshold models ===
 
The Linear Threshold (LT) model is another approach to modeling influence spread in social networks. In this model, each node is assigned a threshold value, representing the fraction of its neighbors that need to be active before it becomes active itself. Each edge from a neighbor to a node has an associated weight, indicating the strength of influence. The sum of incoming edge weights to a node is typically constrained to be at most 1.
 
Mathematically, for a node <math>v</math>, let <math>N(v)</math> be the set of its neighbors, and <math>w_{uv}</math> be the weight of the edge from neighbor <math>u</math> to <math>v</math>, such that <math>\sum_{u \in N(v)} w_{uv} \leq 1</math>. Each node <math>v</math> is assigned a threshold <math>\theta_v</math>, drawn uniformly at random from the interval [0,1].
 
The activation process proceeds as follows:
 
# At time <math>t = 0</math>, a set of seed nodes <math>A_0</math> are activated.
# For each subsequent time step <math>t \geq 1</math>, any inactive node <math>v</math> becomes active if the total weight of its active neighbors meets or exceeds its threshold:
 
<math>\sum_{u \in A_{t-1} \cap N(v)} w_{uv} \geq \theta_v</math>
 
# The process continues until no new activations occur.
 
The LT model reflects situations where individuals adopt behaviors based on the collective influence of their peers, such as adopting a new technology or participating in social movements.
 
<ref name="Kempe2003" />
 
=== Energy model ===
{{Empty section|date=April 2024}}
 
== HISB Model ==
 
In recent years, the rampant spread of misinformation and rumors on online social networks (OSNs) has raised significant concerns within the scientific and technological communities. OSNs are powerful tools for disseminating information, but they can also accelerate the propagation of false or misleading content, which may have serious societal consequences. Consequently, the study of rumor dynamics and the development of effective mitigation strategies have become crucial areas of research.
 
Several models have been proposed to analyze and control rumor spread in OSNs. Among them, the HISB model (Human Individual and Social Behavior model) stands out as a comprehensive approach that incorporates both individual cognitive factors and social influence mechanisms. This model was first introduced in,<ref>A.I.E. Hosni, K. Li, S. Ahmed, HISBmodel : A Rumor Diffusion Model Based on Human Individual and Social Behaviors in Online Social Networks, in: Springer, 2018.</ref> where the authors proposed a rumor diffusion framework based on human behaviors in online social environments. It was later refined and applied in a more practical context for rumor mitigation in.<ref>A.I.E. Hosni, K. Li, S. Ahmed, Minimizing rumor influence in multiplex online social networks based on human individual and social behaviors, in: Elsivier, 2019 Information science .</ref>
 
Subsequent enhancements were made in,<ref>A.I.E. Hosni, K. Li, Minimizing the influence of rumors during breaking news events in online social networks, in: Elsivier, 2019 knowledge based systems .</ref> where the model was adapted for breaking news scenarios, addressing the challenges of real-time rumor control. Most recently, a hybrid approach incorporating the HISB model was proposed by.<ref>Hosni, A.I.E., Baira, I., Merini, H. et al. Efficient hybrid rumor mitigation in dynamic and multilayer online social networks. Soc. Netw. Anal. Min. 14, 224 (2024). https://doi.org/10.1007/s13278-024-01381-z </ref>
 
These successive contributions illustrate the robustness and adaptability of the HISB framework in tackling the evolving nature of misinformation in OSNs. This article provides a comprehensive overview of rumor propagation models, with a focus on those incorporating behavioral dynamics, and discusses state-of-the-art strategies for minimizing rumor influence.
 
This article adopts the HISBmodel for simulating rumor diffusion. Below, we provide an overview of its key components.
 
=== Individual Behaviors Toward Rumors ===
 
The HISBmodel represents the behavior of individuals facing a rumor through three main factors:
 
# '''Background Knowledge''' (\$\beta\$): Reflects an individual's knowledge of the rumor's topic, influencing their judgment of its [[credibility]].
 
# '''Hesitation Mechanism''' (\$\delta\$): Represents the delay before spreading a rumor, modeling skepticism or doubt.
 
# '''Forgetting-Remembering Factor''' (\$\omega\$): Linked to the user's engagement with the OSN platform and their likelihood of recalling the rumor.
 
An individual's attraction to a rumor over time is modeled after [[damped harmonic motion]]:
 
:<math>A\_u(t) = A\_{int}^u e^{-\beta\_u t} \left| \sin(\omega\_u t + \delta\_u) \right|</math>
 
where <math>A\_u(t)</math> is the attraction of user <math>u</math> to the rumor at time <math>t</math>, and <math>A\_{int}^u</math> is the initial attraction.
 
=== Propagation Process in [[Multilayer Networks]] ===
 
The model operates on a dynamic [[multilayer grap]]h <math>{G\_1}\_t, \ldots, {G\_n}\_t</math>, where each layer represents a different OSN or mode of interaction over time <math>t \in {0,1,\ldots,T}</math>. Each user can be in one of three states:
 
* '''Ignorant''': Not yet exposed to the rumor
* '''Spreader''': Currently spreading the rumor
* '''Stifler''': No longer spreading the rumor
 
At each time step <math>t-1</math>, spreaders may transmit the rumor according to one of two models:
 
# '''One2One Model''' (<math>\sigma'</math>): A spreader chooses one random neighbor to contact.
 
# '''One2Many Model''' (<math>\sigma</math>): A spreader contacts a subset of its neighbors.
 
The probability of rumor transmission from node <math>u</math> to <math>v</math> on layer <math>i</math> at time <math>t</math> is given by:
 
:<math>p\_{u,v,i}(t) = p\_u^{send}(t) \cdot (p\_u)*i \cdot (p*{v,u}^{acc})\_i</math>
 
With the components defined as:
 
:<math>p\_u^{send}(t) = e^{-\beta\_u t} |\sin(\omega\_u t + \delta\_u)|</math>
:<math>(p\_u)*i = \frac{(d*{in})*i(u)}{\sum*{j=1}^k (d\_{in})*j(u)}</math>
:<math>(p*{v,u}^{acc})*i = \frac{1}{1 + \frac{(d*{in})*i(v)}{(d*{in})\_i(u)}} \cdot P</math>
 
where <math>P</math> is a tunable propagation probability and <math>(d\_{in})\_i(u)</math> is the in-degree of <math>u</math> in layer <math>i</math>.
 
The global popularity of the rumor is measured as:
 
:<math>R(t) = \sum\_{i=1}^n R\_i(t), \quad \text{where} \quad R\_i(t) = \sum\_{v \in V} A\_v(t) \cdot (d\_{in})\_i(v)</math>
 
The rumor ceases to propagate when <math>R(t) \approx 0</math>.
 
=== Individual Opinion Dynamics ===
 
Individuals' opinions evolve using a discrete-time [[Markov chain]] with states:
 
* Supporting (S)
* Questioning (Q)
* Neutral (N)
* Denying (D)
 
Each node <math>v</math> has a transition matrix:
 
<math>
==== HISBmodel ====
P_v = \begin{bmatrix}
1 - \rho & \frac{\rho}{2} & \frac{\rho}{2} & 0 \\
\frac{1 - \rho}{3} & \frac{1 - \rho}{3} & \frac{1 - \rho}{3} & \rho \\
\frac{1 - \rho}{3} & \frac{1 - \rho}{3} & \frac{1 - \rho}{3} & \rho \\
0 & \frac{1 - \rho}{2} & \frac{1 - \rho}{2} & \rho \\
\end{bmatrix}
</math>
 
The decision factor <math>\rho</math> is given by:
Considering the major role of the rumor propagation model in the problem of limiting its influence in OSNs, the main goal of this paper is to provide a propagation model that reproduces a realistic trend of this phenomenon and provide significant indicators to assess the impact of the rumor to better understand the diffusion process and reduce its influence.
The variety of the human being makes their decision-making of spreading an information unpredictable, which is the primary challenge of modeling such a complex phenomenon.
In order to model such a phenomenon that deal with human activities in OSN, it is significantly important to consider the impact of human individual and social behaviors in the spreading process.
Thus, this section presents a rumor propagation model based on an analysis of the users' behaviors and their social interactions in a multiplex OSNs, named HISBmodel.
Unlike the model of literature, our model focuses on how the individuals propagate a rumor in an OSN rather than how this information spread.
In that, the model attempt to answers the following question: ``When an individual spread the rumor? when an individual accept the rumor? which OSN this individual will spread the rumor? ''.
In this model, we introduce a formulation of individual behavior towards a rumor, which is analogous to the damped harmonic motion.
Then, we present an integration of the opinion of individuals in this process, considering the social influence behaviors.
Additionally, we establish rules of human social interaction between individuals, in which we place emphasis in which layer of the network the individual will spread the rumor.
As a result, we describe the propagation process of rumors based on the HSIBmodel inspired from a real scenario in multiplex OSNs.
Furthermore, we show that model allows us to present new metrics to evaluate the impact of the spread of a rumor; these metrics reflect an accurate state of the propagation of the rumor to evaluate its impact.
 
:<math>\rho = \frac{n\_v^-}{n\_v} \cdot J\_v</math>
=====Multiplex Online Social Networks Representation=====
In literature, generally an OSN is considered as a directed or undirected graph G=(V, E) where the set of nodes $V$ represents the users and the set of edges $E$ can be seen as relationships among individuals.
However, with the diversity of OSN, individuals usually join several OSNs at the same time in which each individual may have several accounts.
Therefore, the information no longer spread in a single network but in a multiplex structure of OSNs.
Thus, based on this idea and works in literature \cite{Kuhnle2018,zhang2016least}, we define a multiplex OSNs.
\textbf{Definition 1 :} A multiplex OSNs with $n$ networks is a set \mathbb{G}^n = (I,G^n ) ,
where I=(V,C) is the set of individuals where for each individual $i\in I$ is represented by a node $v \in V$ and a set of characteristics $c \in C$.
The characteristic of an individual defines its behaviors toward a rumor which will be defined in the following section.
The set G^n=\{ G_1=(V,E_1), $ $G_2=(V,E_2), ... ,G_n=(V,E_n)\} is a set of n graphs, where G_i=(V,E_i) is a directed graph representing an OSN;
Without loss of generality, we consider each network of the multiplex has the same number of nodes.
Therefore, if a node$v \in G_i does not belong to$G_j, we add this node to G_j as an isolated node.
 
where <math>n\_v^-, n\_v</math> are the numbers of negative and total received rumors, and <math>J\_v</math> reflects personal judgment.
\subsection{Individual Behavior Toward a Rumor Formulation}
 
The [[steady-state]] probability of denying a rumor is:
While analyzing the individual behavior in OSN, we are inspired by a model of physics that fits the description of the behaviors.
We use the analogy that the attraction of an individual to a rumor is similar to an oscillator system when it is displaced from its equilibrium position.
The individual's attraction to the rumor is initially large and then exhibits a gradual downtrend \cite{Yang2011a,Han2014}.
Likewise, the amplitude of the motion is high in the beginning, and then decreases gradually, depending on the damping parameter.
The damping parameter represents in this case the individuals' background knowledge (IBK) about the rumor, which can define the abilities of an individual to evaluate the trustworthiness of a rumor \cite{Afassinou2014}.
Accordingly, the greater the IBK about the rumor is, the quicker the loss of interest on a rumor .
However, due to the hesitating mechanism (HM), an individual can eventually have a latent time before spreading the rumor which is relatively related to the degree of doubt of individuals on the revived rumor \cite{Xia2015}.
This factor is analogous to the phase of the system .
Furthermore, during the propagation process, individuals can cease and restart transmitting the rumor due to the forgetting-remembering (FR) factor, which has been studied by \citet{Zhao2013a,Zhao2011,Zhao2012,Zhao2013} in various works .
Therefore, we associate the FR to the individuals' addiction to OSNs, where the greater the time a user spends in an OSN, the more chances there are to remember the rumor.
The FR is analogized as a system oscillating around its equilibrium position, where the oscillation frequency of the system represents the degree of the user's addiction to OSNs.
This parameter represents the periodicity of an individual to switch between the forgetting and remembering phases.
We can define the individual's attraction to a rumor as
\begin{equation}\label{Equ:euq1}
A(t)=A_{int} e^{-\beta t} \cos(\omega t+\delta),
\end{equation}
 
:<math>\pi\_D(\rho) = \frac{\rho^2 - 2\rho + 1}{\rho^2 + \rho + 1}</math>
\noindent where $A(t)$ is the attraction of the individual to the rumor at the time $t$,
$A_{int}$ is the initial attraction to the rumor,
$\beta$ represents the IBK, the FR factor $\omega$ represents the period of forgetting and remembering and $\delta$ is the HM factor that represents the degree of trust in the source of the rumor.
In order to fit the proposed formulation to a real scenarios, we set $\delta'= \pi / 2 + \delta$ as a result the latent time of an individuals before spreading the rumor increases when $\delta$ increases.
Finally, for non-negative values of the individual's attraction, we consider $A(t)=| A(t)|$.
The individuals attraction to the rumor is presented as follows
 
Denoting <math>\pi\_v^- = \pi\_D(\rho\_v)</math> and <math>\pi\_v^+ = 1 - \pi\_v^-</math>, the model can predict long-term belief adoption.
 
This enhanced HISBmodel [[framework]] thus enables nuanced, multilayer-aware modeling of how rumors spread and opinions evolve across interconnected OSNs.
\begin{equation}\label{Equ:euq1}
A(t)=A_{int} e^{-\beta t} |\sin(\omega t+\delta)|.
\end{equation}
 
== References ==