Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Solutions Manual for Advanced Engineering Mathematics, International Adaptation, 11th Edition by Erwin Kreyszig

Rating
-
Sold
-
Pages
411
Grade
A+
Uploaded on
17-03-2026
Written in
2025/2026

Solutions Manual for Advanced Engineering Mathematics, International Adaptation, 11th Edition by Erwin Kreyszig

Institution
Engineering Mathematics1
Course
Engineering Mathematics1

Content preview

im01.qxd 9/21/05 10:17 AM Page 1




SOLUTION MANUAL
OF ADVANCED
ENGINEERING
MATHEMATICS BY
ERWIN 9TH EDITION

,im01.qxd 9/21/05 10:17 AM Page 2




2 instructor’s manual

solutions to problem set 1.1, page 8

2. y = —e—3 x/3 + c 4. y = (sinh 4x) /4 + c
6. second order. 8. first order.
10. y = ce0.5 x, y(2) = ce = 2, c = 2/e, y = (2/e)e0.5 x = 0.736e0.5 x
12. y = cex + x + 1, y(0) = c + 1 = 3, c = 2, y = 2ex + x + 1
14. y = c sec x, y(0) = c/cos 0 = c = _ 1π, y = _ 1π sec x
2 2

16. substitution of y = cx — c2 into the ode gives
y'2 — xy' + y = c2 — xc + (cx — c2 ) = 0.
similarly,
_1x2, y' = _1x, thus _1x2 — x(_1x) + _1x2
= 4 0.
y= 4 2 2 4


18. in prob. 17 the constants of integration were set to zero. here, by two integrations,
y” = g, v = y' = gt + c1 , y = _ 1gt2 + c1 t + c2 , y(0) = c2 = y0 ,
2

and, furthermore,
v(0) = c1 = v0 , hence y = _ 1gt 2 + v0 t + y0 , 2

as claimed. times of fall are 4.5 and 6.4 sec, from t = √1¯
00/4.9̄ and √2¯
00/4.9̄.
20. y' = ky. solution y = y0 ekx, where y0 is the pressure at sea level x = 0. now
y(18000) = y0 ek·18000 = _2 1y0 (given). from this,
ek·18000 = _1, y(36000) = y ek·2·18000 = y (ek·18000)2 = y (_1)2 = _1y .
02 0 0 0 2 4

22. for 1 year and annual, daily, and continuous compounding we obtain the values
ya (1) = 1060.00, yd (1) = 1000(1 + 0.06/365)365 = 1061.83,

yc(1) = 1000e0.06 = 1061.84,
respectively. similarly for 5 years,
ya (5) = 1000 · 1.06 5 = 1338.23, yd (5) = 1000(1 + 0.06/365)365·5 = 1349.83,
yc(5) = 1000e0.06·5 = 1349.86.
we see that the difference between daily compounding and continuous compounding
is very small.
the ode for continuous compounding is yc' = r yc.

section 1.2. geometric meaning of y' = ƒ(x, y ). direction fields, page 9
purpose. to give the student a feel for the nature of odes and the general behavior of
fields of solutions. this amounts to a conceptual clarification before entering into formal
manipulations of solution methods, the latter being restricted to relatively small—albeit
important—classes of odes. this approach is becoming increasingly important, especially
because of the graphical power of computer software. it is the analog of conceptual
studies of the derivative and integral in calculus as opposed to formal techniques of
differentiation and integration.
comment on isoclines
these could be omitted because students sometimes confuse them with solutions. in the
computer approach to direction fields they no longer play a role.

,im01.qxd 9/21/05 10:17 AM Page 3




instructo r’s manual 3

comment on order of sections
this section could equally well be presented later in chap. 1, perhaps after one or two
formal methods of solution have been studied.


solutions to problem set 1.2, page 11

2. semi-ellip se x2 /4 + y2 /9 = 13/9, y > 0. to graph it, choose the y-interval large
enough, at least 0 % y % 4.
4. logistic equation (verhulst equation; sec. 1.5). constant solutions y = 0 and y = _ 1.
2
< _2 1, decreasing for _1
for these, y' = 0. increasing solutions for 0 < > 2.
y(0) y(0)
6. the solution (not of interest for doing the problem) is obtained by using

dy/dx = 1/(dx/dy) and solving dx/dy = 1/(1 + sin y) by integration,

x + c = —2/(tan 2_ 1 y + 1); thus y = —2 arctan ((x + 2 + c) /(x + c)).

