Pdes Definition and 148 Threads
-
Looking for resources to help me understand the basics of PDEs for physics
TL;DR Summary: I am taking a math methods course this semester of which a large part are PDEs. I don't understand the context behind the order in which we are solving PDEs. I am interested in learning how other people were taught PDEs and any book recommendations you might have. I am taking a...- Philip551
- Thread
- Book recommendations Math methods Numerical analysis Partial differential equations Pdes
- Replies: 5
- Forum: STEM Academic Advising
-
H
A Stability analysis for numerical schemes of systems of PDEs
I want to solve the following system of PDEs: \frac{\partial\nu}{\partial t}=\frac{\partial u}{\partial h} \frac{\partial u}{\partial t}=\frac{\partial}{\partial h}\left(f(\nu)\frac{\partial u}{\partial h}\right) I know the usual Fourier analysis that are applied to the stencil for single...- hunt_mat
- Thread
- Pdes Systems
- Replies: 1
- Forum: Differential Equations
-
S
A Solving System of PDEs: Analytical Methods & Solutions
HI HI! While trying to solve problem in Hydrodynamic stability I have got a system of Two Partial Diffential equations : Can anyone help me to solve this analytically? Is there any general method to solve system of PDEs?- satu
- Thread
- Pdes
- Replies: 9
- Forum: Differential Equations
-
N
Correct Usage of Partial Derivative Symbols in PDEs
Some may say that ##\frac{ \partial g }{ \partial t }## is correct because it is a term in a partial differential equation, but since ##g## is a one variable function with ##t## only, I think ##\frac{ dg }{ dt }## is correct according to the original usage of the derivative and partial...- nizi
- Thread
- Derivative Partial Partial derivative Partial derivatives Partial differential equations Pdes Symbols
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
F
A How Large is the Residual Error in FEA Solutions of PDEs?
A PDE is solved by finite elements. The PDE then becomes a discrete system solved by Newton iteration. Every iteration step comes with a residual error. When the solution is completed, how far is the residual error of the PDE from the residual error of the finite element discrete system?- feynman1
- Thread
- Fea Pdes
- Replies: 12
- Forum: Differential Equations
-
F
A Residual of PDEs as convergence criteria of numerical solution
Use a numerical method to solve a PDE f[u(x),u'(x),...]=0, where f is an operator, e.g. u'(x)+u(x)=0, and obtain a numerical solution v(x). Define f[v(x),v'(x),...] as the residual of the original PDE. Is this residual of the PDE widely used as the convergence criteria of the numerical solution...- feynman1
- Thread
- Convergence Criteria Numerical Pdes
- Replies: 9
- Forum: Differential Equations
-
Z
Mathematica Mathematica bug? (Solving PDEs when the initial conditions contain a derivative)
hello I own mathematica 10.02 it is virtually impossible to solve PDE's ,even with NDSolve,if the initial conditions contain a derivative I write Derivative[1,0] [0,x] == f[x] I mean the first t derivative of u[t,x] for x at t=0 is f[x] I own a book based on Mathematica 10.3 Even if a...- zoltrix
- Thread
- Bug Conditions Derivative Initial Initial conditions Mathematica Pdes
- Replies: 8
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
I PDEs greater than order 2 with real world applications?
Came across this today, a fourth order PDE - the Kuramoto–Sivashinsky equation, apparently used to model flames https://en.wikipedia.org/wiki/Kuramoto%E2%80%93Sivashinsky_equation Any other examples of high order PDEs with actual applications?- BWV
- Thread
- Applications Pdes Real world
- Replies: 2
- Forum: Differential Equations
-
E
I Fredholm's alternative & L2 convergence
Hello everyone, I'm currently going through Strauss "introduction to differential equations" and i can't get around a certain proof that he gives on chapter 11.5 page(327 (2nd edition)).Specifically, the proof refers to a certain version of Fredholm's alternative theorem. Assume that we are...- eousseu
- Thread
- Convergence Elliptic pde L2 Pdes
- Replies: 2
- Forum: Differential Equations
-
Resources for self-studying PDEs
Summary:: I'm looking for some resources to study PDEs. Hello everyone, I'm a sophomore majoring in Physics and this semester I am taking a course on Mathematical Methods focusing on PDEs and I'm really struggling in the course. Can someone suggest some resources to self-study PDEs? The...- Somaiyah
- Thread
- Pdes Resources
- Replies: 15
- Forum: STEM Academic Advising
-
I
I Understanding the change of variables for PDEs
I've been trying to get change of variables in PDEs down (I don't particularly like my textbook or professor's approach to it), and I want to ask here if I am getting this right. Let ##\vec{x}=(x_1,x_2,...,x_n)^T## and ##\partial_\vec{x}=(\partial_{x_1},\partial_{x_2},...,\partial_{x_n})^T##. I...- Isaac0427
- Thread
- Change Change of variables Pdes Variables
- Replies: 2
- Forum: Differential Equations
-
D
Elliptic, Parabolic, and Hyperbolic PDEs
(1) ok. (2) We start with ##\sigma(ξ) = a_{11} ξ_1^2 +2a_{12}ξ_1ξ_2 +a_{22}ξ_2^2ξ## and we replace every ##ξ_iξ_j## with ##\partial_i\partial_ju##, giving ##a_{11}\partial_x^2+2a_{12}\partial_x\partial_yu+1_{22}\partial_2^2## (3) The given equation is the following. ##\sigma(ξ) = ξ^t A ξ ##...- docnet
- Thread
- Hyperbolic Pdes
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
E
Calculus Brief and physics-oriented (?) resource for PDEs
Hey, I realized there are some parts (okay, a lot of parts) of Physics that I can't learn more about until I actually get a bit of practice solving PDEs. I'll cover it 'properly' next year but for now I'm just interested to learn about the most common solution techniques, types of boundary...- etotheipi
- Thread
- Pdes Resource
- Replies: 8
- Forum: Science and Math Textbooks
-
I Deep Learning the new key to nonlinear PDEs?
This paper getting some press, with promises that NNs can crack Navier-Stokes solutions more efficiently than traditional numerical methods. https://www.technologyreview.com/2020/10/30/1011435/ai-fourier-neural-network-cracks-navier-stokes-and-partial-differential-equations/...- BWV
- Thread
- Nonlinear Pdes
- Replies: 2
- Forum: Differential Equations
-
I Justification of a trick in solving PDEs arising in Physics
In solving some PDEs such as the heat/diffusion equation or the wave equation, when the equation itself, as well as its associated boundary conditions, are independent of some variable (for example the azimuthal angle), we often use the trick to assume that the solution (and eigenfunctions) are...- fluidistic
- Thread
- Pdes Physics
- Replies: 93
- Forum: Quantum Physics
-
J
Matlab coding issue with solving PDEs
FTCS scheme My Matlab code: %Problem 3 %Solve diffusion problem using Richardson scheme or DuFort-Frankel scheme clear all; scheme = menu('Choose method of solving diffusion equation:', 'Richardson', 'DuFort-Frankel'); tau = input('Enter time step: '); N = input('Enter the number of grid...- jkthejetplane
- Thread
- Coding Matlab Pdes
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
A Generic Solution of a Coupled System of 2nd Order PDEs
Hi! I am looking into a mechanical problem which reduces to the set of PDE's below. I would be very happy if you could help me with it. I have the following set of second order PDE's that I want to solve. I want to solve for the generic solutions of the functions u(x,y) and v(x,y). A, B and C...- derya
- Thread
- 2nd order Coupled Differential equation Pde Pdes System
- Replies: 2
- Forum: Differential Equations
-
T
I PDEs cracked by Artificial Intelligence at Cal Tech
With a 1000 time speed-up too, this could be a game-changer. From: https://www.technologyreview.com/2020/10/30/1011435/ai-fourier-neural-network-cracks-navier-stokes-and-partial-differential-equations/ They did it by solving in "...Fourier space (rather) than to wrangle with PDEs in Euclidean...- Tom.G
- Thread
- Artificial intelligence Intelligence Pdes
- Replies: 4
- Forum: Differential Equations
-
M
I PDEs: Laplace's Equation over a Parallelogram
Hi, I have been learning about Laplace's equation recently, and have been wondering: how would we approach the problem if the region was a parallelogram (or some other shape that isn't a standard rectangle or circle)? Is this something that could feasibly be solved by hand, or would it require...- Master1022
- Thread
- Laplace's equation Parallelogram Pdes
- Replies: 10
- Forum: Differential Equations
-
M
I PDEs: Diffusion Equation Change of Variables
Hi, I understand the underlying concept of changing variables in PDEs (so that we can reduce it to a simpler form), however, I am just not completely clear on the mathematics of it so I have a quick question about it. For example, if we have the transmission line equation \frac{\partial...- Master1022
- Thread
- Change Change of variables Diffusion Diffusion equation Pdes Variables
- Replies: 1
- Forum: Differential Equations
-
Getting a solution from a system of PDEs
I want to start off here saying I took the problem has finding a potential function, and not a general solution, so I worked to only find one function that works. I already confirmed that this function can be written as a curl of a vector function and the gradient of a scalar function. Since...- CrosisBH
- Thread
- Pdes System
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
C
MHB Vibrations of a Hanging Chain: Modeling Tension with PDEs
Dear Everyone, I am having trouble with how to start with one part of the question: "In this exercise, we derived the PDE that models the vibrations of a hanging chain of length $L$. For convenience, the x-axis placed vertically with the positive direction pointing upward, and the fixed end...- cbarker1
- Thread
- Chain Modeling Pdes Tension Vibrations
- Replies: 1
- Forum: General Math
-
V
PDEs -- problems solving them numerically
Hello, I have a problem with a solution of PDEs. I understand it is impossible to find my problem but some hint how to look at such problem would be very useful. I have to say it is my first encounter with a numerical solution of PDEs, so be patient with my description. I have a code (in...- Vrbic
- Thread
- Pdes
- Replies: 6
- Forum: Programming and Computer Science
-
I Boundary Conditions for System of PDEs
I am unsure how to choose the boundary conditions for a system of PDEs or for a single PDE for that matter. The situation I am stuck with involves a system of 4 PDEs describing plasma in a cylinder. The dependent variables being used are Vr, Vt, Vz, ni, and the independent variables are Rr...- Mzzed
- Thread
- Boundary Boundary condition Boundary conditions Conditions Pde Pdes System
- Replies: 1
- Forum: Differential Equations
-
Conceptual question with first-order linear PDEs.
Homework Statement "Show that a solution of the homogeneous PDE ##au_x+bu_y+cu=0## cannot be zero at one, and only one point in the plane." My interpretation of this is that ##u(x,y)## is zero everywhere on the plane except on that point ##(x_0,y_0)##. Homework Equations ##w=bx-ay## ##z=y##...- Eclair_de_XII
- Thread
- Conceptual Linear Pdes
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
Heat Kernel at t=0: Dirac Delta Intuition
Homework Statement Show that k(x,0)=δ(x). Where k(x,t) is the heat kernel and δ(x) is the Dirac Delta at x=0. Homework Equations k(x,t) = (1/Sqrt[4*π*D*t])*Exp[-x^2/(4*D*t)] The Attempt at a Solution I am just clueless from the beginning. I am guessing this is got to do with convolution...- i_hate_math
- Thread
- Heat Kernel Pde Pdes
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
T
I Einstein Field Equations: PDEs or ODEs? - Thomas
This past semester, I just took an introductory course on G.R., which translates to a lot of differential geometry and then concluding with Schwarzschild's solution. We really didn't do any cosmology. However, one of the themes that kept creeping up again and again is that in 4-dimensions...- Thomas Moore
- Thread
- Confusion Cosmology Einstein Einstein field equations Field field equations General relativity Odes Pdes
- Replies: 1
- Forum: Special and General Relativity
-
N
Partial Differential Equation in Special Relativity
Homework Statement (a) Light waves satisfy the wave equation ##u_{tt}-c^2u_{xx}## where ##c## is the speed of light. Consider change of coordinates $$x'=x-Vt$$ $$t'=t$$ where V is a constant. Use the chain rule to show that ##u_x=u_{x'}## and ##u_{tt}=-Vu_{x'}+u_{t'}## Find ##u_{xx},u_{tt},##...- Nerrad
- Thread
- Chain rule Differential Differential equation Partial Pdes Relativity Special relativity
- Replies: 6
- Forum: Introductory Physics Homework Help
-
B
Why is math so hard? Can anyone truly understand it?
I used to like math when I was in high school. Calculus (integration and derivatives) seem intuitive to me and made me understand math so much better. Now I'm currently in university majoring in civil engineering taking Calc III and I feel overwhelmed by everything taught in class. No matter...- beamthegreat
- Thread
- Hard Pdes
- Replies: 44
- Forum: STEM Academic Advising
-
R
A FEM for Solving PDEs: Beginner Textbooks & Fluid Flow
Hi, my background is in mathematics, and theoretical physics. I am new to the realm of solving PDEs using Finite element methods, does anyone know of any good introductory level textbooks for course notes? I had a poke around online and couldn't find anything overly useful. Also I am...- RobosaurusRex
- Thread
- Cfd Fem Pdes
- Replies: 5
- Forum: Differential Equations
-
T
Solving Complex PDEs: Refs & Suggestions Needed
Hey! I've been trying to tackle this problem but I'm a little lost at the moment and any references or suggestions would be greatly appreciated. Essentially the problem boils down to solving (at least) 3 coupled partial differential equations with (at least) 2 independent variables. Now the...- TheCanadian
- Thread
- Complex Pdes
- Replies: 3
- Forum: Programming and Computer Science
-
I Numerical integration of PDEs: How do you satisfy boundary conditions
Suppose we are solving a diffusion equation. ##\frac{\partial}{\partial t} T = k\frac{\partial^2}{\partial x^2} T## On the domain ##0 < x < L## Subject to the conditions ##T(x,0) = f(x) ## and ##T = 0 ## at the end points. My question is: Suppose we solve this with some integration scheme...- davidbenari
- Thread
- Boundary Boundary conditions Conditions Integration Numerical Numerical integration Pdes
- Replies: 5
- Forum: General Math
-
A Numerical solution of two coupled nonlinear PDEs
One of my friends needs to numerically solve this two dimensional boundary value problem but has now idea where to begin. Could anybody help? ## [(K H )(f g_x-gf_x)]_x+[(K H )(f g_y-gf_y)]_y=0 #### K H G^2 (f^2+g^2)+\frac 1 2 [KH (f^2+g^2)_x]_x+\frac 1 2 [K H (f^2+g^2)_y]_y-K...- ShayanJ
- Thread
- Coupled Nonlinear Numerical Pdes
- Replies: 8
- Forum: Differential Equations
-
S
Graphing solutions to PDEs at various times
Homework Statement Graph snapshots of the solution in the x-u plane for various times t if \begin{align*} f(x) = \begin{cases} & 3, \text{if } -4 \leq x \leq 0 \\ & 2, \text{if } 4 \leq x \leq 8 \\ & 0, \text{otherwise} \end{cases} \end{align*} Homework Equations Assuming that c=1 and g(x)...- sxal96
- Thread
- D'alembert Graphing Partial differential equations Pde Pdes
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
F
I Solution to PDEs via Fourier transform
Suppose a PDE for a function of that depends on position, ##\mathbf{x}## and time, ##t##, for example the wave equation $$\nabla^{2}u(\mathbf{x},t)=\frac{1}{v^{2}}\frac{\partial^{2}}{\partial t^{2}}u(\mathbf{x},t)$$ If I wanted to solve such an equation via a Fourier transform, can I Fourier...- Frank Castle
- Thread
- Fourier Fourier decomposition Fourier transform Pde Pdes Transform
- Replies: 12
- Forum: Differential Equations
-
S
Solving a large system of PDEs in Mathematica
Homework Statement Imagine a chain with ##n## links across a river. Now imagine, the chain is in a straight horizontal line at time ##t=0##. The problem wants me to calculate the movement of the chain links (center of mass) due to the gravity field. There are other forces in the system but this...- skrat
- Thread
- Mathematica Pdes System
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
V
Coupled PDEs - all 4 Maxwell's equations?
Greetings all, Quick question. I know that all 4 Maxwell's equations are said to be first-order, coupled PDEs, where each equation has an unknown field. I see that with Faraday's and Ampere's law, because, E and H appear in each of those equations. But Gauss' laws, I'm not seeing that...- VictorVictor5
- Thread
- Coupled Maxwell's equations Pdes
- Replies: 1
- Forum: Electrical Engineering
-
Which PDEs Are Most Commonly Used in Cancer Modeling?
Which are the most frequently used PDEs in cancer modelling? Are navier-stokes' equations and fluidodynamics equations used there?- Domenico94
- Thread
- Biology Cancer Modeling Navier-stokes Pdes
- Replies: 8
- Forum: Biology and Medical
-
What are the limitations of using electrical circuits to solve PDEs?
Hi everyone. In electrical engineering, when you study control theory, you're taught that electrical circuits can be used to simulate the behaviour of complex systems. What I don't understand is, what are the limitation of this sistem, and why it can't be obviouslly used in a general way to...- Domenico94
- Thread
- Circuits Electric circuits Electrical Electrical circuits Pde Pdes
- Replies: 9
- Forum: Differential Equations
-
J
Applied Systems of 1st order PDEs with many independant variables?
Does anyone know of any books or online resources that do a good job discussing systems of linear 1st order PDEs with several (more than 2) independent variables? I am not a mathematician, but can handle graduate level classical physics with the associated applied math. Analytical and...- jasonRF
- Thread
- Applied mathematics Pdes Systems Variables
- Replies: 2
- Forum: Science and Math Textbooks
-
C
No Time Term in Elliptic PDEs? Confirm Here!
When looking at Elliptic PDEs that describe a physical system, do these typically not involve a time term? I have yet to see an elliptic PDE involving a time term, which seem to be associated with parabolic/hyperbolic PDEs rather than elliptic. Can anyone confirm?- charlies1902
- Thread
- Pdes Term Time
- Replies: 1
- Forum: Differential Equations
-
Finding a solution to Laplace's equation
So here I have Laplace's equation with non-homogeneous, mixed boundary conditions in both x and y. 1. Homework Statement Solve Laplace's equation \begin{equation}\label{eq:Laplace}\nabla^2\phi(x,y)=0\end{equation} for the following boundary conditions: \phi(0, y)=2; \phi(1, y)=0; \phi(x...- H Smith 94
- Thread
- Boundary value problem Differential equations Laplace's equation Partial differential equations Pdes
- Replies: 7
- Forum: Advanced Physics Homework Help
-
W
Can All Differential Equations Be Separated?
I just wanted to check something. The equation ∂2φ / ∂x2 + ∂2φ / ∂y2 = sin(xy) Was given as an example of a separable equation. I can't separate it, and I found online that to use separation of variables the equation should be linear, which this isn't? Is there a way of separating this?- whatisreality
- Thread
- Pdes Separation Separation of variables Variables
- Replies: 10
- Forum: Differential Equations
-
T
Are the following PDEs linear or nonlinear?
Hi. I'm a bit confused on determining whether a certain PDE is linear or non-linear. For example, for the wave equation, we have: u_{xx} + u_{yy} = 0, where a subscript denotes a partial derivative. So, my textbook says to write: $L = \frac{\partial^2}{\partial x^2} + \frac{\partial^2}{\partial...- Thomas Moore
- Thread
- Linear Nonlinear Pdes
- Replies: 4
- Forum: Differential Equations
-
Numerically solving 2 coupled PDEs
I want to solve a system of 2 coupled pde (in MATLAB) of the format: c1*(df/dt)+c2*(df/dz)+c3*(f)+c4*(g)=0 (dg/dt)=c5*f+c6*g with Initial conditions as f(0,t)=1, g(z,0)=0 and f(z,0)=0 0<f,g,z,t<1 I tried using the MATLAB function pdepe to do this but got errors and if I go for numerical...- niha1794
- Thread
- Coupled Pdes
- Replies: 1
- Forum: Differential Equations
-
A
Searching for Symmetries in PDEs with Mathematica(c)
Hello, I have a problem in the search for symmetries in pde. I would use Mathematica(c), does anyone know how to set up the code to obtain generators and then symmetries? Thanks for all.- Asteroid
- Thread
- Mathematica Pde Pdes Symmetries Symmetry
- Replies: 5
- Forum: Differential Equations
-
What books for numerical solutions to PDEs
What are some good books (or other resources) on numerical methods of solving PDEs in 3 space and 1 time variable? I am interested both in finite element and finite volume methods. I could be interested in other methods but I don't know about them. I am interested in being able to take...- DEvens
- Thread
- Books Numerical Pdes
- Replies: 5
- Forum: Science and Math Textbooks
-
How Can Variational Principles Help in Discretizing Elliptical PDEs?
Homework Statement Hi - looking at 'discretizing elliptical PDEs'. I understand the normal lattice approach, but this approach uses the variational principle. I have a couple of questions please. The text says: $$ \: Given\: E=\int_{0}^{1} \,dx\int_{0}^{1} \,dy\left[\frac{1}{2}\left(\nabla...- ognik
- Thread
- Pdes
- Replies: 3
- Forum: Advanced Physics Homework Help
-
H
Why Should T(t) Go to Zero as t → ∞ in Heat Diffusion Problems?
I am using the text by Farlow to study elementary methods of solving PDEs, and there is a point in his illustration of separation of variables where I am not seeing something. I am clear on everything that comes after and before this point, but after having returned to a certain step a few times...- Husaaved
- Thread
- Pdes Separation Separation of variables Variables
- Replies: 2
- Forum: Differential Equations
-
K
How to improve stabilities of numerical solutions of PDEs
This is a quite general question, but I am working with a system of partial differential equations in two variables. There is one time direction t and one spatial direction z and the numerical method is formulated by stepping forward in time. The problem is that I obtain instabilities, either at...- Kurret
- Thread
- Finite difference Numerical Numerical analysis Partial differential equations Pdes
- Replies: 3
- Forum: Differential Equations