What is the Integral of a Time-Independent Force in Velocity Calculation?

  • Thread starter Thread starter MuIotaTau
  • Start date Start date
  • Tags Tags
    Integration
Click For Summary

Homework Help Overview

The discussion revolves around an integration problem encountered in a physics context, specifically involving a time-independent force and its relation to velocity calculation. The integral in question is of the form $$\int \frac{1}{a - (\frac{dy}{dx})(x)} dx$$ where ##a## is a constant, and the participants explore the implications of this expression in relation to momentum transport.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants express uncertainty about the notation and the form of the integral. There are attempts to clarify the expression and its components, particularly the role of ##x## and ##y'##. Some participants suggest that the integrand can take various forms, leading to a discussion about the assumptions underlying the integration.

Discussion Status

The conversation has progressed with participants questioning the assumptions about the rate of mass change and its implications for the integral. Some have provided insights into the physical context of the problem, while others express concerns about the relevance of the integral to the overall momentum problem being addressed.

Contextual Notes

Participants note that the integral is related to calculating impulse and velocity, with specific reference to constants representing mass in a momentum transport scenario. There is an acknowledgment of the potential for misunderstanding the integral's utility in the context of the physics problem at hand.

MuIotaTau
Messages
82
Reaction score
3

Homework Statement



In the process of solving a physics problem, I've run across an integration that I'm not sure I've ever had to perform before. It's of the form $$\int \frac{1}{a - (\frac{dy}{dx})(x)} dx$$ where ##a## is a constant.

Homework Equations



Table integral?

The Attempt at a Solution



I honestly have no clue where to even begin with this. I do not have a functional form for ##y##, it's simply a quantity that changes with respect to ##x##. Any hints on where to begin?
 
Physics news on Phys.org
MuIotaTau said:

Homework Statement



In the process of solving a physics problem, I've run across an integration that I'm not sure I've ever had to perform before. It's of the form $$\int \frac{1}{a - (\frac{dy}{dx})(x)} dx$$ where ##a## is a constant.

Homework Equations



Table integral?

The Attempt at a Solution



I honestly have no clue where to even begin with this. I do not have a functional form for ##y##, it's simply a quantity that changes with respect to ##x##. Any hints on where to begin?

Your notation is confusing: is the denominator supposed to be ## 1 - a x y'(x)## or ##1-a y'(x)##, where ##y'(x) = dy(x)/dx.## That is, is the (x) an argument of f', or does it multuply f'(x)?

As far as I can see you can write more-or-less ANY integrand h(x) in that form: just put
[tex]h(x) = \frac{1}{a-y'(x)} \Longrightarrow y'(x) = \frac{h(x)-1}{a h(x)}[/tex] if your integrand is 1/(1-ay'), or put
[tex]h(x) = \frac{1}{a - x y'(x)} \Longrightarrow y'(x) = \frac{1-h(x)}{a x h(x)}[/tex]
if your integrand is 1/(1-a*x*y').

So, to summarize: your integrand can be anything at all, so there is no way to do the integral.
 
Ray Vickson said:
Your notation is confusing: is the denominator supposed to be ## 1 - a x y'(x)## or ##1-a y'(x)##, where ##y'(x) = dy(x)/dx.## That is, is the (x) an argument of f', or does it multuply f'(x)?

As far as I can see you can write more-or-less ANY integrand h(x) in that form: just put
[tex]h(x) = \frac{1}{a-y'(x)} \Longrightarrow y'(x) = \frac{h(x)-1}{a h(x)}[/tex] if your integrand is 1/(1-ay'), or put
[tex]h(x) = \frac{1}{a - x y'(x)} \Longrightarrow y'(x) = \frac{1-h(x)}{a x h(x)}[/tex]
if your integrand is 1/(1-a*x*y').

So, to summarize: your integrand can be anything at all, so there is no way to do the integral.

I'm sorry, ##x## is being multiplied in the denominator. Well, um, that's certainly disappointing. I guess it's back to the drawing board. Thank you for your help!
 
MuIotaTau said:
I'm sorry, ##x## is being multiplied in the denominator. Well, um, that's certainly disappointing. I guess it's back to the drawing board. Thank you for your help!

If it's a physics problem you probably know something about the relation between y' and x. What kind of problem is it?
 
Dick said:
If it's a physics problem you probably know something about the relation between y' and x. What kind of problem is it?

Momentum transport. In this case, ##x## is time, and ##y'(x)## is the change in mass with respect to time. So really the integral is $$\int_0^t \bigg(\frac{1}{M + m - (t')(\frac{dm}{dt'})}\bigg) dt'$$ where ##t'## is a dummy variable. ##M## and ##m## are the masses of a truck and of an original mass of sand, respectively, so they're constants, and ##(t)(\frac{dm}{dt})## is the amount of sand that falls out the truck after a time ##t##.
 
MuIotaTau said:
Momentum transport. In this case, ##x## is time, and ##y'(x)## is the change in mass with respect to time. So really the integral is $$\int_0^t \bigg(\frac{1}{M + m - (t')(\frac{dm}{dt'})}\bigg) dt'$$ where ##t'## is a dummy variable. ##M## and ##m## are the masses of a truck and of an original mass of sand, respectively, so they're constants, and ##(t)(\frac{dm}{dt})## is the amount of sand that falls out the truck after a time ##t##.

Since you are multiplying t' times dm/dt', I think it's pretty likely you are assuming the rate of mass change dm/dt' is constant. Are you?
 
  • Like
Likes   Reactions: 1 person
Dick said:
Since you are multiplying t' times dm/dt', I think it's pretty likely you are assuming the rate of mass change dm/dt' is constant. Are you?

Oh no, you're right, I certainly am! So I should be able to manipulate that into something of the form $$\int \frac{1}{1 + x} dx$$ right? Which is just ##ln(1 + x)##?
 
Last edited:
MuIotaTau said:
Oh no, you're right, I certainly am! So I should be able to manipulate that into something of the form $$\int \frac{1}{1 + x} dx$$ right? Which is just ##ln(1 + x)##?

Sure, so the integral isn't a real problem. Now I'd worry that the integral is computing something like the average value of 1/mass over a portion of the trip, which doesn't sound very useful for momentum problems, but then I don't know exactly what you are doing.
 
Dick said:
Sure, so the integral isn't a real problem. Now I'd worry that the integral is computing something like the average value of 1/mass over a portion of the trip, which doesn't sound very useful for momentum problems, but then I don't know exactly what you are doing.

I'm actually calculating the impulse and dividing by the mass to get velocity, but the force in this particular case happens to be time independent, so I just pulled it out of the integral.
 
  • #10
MuIotaTau said:
I'm actually calculating the impulse and dividing by the mass to get velocity, but the force in this particular case happens to be time independent, so I just pulled it out of the integral.

Ok, carry on.
 

Similar threads

  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
12
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
20
Views
2K
Replies
12
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 44 ·
2
Replies
44
Views
6K
Replies
3
Views
2K