Differential Equations: 100 Problems & Solutions - A College Freshman Guide

Comprehensive Problem Set with Solutions

$3.99

Discover the Ultimate Guided Path to Mastering Differential Equations

Whether you are an undergraduate student tackling a demanding college course, an engineer refreshing your core mathematics, or a self-learner diving into the world of modeling, Mitch Towns’s Differential Equations: 100 Problems & Solutions functions as your definitive self-study workbook. This beautifully structured guide bypasses generic overviews, offering a meticulous, active-learning tour through 100 precisely graded problems.

The Workbook Philosophy: Show, Don't Tell

This textbook uses a highly visual, structured learning architecture built around Boxed Key Formulas. Each problem features a dedicated, step-by-step resolution that moves cleanly from foundational algebra to the final calculation. At the absolute center of every single solution is a highlighted reference box showcasing the exact tool, substitution identity, or integration theorem used.

Instead of reading abstract math, you watch the mechanics unfold on paper, providing a strategic preview of exactly what you will master before ever picking up a pencil.

A Guided Journey: From Easy to Very Hard

The workbook’s deliberate structure splits into four distinct mathematical tiers, ensuring you never hit an artificial wall in difficulty. Below is a preview of the types of equations, exact sample problems, and exact methods you will explore across all 100 entries.

Chapter 1: Easy (Problems 1 to 25)

This opening sequence develops your baseline mechanics, teaching you how to identify notation, check definitions, isolate variables, and solve fundamental first-order ordinary differential equations (ODEs).

  • Understanding Notation: Before calculating, you must classify the system. Problem 1 explicitly breaks down these rules, challenging you to find the order and degree of:

    $$\left(\frac{d^2y}{dx^2}\right)^3 + 2\left(\frac{dy}{dx}\right)^4 - y = 0$$

    The workbook demonstrates that the highest derivative present is the second derivative (Order = 2), and because it is raised to the power of 3, its polynomial power dictates the structure (Degree = 3).

  • Verification Foundations: You will practice verifying existing formulas, such as in Problem 2, proving that $y = e^{2x}$ satisfies the homogeneous system $y' - 2y = 0$ simply by showing that both sides balance identically to zero.

  • Separable Equations: Master the art of splitting variables onto opposite sides of the equation. You will solve everything from the absolute simplest separable problem, $\frac{dy}{dx} = x$ (yielding the classic $y = \frac{x^2}{2} + C$), to trigonometric forms like Problem 7:

    $$\frac{dy}{dx} = \sin x \cdot \cos^2 y$$

    This requires converting the expression to $\sec^2 y \, dy = \sin x \, dx$ to evaluate the integrals.

  • Integrating Factors ($\mu$): Learn how to force linear expressions into clean derivative rules. Problem 9 requires you to solve:

    $$x \frac{dy}{dx} + y = x^2$$

    By calculating the integrating factor $\mu = e^{\int (1/x)dx} = x$, the entire left-hand side transforms elegantly into the exact derivative rule $(xy)' = x^2$, allowing direct integration to $y = \frac{x^2}{3} + \frac{C}{x}$.

  • Real-World Modeling: Apply these techniques directly to classic physical systems, including population logistics, radioactive half-life decay, and Problem 18’s study of Newton’s Law of Cooling, where a body cools according to $\frac{dT}{dt} = -k(T - 20)$ from an initial condition of $T(0) = 100^\circ\text{C}$.

Chapter 2: Medium (Problems 26 to 50)

