Solving for t in a distance equation.

  • Thread starter AcousticBruce
  • Start date
In summary: To derive the equation for t from this, just divide both sides by the area under the curve, and you're done. Fortunately there is another way to show the relationship between the formulas. You can go from the a = \frac{v_f - v_i}{t} to the s = (1/2) a t^2 equation by geometrical means.If you have a graph of velocity versus time, then the distance covered by an object moving with that velocity is given by the area under the curve (between the curve and the time axis). This corresponds to your... equation with the 's' on the left side
  • #1
AcousticBruce
37
0
How do I get to this equation?
[tex]t=\frac{v_f-v_i}{a}[/tex]


Getting there from this equation is easy because there is only one t.
[tex]v_i=v_f+at[/tex]


But how do I get to it from this one?
[tex]s = v_it+\frac{1}{2}at^2[/tex]


Can someone help me with the steps. I am thrown off because there is multiple t's in the equations.
 
Physics news on Phys.org
  • #2
Think: quadratic equation.
 
  • #3
[tex]ax^2+bx+c=0[/tex] ?

In case you are wondering I am not in school I am studying on my own for fun. I have a journal and I am going through this physics book. It doesn't say anything about making sure I understand how to rearrange equations. I am doing this as an extra step the book doesn't even ask me to understand the rearrangement. I have been just taking them and rearranging on my own.

This is what I thought is the first step but seems to over complicate it.

[tex](v_i+\frac{1}{2}at)t[/tex]
??
 
  • #4
AcousticBruce said:
[tex]ax^2+bx+c=0[/tex] ?
Yes, that's a quadratic. Quadratic equations generally have two 'roots' (solutions). That is, two values of x will make the equation balance. Sometimes both roots are the same (called a 'double root'), and sometimes they will be complex numbers. You have to choose the one that makes physical sense for the problem you're doing.

The first step is to put your equation into the form above (in your case t takes the place of x). In this case you need to move the 's' over to join the other terms on the same side, leaving zero on the other. After than you can employ what is called the 'quadratic formula' to extract the roots. A google search on 'quadratic formula' will turn up useful info.
 
  • #5
gneill said:
Yes, that's a quadratic. Quadratic equations generally have two 'roots' (solutions). That is, two values of x will make the equation balance. Sometimes both roots are the same (called a 'double root'), and sometimes they will be complex numbers. You have to choose the one that makes physical sense for the problem you're doing.

The first step is to put your equation into the form above (in your case t takes the place of x). In this case you need to move the 's' over to join the other terms on the same side, leaving zero on the other. After than you can employ what is called the 'quadratic formula' to extract the roots. A google search on 'quadratic formula' will turn up useful info.

Ok I am working on that now with the quadratic.

[tex]t = \frac{-v_i ± \sqrt{v_i^2-4\frac{1}{2}as} }{2\frac{1}{2}a}[/tex]

I am really not sure what I am supposed to do with the quadratic.
 
  • #6
Hang on. I just realized that you're not just trying to solve for t, you're trying to manipulate one equation into the form of the other.

You're working with two different kinematic equations here. One is

[itex] v_f = v_i + at [/itex]

The other is

[itex] s = v_i t + (1/2) a t^2 [/itex]

Note that one includes a distance variable and the other doesn't. To get from one to the other requires a bit more than simple algebraic mucking about. It involves a bit of calculus.

If you were to differentiate the equation [itex] s = v_i t + (1/2) a t^2[/itex] with respect to time, then you'd end up with the [itex] v_f = v_i + a t[/itex] equation.
 
  • #7
gneill said:
Hang on. I just realized that you're not just trying to solve for t, you're trying to manipulate one equation into the form of the other.

You're working with two different kinematic equations here. One is

[itex] v_f = v_i + at [/itex]

The other is

[itex] s = v_i t + (1/2) a t^2 [/itex]

Note that one includes a distance variable and the other doesn't. To get from one to the other requires a bit more than simple algebraic mucking about. It involves a bit of calculus.

If you were to differentiate the equation [itex] s = v_i t + (1/2) a t^2[/itex] with respect to time, then you'd end up with the [itex] v_f = v_i + a t[/itex] equation.


What does it mean to differentiate equation? What are the steps to differentiate?
 
  • #8
AcousticBruce said:
What does it mean to differentiate equation? What are the steps to differentiate?

Differentiation is a calculus operation. It's not a simple algebraic manipulation in general. The topic of calculus is too involved for a simple answer here. You might want to do some research on the web.

