Δt and Limit of Δx/Δt as Δt -> 0 at t=3?

  • Thread starter Thread starter ACSC
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The discussion revolves around evaluating the position of a particle described by the equation x = 5t^2 at t = 3 seconds and finding the velocity as Δt approaches zero. For part (a), the position at t = 3 seconds is correctly calculated as 45 meters. In part (b), participants clarify that the expression should involve substituting t = 3 + Δt into the equation, leading to an algebraic expression for the final position rather than a numerical answer. For part (c), the limit of Δx/Δt is discussed, emphasizing the need to divide Δx by Δt before taking the limit as Δt approaches zero. The conversation highlights confusion over notation and the importance of understanding the variables involved in the problem.
ACSC
Messages
7
Reaction score
0
1. Homework Statement
The position of a particle moving along the x-axis varies in time according to the expression x = 5t^2, where x is in meters and t is in seconds. Evaluate its position at the following times.
(a) t = 3.00 s
x = ? m
(b) t = 3.00 s + Δt
xf(final x) = ? m
(c) Evaluate the limit of Δx/Δt as Δt approaches zero to find the velocity at t = 3.00 s.
v = ? m/s

Homework Equations


Maybe lim x->0 ∫Δx/Δt

The Attempt at a Solution


(a) x = 45m, got it.
(b) I don't understand what it's asking me.
(c) lim t-> 0 ∫ 5x^2 Δx/Δt at t=3
= lim t-> 0 [10t]
I don't know what to do from here since it asks me to find velocity when t->0 at when t=3 at the same time.
 
Physics news on Phys.org
for part b, you are given t = 3 + Δt and the equation x=5t^2 So just use this. (Don't worry that your final answer depends on Δt - that is what they want).

p.s. Welcome to physicsforums !
 
BruceW said:
for part b, you are given t = 3 + Δt and the equation x=5t^2 So just use this. (Don't worry that your final answer depends on Δt - that is what they want).

p.s. Welcome to physicsforums !

I'm still not quite sure what to do. Do I make the t in the x equation the subject the simultaneously solve it? Isn't (b) asking for the distance traveled rather than Δt?

This feels like a really simple question that I'm supposed to understand straightaway. I've done basic physics and that doesn't seem to help...

Thank you for the welcome. :)

(It's 12AM here so I probably won't be able to respond until my tomorrow morning.)
 
b) is asking you to substitute 300+Δt for t and xf for x in the expression x = 5t2.
There's a step they've left out in going from b) to c). You need to substitute x+Δx for xf. (I don't know why they said xf instead of x+Δx in the first place.)
it asks me to find velocity when t->0
No, it's as Δt→0. Δt is not Δ multiplied by t, it's a separate variable representing a small change in t.
 
haruspex said:
b) is asking you to substitute 300+Δt for t and xf for x in the expression x = 5t2.
There's a step they've left out in going from b) to c). You need to substitute x+Δx for xf. (I don't know why they said xf instead of x+Δx in the first place.)

No, it's as Δt→0. Δt is not Δ multiplied by t, it's a separate variable representing a small change in t.

I think that makes sense, thank you.

Would (b) be 144m?
Is the second working out for (c) correct?
Working out picture here.
 
Last edited:
ACSC said:
Would (b) be 144m?
No, it should be an algebraic expression involving the unknown Δt. It's the fourth line of the working you attached (except there's a mistake in the last term).
In part c, x is the same as in part a (=45m). We are concerned with what happens over the time interval from 3 seconds to 3 +Δt seconds. At 3 seconds, x = 45m. At 3+Δt seconds it's x+Δx, the answer to part b. To get the change in x, you subtract the x to leave just the Δx. So you get Δx = 30Δt + 5Δt2.
For c, it doesn't ask for the limit of Δx as Δt→0, it asks for the limit of Δx/Δt. So divide through by Δt before taking the limit.
 
haruspex said:
No, it should be an algebraic expression involving the unknown Δt. It's the fourth line of the working you attached (except there's a mistake in the last term)

Oh, I forgot to times the 5 into the last part. Thanks.
xf = 5Δt2 + 30Δt + 45 ?
The question wants the answer in meters though. :S
bAb1gSi.png

If I sub in Δt=3, I would get 180m. Would that be it? Seems like there's something wrong in subbing Δt=3, though.
haruspex said:
In part c, x is the same as in part a (=45m). We are concerned with what happens over the time interval from 3 seconds to 3 +Δt seconds. At 3 seconds, x = 45m. At 3+Δt seconds it's x+Δx, the answer to part b. To get the change in x, you subtract the x to leave just the Δx. So you get Δx = 30Δt + 5Δt2.
For c, it doesn't ask for the limit of Δx as Δt→0, it asks for the limit of Δx/Δt. So divide through by Δt before taking the limit.

I think I get what you mean.
Like this?
 
ACSC said:
The question wants the answer in meters though. :S
bAb1gSi.png
Strange. That isn't possible unless they give you a value to use for Δt.
I think I get what you mean.
Like this?
That's it.
 
haruspex said:
Strange. That isn't possible unless they give you a value to use for Δt.

Can we assumed that ti=0 and tf=3? Though that would be the exact same thing as t=3, wouldn't it?
I'll email my teacher and ask what they want the form of the answer to be.

haruspex said:
That's it.
GREAT! Thank you so much for guiding me. :)
 
  • #10
ACSC said:
Can we assumed that ti=0 and tf=3? Though that would be the exact same thing as t=3, wouldn't it?
I'll email my teacher and ask what they want the form of the answer to be.
No, their notation is pretty bad, to be honest. They start in part a) with:
t = 3.00 s
Which is fine so far. But then they use:
t = 3.00 s + Δt
They are using the same variable name for two different things. What they should have written is something like:
ti = 3.00 s
tf = 3.00 s + Δt
This is what they really mean.

edit: (and by this notation, the particle is at x at time ti and it is at xf at time tf)
edit again: and so, by this, you can probably see that in part b) it is not possible to give a numerical answer because Δt is an unknown variable. Also, don't let the notation Δt put you off. It is just like any normal variable. You can call it 'a' or whatever, it does not have any special properties. (I think haruspex already said this, but it is a good point).
 
Last edited:
Back
Top