Cash-back offer from May 2nd to 7th, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question DetailsNormal
$ 20.00

TEST BANK FOR Advanced Engineering Mathematics [Volume 1] By Herbert Kreyszig

Question posted by
Online Tutor Profile
request

Chap. 1 First-Order ODEs
Sec. 1.1 Basic Concepts. Modeling
To get a good start into this chapter and this section, quickly review your basic calculus. Take a look at
the front matter of the textbook and see a review of the main differentiation and integration formulas. Also,
Appendix 3, pp. A63–A66, has useful formulas for such functions as exponential function, logarithm, sine
and cosine, etc. The beauty of ordinary differential equations is that the subject is quite systematic and has
different methods for different types of ordinary differential equations, as you shall learn. Let us discuss
some Examples of Sec. 1.1, pp. 4–7.
Example 2, p. 5. Solution by Calculus. Solution Curves. To solve the first-order ordinary
differential equation (ODE)
y = cos x
means that we are looking for a function whose derivative is cos x. Your first answer might be that the
desired function is sin x, because (sin x) = cos x. But your answer would be incomplete because also
(sin x+2) =cos x, since the derivative of 2 and of any constant is 0. Hence the complete answer is
y= cos x+c, where c is an arbitrary constant. As you vary the constants you get an infinite family
of solutions. Some of these solutions are shown in Fig. 3. The lesson here is that you should never
forget your constants!
Example 4, pp. 6–7. Initial Value Problem. In an initial value problem (IVP) for a first-order ODE
we are given an ODE, here y =3y, and an initial value condition y(0)=5.7. For such a problem, the
first step is to solve the ODE. Here we obtain y(x)=ce3x as shown in Example 3, p. 5. Since we also
have an initial condition, we must substitute that condition into our solution and get y(0)=ce3·0 =
ce0 =c · 1= c=5.7. Hence the complete solution is y(x)=5.7e3x. The lesson here is that for an
initial value problem you get a unique solution, also known as a particular solution.
2 Ordinary Differential Equations (ODEs) Part A
Modeling means that you interpret a physical problem, set up an appropriate mathematical model,
and then try to solve the mathematical formula. Finally, you have to interpret your answer.
Examples 3 (exponential growth, exponential decay) and 5 (radioactivity) are examples of modeling
problems. Take a close look at Example 5, p. 7, because it outlines all the steps of modeling.
Problem Set 1.1. Page 8
3. Calculus. From Example 3, replacing the independent variable t by x we know that y =0.2y has a
solution y=0.2ce0.2x. Thus by analogy, y =y has a solution
1 · ce1·x = cex,
where c is an arbitrary constant.
Another approach (to be discussed in details in Sec. 1.3) is to write the ODE as
dy
dx
= y,
and then by algebra obtain
dy = y dx, so that
1
y
dy = dx.
Integrate both sides, and then apply exponential functions on both sides to obtain the same
solution as above

1
y
dy =

dx, ln|y| = x + c, eln |y| = ex+c, y = ex · ec = c∗ex,
(where c∗ = ec is a constant).
The technique used is called separation of variables because we separated the variables, so that y
appeared on one side of the equation and x on the other side before we integrated.
7. Solve by integration. Integrating y =cosh 5.13x we obtain (chain rule!) y=

cosh 5.13x dx
= 1
5.13 (sinh 5.13x)+c. Check: Differentiate your answer:

1
5.13 (sinh 5.13x) + c