Fortunately there is another way to show the relationship between the formulas. You can go from the [itex]a = \frac{v_f - v_i}{t}[/itex] to the [itex]s = (1/2) a t^2[/itex] equation by geometrical means.

If you have a graph of velocity versus time, then the distance covered by an object moving with that velocity is given by the area under the curve (between the curve and the time axis). This corresponds to your [itex]s = (1/2) a t^2[/itex] formula.

For constant acceleration between velocities vi and vf, the curve is a straight line (the velocity increases at a constant rate). So the area under the curve is easy to calculate.

attachment.php?attachmentid=41568&stc=1&d=1323062204.gif


In the figure the line in red is the changing velocity. Note that its formula is given by:

[itex] v(t) = v_i + a \; t[/itex]

So "a" is the slope of the line. In order to determine the area under the curve it is convenient to divide the total into two portions, one rectangular and one triangular. The sum is then [itex] Area = v_i t + \frac{1}{2} (v_f - v_i) t [/itex]

This should begin to look familiar!

If we multiply the last term by t/t, which is just unity so it doesn't change the value, it then looks like:

[itex] Area = v_i t + \frac{1}{2} \frac{(v_f - v_i)}{t} t^2 [/itex]

and

[itex] Area = v_i t + \frac{1}{2} a t^2 [/itex]


And there you have your acceleration formula and distance formula all tied together.
 

Attachments

  • Fig1.gif
    Fig1.gif
    2 KB · Views: 539
  • #9
AcousticBruce said:
Ok I am working on that now with the quadratic.

[tex]t = \frac{-v_i ± \sqrt{v_i^2-4\frac{1}{2}as} }{2\frac{1}{2}a}[/tex]

I am really not sure what I am supposed to do with the quadratic.
If you know the values of everything on the right hand side, substitute them, and you have two values for t. Often you're lucky and only one of the values makes sense, so you can discount the other.

Use (+) in the above equation to get one value of t, and use the (-) to calculate the other.
 
  • #10
Thank you gneill and NascentOxygen.

gneill that post is exactly what I was hoping for. It helps me see what is going on... just perfect!
 
  • #11
how do I solve for t? What are the steps.

[tex]s=v_it+\frac{1}{2}at^2[/tex]

I am confused because of the binomial that has a t and a t squared on the other side.
 
  • #12
AcousticBruce said:
how do I solve for t? What are the steps.

[tex]s=v_it+\frac{1}{2}at^2[/tex]

I am confused because of the binomial that has a t and a t squared on the other side.

You can use the quadratic formula. Put the equation into the form:

[itex] a t^2 + b t + c = 0 [/itex]

then apply the quadratic formula to the coefficients a, b, c:

[itex] t = \frac{-b \pm \sqrt{b^2 - 4 a c}}{2 a} [/itex]

You will get two "candidate" values for t. You will have to check to see if one or both are realistic solutions for the physical situation you're modelling.
 
  • #13
thank you gneil. I am trying to figure out how to algebraically rearrange the equation.

I want to see the steps to get to the quadratic formula. So its not just a memorized formula.

What would you do first? Then second...
 
  • #14
AcousticBruce said:
thank you gneil. I am trying to figure out how to algebraically rearrange the equation.

I want to see the steps to get to the quadratic formula. So its not just a memorized formula.

What would you do first? Then second...

http://www.mathsisfun.com/algebra/quadratic-equation-derivation.html

I found exactly what I was looking for here. Thanks guys.
 

FAQ: Solving for t in a distance equation.

What is the distance equation?

The distance equation is a mathematical formula used to calculate the distance between two points in a straight line. It is typically represented as d = rt, where d represents the distance, r represents the rate or speed, and t represents the time.

Why is it important to solve for t in a distance equation?

Solving for t in a distance equation allows us to determine the time it takes to travel a certain distance at a given rate or speed. This information is useful in a variety of fields, including physics, engineering, and transportation.

What are the steps for solving for t in a distance equation?

The steps for solving for t in a distance equation are:1. Identify the known values for distance (d) and rate (r).2. Substitute these values into the equation d = rt.3. Use algebraic operations to isolate the variable t on one side of the equation.4. Divide both sides by the rate (r) to solve for t.

Can the distance equation be used for any type of motion?

Yes, the distance equation can be used for any type of motion as long as the motion is in a straight line and the rate or speed remains constant.

Are there any common mistakes when solving for t in a distance equation?

Yes, some common mistakes when solving for t in a distance equation include:- Forgetting to substitute the known values into the equation- Not isolating the variable t correctly- Misinterpreting the units of measurement and not converting them properly

Back
Top