#Find the average velocity over the given time intervals
159 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
So I'm a lil confused
Bc I plugged in the numbers where I thought they were supposed to go but apparently that's incorrect
This was an example problem I did earlier
So I used this for reference when completing it
I think if I can figure out what I did wrong in the first one I'll have no trouble solving the other ones
Can I know how you computed the average velocity over said intervals?
the first one, for instance
Like this
with y(t) = 14t - 1.86t²
Wait wait
So should I just switch the places of the 2 numbers?
I.... Am not sure
1?
y(t) is 14t - 1.86t²
as indicated by the question
now, y(2) is just that, but you replace t by 2
that is to compute y(2)
you also need to compute y(1)
and then compute their difference
And get the answer 12.14? Or am I still squaring the second number to get 12.40 instead?
I think I did some math wrong actually
Ohhhhhhhhh
So what in the end?
So the answer ends up being 8.42
But if I use the same method for the others it doesn't work?
you also need to divide by the length of the interval
Ohhhhh
in the first case, the interval is [1, 2] so the length of this interval is 1
in the second case, the interval is [1, 1.5]
So the answer would be 21.49?
No
The first line is indeed y(1.5)
but you seem to be computing y(1.5)/0.5 - y(1)
which is not what you should be computing
you should be computing $\frac{y(1.5) - y(1)}{0.5}$
Rion
not $\frac{y(1.5)}{0.5} - y(1)$
Rion
.
OHHHHH
So for the very last part when it asks for the instantaneous velocity when t=1, how come it isn't 12.14?
The instantaneous velocity is not computed the same way as the average velocity over a period
it's given by the derivative
I'm a little confused
So
I learned about derivative yesterday when finding the slope of a secant
I thought that was what a derivative was
Derivative is the slope of tangent, not secant.
Besides, there are infinitely many secants at a given point, but at most one tangent.
Oh
Better to first write the general formula for ∆y(1, 1 + ∆t)/∆t, simplify it, and then substitute various values of ∆t.
Sorry- What are the triangles?
What?
∆
Oh, delta.
OH
That is used to show change in something. So, for example, ∆y(t1, t2) = y(t2) - y(t1).
Anyway, try calculating y(1) and y(1 + ∆t) first.
As Darpinger said, the derivative at 1 would be to find the average speed on an interval [1, 1 + ∆t] for an infinitely small ∆t
that would be the instantaneous speed
Yes, but also doing it generally first will allow you to more easily find average velocities, too.
The question here asks you to "estimate" this instantaneous speed based on your previous answers
in question (a)
which should converge to a certain value if you did it right
And you can calculate it exactly, too.
(Given more context, I think the OP does not know what a derivative is, this exercise seems to be an introduction to it)
Well, for such a simple function you can use a difference quotient and let ∆t -> 0, as I proposed above.
Wait so
Calculating y(1) would be 12.14 like earlier right? So what am I doing with y(1 + ∆t) if ∆ is to show a change in something?
What's changing if I'm just using y(1)?
∆t is a small quantity
Well, for a secant it isn't necessarily small.
Let's try to reformulate the problem in a different way
We need to (algebraically, not numerically) compute y(t+h)
for any t and h
I think I'll move to my PC, I'll be back in a sec.
So here, the task is not that complex
you take the expression of y(t), which is: y(t) = 14t - 1.86t²
and now, to compute y(t+h), you take the expression above and replace every occurrence of the symbol "t" with "(t+h)"
what does that give?
14(t+h) - 1.86(t+h)²
what would an expansion give? @rich furnace
Wait, should we expand it, even?
if you group the 14t and -1.86t²
I think it's better to find y(t + h) - y(t) without expanding everything.
A bit less clutter.
We'll get there
In other words: y(t+h) = y(t) + 14h - 1.86h² - 3.72th
So that gives you the expression of y(t+h) - y(t) for free
y(t+h) - y(t) = 14h - 1.86h² - 3.72th
Now, all that is left to compute the average speed in [t, t+h] is to divide by the length of this interval
What is the length of this interval?
@rich furnace
The length would be the distance between t and t+h right? But how am I supposed to find the distance between them?
For a second there I thought I was just supposed to subtract all the ts
algebraically, by substracting them
Should've gone with my first thought
I'm not trying to trip you here, don't worry
Just trying to steer you in the right direction
So
Is 14h - 1.86h² - 3.72th the difference?
Since I would need to divide to get rid of that other t
My question was more so about the length of the interval [t, t+h]
Is the length not the difference?
Which is?
14h - 1.86h² - 3.72th
no I'm not asking about y(t+h) - y(t)
I'm asking about the thing we need to divide this with
the length of the interval
So..... h??
ohhhhhh.....
So the average speed is given by $\frac{y(t+h) - y(t)}{h}$
Rion
but since you know what y(t+h) - y(t) is, you can plug that in
And you will get the average speed in [t, t+h]
So what does that yield?
Plug in with the actual numbers?
This
OH
14 - 1.86h - 3.72t
Very good
now, you can see that as the interval length (h here) becomes very very small
the term 1.86h will go closer and closer to 0
so you can throw it away (it's so small that we'll ignore it)
what remains?
14 - 3.72t
that's your instantaneous speed at time t 🙂
and it just happens that in the case of t = 1, you get the quantity you've been trying to approach all this time in question (a)
Yeah, and in general the rate of change of f(t) is the limit of Δf(t, t + Δt)/Δt as Δt -> 0 (if that limit exists).
Thank you so much for your patience tytytyty
You are welcome
+close