= 1
5.13 (cosh 5.13x) · 5.13 = cosh 5.13x, which is correct.
11. Initial value problem (IVP). (a) Differentiation of y=(x+c)ex by product rule and definition of
y gives
y = ex + (x + c)ex = ex + y.
But this looks precisely like the given ODE y =ex +y. Hence we have shown that indeed
y=(x + c)ex is a solution of the given ODE. (b) Substitute the initial value condition into
the solution to give y(0)=(0+c)e0 =c · 1= 12
. Hence c= 12
so that the answer to the IVP is
y = (x + 12
)ex.
(c) The graph intersects the x-axis at x=0.5 and shoots exponentially upward.
Chap. 1 First-Order ODEs 3
19. Modeling: Free Fall. y =g =const is the model of the problem, an ODE of second order.
Integrate on both sides of the ODE with respect to t and obtain the velocity v=y =gt +c1
(c1 arbitrary). Integrate once more to obtain the distance fallen y= 12
gt2 +c1t +c2 (c2 arbitrary).
To do these steps, we used calculus. From the last equation we obtain y= 12
gt2 by imposing the
initial conditions y(0)=0 and y(0)=0, arising from the stone starting at rest at our choice of origin,
that is the initial position is y=0 with initial velocity 0. From this we have y(0)=c2 =0 and v(0)=
y(0) = c1 = 0.
Sec. 1.2 Geometric Meaning of y =f (x, y). Direction Fields, Euler’s Method
Problem Set 1.2. Page 11
1. Direction field, verification of solution. You may verify by differentiation that the general
solution is y=tan(x+c) and the particular solution satisfying y(14
π)=1 is y=tan x. Indeed, for the
particular solution you obtain
y = 1
cos2x
= sin2x + cos2x
cos2x
= 1 + tan2x = 1 + y2
and for the general solution the corresponding formula with x replaced by x+c.
1
–1
–2
2
–1 –0.5 0 0.5 1
y
x
y(x)
Sec. 1.2 Prob. 1. Direction Field
15. Initial value problem. Parachutist. In this section the usual notation is (1), that is, y =f (x, y),
and the direction field lies in the xy-plane. In Prob. 15 the ODE is v =f (t, v)=g −bv2/m, where v
suggests velocity. Hence the direction field lies in the tv-plane.With m=1 and b=1 the ODE
becomes v = g −v2. To find the limiting velocity we find the velocity for which the acceleration
equals zero. This occurs when g −v2 = 9.80−v2 =0 or v=3.13 (approximately). For v<3.13
you have v
>0 (increasing curves) and for v>3.13 you have v
<0 (decreasing curves). Note that
the isoclines are the horizontal parallel straight lines g −v2 =const, thus v=const.
4 Ordinary Differential Equations (ODEs) Part A
Sec. 1.3 Separable ODEs. Modeling
Problem Set 1.3. Page 18
1. CAUTION! Constant of integration. It is important to introduce the constant of integration
immediately, in order to avoid getting the wrong answer. For instance, let
y = y. Then ln |y| = x + c, y = c∗ex (c∗ = ec),
which is the correct way to do it (the same as in Prob. 3 of Sec. 1.1 above) whereas introducing the
constant of integration later yields
y = y, ln|y| = x, y = ex + C
which is not a solution of y =y when C =0.
5. General solution. Separating variables, we have y dy=−36x dx. By integration,
12
y2 = −18x2 + ˜c, y2 = 2˜c − 36x2, y = ±

c − 36x2 (c = 2˜c).
With the plus sign of the square root we get the upper half and with the minus sign the lower half of
the ellipses in the answer on p. A4 in Appendix 2 of the textbook.
For y=0 (the x-axis) these ellipses have a vertical tangent, so that at points of the x-axis the
derivative y does not exist (is infinite).
17. Initial value problem. Using the extended method (8)–(10), let u=y/x. Then by product rule
y =u+xu. Now
y = y + 3x4cos2(y/x)
x
= y
x
+ 3x3 cos

y
x

