#suvat
41 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:
Suppose the initial point of the piece where it slopes down is (t1, v1) and the second is (t2, v2). What will the equation of this piece be?
do u mean the points (80,20) and (180,-10)?
Yes. Let's approach this generally for now, though.
y=((v2-v1)/(t2-t1))x + c
should i find c aswell?
c= v2-(((v2-v1)/(t2-t1))t2
y=((v2-v1)/(t2-t1))x + v2-(((v2-v1)/(t2-t1))t2 that looks complicated
Our variables are t and v, not x and y. So:
v = v1 + (v2 - v1)(t - t1)/(t2 - t1)
Now, we want v = 0. So:
v1 + (v2 - v1)(t - t1)/(t2 - t1) = 0
Solve this for t.
t=(t2v1-t1v2)/(v1-v2)
Right, nice!
So, now you can substitute the values.
Note that you can divide the numerator and denominator by v1 v2, obtaining an even nicer expression:
t = (t2/v2 - t1/v1)/(1/v2 - 1/v1) = Δ(t/v)/Δ(1/v)
im not sure why but im still not getting an answer
What did you get?
44..
No, that's not correct. Can you show your calculation?
I just tried it again i got 357/3
Well, seems correct until 352/3, which isn't correct.
Also, don't forget units.
wait is it 440/3
147 seconds
Great!
Ah, I see.
You're welcome!
this would also work if I did it using the specific values from the start right?
Yes. However, I advice against it.
It's better to solve physics and chemistry problems generally, if possible.
That is the usual approach, after all: you derive the formula, then substitute the values.
okay so steps are
- find the general equation for velocity in terms of v and t
- v=0 solve for t
- sub in the values to get t
Yup.
okay thank you :)