Is my solution right? Problem: Two cars start to constantly accelerate from one point to the same direction. After time t_1 the distance between them is l. How much time t_2 would need to pass, so that the distance between the cars would be equal to 3l?
\(a = \frac{v}{t}\) \(v = \frac{s}{t}\) so, \(a = \frac{s}{t^2}; s = at^2\) Let's say that a_2 > a_1; Then we make a system of equations: \(a_2 t_1^2 - a_1 t_1^2 = l\) -> \(t_1^2(a_2 - a_1) = l\) \(a_2 t_2^2 - a_1 t_2^2 = 3l\) -> \(t_2^2(a_2 - a_1) = 3l\) then we just put the l from the first equation into the second and solve for t_2 to get: \(t_2 = \sqrt{3t_1^2} = t_1\sqrt{3}\) Is that the right way to solve this problem? @ganeshie8
\(\color{green}{\Huge \checkmark }\)
Your formula ` v = s/t ` doesn't look correct. Aren't you wrongly assuming that the velocity is constant ?
@ganeshie8 you are right, however, how could I get distance from only acceleration and time?
We use the given info that acceleration is constant
How good are you with calculus - integration and differentiation ?
Only basics.
Basics will do. What's the relation between acceleration and velocity ?
a = v/t
That works only when acceleration is constant. Mayble let me ask this first : What's the relation between velocity and displacement ?
Maybe dv/dt?
Though that's exactly the same...
Yes, a = dv/dt
Next, what's the relation between velocity and displacement ?
v = s/t
Again, that works only when velocity is constant. Think..
v ds/dt
You mean v = ds/dt
yes.
Imagine you're driving and your displacement from your home is given by the equation s = 3t^2 What is the function that gives your velocity at ANY point in time ?
Well, it would be F(t) = 3t^2
s = 3t^2 is your displacement from the home. How can your velocity be same as displacement ?
Ups. Sorry. I still haven't waken up. s/3t^2 = v
Haha I see you need some good coffee :) s = 3t^2 implies s/3t^2 = 1, not s/3t^2 = v
Oh. Yes, I must have a cup. :D so, it would be the 3t^2/t = v; 3t = v
Wrong. As I've said earlier, there is no reason to assume that velocity is constant. v = s/t works only when velocity is constant.
But how would we find the d of 3t^2?
Yes, we must use the relation between velocity and displacement : v = ds/dt
(0 - 3t^2)/(0 -t) ?
For now memorize this formula : \[\large \dfrac{d}{dt} (t^n) = n*t^{n-1}\]
\[\large \dfrac{d}{dt} (t^2) = ?\]
2t
\[\large \dfrac{d}{dt} (3t^2) = ?\]
6t
good
So, if I give you a function for displacement, you can find the corresponding function for velocity ?
I give you `displacement` you can give me `velocity `
good so far. what if i gave you the velocity function and asked you to find the corresponding displacement function ?
ds/dt = v ds = dt * v
I want "s", not "ds"
I have no idea how to cancel out the d ;)
Take the previous function itself : v = 6t I want you to recover the corresponding displacement function. (assume your starting velocity is 0)
I know you can't do it yet.. let's take a quick look at a more simpler problem
Alright :)
Suppose you're cycling at a constant velocity of 6 m/s. How much distance would you be travelling in 5 seconds ?
v*s = 30 meters
Let's work it in another way (this method is going to make you love calculus)
Let's first plot the velocity function : v(t) = 6 |dw:1475991672194:dw|
Join our real-time social learning platform and learn together with your friends!