I'm studying about a simply kind of Kirchhoff equation in one-dimensional that means $$\begin{cases} u_{tt}(x,t)-\left(1+\int_{0}^{1}{u^2_x(x,t)dx}\right)u_{xx}(x,t)=|u(x,t)|^{p-2}u(x,t),0<x<1,0<t<T\\ u_x(0,t)=u(1,t)=0\\ u(x,0)=f(x),u_t(x,0)=g(x),\end{cases}$$ where $p\ge 3,u\in V\equiv \left\{v\in H^1:v(1)=0\right\}$. In details, I'm finding an example of this equation, but I'm being in stalemate with the case of $p=3$. So can anybody help me?
2026-04-13 23:47:12.1776124032
An example of Kirchhoff equation
457 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 EXAMPLES-COUNTEREXAMPLES
- A congruence with the Euler's totient function and sum of divisors function
- Seeking an example of Schwartz function $f$ such that $ \int_{\bf R}\left|\frac{f(x-y)}{y}\right|\ dy=\infty$
- Inner Product Uniqueness
- Metric on a linear space is induced by norm if and only if the metric is homogeneous and translation invariant
- Why do I need boundedness for a a closed subset of $\mathbb{R}$ to have a maximum?
- A congruence with the Euler's totient function and number of divisors function
- Analysis Counterexamples
- A congruence involving Mersenne numbers
- If $\|\ f \|\ = \max_{|x|=1} |f(x)|$ then is $\|\ f \|\ \|\ f^{-1}\|\ = 1$ for all $f\in \mathcal{L}(\mathbb{R}^m,\mathbb{R}^n)$?
- Unbounded Feasible Region
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?
Partial answer: This is a nonlinear hyperbolic equation modeling traversal vibrations/oscillations. I highly doubt there exists an explicit solution for this type of nonlinear equation (I might be wrong). Many treatises dealing with a general version of your equation: $$ \frac{\partial^2 u}{\partial t^2} - M(t,\int_{\Omega}|\nabla u(x,t)|^2\,dx)\Delta u = f(x,u) $$ point to the reference of Jacques-Louis Lions's really old article On some questions in boundary value problems of mathematical physics in Contemporary developments in continuum mechanics and partial differential equations. I just checked the math library here in my university, this article didn't contain an explicit formula either. Also most papers only have qualitative estimates for this type of equation. For the stationary problem, letting $t\to \infty$, and $u$ doesn't change w.r.t. time anymore so the time derivative term is gone: $$ -M(\int_{\Omega}|\nabla u(x)|^2\,dx)\Delta u = |u|^{p-1}u, $$ for example this paper studies a semilinear problem related to above equation, when $u$ is positive (so you can get rid of the absolute value). A related equation can be further simplified if we can prescribe $\|u\|_{L^2}$ a priori: $$ -u_{xx} = |u|^{p-2} u, $$ the positive solution to this when $p=3$ is the Weierstrass Elliptic Function, the bad thing for nonlinear wave equation is that we can't construct the solution like plane wave in the linear wave equation, a.k.a. $u(x,t) = \mathfrak{R}\big(e^{-i\omega t} \phi(x)\big)$.
My suggestion: if you wanna examples (I am assuming you are looking what the solution looks like), search for the literatures that apply some numerics modeling this kind of the nonlinear elastic wave.