MethodMath

ODE and PDE solution methods, stability analysis, Laplace transforms, and applications in physics, engineering, and biology.

Login to follow

Questions about Differential Equations

DT
Updated May 16, 2026

Question details

How to solve a second-order linear homogeneous ODE with constant coefficients?

I'm learning to solve ODEs of the form: a d²y/dx² + b dy/dx + c y = 0 I know the characteristic equation is ar² + br + c = 0. But what determines which form the solution takes? 1. If r₁ ≠ r₂ (real distinct roots): y = C₁ e^(r₁ x) + C₂ e^(r₂ x) 2. If r₁ = r₂ (repeated root): y = (C₁ + C₂ x) e^(r x) 3. If roots are complex: y = e^(α x)(C₁ cos β x + C₂ sin β x) Why does the repeated root case have the extra x factor? And what's a physical example of each case (e.g., damped harmonic oscillator)?

more
2523
MR
Updated May 16, 2026

Question details

How to model population growth using logistic differential equations?

I need to understand the logistic growth model: dP/dt = rP(1 - P/K) where r is the growth rate and K is the carrying capacity. I know this is a separable ODE, but I'd like help with: 1. Step-by-step separation of variables and integration using partial fractions 2. Finding the equilibrium solutions and their stability 3. What happens when P₀ > K? Does the population decrease to K? 4. How to fit this model to real-world data Can someone solve: dP/dt = 0.5P(1 - P/1000), P(0) = 50

more
1424
DT
Updated May 4, 2026

Question details

What are harmonic functions and how do I solve the Dirichlet problem on a disk?

I am studying complex analysis / PDEs and I need to understand harmonic functions. A function u(x, y) is harmonic if it satisfies Laplace's equation: ∂² u/∂ x² + ∂² u/∂ y² = 0 or in polar coordinates: Δ u = 0. My questions: 1. What is the physical significance of harmonic functions (steady-state heat, electrostatics, fluid flow)? 2. How does the mean value property characterise harmonic functions? 3. How do I solve the Dirichlet problem: find u harmonic in the unit disk |z| < 1 with boundary condition u(1, θ) = f(θ)? 4. What is Poisson's integral formula? 5. How are harmonic functions related to analytic functions? I want to see the solution for f(θ) = sin² θ on the unit disk.

more
170
ZP
Updated Apr 15, 2026

Question details

Intuitive explanation of the epsilon-delta definition of a limit

I am struggling with the ε-δ definition of a limit in my Real Analysis class: \lim_(x \ o a) f(x) = L ⇔ ∀ ε > 0, ∃ δ > 0 \ ext such that 0 < |x - a| < δ ⇒ |f(x) - L| < ε I understand the mechanics of using it to prove limits, but I lack intuition. Why do we use ε and δ? What does this definition really mean in plain English? Can someone provide a concrete geometric interpretation?

more
1323
LH
Updated Apr 2, 2026

Question details

What is the difference between absolute and conditional convergence?

In my AP Calculus BC class, we are studying infinite series and I am confused about the distinction between absolute convergence and conditional convergence. I understand that if ∑ |aₙ| converges then ∑ aₙ converges absolutely. But what does it really mean for a series to be conditionally convergent? Can someone provide an intuitive explanation with an example like the alternating harmonic series? Also, why does the rearrangement theorem (Riemann series theorem) only apply to conditionally convergent series?

more
192