= u + 3x3 cos2 u = u + x(3x2 cos2 u)
so that u = 3x2 cos2 u.
Separating variables, the last equation becomes
du
cos2 u
= 3x2dx.
Integrate both sides, on the left with respect to u and on the right with respect to x, as justified in the
text then solve for u and express the intermediate result in terms of x and y
tan u = x3 + c, u = y
x
= arctan (x3 + c), y = xu = x arctan (x3 + c).
Substituting the initial condition into the last equation, we have
y(1) = 1 arctan (13 + c) = 0, hence c = −1.
Together we obtain the answer
y = x arctan (x3 − 1).
23. Modeling. Boyle–Mariotte’s law for ideal gases. From the given information on the rate of
change of the volume
dV
dP
= −V
P
.
Chap. 1 First-Order ODEs 5
Separating variables and integrating gives
dV
V
= −dP
P
,

1
V
dV = −

1
P
dP, ln|V| = −ln |P| + c.
Applying exponents to both sides and simplifying
eln |V| = e−ln |P|+c = e−ln |P| · ec = 1
eln |P|
· ec = 1
|P|ec.
Hence we obtain for nonnegative V and P the desired law (with c∗ =ec, a constant)
V · P = c∗
.
Sec. 1.4 Exact ODEs. Integrating Factors
Use (6) or (6∗), on p. 22, only if inspection fails. Use only one of the two formulas, namely, that in which
the integration is simpler. For integrating factors try both Theorems 1 and 2, on p. 25. Usually only one of
them (or sometimes neither) will work. There is no completely systematic method for integrating factors,
but these two theorems will help in many cases. Thus this section is slightly more difficult.
Problem Set 1.4. Page 26
1. Exact ODE.We proceed as in Example 1 of Sec. 1.4.We can write the given ODE as
M dx + N dy = 0 where M = 2xy and N = x2.
Next we compute
∂M
∂y
=2x (where, when taking this partial derivative, we treat x as if it were a
constant) and
∂N
∂x
=2x (we treat y as if it were a constant). (See Appendix A3.2 for a review of partial
derivatives.) This shows that the ODE is exact by (5) of Sec. 1.4. From (6) we obtain by integration
u =

M dx + k(y) =

2xy dx + k(y) = x2y + k(y).
To find k(y) we differentiate this formula with respect to y and use (4b) to obtain
∂u
∂y
= x2 + dk
dy
= N = x2.
From this we see that
dk
dy
= 0, k = const.
The last equation was obtained by integration. Insert this into the equation for u, compare with (3) of
Sec. 1.4, and obtain u=x2y+c∗. Because u is a constant, we have
x2y = c, hence y = c/x2.
6 Ordinary Differential Equations (ODEs) Part A
5. Nonexact ODE. From the ODE, we see that P =x2 +y2 and Q=2xy. Taking the partials we have
∂P
∂y
=2y and
∂Q
∂x
=−2y and, since they are not equal to each other, the ODE is nonexact. Trying
Theorem 1, p. 25, we have
R = (∂P/∂y − ∂Q/∂x)
Q
= 2y + 2y
−2xy
= 4y
−2xy
= −2
x
which is a function of x only so, by (17), we have F(x)= exp

R(x) dx. Now

R(x) dx = −2

1
x
dx = −2 ln x = ln (x−2) so that F(x) = x−2.
Then
M = FP = 1 + x−2y2 and N = FQ = −2x−1y. Thus
∂M
∂y
= 2x−2y = ∂N
∂x
.
This shows that multiplying by our integrating factor produced an exact ODE.We solve this equation
using 4(b), p. 21.We have
u =

−2x−1y dy = −2x−1

y dy = −x−1y2 + k(x).
From this we obtain
∂u
∂x
= x−2y2 + dk
dx
= M = 1 + x−2y2, so that
dk
dx
= 1 and k =

