Here is few questions I have being attempting to solve lately.
How can I derive the length of an curve between two values of x? (I tried using Pythagoras for dx, dy, and dl, where dl is an infinity small length on an curve, however I don't think this approach is right)
I still have my...