- Information
- AI Chat
Was this document helpful?
424580021 George F Simmons Differential Equations With Applications and Historical Notes Mc Graw Hill Science 1991 Solutions pdf
Course: Differential equation (f211)
11 Documents
Students shared 11 documents in this course
Was this document helpful?
1
Student’s Solutions Manual
for
Differential Equations:
Theory, Technique, and Practice
with Boundary Value Problems
Second Edition
by Steven G. Krantz (with the assistance of Yao Xie)
Chapter 1
What is a Differential
Equation?
1.1 Introductory Remarks
1.2 A Taste of Ordinary Differential Equa-
tions
1.3 The Nature of Solutions
1. Verify the function is a solution to the differential equation.
(a) If y=x2+c, then y′= 2x.
(b) If y=cx2, then y′= 2cx so xy′= 2cx2= 2y.
(c) If y2=e2x+c, then 2yy′= 2e2xso yy′=e2x.
(d) If y=cekx, then y′=kcekx so y′=ky.
(e) If y=c1sin 2x+c2cos 2x, then y′= 2c1cos 2x−2c2sin 2xand
y′′ =−4c1sin 2x−4c2cos 2x=−4yso y′′ + 4y= 0.
(f) If y=c1e2x+c2e−2x, then y′= 2c1e2x−2c2e−2xand y′′ = 4c1e2x+
4c2e−2x= 4yso y′′ −4y= 0.
(g) If y=c1sinh 2x+c2cosh 2x, then y′= 2c1cosh 2x+ 2c2sinh 2x
and y′′ = 4c1sinh 2x+ 4c2cosh 2x= 4yso y′′ −4y= 0.
1
2CHAPTER 1. WHAT IS A DIFFERENTIAL EQUATION?
(h) If y= arcsin xy, then y′=xy′+y
√1−(xy)2so xy′+y=y′p1−x2y2.
(i) If y=xtan x, then y′=xsec2x+ tan x=x(tan2x+ 1) + tan x.
Using tan x=y/x we get y′=y2/x +x+y/x or xy′=x2+y2+y.
(j) If x2= 2y2ln y, then 2x= [2y2(1/y) + 4yln y]y′= 2yy′(1 + 2 ln y).
Consequently, y′=x
y+2yln y. Using ln y=x2
2y2we get y′=xy
x2+y2.
(k) If y2=x2−cx, then 2yy′= 2x−cso 2xyy′= 2x2−cx =
x2+x2−cx =x2+y2.
(l) If y=c2+c/x, then y′=−c/x2so x4(y′)2=c2=y−c/x. Use
the fact that −c/x =xy′to obtain x4(y′)2=y+xy′.
(m) If y=cey/x, then y′=xy′−y
x2cey/x =xyy′−y2
x2. Solve for y′to obtain
y′=y2/(xy −y2).
(n) If y+sin y=x, then y′+y′cos y= 1 or y′= 1/(1+cos y). Multiply
the numerator and denominator of the right side by yto obtain
y′=y/(y+ycos y). Now use the identity y=x−sin yto obtain
y′= (x−sin y+ycos y).
(o) If x+y= arctan y, then 1 + y′=y′/(1 + y2). Consequently,
(1 + y′)(1 + y2) = y′. This simplifies to 1 + y2+y2y′= 0.
3. For each of the following differential equations, find the particular so-
lution that satisfies the given initial condition.
(a) If y′=xex, then y=Rxexdx +C= (x−1)ex+C(integrate by
parts, u=x). When x= 1, y=Cso the particular solution is
y(x) = (x−1)ex+ 3.
(b) If y′= 2 sin xcos x, then y=R2 sin xcos xdx +C= sin2x+C.
When x= 0, y=Cso the particular solution is y(x) = sin2x+ 1.
(c) If y′= ln x, then y=Rln xdx +C=xln x−x+C(integrate by
parts, u= ln x). When x=e,y=Cso the particular solution is
y(x) = xln x−x.
(d) If y′= 1/(x2−1), then y=R1/(x2−1)dx +C= 1/2R1/(x−
1) −1/(x+ 1)dx +C=1
2ln x−1
x+1 +C(method of partial fractions).
When x= 2, y=1
2ln 1
3+C=C−ln 3
2so the particular solution
is y(x) = 1
2ln x−1
x+1 +ln 3
2.
1.3. THE NATURE OF SOLUTIONS 3
(e) If y′=1
x(x2−4) , then y=R1
x(x2−4) dx+C= 1/8R1/(x+2)+1/(x−
2) −2/xdx +C=1
8ln |x2−4|
x2+C(method of partial fractions).
When x= 1, y=1
8ln 3 + Cso the particular solution is y(x) =
1
8ln |x2−4|
x2−1
8ln 3 = 1
8ln |x2−4|
3x2.
(f) If y′=2x2+x
(x+1)(x2+1) , then y=R2x2+x
(x+1)(x2+1) dx +C=1
2R1
x+1 +
3x−1
x2+1 dx +C=1
2ln(x+ 1)+ 3
4ln(x2+ 1)−1
2arctan x+C(method of
partial fractions). When x= 0, y=Cso the particular solution
is y(x) = 1
2ln(x+ 1) + 3
4ln(x2+ 1) −1
2arctan x+ 1.
5. For the differential equation
y′′ −5y′+ 4y= 0,
carry out the detailed calculations required to verify these assertions.
(a) If y=ex, then y′′ −5y′+ 4y=ex−5ex+ 4ex≡0.
If y=e4x, then y′′ −5y′+ 4y= 16e4x−20e4x+ 4e4x≡0.
(b) If y=c1ex+c2e4x, then y′′ −5y′+ 4y=c1(ex−5ex+ 4ex) +
c2(16e4x−20e4x+ 4e4x≡0.
7. For which values of mwill the function y=ym=emx be a solution of
the differential equation
2y′′′ +y′′ −5y′+ 2y= 0?
Find three such values m. Use the ideas in Exercise 5 to find a solution
containing three arbitrary constants c1, c2, c3.
Substitute y=emx into the differential equation to obtain
2m3emx +m2emx −5memx + 2emx = 0.
Cancel emx in each term (it is never 0) to obtain the equivalent equation
2m3+m2−5m+ 2 = 0.
Observing that m=m1= 1 is a solution (and y1=exis a solution
to the differential equation). Using this we can factor the polynomial–
divide by m−1–to obtain
2m3+m2−5m+ 2 = (m−1)(2m2+ 3m−2).
4CHAPTER 1. WHAT IS A DIFFERENTIAL EQUATION?
The quadratic term factors yield two more roots, m2=−2, m3= 1/2,
and two more solutions
y2=e−2xand y3=ex/2.
These three solutions can be combined, as in Exercise 5, to produce a
solution with three arbitrary constants
y=c1ex+c2e−2x+c3ex/2.
1. Use the method of separation of variables to solve each of these ordinary
differential equations.
(a) Write the equation x5y′+y5= 0 in Leibnitz form x5dy
dx +y5= 0
and separate the variables: dy
y5=−dx
x5. Integrate, Rdy
y5=−Rdx
x5,
to obtain the solution: y−4/(−4) = x−4/4 + C. This can also be
written in the form x4+y4=Cx4y4or y= ( x4
Cx4−1)1/4.
(b) Write the equation y′= 4xy in Leibnitz form dy
dx = 4xy and sepa-
rate the variables: dy
y= 4xdx. Integrate, Rdy
y=R4xdx, to obtain
the solution: ln |y|= 2x2+C. This can also be written in the form
y=Ce2x2.
(c) Write the equation y′+ytan x= 0 in Leibnitz form dy
dx +ytan x= 0
and separate the variables: dy
y=−tan xdx. Integrate, Rdy
y==
Rtan xdx, to obtain the solution: ln |y|= ln |cos x|+C. This can
also be written in the form y=Ccos x.
(d) The equation (1 + x2)dy + (1 + y2)dx = 0 can be rearranged and
integrated directly, Rdy
1+y2+Rdx
1+x2=C. Therefore, the implicit
solution is arctan y+ arctan x=C. This can also be written in
the form y= tan(C−arctan x).
(e) Proceed as in part (d). Rearrange yln ydx −xdy = 0 to the form
dx
x−dy
yln y= 0 and integrate: Rdx
x−Rdy
yln y=C. This yields the
implicit solution ln |x|−ln |ln y|=Cwhich can also be written in
the form ln y=Cx or y=eCx.
(f) From Leibnitz form xdy
dx = (1 −4x2) tan ywe obtain cot ydy =
(1/x −4x)dx. Integrating, Rcot ydy =R1/x −4xdx, gives the
implicit solution ln |sin y|= ln |x|−2x2+C. Consequently, sin y=
Cxe−2x2so y= arcsin(Cxe−2x2).
Students also viewed
2 out of 126