小白求助,关于拉普拉斯逆变换
mathematica吧
全部回复
仅看楼主
level 2
MonsterYogurt 楼主
DSolve[{h''[x] - (p + w^2)*h[x] == k*cos[w*(y + l)]*DiracDelta[x],
h''[1] == -o*p*h[1], h[-j] == 0}, h[x], x]
{{h[x] -> (1/(
2 (-1 + E^(2 Sqrt[p + w^2] + 2 j Sqrt[p + w^2])) Sqrt[p + w^2]))
E^(-Sqrt[p + w^2] x)
k cos[w (l + y)] (-1 + E^(2 Sqrt[p + w^2]) + E^(
2 j Sqrt[p + w^2] + 2 Sqrt[p + w^2] x) - E^(
2 Sqrt[p + w^2] + 2 j Sqrt[p + w^2] + 2 Sqrt[p + w^2] x) -
E^(2 Sqrt[p + w^2]) HeavisideTheta[-j] +
E^(2 Sqrt[p + w^2] + 2 j Sqrt[p + w^2]) HeavisideTheta[-j] +
E^(2 Sqrt[p + w^2] x) HeavisideTheta[-j] -
E^(2 j Sqrt[p + w^2] + 2 Sqrt[p + w^2] x) HeavisideTheta[-j] +
HeavisideTheta[x] -
E^(2 Sqrt[p + w^2] + 2 j Sqrt[p + w^2]) HeavisideTheta[x] -
E^(2 Sqrt[p + w^2] x) HeavisideTheta[x] +
E^(2 Sqrt[p + w^2] + 2 j Sqrt[p + w^2] + 2 Sqrt[p + w^2] x)
HeavisideTheta[x])}}
Simplify[%1]
{{h[x] -> (
E^(-Sqrt[p + w^2] x)
k cos[w (l +
y)] (-(-1 + E^(2 Sqrt[p + w^2])) (-1 + E^(
2 Sqrt[p + w^2] (j + x))) + (-1 + E^(2 j Sqrt[p + w^2])) (E^(
2 Sqrt[p + w^2]) - E^(
2 Sqrt[p + w^2] x)) HeavisideTheta[-j] + (-1 + E^(
2 (1 + j) Sqrt[p + w^2])) (-1 + E^(
2 Sqrt[p + w^2] x)) HeavisideTheta[x]))/(
2 (-1 + E^(2 (1 + j) Sqrt[p + w^2])) Sqrt[p + w^2])}}
InverseLaplaceTransform[(E^(-Sqrt[p + w^2] x)
k cos[w (l +
y)] (-(-1 + E^(2 Sqrt[p + w^2])) (-1 + E^(
2 Sqrt[p + w^2] (j + x))) + (-1 + E^(2 j Sqrt[p + w^2])) (E^(
2 Sqrt[p + w^2]) - E^(
2 Sqrt[p + w^2] x)) HeavisideTheta[-j] + (-1 + E^(
2 (1 + j) Sqrt[p + w^2])) (-1 + E^(
2 Sqrt[p + w^2] x)) HeavisideTheta[x]))/(2 (-1 + E^(
2 (1 + j) Sqrt[p + w^2])) Sqrt[p + w^2]), p, t]
1/2 k cos[w (l + y)] InverseLaplaceTransform[(
E^(-Sqrt[p + w^2]
x) ((1 - E^(2 Sqrt[p + w^2])) (-1 + E^(
2 Sqrt[p + w^2] (j + x))) + (-1 + E^(2 j Sqrt[p + w^2])) (E^(
2 Sqrt[p + w^2]) - E^(
2 Sqrt[p + w^2] x)) HeavisideTheta[-j] + (-1 + E^(
2 (1 + j) Sqrt[p + w^2])) (-1 + E^(
2 Sqrt[p + w^2] x)) HeavisideTheta[x]))/((-1 + E^(
2 (1 + j) Sqrt[p + w^2])) Sqrt[p + w^2]), p, t]
怎么觉得这个逆变换并没有作用呀?
2018年04月22日 07点04分 1
level 2
MonsterYogurt 楼主
2018年04月22日 07点04分 2
level 2
MonsterYogurt 楼主
这里p是拉普拉斯算子,w是finite Fourier cosine transform的算子(不知道这两个有没有影响),x是自变量,h是应变量,其他的都是参数[委屈]
2018年04月22日 07点04分 3
Cos...
2018年04月23日 14点04分
回复
自由落体151
:哦哦,我再看看[乖]
2018年04月25日 02点04分
回复
自由落体151
:是个毛病,不过我主要的疑惑是感觉边界条件没用上呀,那个解里面没有“o”有关的式子诶
2018年04月25日 02点04分
@MonsterYogurt ……方程才2阶你边界条件里怎么又出现了2阶导数?
2018年05月05日 04点05分
1