Skip to content

Differential Equations

Course Overview

  • Institution: MIT
  • Course code: 18.03SC
  • Track: Engineering Mathematics
  • Tier: S
  • Role: Mainline
  • Level: Not standardized by provider (use prerequisites)
  • Last reviewed: 2026-07-28

MIT's Differential Equations provides the differential-equation spine used to describe dynamic engineering systems, backed by complete videos, notes, practice, and exams.

Why choose this course

Mainline course. A particularly complete and well-structured option for this track.

Before you start

  • No hard prerequisite is recorded; check the provider page before starting.

Verifiable learning outcomes

  • Explain the core models in Engineering Mathematics, including their assumptions and limits
  • Solve representative derivations and problems, checking units, limiting cases, or numerical results

Workload and pacing

11 weeks at 9 hours/week. This maintainer planning estimate is derived from course role and the density of public practice and labs; it is not a provider workload promise. Pilot two weeks while logging instruction, practice, lab, and review time, then adjust the remaining plan when actual effort differs by more than 25%.

Safety level

Simulation only. The default practice scope is software, computation, or simulation only; a lab label in the resource inventory does not authorize connecting physical equipment, and any hardware extension requires provider-scope verification and a new risk assessment.

Course Resources

Software, hardware, and cost

Software

  • Maintainer-suggested open-source/free verification path: Python 3, Jupyter, NumPy, SciPy, SymPy, and Matplotlib
  • The resource inventory does not list public code coverage; the tools above are only a maintainer-suggested independent check, not a provider requirement

Hardware

  • The resource inventory does not list public physical-lab coverage; the maintainer path defaults to computation/simulation. It assumes only a general-purpose computer that can run notebooks and retain results; no dedicated physical hardware is assumed. If the provider lists different equipment or compute requirements, follow its course page

Cost note

The suggested software stack is available open source or free; this is maintainer planning, not a provider requirement. If the provider specifies commercial licenses, cloud compute, storage, or institutional resources, costs vary by plan, region, and institution, so no fixed price is asserted here.

Public resource coverage

Resource type Completeness
Video Complete
Notes Complete
Practice Complete
Labs No public material
Exams Complete
Code No public material

Resources and access

Resource Access License Status Verified
Course home Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Meet the TAs Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Syllabus Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Final Exam Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 2 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 3 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 1 (PDF) Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 1 Solutions (PDF) Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 2 (PDF) Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 2 Solutions (PDF) Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 3 (PDF) Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 3 Solutions (PDF) Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Basic DE's Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Complex Arithmetic Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Conventions Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exponential Input Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Autonomous Equations Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Constant Coefficients Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Applications Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Damped Oscillators Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exponential Response Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Characteristic Equation Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Convolution Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28

“Listed by official page” means the link was discovered on a successfully fetched official source on the verification date; it does not guarantee that every region or account can open the target directly. Access does not grant redistribution rights. Re-check the provider page, target link, and third-party notices before downloading, adapting, or publishing material.

Practice and Verification

Practice loop

Differential Equations · MIT 18.03SC: Derivation and Numerical Consistency Audit

This is a maintainer-suggested self-study project for Differential Equations · MIT 18.03SC, not an official course assignment. Audit one central theorem or model from Engineering Mathematics through a hand derivation, an executable numerical implementation, and an error study focused on conditioning, discretization, and limiting cases.

Origin: Maintainer-suggested project

Deliverables

  • A step-by-step derivation stating assumptions, notation, domain of validity, and at least one counterexample
  • A notebook or script implementing the central computation from scratch with sample inputs and unit tests
  • Raw results and an error table spanning at least three scales, step sizes, or condition-number settings
  • A report comparing analytic, numerical, and reference-library results and explaining the largest error and failure modes

Verification

  • On a declared well-conditioned baseline, achieve relative error at or below 1e-6 or explain the floating-point or discretization limit
  • Check one zero, infinite, or singular limit and document the expected trend
  • Cross-check at least ten test points with an independent method or mature numerical library
  • Inject an ill-conditioned input and record error growth, warning behavior, and the first condition at which the method fails

Reproducibility

  • Commit versioned source files, derivation sources, a README, and a one-command entry point
  • Pin interpreter and dependency versions and record random seeds, tolerances, and numeric backend
  • Store immutable raw inputs and outputs with checksums and regenerate the report from those files

Safety boundary: Simulation only — Use derivations and numerical computation only; do not deploy an unaudited model to safety-critical control, medical, or high-energy equipment.

Risks, gaps, and boundaries

Multivariable calculus is recommended as a co-requisite.

Completion evidence

  • Weekly learning log with time, questions, corrected errors, decisions, next steps, and links to that week's reproducible artifacts
  • Theory dossier with explicit assumptions, notation, derivation, units, and boundary conditions, checked by at least one independent method
  • Simulation package with model or netlist, inputs, solver and version, parameter-sweep script, benchmark comparison, expected results, and one rerun command