dx = x + c∗
.
Putting k into the equation for u, we obtain
u(x, y) = −x−1y2 + x + c∗ and putting it in the form of (3) u = −x−1y2 + x = c.
Solving explicitly for y requires that we multiply both sides of the last equation by x, thereby
obtaining (with our constant=−constant on p. A5)
−y2 + x2 = cx, y = (x2 − cx)1/2.
9. Initial value problem. In this section we usually obtain an implicit rather than an explicit general
solution. The point of this problem is to illustrate that in solving initial value problems, one can
proceed directly with the implicit solution rather than first converting it to explicit form.
The given ODE is exact because (5) gives
My = ∂
∂y
(2e2x cos y) = −2e2x sin y = Nx.
From this and (6) we obtain, by integration,
u =

M dx =

2 e2x cos y dx = e2x cos y + k(y).
uy =N now gives
uy = −e2x sin y + k(y) = N, k(y) = 0, k(y) = c∗ = const.
Chap. 1 First-Order ODEs 7
Hence an implicit general solution is
u = e2x cos y = c.
To obtain the desired particular solution (the solution of the initial value problem), simply insert
x=0 and y=0 into the general solution obtained:
e0 cos 0 = 1 · 1 = c.
Hence c=1 and the answer is
e2x cos y = 1.
This implies
cos y = e−2x, thus the explicit form y = arccos (e−2x).
15. Exactness.We have M =ax+by, N =kx+ly. The answer follows from the exactness condition
(5), p. 21. The calculation is
My = b = Nx = k, M = ax + ky, u =

M dx = 1
2
ax2 + kxy + κ(y)
with κ(y) to be determined from the condition
uy = kx + κ
(y) = N = kx + ly, hence κ
= ly.
Integration gives κ = 12
ly2.With this κ, the function u becomes
u = 12
ax2 + kxy + 12
ly2 = const.
(If we multiply the equation by a factor 2, for beauty, we obtain the answer on p. A5).
Sec. 1.5 Linear ODEs. Bernoulli Equation. Population Dynamics
Example 3, pp. 30–31. Hormone level. The integral
I =

eKt cos
πt
12
dt
can be evaluated by integration by parts, as is shown in calculus, or, more simply, by undetermined
coefficients, as follows.We start from

eKt cos
πt
12
dt = eKt

a cos
πt
12
+ b sin
πt
12

with a and b to be determined. Differentiation on both sides and division by eKt gives
cos
πt
12
= K

a cos
πt
12
+ b sin
πt
12

− aπ
12
sin
πt
12
+ bπ
12
cos
πt
12
.
We now equate the coefficients of sine and cosine on both sides. The sine terms give
0 = Kb − aπ
12
, hence a = 12K
π
b.
8 Ordinary Differential Equations (ODEs) Part A
The cosine terms give
1 = Ka + π
12
b =

12K2
π
+ π
12

b = 144K2 + π2
12π
b.
Hence,
b = 12π
144K2 + π2 , a = 144K
144K2 + π2 .
From this we see that the integral has the value
eKt

a cos
πt
12
+ b sin
πt
12

= 12π
144K2 + π2 eKt

12K
π
cos
πt
12
+ sin
πt
12

.
This value times B (a factor we did not carry along) times e−Kt (the factor in front of the integral on
p. 31) is the value of the second term of the general solution and of the particular solution in the
example.
Example 4, pp. 32–33. Logistic equation, Verhulst equation. This ODE
y = Ay − By2 = Ay

1 − B
A
y

is a basic population model. In contrast to the Malthus equation y = ky, which for a positive initial
population models a population that grows to infinity (if k > 0) or to zero (if k < 0), the logistic
equation models growth of small initial populations and decreasing populations of large initial
populations. You can see directly from the ODE that the dividing line between the two cases is
y = A/B because for this value the derivative y is zero.
Problem Set 1.5. Page 34
5. Linear ODE. Multiplying the given ODE (with k = 0) by ekx, you obtain
(y + ky)ekx = e−kxeks = e0 = 1.
The left-hand side of our equation is equal to (yekx), so that we have
(yekx) = 1.
Integration on both sides gives the final answer.
yekx = x + c, y = (x + c)e−kx.
The use of (4), p. 28, is simple, too, namely, p(x) = k, h =