8. linear ode. the solution involves the error function.
12. by integration, y = c — 1/x.
16. the solution (not needed for doing the problem) of y' = 1/y can be obtained by
separating variables and using the initial condition; y2 /2 = t + c, y = √2¯ t — 1.
18. the solution of this initial value problem involving the linear ode y' + y = t2 is
y = 4e—t + t 2 — 2t + 2.
20. cas project. (a) verify by substitution that the general solution is y = 1 + ce—x.
limit y = 1 (y(x) = 1 for all x), increasin g for y(0) < 1, decreasin g for
y(0) > 1.
(b) verify by substitution that the general solution is x4 + y4 = c. more “square-
shaped,” isoclines y = kx. without the minus on the right you get “hyperbola -like”
curves y4 — x4 = const as solutions (verify!). the direction fields should turn out in
perfect shape.
(c) the computer may be better if the isoclines are complicated; but the computer
may give you nonsense even in simpler cases, for instance when y(x) becomes
imaginary. much will depend on the choice of x- and y-intervals, a method of trial
and error. isoclines may be preferable if the explicit form of the ode contains roots on
the right.


section 1.3. separable odes. modeling, page 12
purpose. to familiarize the student with the first “big” method of solving odes, the
separation of variables, and an extension of it, the reduction to separable form by a
transformation of the ode, namely, by introducing a new unknown function.
the section includes standard applications that lead to separable odes, namely,

1. the ode giving tan x as solution
2. the ode of the exponential function, having various applications, such as in
radiocarbon dating
3. a mixing problem for a single tank
4. newton’s law of cooling
5. torricelli’s law of outflow.

, im01.qxd 9/21/05 10:17 AM Page 4




4 instructor’s manual

in reducing to separability we consider
6. the transformation u = y/x, giving perhaps the most important reducible class of
odes.
ince’s classical book [a11] contains many further reductions as well as a systematic
theory of reduction for certain classes of odes.
comment on problem 5
from the implicit solution we can get two explicit solutions
y = + √ c¯
— ( 6 x¯
)2
representing semi-ellipses in the upper half-plane, and
y = — √ c¯
— ( 6 x¯
)2
representing semi-ellipses in the lower half-plane. [similarly, we can get two explicit
solutions x(y) representing semi-ellipses in the left and right half-planes, respectively.]
on the x-axis, the tangents to the ellipses are vertical, so that y'(x) does not exist. similarly
for x'(y) on the y-axis.
this also illustrates that it is natural to consider solutions of odes on open rather than on
closed intervals.
comment on separability
an analytic function ƒ(x, y) in a domain d of the xy-plane can be factored in d,
ƒ(x, y) = g(x)h(y), if and only if in d,
ƒxyƒ = ƒxƒy
[d. scott, american math. monthly 92 (1985), 422–423]. simple cases are easy to decide,
but this may save time in cases of more complicated odes, some of which may perhaps be
of practical interest. you may perhaps ask your students to derive such a criterion.
comments on application
each of those examples can be modified in various ways, for example, by changing the
application or by taking another form of the tank, so that each example characterizes a
whole class of applications.
the many odes in the problem set, much more than one would ordinarily be willing and
have the time to consider, should serve to convince the student of the practical
importance of odes; so these are odes to choose from, depending on the students’ interest
and background.
comment on footnote 3
newton conceived his method of fluxions (calculus) in 1665–1666, at the age of 22.
philosophiae naturalis principia mathematica was his most influential work.
leibniz invented calculus independently in 1675 and introduced notations that were
essential to the rapid development in this field. his first publication on differential calculus
appeared in 1684.


solutions to problem set 1.3, page 18

2. dy/y2 = —(x + 2) dx. the variables are now separated. integration on both sides gives
1 _1 2 2
— — = — 2x — 2x + c*. hence y = — 2
— .
y x + 4x + c

Written for

Institution
Engineering Mathematics1
Course
Engineering Mathematics1

Document information

Uploaded on
March 17, 2026
Number of pages
411
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$13.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
bestsolutions1 Chamberlain College Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
89
Member since
1 year
Number of followers
0
Documents
1011
Last sold
1 week ago
NURSING, ECONOMICS, MATHEMATICS, BIOLOGY, AND HISTORY MATERIALS BEST TUTORING, HOMEWORK HELP, EXAMS, TESTS, AND STUDY GUIDE MATERIALS WITH GUARANTEED A+ I am a dedicated medical practitioner with diverse knowledge in matters

NURSING, ECONOMICS, MATHEMATICS, BIOLOGY, AND HISTORY MATERIALS BEST TUTORING, HOMEWORK HELP, EXAMS, TESTS, AND STUDY GUIDE MATERIALS WITH GUARANTEED A+ I am a dedicated medical practitioner with diverse knowledge in matters

4.0

5 reviews

5
2
4
2
3
0
2
1
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions