Wave eqaution PDE in mathematica

  • Context: Mathematica 
  • Thread starter Thread starter flasherffff
  • Start date Start date
  • Tags Tags
    Mathematica Pde Wave
Click For Summary
SUMMARY

The discussion focuses on solving the wave equation using Mathematica's DSolve function. The user encountered difficulties when attempting to include boundary conditions (BCs) in their input. It was established that DSolve's capabilities for handling partial differential equations (PDEs) are limited, and a recommended approach is to first solve the PDE without BCs, yielding a solution in terms of arbitrary functions C[1] and C[2], which can then be determined using the specified boundary conditions.

PREREQUISITES
  • Understanding of wave equations in the context of partial differential equations (PDEs).
  • Familiarity with Mathematica's DSolve function and its syntax.
  • Knowledge of boundary conditions and their role in solving PDEs.
  • Basic proficiency in mathematical notation and functions used in Mathematica.
NEXT STEPS
  • Explore the capabilities of Mathematica's DSolve for different types of PDEs.
  • Learn how to implement boundary conditions in Mathematica after obtaining general solutions.
  • Study the theory behind wave equations and their solutions in mathematical physics.
  • Investigate alternative methods for solving PDEs, such as separation of variables or numerical approaches.
USEFUL FOR

Mathematics students, researchers in applied mathematics, and anyone working with partial differential equations in Mathematica.

flasherffff
Messages
10
Reaction score
0
hi
i can't make DSolve solve the wave equation with simple bvc
ive gone through the mathematica documentation and can't find the answer

for the input


\text{DSolve}\left[\left\{u^{(2,0)}[x,t]==4 u^{(0,2)}[x,t],u[x,0]==1,u^{(0,1)}[x,0]==\text{Sin}[x]\right\},u,\{x,t\}\right]
it just return it unevaluated
 
Physics news on Phys.org
DSolve's ability to deal with PDE's is a little limited. Try solving the PDE without the BCs. This will give a solution in terms of two functions, C[1] and C[2]. Then use the BCs to solve for those.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K