p(x) dx =

k dx = kx. Furthermore,
r = e−kx. This gives
y = e−kx

ekxe−kxdx + c

= e−kx

1 dx + c

= e−kx(x + c).
Chap. 1 First-Order ODEs 9
9. Initial value problem. For the given ODE y + y sin x = ecos x we have in (4)
p(x) = sin x
so that by integration
h =

sin x dx = −cos x
Furthermore the right-hand side of the ODE r = ecos x. Evaluating (4) gives us the general solution
of the ODE. Thus
y = ecos x

e−cos x · ecos x dx + c

= ecos x(x + c).
We turn to the initial condition and substitute it into our general solution and obtain the value for c
y(0) = ecos 0(0 + c) = −2.5, c = −2.5
e
Together the final solution to the IVP is
y = ecos x

x − 2.5
e

.
23. Bernoulli equation. In this ODE y + xy = xy−1 we have p(x) = x, g(x) = x and a = −1. The
new dependent variable is u(x) = [y(x)]1−a = y2. The resulting linear ODE (10) is
u + 2xu = 2x.
To this ODE we apply (4) with p(x) = 2x, r(x) = 2x hence
h =

2x dx = x2, −h = −x2
so that (4) takes the form
u = e−x2

ex2(2x) dx + c

.
In the integrand, we notice that (ex2 ) = (ex2 ) · 2x, so that the equation simplifies to
u = e−x2 (ex2 + c) = 1 + ce−x2
.
Finally, u(x) = y2 so that y2 = 1 + ce−x2 . From the initial condition [y(0)]2 = 1 + c = 32. It follows
that c = 8. The final answer is
y = 1 + 8e−x2
.
31. Newton’s law of cooling. Take a look at Example 6 in Sec. 1.3, pp. 15–16. Newton’s law of
cooling is given by
dT
dt
= K(T − TA).
10 Ordinary Differential Equations (ODEs)

Available Answer
$ 20.00

[Solved] TEST BANK FOR Advanced Engineering Mathematics [Volume 1] By Herbert Kreyszig

  • This solution is not purchased yet.
  • Submitted On 12 Feb, 2022 08:32:43
