From knowing the anti-derivative of floor function to be x*floor(x), is it possible to find the derivative of a function contained within a floor function?
The particular question I had in mind is floor(y(x)/17) and I believe in the same way y in an equation can be treated as y function of x, I tried using integration by substitution.
Nevertheless, the integral appears to be too complex to integrate; as by using the rule for substitution, every integration opens up a new iteration of another integral, sometimes even equating to the L.H.S. but unable to be simplified. It is a shame my rough work is too unorganized to be shown on here.
It is hoped that someone may shed some light how to integrate implicitly, an example of a similar iterated equation may be fine, but it would be best if the integral of the equation prior can be solved.
First, the antiderivative for $\;\lfloor x \rfloor$ is $x\lfloor x \rfloor - \frac12 \lfloor x \rfloor(\lfloor x \rfloor + 1)\;$, not $x \lfloor x\rfloor$.
For any continuous function $g(x)$ defined on $(0^{-}, L^{+})$ for some $L > 0$ which satisfies:
Define $\epsilon_i = \pm 1$ depends on whether $g(x)$ is increasing or decreasing there.
If one interpret all integrals involved as Riemann Stieltjes integral, one can integrate by part the integrand $\lfloor g(t)\rfloor$ over an interval $[0,x ] \subset [0,L]$ and get: $$\int_0^x \lfloor g(t) \rfloor dt = \int_{0^{-}}^{x^{+}} \lfloor g(t) \rfloor dt = x \lfloor g(x) \rfloor - \int_{0^{-}}^{x^{-}} t\,d \lfloor g(t)\rfloor = x \lfloor g(x) \rfloor - \sum_{i : \lambda_i \in [0,x]} \epsilon_i \lambda_i $$ The problem of computing the anti-derivative reduces to a summation over the position of discontinuity of $g(x)$.
Please look up the wiki entry of Riemann-Stieltjes integral, once you understand under what condition you can integration by part, a lot of integral over functions with only jump discontinuous can be converted to and from corresponding sums easily.