Can the Average Velocity Equation be Simplified Further?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
noname1
Messages
131
Reaction score
0
I need to calculate the average velocity of

d= Et²+Ft+G over the interval [t1;t2]

I after resolving i get to this function

avg v = (E(t2)² + Ft2 - E(t1)² + Ft1) / (t2-t1)


my question is it possible to go any further than this?
 
Physics news on Phys.org
Your average velocity has an error. The Ft1 term in the numerator should be -Ft1. After you fix that, you can simplify your expression.

avg v = (E(t2)² + Ft2 - E(t1)² - Ft1) / (t2-t1)
= [E(t22 - t12) +F(t2 - t1)]/(t2 - t1)

Now factor (t2 - t1) out of each term in the numerator, and you can cancel with the same factor in the denominator.
 
yea i for got to distribute the - sign

would this be it?

[t2 - t1 (E(t2-t1) + F)]/ t2 - t1 and than the solution would be

(E(t2-t1) + F)

correct?
 
than like this

[E (t2-t1)(t2+t1) + F (t2-t1)] / t2-t1 =

than i can cancel the top (t2-t1) with the bottom giving

E (t2-t1) + F
 
crossed out the wrong one, i meant

[E (t2+t1) + F] correct?
 
Last edited:
and than for instantaneous i would take the derivative which is

2et² + f correct?
 
thanks for your help, now just have to figure out my other thread