Answer posted by
Online Tutor Profile
solution
Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly review your basic calculus. Take a look at the front matter of the textbook and see a review of the main differentiation and integration formulas. Also, Appendix 3, pp. A63–A66, has useful formulas for such functions as exponential function, logarithm, sine and cosine, etc. The beauty of ordinary differential equations is that the subject is quite systematic and has different methods for different types of ordinary differential equations, as you shall learn. Let us discuss some Examples of Sec. 1.1, pp. 4–7. Example 2, p. 5. Solution by Calculus. Solution Curves. To solve the first-order ordinary differential equation (ODE) y = cos x means that we are looking for a function whose derivative is cos x. Your first answer might be that the desired function is sin x, because (sin x) = cos x. But your answer would be incomplete because also (sin x+2) =cos x, since the derivative of 2 and of any constant is 0. Hence the complete answer is y= cos x+c, where c is an arbitrary constant. As you vary the constants you get an infinite family of solutions. Some of these solutions are shown in Fig. 3. The lesson here is that you should never forget your constants! Example 4, pp. 6–7. Initial Value Problem. In an initial value problem (IVP) for a first-order ODE we are given an ODE, here y =3y, and an initial value condition y(0)=5.7. For such a problem, the first step is to solve the ODE. Here we obtain y(x)=ce3x as shown in Example 3, p. 5. Since we also have an initial condition, we must substitute that condition into our solution and get y(0)=ce3·0 = ce0 =c · 1= c=5.7. Hence the complete solution is y(x)=5.7e3x. The lesson here is that for an initial value problem you get a unique solution, also known as a particular solution. 2 Ordinary Differential Equations (ODEs) Part A Modeling means that you interpret a physical problem, set up an appropriate mathematical model, and then try to solve the mathematical formula. Finally, you have to interpret your answer. Examples 3 (exponential growth, exponential decay) and 5 (radioactivity) are examples of modeling problems. Take a close look at Example 5, p. 7, because it outlines all the steps of modeling. Problem Set 1.1. Page 8 3. Calculus. From Example 3, replacing the independent variable t by x we know that y =0.2y has a solution y=0.2ce0.2x. Thus by analogy, y =y has a solution 1 · ce1·x = cex, where c is an arbitrary constant. Another approach (to be discussed in details in Sec. 1.3) is to write the ODE as dy dx = y, and then by algebra obtain dy = y dx, so that 1 y dy = dx. Integrate both sides, and then apply exponential functions on both sides to obtain the same solution as above 1 y dy = dx, ln|y| = x + c, eln |y| = ex+c, y = ex · ec = c∗ex, (where c∗ = ec is a constant). The technique used is called separation of variables because we separated the variables, so that y appeared on one side of the equation and x on the other side before we integrated. 7. Solve by integration. Integrating y =cosh 5.13x we obtain (chain rule!) y= cosh 5.13x dx = 1 5.13 (sinh 5.13x)+c. Check: Differentiate your answer: 1 5.13 (sinh 5.13x) + c = 1 5.13 (cosh 5.13x) · 5.13 = cosh 5.13x, which is correct. 11. Initial value problem (IVP). (a) Differentiation of y=(x+c)ex by product rule and definition of y gives y = ex + (x + c)ex = ex + y. But this looks precisely like the given ODE y =ex +y. Hence we have shown that indeed y=(x + c)ex is a solution of the given ODE. (b) Substitute the initial value condition into the solution to give y(0)=(0+c)e0 =c · 1= 12 . Hence c= 12 so that the answer to the IVP is y = (x + 12 )ex. (c) The graph intersects the x-axis at x=0.5 and shoots exponentially upward. Chap. 1 First-Order ODEs 3 19. Modeling: Free Fall. y =g =cons...
Buy now to view the complete solution
Other Similar Questions
User Profile
NUMBE...

Health and Health Care Delivery in Canada 2nd Edition Test Bank

Chapter 1: The History of Health Care in Canada MULTIPLE CHOICE 1. When and where was Canada’s first medical school established? a. Saskatoon, in 1868 b. Ottawa, in 1867 c. Montreal, in 1825 d. Kingston, in 1855 ANS: C...
User Profile
Acade...

ATI Pharmacology Proctored Exam Test Bank

ATI Pharmacology Proctored Exam Test Bank ATI Pharmacology Proctored Exam Test Bank ATI Pharmacology Proctored Exam Test Bank...
User Image
HESIS...

COMPLETE HESI Exit Exam Test Bank, All Versions Covered 100%GRADED A+ WIT

1.Following discharge teaching a male client with dual ULCER tellsthe nurse the he will drink plenty of dairy products, such as milk, to help coat and protect his ulcer. What is the best follow-up action by the nurse? A....
User Profile
Captu...

Med Surg ATI Proctored Exam Test Bank 2023 With NGN

Med Surg ATI Proctored Exam Test Bank 2023 With NGN 1. A nurse is providing discharge teaching to a client who has a new prescription for sublingual nitroglycerin. Which of the following client statements indicates an unde...
User Image
HESIS...

ALLHESI EXIT QUESTIONS ANDANSWERSTEST BANK;A+RATED GUIDE (2024) 100%COMPLETE VERIFIED ANSWER

A male client with stomach cancer returns to the unit following a total gastrectomy. He has a nasogastric tube to suction and is receiving Lactated Ringer’s solution at 75 mL/hour IV. One hour after admission to the uni...

The benefits of buying study notes from CourseMerits

homeworkhelptime
Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
tutoring
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
tutorsupport
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton

$ 629.35