码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • Partial differential equation


    In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a multivariable function.

    The function is often thought of as an “unknown” to be solved for, similarly to how x is thought of as an unknown number to be solved for in an algebraic equation like x2 − 3x + 2 = 0. However, it is usually impossible to write down explicit formulas for solutions of partial differential equations. There is, correspondingly, a vast amount of modern mathematical and scientific research on methods to numerically approximate solutions of certain partial differential equations using computers. Partial differential equations also occupy a large sector of pure mathematical research, in which the usual questions are, broadly speaking, on the identification of general qualitative features of solutions of various partial differential equations, such as existence, uniqueness, regularity, and stability.[citation needed] Among the many open questions are the existence and smoothness of solutions to the Navier–Stokes equations, named as one of the Millennium Prize Problems in 2000.

    Partial differential equations are ubiquitous in mathematically oriented scientific fields, such as physics and engineering. For instance, they are foundational in the modern scientific understanding of sound, heat, diffusion, electrostatics, electrodynamics, thermodynamics, fluid dynamics, elasticity, general relativity, and quantum mechanics (Schrödinger equation, Pauli equation, etc). They also arise from many purely mathematical considerations, such as differential geometry and the calculus of variations; among other notable applications, they are the fundamental tool in the proof of the Poincaré conjecture from geometric topology.

    Partly due to this variety of sources, there is a wide spectrum of different types of partial differential equations, and methods have been developed for dealing with many of the individual equations which arise. As such, it is usually acknowledged that there is no “general theory” of partial differential equations, with specialist knowledge being somewhat divided between several essentially distinct subfields.[1]

    Ordinary differential equations form a subclass of partial differential equations, corresponding to functions of a single variable. Stochastic partial differential equations and nonlocal equations are, as of 2020, particularly widely studied extensions of the “PDE” notion. More classical topics, on which there is still much active research, include elliptic and parabolic partial differential equations, fluid mechanics, Boltzmann equations, and dispersive partial differential equations.

    在这里插入图片描述

    Navier–Stokes differential equations used to simulate airflow around an obstruction

    Contents

    • 1 Introduction
    • 2 Well-posedness
      • 2.1 The energy method
      • 2.2 Existence of local solutions
    • 3 Classification
      • 3.1 Notation
      • 3.2 Equations of first order
      • 3.3 Linear and nonlinear equations
        • 3.3.1 Linear equations
        • 3.3.2 Nonlinear equations
      • 3.4 Linear equations of second order
      • 3.5 Systems of first-order equations and characteristic surfaces
    • 4 Analytical solutions
      • 4.1 Separation of variables
      • 4.2 Method of characteristics
      • 4.3 Integral transform
      • 4.4 Change of variables
      • 4.5 Fundamental solution
      • 4.6 Superposition principle
      • 4.7 Methods for non-linear equations
      • 4.8 Lie group method
      • 4.9 Semianalytical methods
    • 5 Numerical solutions
      • 5.1 Finite element method
      • 5.2 Finite difference method
      • 5.3 Finite volume method
    • 6 See also

    1 Introduction

    2 Well-posedness

    2.1 The energy method

    2.2 Existence of local solutions

    3 Classification

    3.1 Notation

    3.2 Equations of first order

    3.3 Linear and nonlinear equations

    3.3.1 Linear equations

    3.3.2 Nonlinear equations

    3.4 Linear equations of second order

    3.5 Systems of first-order equations and characteristic surfaces

    4 Analytical solutions

    4.1 Separation of variables

    4.2 Method of characteristics

    4.3 Integral transform

    4.4 Change of variables

    4.5 Fundamental solution

    4.6 Superposition principle

    4.7 Methods for non-linear equations

    4.8 Lie group method

    4.9 Semianalytical methods

    5 Numerical solutions

    5.1 Finite element method

    5.2 Finite difference method

    5.3 Finite volume method

    6 See also

  • 相关阅读:
    【python爬虫】13.吃什么不会胖(爬虫实操练习)
    “沾边可录”2区神刊!IF稳涨,无预警,国人占比37%,1个月可录!
    安装sbt利用开发工具IntelliJ IDEA编写Spark应用程序(Scala+SBT)参考林子雨教程
    C/C++语言100题练习计划 99——找第一个只出现一次的字符
    LeetCode-24. Swap Nodes in Pairs [C++][Java]
    Web 前端 || 和 &&运算符判定规则和常用法
    【Qt 6】读写剪贴板
    区别:千赫kHz、兆赫MHz、吉赫GHz、太赫THz、拍赫PHz、艾赫EHz每两级之间的换算以及之间的关系
    Docker复习06——Dockerfile+Docker微服务实战
    vue中动态设置source标签
  • 原文地址:https://blog.csdn.net/qq_66485519/article/details/128210043
  • 最新文章
  • 攻防演习之三天拿下官网站群
    数据安全治理学习——前期安全规划和安全管理体系建设
    企业安全 | 企业内一次钓鱼演练准备过程
    内网渗透测试 | Kerberos协议及其部分攻击手法
    0day的产生 | 不懂代码的"代码审计"
    安装scrcpy-client模块av模块异常,环境问题解决方案
    leetcode hot100【LeetCode 279. 完全平方数】java实现
    OpenWrt下安装Mosquitto
    AnatoMask论文汇总
    【AI日记】24.11.01 LangChain、openai api和github copilot
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1
正则表达式工具 cron表达式工具 密码生成工具

京公网安备 11010502049817号