Mathematica: 2nd order PDE variable coefficients

Click For Summary
SUMMARY

The discussion focuses on solving a second-order partial differential equation (PDE) with variable coefficients using Mathematica. The equation presented is a''[t] + B[t]*a'[t] - A[t]*a[t] == 0, with initial conditions a[0] = 10^-9 and a'[0] = 0. The user has successfully determined the variable coefficients A[t] and B[t] over the relevant time interval but encountered difficulties applying NDSolve for the solution of a[t]. The need for alternative methods or insights into using NDSolve effectively is emphasized.

PREREQUISITES
  • Familiarity with Mathematica software and its syntax
  • Understanding of second-order partial differential equations
  • Knowledge of initial value problems in differential equations
  • Experience with numerical methods for solving differential equations
NEXT STEPS
  • Explore the use of Mathematica's DSolve for analytical solutions of PDEs
  • Research techniques for handling variable coefficients in differential equations
  • Learn about the options and parameters available in NDSolve for improved results
  • Investigate alternative numerical methods for solving second-order PDEs
USEFUL FOR

Mathematics students, researchers in applied mathematics, and professionals working with differential equations in Mathematica will benefit from this discussion.

hasidim
Messages
15
Reaction score
0
a\text{''}[t]+B[t]*a'[t]-A[t]*a[t]==0

a[0] = 10^-9
a'[0] = 0
a[t] = ?

The coefficients A and B are variable over time. I HAVE solved (experimental and theoretical values) for the values of A and B over the time interval of interest!

I attempted to solve for a[t] using NDSolve as one normally would when coefficients are not variable over time. No luck.

Any help would be greatly appreciated!
 
Physics news on Phys.org

Similar threads

  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K
  • · Replies 0 ·
Replies
0
Views
4K