Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar r~~‭ · 2021-09-10T18:11:41Z (over 2 years ago)
No, if you're integrating with respect to time, you can't treat functions of time as constants.

Remember that, by the fundamental theorem of calculus, the result of your integration must be a function that, when differentiated, yields your original integrand. So if you incorrectly concluded that \\(\int \frac{l}{\dot\theta r \dot r}dt = \frac{l}{\dot\theta r \dot r}t\\;(+\\;C)\\), you would need to be able to show that \\(\frac{d}{dt}\frac{l}{\dot\theta r \dot r}t = \frac{l}{\dot\theta r \dot r}\\). By the product rule, \\(\frac{d}{dt}\frac{l}{\dot\theta r \dot r}t = \frac{l}{\dot\theta r \dot r} + t\frac{d}{dt}\frac{l}{\dot\theta r \dot r}\\), so that's the right answer only if \\(\frac{d}{dt}\frac{l}{\dot\theta r \dot r} = 0\\)—in other words, only if those functions combined in that way really is a constant.

To correctly solve the above integral, you'd need more information about those functions—if you know the definitions of the functions, you could substitute those in and then (maybe!) the integral will be solvable.