Laplace Transform of Composition of Functions: Floor(f(t))

Click For Summary

Discussion Overview

The discussion revolves around the Laplace transform of the floor function applied to another function, specifically focusing on the equation f'(t) = floor(f(t)). Participants explore the challenges of applying the Laplace transform to nonlinear differential equations and the implications for modeling cell growth in cancer research.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant seeks to understand how to take the Laplace transform of floor(f(t)), noting a lack of resources on the composition of functions in this context.
  • Another participant expresses doubt about the existence of an analytical solution for the nonlinear equation f'(t) = floor(f(t)), suggesting that the model may not be suitable for cancer research.
  • A participant acknowledges the nonlinearity of the equation but defends its applicability, arguing that it avoids overestimating growth rates by not allowing fractional cell divisions.
  • There is a request for any form of analytical solution or an infinite series for the equation, with a willingness to consider numerical methods if necessary.
  • One participant raises a concern about the definition of the function due to its discontinuous nature, suggesting it may be better described as a distribution rather than a standard function.
  • A suggestion is made to compare the behavior of the function f(t) with a continuous function g(t) by calculating values at specific points and using harmonic numbers for closed-form expressions.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the applicability of the Laplace transform to the problem or the validity of the proposed model for cancer research. There are competing views on the nature of the function and the potential for analytical solutions.

Contextual Notes

Participants express uncertainty regarding the application of the Laplace transform to nonlinear equations and the implications of discontinuities in the function. The discussion includes various assumptions about the behavior of the model and the nature of solutions.

Nocturne
Messages
4
Reaction score
0
Hello,

I am trying to take the Laplace transform of floor(f(t)) in order to solve the differential equation f'(t)=floor(f(t)).

I know that http://functions.wolfram.com/IntegerFunctions/Floor/22/04/" gives L(floor(t)) = (e^(-s))/(s(1-e^(-s))) instead -- are these equivalent?) and L(f(t)) = F(t) (of course), but I realized that I have no idea how to take the Laplace transform of a composition of functions, and no table I have been able to find contains L(floor(f(t))) or rules about compositions of functions. There is plenty of information on convolutions, but that isn't what I'm looking for unless this problem can be reformulated as one.

My question, at its essence, is this: given functions f and g, how do I determine L(f(g(t))? More specifically I want to know L(floor(f(t))), but any insight on the general case (if the problem does generalize) would be much appreciated.

In terms of background for the problem, I'm trying to model some cells for my cancer research, and my system of equations based upon the simple case f'=a*f(t) overestimates growth rates by effectively allowing hypothetical "fractions of cells" to divide. The discrete case based on f'=a*floor(f(t)) should solve this problem, but I do not know how to obtain an analytical solution for it.

I apologize if I am missing something obvious here, as well as for not knowing LaTeX.

Thank you!

Edit: I had originally posted a version of this thread in the Calculus and Analysis section https://www.physicsforums.com/showthread.php?p=2524246" since it was more concerned with the Laplace transform itself than solving the differential equation once I had it, but I realized that my query was still more germane to the Differential Equations forum.

Edit2: \mathcal{L}(\text{floor}(t))=\frac{e^{-s}}{s(1-e^{-s})} or perhaps \mathcal{L}(\text{floor}(t))=\frac{1}{s(e^{s}-1)} -- included for clarity now that I have learned some LaTeX.
 
Last edited by a moderator:
Physics news on Phys.org
You try to solve the nonlinear (!) differential equation f'(t)=floor(f(t)). So it is not concerned with the Laplace transform. The Laplace transform fits exceptionally for linear problems.

I doubt whether exist analytical solution for f'(t)=floor(f(t)). Such discontinuous right-hand side requires interminable energy. So, I think, it is not a good model for some cells for your cancer research.
 
Thank you for your reply. I am aware that it is nonlinear; I just did not know that the Laplace transform could not be applied to nonlinear ordinary differential equations (as I mentioned, I thought I may have been missing something obvious, but I wasn't sure).

I am fairly confident that the equation is a good model for my work, though. In an idealized system, at least, cells can indeed divide indefinitely at an exponential rate (I believe this is the "interminable energy" to which you referred), and the only difference between my y'=a*floor(y) model and the standard (linear) y'=a*y model for cell growth is that mine does not overestimate the growth rate by allowing hypothetical "fractions of cells" to replicate. This may not matter much for large numbers of cells, but it becomes important for accurately modeling small clusters of them.

Regardless of method, is there any way to obtain an analytical solution to this equation? I don't even care if it's closed-form, honestly. Even an infinite series (assuming decently fast convergence) would be acceptable, since I am implementing this in a computer program anyway.

If not, though, I imagine I could use a numerical method and compare the results with the linear version to see what sort of differences might be expected. How can I know which numerical method would give the best results, though? I am concerned that some might not take the discrete nature of the right-hand side into account very well. Perhaps a carefully-selected step size and starting point could ensure that this is done properly, but I want to make sure that I don't end up ignoring the very same discrete behavior that I tried to incorporate into the model in the first place.

Edit: But it seems the step size would be dependent on the value of the dependent variable, unless I'm not understanding this correctly. Again, any assistance in developing any form of analytical solution or, failing that, an accurate numerical approximation, would be greatly appreciated. Thanks!
 
Last edited:
Hi, I'm new here but I'd like to help, sory for grammar, english isn't my first language.

First of all, your function isn't strictly speaking function becouse it's derivate acording to diff. equation should be only oneside discontinius in some points which isn't posible acording to standard definition of derivate. So it must be distribution rather then a function.

But, math aside if you want to compare behaviour of this so-called function f(t) to some continius functin g(t), in your case exponential or whatever, hear what you should do:

Sey you are interested in difrence in some point t0 you calculate g(t0). Now that is to my knowlige dificult but you could make comparison in neighbourhood of t0 and hire is how. If g and f are suposedly close aproximatino of ich other, you culd compare it in t1 when y1=f(t1)=g(t0) if you have t=f^-1(y) and fortunaly that "funciton" has cloused form.

so path is this t0->y1->t1 and then you cuold comapare f(t1)=y1 and g(t1)

closed form of t=f^-1(y) is t=H[floor(y)]+(y-floor(y))/(1+floor(y)) + const where H[n] is harmonic number defined here: http://en.wikipedia.org/wiki/Harmonic_number and const is arbitrary time shift dipendent of initial conditions of diff. equation.

I Houp, I could be of eny help.
 
Last edited:

Similar threads

  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
7K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 2 ·
Replies
2
Views
10K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 5 ·
Replies
5
Views
3K