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.