I have a standard, steady-state convection-diffusion PDE given as: $$ -p_1 \nabla^2 c(x,y) + \vec{v} \cdot \vec{\nabla}c(x,y) = f(x,y) $$ With $\vec{v} := \frac{p_2}{\sqrt{2}}\langle 1,1\rangle$. Here $p_1$ and $p_2$ are parameters each on their own domain (i.e. $p_1 \in [a,b]$ and $p_2 \in [c,d]$, for $a,b,c,d \in \mathbb{R}$). Given the solution is known, is there a way to define a functional on the solution, $F[c(x,y;p_1,p_2),x,y]$ such that $$ \frac{\partial F}{\partial p_1} = 0 \:\:\: \text{but}\:\:\: \frac{\partial F}{\partial p_2} \neq 0 \:\:\: \text{and vice versa} $$ This boils down to finding conserved quantities on $c(x,y)$ with respect to my parameters. I figured if this is possible this might use some form of a variational principle, but I can't quite figure out how that would be implemented. On the other hand, if this is not possible, could someone explain why?
2026-03-25 06:00:20.1774418420
Find conserved quantities with respect to parameters in PDE
124 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PARTIAL-DIFFERENTIAL-EQUATIONS
- PDE Separation of Variables Generality
- Partial Derivative vs Total Derivative: Function depending Implicitly and Explicitly on Variable
- Transition from theory of PDEs to applied analysis and industrial problems and models with PDEs
- Harmonic Functions are Analytic Evan’s Proof
- If $A$ generates the $C_0$-semigroup $\{T_t;t\ge0\}$, then $Au=f \Rightarrow u=-\int_0^\infty T_t f dt$?
- Regular surfaces with boundary and $C^1$ domains
- How might we express a second order PDE as a system of first order PDE's?
- Inhomogeneous biharmonic equation on $\mathbb{R}^d$
- PDE: Determine the region above the $x$-axis for which there is a classical solution.
- Division in differential equations when the dividing function is equal to $0$
Related Questions in CALCULUS-OF-VARIATIONS
- On sufficient condition for pre-compactness "in measure"(i.e. in Young measure space)
- Weak formulation of Robin boundary condition problem
- Why is the index of a harmonic map finite?
- Variational Formulation - inhomogeneous Neumann boundary
- Relationship between Training Neural Networks and Calculus of Variations
- How to prove a Minimal Surface minimizes Surface Tension
- Derive the Euler–Lagrange equation for a functional a single variable with higher derivatives.
- Does the covariant derivative commute with the variational derivative?
- Derivative of a functional w.r.t. a single point?
- calculus of variations with double integral textbook?
Related Questions in PARAMETRIZATION
- How might I find, in parametric form, the solution to this (first order, quasilinear) PDE?
- parameterization of the graph $y=x^2$ from (-2,4) to (1,1)
- How can I prove that the restricted parametrization of a surface in $\mathbb{R}^{3}$ ia a diffeomorphism?
- Is it possible to construct the equation of a surface from its line element?
- Arc length of curve of intersection between cylinder and sphere
- Variational Autoencoder - Reparameterization of the normal sampling
- Sweet spots for cubic Bezier curve.
- Sketch the parametrised curve $C = \{(1-e^{-t},e^{-2t}):t\in [0,\infty]\}$
- Finding a parametrization of the curve of intersection between two surfaces
- Finding Parametric Equations for the right side of Hyperbola
Related Questions in STEADY-STATE
- Physical Interpretation of Steady State or Equilibrium Temperature.
- Designing a Markov chain given its steady state probabilities
- Which steady state will be attained by these system of equations?
- Find the steady-state solution from two given differential equations
- l'Hopital's rule for 2 variables to compute Jacobian matrix
- Smallest number of states to escape
- Finding steady-state vector for stochastic matrix P
- Differential equation Steady state solution
- How does state transition matrix indicate time-varying system, but $A$ matrix is constant?
- Long-term ball distribution in urns
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I don't know of such a functional but perhaps this can be of help on the way. To get a conservation law, first consider: $$-p_1 \nabla^2 c + \vec{v} \cdot \nabla c =0$$ Now, assuming $p_1$, $p_2$, and $\vec{v}$ are constants we can rewrite the equation as :
$$- \nabla \cdot \nabla (p_1 c) + \nabla \cdot (\vec{v} c) = 0$$
This is because: $$ \nabla \cdot (\vec{v} c) = c \nabla \cdot \vec{v}+\vec{v} \cdot \nabla c $$
and since $\vec{v}$ is constant we have: $$\nabla \cdot \vec{v}=0$$
Collecting terms we get: $$ \nabla \cdot (-p_1 \nabla c + \vec{v} c) = 0$$
We can now integrate over a control volume and get:
$$\int_\Omega \nabla \cdot (-p_1 \nabla c + \vec{v} c) dV= 0$$ Using Gauss theorem we get: $$\int_{\partial \Omega} \mathbf{n} \cdot (-p_1 \nabla c + \vec{v} c) dS= 0$$ where $\mathbf{n}$ is the normal vector on the control surface $\partial \Omega$ enclosing $\Omega$. This means that the quantity: $$-p_1 \nabla c + \vec{v} c$$ is a conserved quantity in terms of all of $p_1$, $p_2$, $c$.
However, you also have $f$ injecting "mass" into the control volume which makes the equation as a whole non-conservative. You can write this on conservative form even in this case provided you can find a $\vec{q}$ such that $f=\nabla \cdot \vec{q}$ since then the equation can be written: $$ \nabla \cdot (-p_1 \nabla c + \vec{v} c-\vec{q}) = 0$$ So that now: $$-p_1 \nabla c + \vec{v} c-\vec{q}$$ is the conserved quantity.