Skip to content

KZHU.ai 馃殌

Into the Unknown

Menu
  • 馃搱 Discrete Optimization
    • Mathematics
    • Computer Science
    • Cryptography
    • C++
  • 鈿涳笍 Quantum Computing
    • Physics
    • Blockchain
  • 馃 Machine Learning
    • TensorFlow
    • Python
  • 馃洶 Data Science
    • Statistics
    • Matlab
  • 馃對 Hybrid Cloud
    • Kubernetes
    • Golang
    • Web
  • 馃搱 Business
    • MBA @ Gies
    • Six Sigma
  • 馃彟 Finance
    • Law
    • Economics
Menu
Euler method. Runge-Kuta methods. Separable first-order ODEs.

First-Order Differential Equations

Posted on November 12, 2021October 19, 2022 by keslerzhu

Table of Contents

Toggle
  • Euler Method
  • Separable First-Order ODEs
  • Linear First-Order ODEs
  • My Certificate
  • Related Quick Recap

Euler Method

Euler method is a very simple numerical method that can be used to solve differential equations. For example dy / dx = f(x, y) , there is usually no such a thing as an analytical solution, so one has to solve numerically with an initial condition y(x0) = y0 . Numerical methods approximate the solution y(x) as a line segment that follows the slope dy / dx , getting new point x1, y1 . Then the new point becomes the initial condition, we repeat the process.

So if the 鈭唜 is small enough, you will have all these lines segments all glued together, it will look like a curve, which is the solution. Occasionally this can go wrong, in case that f(x, y) is not well-behaving function, say infinity, imaginary, etc.

Separable First-Order ODEs

g(y) dy/dx = f(x)

If a first-order differential equation dy/dx can be expressed as a function of x multiplied by a function of y, then we say it is separable, where it is possible to find an analytical solution. A separable equation can be integrated, and end up with a solution that you have an integral on the left, and an integral on the right. In many cases you can solve this equation for y as a function of x.

Linear First-Order ODEs

dy/dx + p(x) y = g(x)

To solve it, the idea is multiplying it by something called integrating factor, which is going to help us to integrate the differential equation. Applications includes: compound interest, terminal velocity, RC circuit.

Linear first-order ODEs.
Application: compound interest. Application: terminal velocity.
Application: RC Circuit.


My Certificate

For more on First-Order Differential Equations, please refer to the wonderful course here https://www.coursera.org/learn/differential-equations-engineers

My #80 course certificate from Coursera

Related Quick Recap

The Diffusion Equation of a Dye

I am Kesler Zhu, thank you for visiting my website. Check out more course reviews at https://KZHU.ai

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

American Contract Law I Andrew Ng Anna Koop Brenda Gunderson Christopher Millard Computer Communications Specialization Cryptography Economics of Money and Banking Evgenii Vashukevich Garud Iyengar Ivan Vybornyi Jeffrey Chasnov John Daily Jonathan Katz Kevin Webster Ling-Chieh Kung Machine Learning: Algorithms in the Real World Martin Haugh Mathematics for Engineers Specialization Matthew Hutchens Michael Donohoe Michael Fricke Microsoft Azure Fundamentals AZ-900 Exam Prep Specialization Operations Research (3): Theory Perry Mehrling Petro Lisowsky Physical Basics of Quantum Computing Practical Reinforcement Learning Rebekah May Search Engine Optimization (SEO) Specialization Sergey Sysoev Statistical Thermodynamics Specialization Statistics with Python Specialization Taxation of Business Entities I: Corporations TensorFlow 2 for Deep Learning Specialization U.S. Federal Taxation Specialization Wounjhang Park Xiaobo Zhou Yi Wang 小褘褋芯械胁 小械褉谐械泄 小械褉谐械械胁懈褔

Subscribe to our newsletter!

© 2025 KZHU.ai 馃殌 | Powered by Superbs Personal Blog theme

Privacy Policy - Terms and Conditions