inttrans
fouriersin
Fourier Sine transform
Calling Sequence
Parameters
Description
Examples
fouriersin(expr, t, s)
expr
-
expression, equation, or set of expressions and/or equations to be transformed
t
variable expr is transformed with respect to t
s
parameter of transform
opt
option to run this under (optional)
The fouriersin function computes the a Fourier Sine transform (F(s)) of expr (f(t)), a linear transformation C0,∞→C0,∞ defined by:
Fs=2∫0∞ftsinstⅆtπ
The function Fs returned is defined on the positive real axis only.
Expressions involving exponentials, rational polynomials, trigonometrics (sin, cos) with linear arguments, and a variety of other functions can all be transformed.
The Fourier Sine transform is self-inverting.
The fouriersin function transforms derivatives (diff or Diff) of functions of rapid descent, and can be used to solve differential equations.
The fouriersin function attempts to simplify an expression according to a set of heuristics and then match the result with a table of patterns. Entries can be added to this table by addtable(fouriersin, f(t), F(s), t, s), where F(s) is the transform of f(t), which may have an arbitrary number of parameters.
If the option opt is set to 'NO_INT', then the program will not resort to integration of the original problem if all other methods fail. This will increase the speed at which the transform will run.
fouriersin recognizes the Dirac-delta (or unit-impulse) function as Dirac(t) and Heaviside's unit step function as Heaviside(t).
The command with(inttrans,fouriersin) allows the use of the abbreviated form of this command.
withinttrans:
fouriersin3t+a,t,w
32−cosawSsiaw+sinawCiawπ
fouriersintt2+1,t,s
2πⅇ−s2
fouriersin,s,x
xx2+1
fouriersindifffx,x,x,w
−w`?`
fouriersinft,t,u
ℱ__sft,t,u
fouriersin,u,s
fs
F≔intgxsinxs,x=0..∞:
fouriersin3F,s,t
32πgt2
fouriersintexp−3tHeavisidet,t,w
62wπw2+92
fouriersindiffyt,`$`t,2−yt=sin2t,t,s
s−s`?`π+2y0π−`?`=2πDiracs−22
solve,fouriersinyt,t,s
−2πDiracs−2−2sy02πs2+1
fouriersin,s,t
−sin2t5+y0ⅇ−t
diff,`$`t,2−
sin2t
fouriersinBesselJ0,4t,t,3+s
2Heaviside−1+sπ3+s2−16
Adding to the table
addtablefouriersin,ht,Hs,t,s:
fouriersinht,t,s
Hs
See Also
dsolve
inttrans[addtable]
Download Help Document