Given One Solution to the Associate Homogeneous Find the Other
Applications related to ordinary and partial differential equations
Martha L. Abell , James P. Braselton , in Mathematica by Example (Sixth Edition), 2022
6.2.4 Variation of parameters
Let be a fundamental set of solutions for Eq. (6.9). To solve the nonhomogeneous equation (6.8), we need to find a particular solution, of Eq. (6.8). We search for a particular solution of the form
A particular solution, , is a solution that does not contain any arbitrary constants.
Key concept: A general solution of the nonhomogeneous linear equation is , where is a general solution of the corresponding homogeneous equation, and is a particular solution of the nonhomogeneous equation.
(6.14)
where and are functions of t. Differentiating Eq. (6.14) gives us
Observe that it is pointless to search for solutions of the form where and are constants because for every choice of and , is a solution to the corresponding homogeneous equation.
Assuming that
(6.15)
results in . Computing the second derivative then yields
Substituting , , and into Eq. (6.8) and using the facts that
(because and are solutions to the corresponding homogeneous equation) results in
(6.16)
Observe that Eq. (6.15) and Eq. (6.16) form a system of two linear equations in the unknowns and :
(6.17)
Applying Cramer's Rule gives us
(6.18)
where is the Wronskian, . After integrating to obtain and , we form , and then a general solution, .
Example 6.15
Solve , , , .
Solution
The corresponding homogeneous equation is with general solution . Then, a fundamental set of solutions is and , as we see using Det, and Simplify.
3
We use Eq. (6.18) to find and .
It follows that a particular solution of the nonhomogeneous equation is , and a general solution is .
Absolute value is not needed in the antiderivatives, because we are restricting the domain to and on this interval.
Identical results are obtained using DSolve.
The negative sign in the output does not affect the result, because C[1] is arbitrary.
Applying the initial conditions gives us , so we conclude that the solution to the initial-value problem is .
We graph the solution with Plot in Fig. 6.18.
□
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780128241639000112
First Order Ordinary Differential Equations
Martha L. Abell , James P. Braselton , in Introductory Differential Equations (Fifth Edition), 2018
2.3.2.1 Outline of the Method of Undetermined Coefficients to Solve Where k Is Constant and Is a Linear Combination of the Functions in (2.5)
- 1.
-
Solve the corresponding homogeneous equation, : .
- 2.
-
Determine the form of a particular solution . (See Determining the Form of next.)
- 3.
-
Determine the unknown coefficients in by substituting into the nonhomogeneous equation, , and equating the coefficients of like terms.
- 4.
-
Form a general solution with .
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780128149485000021
Higher-Order Differential Equations
Martha L. Abell , James P. Braselton , in Differential Equations with Mathematica (Fourth Edition), 2016
4.5.2 Higher-Order Nonhomogeneous Equations
In the same way as with second-order equations, we assume that a particular solution of the nth-order linear nonhomogeneous equation
has the form , where is a fundamental set of solutions to the corresponding homogeneous equation
With the assumptions
(4.18)
we obtain the equation
(4.19)
Equations (4.18) and (4.19) form a system of n linear equations in the unknowns u 1′, u 2′, , u n ′. Applying Cramer's Rule,
(4.20)
where W(S) is given by equation (4.7),
and W i (S) is the determinant of the matrix obtained by replacing the ith column of
Example 4.5.2
Solve .
Solution
A general solution of the corresponding homogeneous equation is ; a fundamental set is with Wronskian W(S) = 8.
yh=DSolve[y"'[t]+4y′[t]==0, y[t], t]
s={1, Cos[2t], Sin[2t]};Wronskian[s, t]
8
Using variation of parameters to find a particular solution of the nonhomogeneous equation, we let y 1 = 1, , and and assume that a particular solution has the form y p = u 1 y 1 + u 2 y 2 + u 3 y 3. Using the variation of parameters formula, we obtain
where we use Det and Integrate to evaluate the determinants and integrals. In the case of u 1, the output given by Mathematica looks different than the result we obtained by hand but using properties of logarithms ( ) and trigonometric identities ( , , , and the reciprocal identities) shows us that
so the results obtained by hand and with Mathematica are the same.
u1p=1/8Det[{{0, Cos[2t], Sin[2t]}, {0, −2Sin[2t], 2Cos[2t]}, {Sec[2t], −4Cos[2t], −4Sin[2t]}}]//Simplify
u1=Integrate[u1p, t]
u2p=1/8Det[{{1, 0, Sin[2t]}, {0, 0, 2Cos[2t]}, {0, Sec[2t], −4Sin[2t]}}]//Simplify
u2=Integrate[u2p, t]
u3p=1/8Det[{{1, Cos[2t], 0}, {0, −2Sin[2t], 0}, {0, −4Cos[2t], Sec[2t]}}]//Simplify
u3=Integrate[u3p, t]
Thus, a particular solution of the nonhomogeneous equation is
and a general solution is y = y h + y p . We verify the calculations using DSolve, which returns an equivalent solution.
gensol=DSolve[y"'[t]+4y′[t]==Sec[2t], y[t], t]//Simplify
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780128047767000048
Higher Order Equations
Martha L. Abell , James P. Braselton , in Introductory Differential Equations (Fourth Edition), 2014
Undetermined Coefficients
In the special case that the corresponding homogeneous equation has constant coefficients and the forcing function is a linear combination of functions of the form
(4.23)
then the method of undetermined coefficients can be used to determine the form of a particular solution of the nonhomogeneous equation in the same way as that discussed in Section 4.2.
Example 4.6.2
Solve y (5) + 4y‴ = 48t − 6 − 10e−t .
Solution
The corresponding homogeneous equation is y (5) + 4y‴ = 0, which has characteristic equation r 5 + 4r 3 = r 3(r 2 + 4) = 0 so r 1,2,3 = 0 has multiplicity three and r 4,5 = ±2i each have multiplicity one. Thus, a fundamental set for the corresponding homogeneous equation is and a general solution of the corresponding homogeneous equation is .
For the forcing function, f(t) = 48t − 6 − 10e−t we have two associated sets:
corresponding to the terms − 10e−t and 48t − 6, respectively, in the forcing function. Note that no element of F 1 is a solution of the corresponding homogeneous equation. On the other hand, functions in F 2 are solutions to the corresponding homogeneous equation. So, following the outline in Section 4.2, we multiply F 2 by t n where n is the smallest positive integer so that no function in t n F 2 is a solution of the corresponding homogeneous equation. In this case, we multiply F 2 by t 3 to obtain .
Thus, we assume that a particular solution to the nonhomogeneous equation has the form y p = At 4 + Bt 3 + Ce−t . Differentiating we have,
Substituting into the nonhomogeneous equation, simplifying the result, and equating coefficients gives us
so 24B = −6, 96A = 48, and − 5C = −10. Thus, A = 1/2, B = −1/4, and C = 2 so a particular solution of the nonhomogeneous equation is .
A general solution of the nonhomogeneous equation is then given by
What is the form of a particular solution of ?
To solve an IVP, first determine a general solution and then use the initial conditions to solve for the unknown constants in the general solution.
Example 4.6.3
Solve the IVP
y(0) = 4/3, y′(0) = −5/2, y″(0) = −173/12.
Solution
The corresponding homogeneous equation is 4 y‴ + 4y″ + 65y′ = 0 with characteristic equation 4r 3 + 4r 2 + 65r = r(4r 2 + 4r + 65) = 0 so r 1 = 0 and using the quadratic formula to solve 4r 2 + 4r + 65 = 0 gives us . Thus, a fundamental set of solutions for the corresponding homogeneous equation is and a general solution of the corresponding homogeneous equation is .
The associated set of functions for the forcing function
is . No function in F is a solution of the corresponding homogeneous equation so we assume that a particular solution of the nonhomogeneous equation has the form , where a and b are constants to be determined. Differentiating y p three times gives us
Substituting y p and its derivatives into the nonhomogeneous equation and simplifying the result gives us
When algebra becomes unusually cumbersome, we usually use a computer algebra system to assist in checking our calculations.
Equating coefficients gives us the system
which has solution A = 0 and B = −1. Thus, and a general solution of the nonhomogeneous equation is (see Figure 4.11(a)).
To solve the IVP, we first differentiate Y twice resulting in
Evaluating at t = 0 gives us the system of equations
which has solution c 1 = 1/3, c 2 = 1, and c 3 = 0 so the solution to the IVP is (see Figure 4.11(b)). What is the form of a particular solution of 4y‴ + 4y″ + 65y′ = t2 + te-t/3 cos2t?
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780124172197000041
Laplace Transform Methods
Martha L. Abell , James P. Braselton , in Differential Equations with Mathematica (Fourth Edition), 2016
Abstract
In previous chapters we have investigated solving the nth-order linear equation
for y. We have seen that if the coefficients a i (t ) are numbers, we can find a general solution of the equation by first solving the characteristic equation of the corresponding homogeneous equation, forming a general solution of the corresponding homogeneous equation, and then finding a particular solution to the nonhomogeneous equation. If the coefficients a i (t) are not constants, we have learned that solving above equation may be substantially more difficult that in other cases, such as when the functions a i (t) are constants. For example, when above equation is a Cauchy-Euler equation, techniques used to solve the case when above equation has constant coefficients can be used to solve the equation. In other situations, we might be able to use a series to find a solution of the equation. Regardless, in all these situations the function f(t) has (typically) been a smooth function. If f(t) is not a smooth function, such as when f(t) is a piecewise-defined or periodic function, solving above equation can be substantially more difficult. In this chapter, we discuss a technique that transforms above equation into an algebraic equation that can sometimes be solved so that a solution to the differential equation can be obtained.
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780128047767000085
Green's Functions
George B. Arfken , ... Frank E. Harris , in Mathematical Methods for Physicists (Seventh Edition), 2013
Form of Green's Function
The properties we have identified for G are sufficient to enable its more complete identification, given a Hermitian operator and its boundary conditions. We continue with the study of problems on an interval (a, b) with one homogeneous boundary condition at each endpoint of the interval.
Given a value of t, it is necessary for x in the range a ≤ x < t that G (x, t) have an x dependence y 1(x) that is a solution to the homogeneous equation and that also satisfies the boundary condition at x = a. The most general G (x, t) satisfying these conditions must have the form
(10.16)
where h 1(t) is presently unknown. Conversely, in the range t < x ≤ b, it is necessary that G (x, t) have the form
(10.17)
where y 2 is a solution of that satisfies the boundary condition at x = b. The symmetry condition, Eq. (10.15), permits Eqs. (10.16) and (10.17) to be consistent only if and , with A a constant that is still to be determined. Assuming that y 1 and y 2 can be chosen to be real, we are led to the conclusion that
(10.18)
where , with y 1 satisfying the boundary condition at x = a and y 2 satisfying that at x = b. The value of A in Eq. (10.18) depends, of course, on the scale at which the yi have been specified, and must be set to a value that is consistent with Eq. (10.9). As applied here, that condition reduces to
equivalent to
(10.19)
Despite its appearance, A does not depend on t. The expression involving the yi is their Wronskian, and it has a value proportional to 1/p(t). See Exercise 7.6.11.
It is instructive to verify that the form for G(x, t) given by Eq. (10.18) causes Eq. (10.7) to generate the desired solution to the ODE . To this end, we obtain an explicit form for y(x):
(10.20)
From Eq. (10.20) it is easy to verify that the boundary conditions on y(x) are satisfied; if x = a the first of the two integrals vanishes, and the second is proportional to y 1; corresponding remarks apply at x = b.
It remains to show that Eq. (10.20) yields . Differentiating with respect to x, we first have
(10.21)
Proceeding to (py′)′:
(10.22)
Combining Eq. (10.22) and q(x) times Eq. (10.20), many terms drop because , leaving
(10.23)
where the final simplification took place using Eq. (10.19).
Example 10.1.1
Simple Second-Order ODE
Consider the ODE
with boundary conditions y(0) = y (1) = 0. The corresponding homogeneous equation − y″ = 0 has general solution y 0 = c 0 + c 1 x; from these we construct the solution y 1 = x that satisfies y 1(0) = 0 and the solution y 2 = 1 − x, satisfying y 2(1) = 0. For this ODE, the coefficient p(x) = −1, , , and the constant A in the Green's function is
Our Green's function is therefore
Assuming we can perform the integral, we can now solve this ODE with boundary conditions for any function f (x). For example, if f (x) = sin πx, our solution would be
The correctness of this result is easily checked.
One advantage of the Green's function formalism is that we do not need to repeat most of our work if we change the function f (x). If we now take f (x) = cos πx, we get
Note that our solution takes full account of the boundary conditions.
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780123846549000104
First-Order Ordinary Differential Equations
Martha L. Abell , James P. Braselton , in Differential Equations with Mathematica (Fourth Edition), 2016
2.5.2 Variation of Parameters and the Method of Undetermined Coefficients
Observe that equation (2.4) is separable:
Notice that any constant multiple of a solution to a linear homogeneous equation is also a solution. Now suppose that y is any solution of equation (2.3) and y p is a particular solution of equation (2.3). Then,
A particular solution is a specific function that is a solution to the equation that does not contain any arbitrary constants.
Thus, y − y p is a solution to the corresponding homogeneous equation of equation ( 2.3). Hence,
where . That is, a general solution of equation (2.3) is
where y p is a particular solution to the nonhomogeneous equation and y h is a general solution to the corresponding homogeneous equation. Thus, to solve equation (2.3), we need to first find a general solution to the corresponding homogeneous equation, y h , which we can accomplish through separation of variables, and then find a particular solution, y p , to the nonhomogeneous equation.
If y h is a solution to the corresponding homogeneous equation of equation (2.3) then for any constant C, Cy h is also a solution to the corresponding homogeneous equation. Hence, it is impossible to find a particular solution to equation (2.3) of this form. Instead, we search for a particular solution of the form y p = u(x)y h , where u(x) is not a constant function. Assuming that a particular solution, y p , to equation (2.3) has the form y p = u(x)y h , differentiating gives us
and substituting into equation (2.3) results in
Because , we obtain
y h is a solution to the corresponding homogeneous equation so y h ′ + p(x)y h = 0.
so
Because we include an arbitrary constant of integration when evaluating , it follows that we can write a general solution of equation (2.3) as
(2.6)
Example 2.5.5 (Exponential Growth)
Let y = y(t) denote the size of a population at time t. If y grows at a rate proportional to the amount present, y satisfies
Exponential growth is discussed in more detail in Section 3.2.1.
(2.7)
where α is the growth constant. If y(0) = y 0, using equation (2.6) results in y = y 0 e αt . We use DSolve to confirm this result.Clear[t, y]DSolve[{y′[t]==αy[t], y[0]==y0}, y[t], t]
models Newton's Law of Cooling: the rate at which the temperature, y(t), changes in a heating/cooling body is proportional to the difference between the temperature of the body and the constant temperature, y s , of the surroundings. Newton's Law of Cooling is discussed in more detail in Section 3.3.
Example 2.5.6
Solve each of the following equations: (a) , y(0) = y 0, k and y s constant and (b) y′− 2ty = t.
Solution
(a) By hand, we rewrite the equation and obtain
A general solution of the corresponding homogeneous equation
is y h = e kt . Because k and − ky s are constants, we suppose that a particular solution of the nonhomogeneous equation, y p , has the form y p = A, where A is a constant.
Assuming that y p = A, we have y p ′ = 0 and substitution into the nonhomogeneous equation gives us
This will turn out to be a lucky guess. If there is not a solution of this form, we would not find one of this form.
Thus, a general solution is y = y h + y p = Ce kt + y s . Applying the initial condition y(0) = y 0 results in y = y s + (y 0 − y s )e kt .
We obtain the same result with DSolve. We graph the solution satisfying y(0) = 75 assuming that k = −1/2 and y s = 300 in Figure 2-23. Notice that y(t) → y s as .
sola=DSolve[{y′[t]==k(y[t]−ys), y[0]==y0}, y[t], t]
tp=sola[[1, 1, 2]]/.{k→−1/2, ys→300, y0→75};p1=Plot[tp, {t, 0, 10}, AxesLabel→{t, y}, AxesStyle→Black]
(b) The equation is in standard form and we identify p(t) = −2t. Then, the integrating factor is . Multiplying the equation by the integrating factor, μ(t), results in
Integrating gives us
We confirm the result with DSolve.
solb=DSolve[y′[t]−2ty[t]==t, y[t], t]
Application: Antibiotic Production
When you are injured or sick, your doctor may prescribe antibiotics to prevent or cure infections. In the journal article "Changes in the Protein Profile of Streptomyces Griseus during a Cycloheximide Fermentation" we see that production of the antibiotic cycloheximide by Streptomyces is typical of antibiotic production. During the production of cycloheximide, the mass of Streptomyces grows relatively quickly and produces little cycloheximide. After approximately 24 hours, the mass of Streptomyces remains relatively constant and cycloheximide accumulates. However, once the level of cycloheximide reaches a certain level, extracellular cycloheximide is degraded (feedback inhibited). One approach to alleviating this problem to maximize cycloheximide production is to continuously remove extracellular cycloheximide. The rate of growth of Streptomyces can be described by the separable equation
Source: Kevin H. Dykstra and Henry Y. Wang, "Changes in the Protein Profile of Streptomyces Griseus during a Cycloheximide Fermentation," Biochemical Engineering V, Annals of the New York Academy of Sciences, Volume 56, New York Academy of Sciences (1987), pp. 511–522.
where X represents the mass concentration in g/L, is the maximum specific growth rate, and represents the maximum mass concentration. We now solve the initial-value problem with DSolve, naming the result sol1.
Note that this equation can be converted to a linear equation with the substitution y = X −1.
Clear[x]sol1=DSolve[{x′[t]==μ(1−x[t]/xmax)x[t], x[0]==1}, x[t], t]
Experimental results have shown that and . For these values, we use Plot to graph X(t) on the interval [0, 24] in Figure 2-24 (a). Then, we use Table and TableForm to determine the mass concentration at the end of 4, 8, 12, 16, 20, and 24 hours.
μ=0.3;xmax=10.;
p1=Plot[x[t]/.sol1, {t, 0, 24}, PlotStyle→Black, AxesStyle→Black, AxesLabel→{t, x}, PlotLabel→"(a)"];
TableForm[Table[{t, sol1[[1, 1, 2]]}, {t, 4, 24, 4.}]]
The rate of accumulation of cycloheximide is the difference between the rate of synthesis and the rate of degradation:
It is known that R d = K d P, where K d = 5 × 10−3 h−1, so dP/dt = R s − R d is equivalent to dP/dt = R s − K d P. Furthermore,
where Q po represents the specific enzyme activity with value Q po ≈ 0.6 g CH/g,protein ⋅h and K l represents the inhibition constant. E represents the intracellular concentration of an enzyme which we will assume is constant. For large values of K l and t, X(t) ≈ 10 and . Thus, R s ≈ 10Q po E so
After defining K d and Q po , we solve the initial-value problem and then graph on the interval [0, 24] in Figure 2-24 (b).
Clear[p]kd=5/1000;qp0=0.6;sol2=DSolve[{p′[t]==10qp0−kdp[t], p[24]==0}, p[t], t]
p2=Plot[p[t]/.sol2, {t, 24, 1000}, PlotStyle→Black, AxesStyle→Black, AxesLabel→{t, p}, AxesOrigin→{0, 0}, PlotLabel→"(b)"];
Show[GraphicsRow[{p1, p2}]]
From the graph, we see that the total accumulation of the antibiotic approaches a limiting value, which in this case is 1200.
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780128047767000024
Ordinary differential equations
Brent J. Lewis , ... Andrew A. Prudil , in Advanced Mathematics for Engineering Students, 2022
Homogeneous linear equations
An ordinary differential equation of nth order is of the form
(2.67)
where the nth derivative . The equation is linear if it can be written as
(2.68)
The corresponding homogeneous equation written in "standard" form is
(2.69)
Eq. (2.69) has the important property that a linear combination of solutions is again a solution (superposition principle or linearity principle). A basis of solutions of Eq. (2.69) consists of n linearly independent solutions of . The corresponding general solution is a linear combination:
(2.70)
From Eq. (2.70) one obtains a particular solution by choosing n numbers for by imposing n initial conditions:
(2.71)
Together Eq. (2.69) and Eq. (2.71) constitute an initial value problem for Eq. (2.69). If are continuous on some open interval I and is in I, then Eq. (2.69) has a general solution on I, and Eq. (2.69) and Eq. (2.71) have a unique solution on I (which is a particular solution).
Similarly, as in Section 2.2.4, the basis functions are linearly independent on the interval I if and only if the Wronskian (extended to nth order), as defined by
(2.72)
is different from zero on the interval.
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780128236819000101
Applications of Higher Order Differential Equations
Martha L. Abell , James P. Braselton , in Introductory Differential Equations (Fourth Edition), 2014
L-R-C Circuits
Second-order nonhomogeneous linear ODEs arise in the study of electrical circuits after the application of Kirchhoff's law. Suppose that I(t) is the current in the L-R-C series electrical circuit (shown in Figure 5.14) where L, r, and c represent the inductance, resistance, and capacitance of the circuit, respectively.
The voltage drops across the circuit elements in Table 5.2 have been obtained from experimental data, where Q is the charge of the capacitor and dQ/dt = I.
Table 5.2. Voltage Drops Across an L-R-C Circuit
Circuit Element | Voltage Drop |
---|---|
Inductor |
|
Resistor | RI |
Capacitor |
|
Our goal is to model this physical situation with an IVP so that we can determine the current and charge in the circuit. For convenience, the terminology used in this section is summarized in Table 5.3.
Table 5.3. Terminology Used in Section 5.4
Electrical Quantities | Units |
---|---|
Inductance (L) | Henrys (H) |
Resistance (r) | Ohms (ω) |
Capacitance (c) | Farads (F) |
Charge (Q) | Coulombs (C) |
Current (I) | Amperes (A) |
The physical principle needed to derive the differential equation that models the L-R-C series circuit is Kirchhoff's law.
Kirchhoff's law The sum of the voltage drops across the circuit elements is equivalent to the voltage E(t) impressed on the circuit.
Applying Kirchhoff's law with the voltage drops in Table 5.2 yields the differential equation . Using the fact that dQ/dt = I, we also have d2 Q/dt 2 = dI/dt. Therefore, the equation becomes , which can be solved by the method of undetermined coefficients or the method of variation of parameters. If the initial charge and current are Q(0) = Q 0 and I(0) = Q'(0) = I 0, we solve the IVP
(5.8)
for the charge Q(t). The solution is differentiated to find the current I(t).
Example 5.4.1
Consider the L-R-C circuit with L = 1 H, R = 40ω, C = 1/4000 F, and E(t) = 24 V. Determine the current in this circuit if there is zero initial current and zero initial charge.
Solution
Using the indicated values, the IVP that we must solve is
The characteristic equation of the corresponding homogeneous equation is r 2 + 40r + 4000 = 0 with roots r 1,2 = −20 ± 60i, so a general solution of the corresponding homogeneous equation is . Because the voltage is the constant function E(t) = 24, we assume that the particular solution has the form Q p(t) = A. Substitution into d2 Q/dt 2 + 40 dQ/dt + 4000Q = 24 yields 4000A = 24 or A = 3/500. Therefore, a general solution of the nonhomogeneous equation is
with derivative
After application of the initial conditions, we have Q(0) = c 1 + 3/500 = 0 and dQ/dt(0) = −20c 1 + 60c 2 = 0. Therefore, c 1 = −3/500 and c 2 = −1/500, so the charge in the circuit is
and the current is given by
These results indicate that in time the charge approaches the constant value of 3/500, which is known as the steady-state charge. Also, because of the exponential term, the current approaches zero as t increases. We show the graphs of Q(t) and I(t) in Figure 5.15(a) and (b) to verify these observations.
In Example 5.4.1 , how is the charge Q(t) affected if E(t) = 48 V? What happens to Q(t) if ω?
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780124172197000053
Linear Operator Equations
William L. Dunn , J. Kenneth Shultis , in Exploring Monte Carlo Methods, 2012
Solution for a constant source term
To obtain the form of the solution to
(8.93)
observe that up = q o/β2 is a particular solution. Addition of up to the most general physically realistic solution of the corresponding homogeneous equation gives the general solution of Eq. (8.93), namely,
(8.94)
To see how u(r) at the center of a circle is related to the value on the circumference, integrate Eq. (8.94) over θ to obtain
(8.95)
The value at the circle center u(0, θ) = u(r0 ) is independent of θ and, from Eq. (8.94), has the value
(8.96)
Combining these two results to eliminate a0 gives the important result
(8.97)
where
(8.98)
From this result it is seen that u at the center of a circle of radius r equals Q(r) plus the average of u(r, θ)/I0(βr) on the circumference. Thus, the previous random walking-on-circles procedure is altered to score the particle's weight times Q(r) at each step, in addition to scoring the surface contribution at the end of the walk. After N random walks the value of u(r0) is then estimated as
(8.99)
In Example 8.4, this walking-on-circles procedure is used to solve a particular diffusion problem.
Read full chapter
URL:
https://www.sciencedirect.com/science/article/pii/B9780444515759000087
Given One Solution to the Associate Homogeneous Find the Other
Source: https://www.sciencedirect.com/topics/mathematics/corresponding-homogeneous-equation