Check on proof for property of the Laplace transform

Click For Summary
The discussion revolves around verifying a proof related to the Laplace transform of the function f(ct). The proof involves a variable substitution that leads to the conclusion that the Laplace transform can be expressed as \(\frac{1}{c}F(\frac{s}{c})\). The author expresses uncertainty about the validity of the final step, questioning whether it is appropriate to obtain the same transform with a different argument after substitution. However, the consensus is that the transformation is indeed valid and the reasoning is sound. Overall, the proof is confirmed as correct despite initial doubts.
greg_rack
Gold Member
Messages
361
Reaction score
79
Homework Statement
Suppose ##F(s)=\mathcal{L}\{f(t)\}## exists for ##s> a\geq 0##.
Show that if c is a positive constant:
$$\mathcal{L} \{f(ct)\}=\frac{1}{c}F(\frac{s}{c}), \ s> ca$$
Relevant Equations
Laplace transform
Could someone check whether my proof for this simple theorem is correct? I get to the result, but with the feeling of having done something very wrong :)
$$\mathcal{L} \{f(ct)\}=\int_{0}^{\infty}e^{-st}f(ct)dt \ \rightarrow ct=u, \ dt=\frac{1}{c}du, \
\mathcal{L} \{f(ct)\}=\frac{1}{c}\int_{0}^{\infty}e^{\frac{-s}{c}u}f(u)du=\frac{1}{c}F(\frac{s}{c})$$
felt very straightforward, but looking back at it the very last step seems weird: in spite of a variable substitution, does it make sense to still get the same transform(only with the argument changed) of ##f(t)##?
 
Physics news on Phys.org
Looks fine.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...