Differential Equations for EngineersXYZ Homework Edition

⇩ Download ▾

1.10 Exercises

These are homework exercises to accompany Libl's "Differential Equations for Engineering" Textmap. This is a textbook targeted for a one semester first course on differential equations, aimed at engineering students. Prerequisite for the course is the basic calculus sequence.

1.1: Integrals as solutions

1.2: Slope fields

1.3: Separable Equations

1.4: Linear equations and the integrating factor

In the exercises, feel free to leave answer as a definite integral if a closed form solution cannot be found. If you can find a closed form solution, you should give that.

1.5: Substitution

Hint: Answers need not always be in closed form.

1.6: Autonomous equations

1.7: Numerical methods: Euler’s method

There is a simple way to improve Euler’s method to make it a second order method by doing just one extra step. Consider dydx=f(x,y)\frac{dy}{dx}=f(x,y), y(x0)=y0y(x_0) = y_0, and a step size hh. What we do is to pretend we compute the next step as in Euler, that is, we start with (xi,yi)(x_i,y_i), we compute a slope k1=f(xi,yi)k_1 = f(x_i,y_i), and then look at the point (xi+h,yi+k1h)(x_i+h,y_i + k_1h). Instead of letting our new point be (xi+h,yi+k1h)(x_i+h,y_i + k_1h), we compute the slope at that point, call it k2k_2, and then take the average of k1k_1 and k2k_2, hoping that the average is going to be closer to the actual slope on the interval from xix_i to xi+hx_i+h. And we are correct, if we halve the step, the error should go down by a factor of 22=42^2 = 4. To summarize, the setup is the same as for regular Euler, except the computation of yi+1y_{i+1} and xi+1x_{i+1}.

k 1 = f ( x i , y i ) , x i + 1 = x i + h , k 2 = f ( x i + h , y i + k 1 h ) , y i + 1 = y i + k 1 + k 2 2 h . \begin{align}\begin{aligned} & k_1 = f(x_i,y_i), & & x_{i+1} = x_i + h, \\ & k_2 = f(x_i + h,y_i + k_1h), & & y_{i+1} = y_i + \frac{k_1+k_2}{2}\,h.\end{aligned}\end{align}

1.8 Exact Equations

1.9: First Order Linear PDE

Adapted from Differential Equations for Engineers by Jiří Lebl (https://www.jirka.org/diffyqs/), © Jiří Lebl, licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.