Working out a value for a physics equation based on a graph

tatniki

New Member
Joined
May 11, 2008
Messages
8
Hey
I need to work out the time of flight for a falling object taking into account air resistance.
Because of the air resistance the acceleration is changing and I can't use any formula to work it out directly
What I have is a graph of displacement vs. time, and I was wondering if there was any way to work out the exact location through which the curve passes the x-axis.
The values are changing, so the location through which it passes will change, and I need some way for this to come up in a cell.
The formula is;
y=(mg/k)(t+(m/k)(e^(-kt/m)-1))
m, g, k and e are constants.
I need the value of 't' for which y=0,
In the data table I have a column for time increments, and a column for 'y' (displacement)
I was wondering if there was any function which would let me say 'when a value in column B=0(eg.B6), this cell=value in column A in the same row(A6)'
A B
1 t y
2 1 10
3 2 9
4 3 7
5 4 4
6 5 0

Does that make sense?

Any suggestions?

In the end I don't really care what way i do it, as long as the end result is a cell which gives me "time of flight"


Thanks
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Can't you use the Goal seeker for Y=0? (Tools -> Goal seek), or the Solver add-in?
 
Upvote 0
I need to be able to change the constants, and automatically come up with an answer in a cell
Will that work with goal seek?
 
Upvote 0

Forum statistics

Threads
1,214,770
Messages
6,121,444
Members
449,033
Latest member
Kcolwell16

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top