The difficulty rises as you transition into higher-order equations, non-linear substitutions, changing parameters, and linear systems.

  • Bernoulli Transformations: When equations become non-linear, learn how to linearize them with the substitution $v = y^{1-n}$. Problem 26 steps you through solving:

    $$\frac{dy}{dx} + y = xy^2$$

    The workbook details how dividing through by $y^2$ and substituting $v = y^{-1}$ reduces a complex non-linear equation into a straightforward linear system.

  • Second-Order Constant Coefficients: Explore how characteristic equations ($r^2 + \dots$) dictate the behavior of physical systems. You will learn to identify:

    • Distinct Real Roots (Problem 29): Solving $y'' - 5y' + 6y = 0 \rightarrow y = C_1e^{2x} + C_2e^{3x}$.

    • Repeated Roots (Problem 30): Solving $y'' - 4y' + 4y = 0 \rightarrow y = (C_1 + C_2x)e^{2x}$.

    • Complex Roots (Problem 31 & 32): Solving damped oscillations like $y'' + 2y' + 5y = 0$, leading to exponential decay mixed with trigonometric waves: $y = e^{-x}(C_1\cos 2x + C_2\sin 2x)$.

  • The Cauchy-Euler Equation: Dive into variable-coefficient problems where you guess solutions of the form $y = x^r$. In Problem 33, you will face $x^2y'' + 3xy' + y = 0$, applying an indicial equation to reveal a repeated root of $r = -1$, yielding $y = \frac{C_1 + C_2\ln x}{x}$.

  • Advanced Techniques: Master the Method of Undetermined Coefficients to handle resonant forcing functions (like Problem 37's $y'' + y = \sin x$), and utilize the Wronskian determinant ($W = y_1y_2' - y_1'y_2$) inside the Variation of Parameters framework to solve $y'' + y = \sec x$.

Chapter 3: Hard (Problems 51 to 75)

Here, the book steps into advanced analytical territory, shifting from standard algebraic tricks to integral transforms, power-series expansions, and existence proofs.

  • Laplace Transforms ($\mathcal{L}$): Learn how to map difficult differential equations into easy algebraic problems using the integral $\mathcal{L}\{f(t)\} = \int_0^\infty e^{-st}f(t)\,dt$. You will solve:

    • First and second-order Initial Value Problems (IVPs).

    • Discontinuous forcing inputs via the Unit Step Function (Problem 54: $y' + y = u(t-1)$).

    • Instantaneous impulses via the Dirac Delta Function (Problem 55: $y'' + 4y = \delta(t)$).

  • Power Series & Special Functions: For equations that cannot be integrated using elementary functions, you will build series expansions near ordinary points or apply the Frobenius Method near regular singular points. This uncovers iconic mathematical milestones, including Bessel's Equation of Order 0 ($x^2y'' + xy' + x^2y = 0$, solved by $J_0$ and $Y_0$) and Legendre's Equation ($(1-x^2)y'' - 2xy' + n(n+1)y = 0$).

  • Theoretical Foundations: Beyond pure calculations, the workbook helps you verify the math itself. You will apply Picard Iteration ($y_{n+1}(x) = y_0 + \int_{x_0}^x f(t, y_n(t))\,dt$) up to $y_3$ to build the Taylor series approximation of an exponential curve, and use the Picard-Lindelöf theorem to rigorously prove local existence and uniqueness for systems like $y' = y^2$.

Chapter 4: Very Hard (Problems 76 to 100)

The final tier acts as a capstone, moving past single variable equations into Partial Differential Equations (PDEs), multi-dimensional fields, and advanced physics applications.

  • The Big Three PDEs: Learn how to isolate variables to map multi-dimensional physical phenomena down into families of solvable ordinary equations:

    1. The Heat Equation: Solve thermal distributions over time, such as $u_t = u_{xx}$ across fixed boundaries with distinct initial sine profiles.

    2. The Wave Equation: Model standing strings or traveling waves using D'Alembert's Formula:

      $$u(x,t) = \frac{1}{2}[f(x-ct) + f(x+ct)] + \frac{1}{2c}\int_{x-ct}^{x+ct} g(s)\,ds$$

    3. Laplace's Equation: Solve steady-state boundary systems ($\Delta u = 0$) inside fixed rectangular regions.

  • Qualitative Analysis & Bifurcations: When non-linear systems defy exact solutions, learn to read their geometry. You will track stability changes across Saddle-Node Bifurcations ($x' = r + x^2$), categorize equilibrium points into geometric grids (nodes, spirals, centers, saddles), and analyze tracking boundaries like the unique stable limit cycle inside the famous van der Pol Oscillator.

  • Advanced Mathematical Physics: The book closes with heavy-hitting boundary methods, including Green’s Functions for boundary problems, Sturm-Liouville Theory for organizing orthogonal functions, the Euler-Lagrange Equation for the calculus of variations, and the stunning Cole-Hopf Transformation, which uses $u = -2\nu \frac{\varphi_x}{\varphi}$ to linearize the complex, non-linear fluid dynamics of Burgers' Equation directly into the standard heat equation.

Why This Self-Study Guide Works

Feature

What You Get

Why It Helps You Learn

Graded Progression

100 problems moving strictly from "Easy" to "Very Hard."

Builds clear structural confidence without leaving gaps in your knowledge.

Boxed Formulas

Every solution highlights its central mathematical identity.

Functions as a standalone formula sheet and an excellent visual review tool.

Uncompromised Solutions

Fully tracked, step-by-step calculations with zero missing steps.

Eliminates frustration by showing all of the intermediate algebra and integration steps.

Broad Mathematical Scope

Covers first-order ODEs, systems, Laplace methods, series, and boundary PDEs.

Provides a single, comprehensive workbook that supports multiple semesters of study.

Don't just read about math—watch it work. By flipping through the formula boxes, mapping out the step-by-step solutions, and testing your skills against graded problems, Differential Equations: 100 Problems & Solutions provides the tools, context, and structural depth you need to truly master the subject.

Master differential equations with this digital resource featuring 100 carefully selected problems, ranging from easy to very hard levels. Each problem includes a detailed solution, making it perfect for self-study, exam prep, or classroom practice. Ideal for students and math enthusiasts looking to enhance their understanding and problem-solving skills.