Internal
problem
ID
[2836]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
5.
Separation
of
variables
and
Fourier
series.
Section
5.1
(Two
point
boundary-value
problems).
Page
480
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 06:19:13 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 5
dsolve([diff(y(t),t$2)+lambda*y(t)=0,D(y)(0) = 0, D(y)(L) = 0],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.001 (sec). Leaf size: 42
DSolve[{D[y[t],{t,2}]+\[Lambda]*y[t]==0,{Derivative[1][y][0] == 0,Derivative[1][y][L] == 0}},y[t],t,IncludeSingularSolutions -> True]