Energy used during vehicle trips from GPS data

In summary, Tyler Grandahl found an urge to understand how much energy is used while driving, and has started working on a GPX file to track energy used during a trip. He used 710171 J in acceleration, 1614412.8 J in fighting normal force, and 17182665 J in fighting drag. He wanted to have some control over the final energy calculation, so he is hoping to find an error in his current calculations. He also has started working on a worksheet to estimate the amount of energy used during a drive, and has attached it to this message.
  • #1
tgrandahl
3
0
Hello,

I have recently found an urge to understand the amount of energy that I use while driving.

I would like to be able to record tracking data via GPS in a GPX format, and then calculate the amount of energy that would be used to perform the same trip using various vehicle models.

I would also like to be able to realize the energy that may be rescued using regenerative braking in an electric vehicle or hybrid.

I have started working on this in an excel worksheet because I feel it will be easiest to layout the math necessary to estimate the energy used. The worksheet currently calculates force for acceleration, normal force, and drag.
Over my 7.1 mile journey I used:

710171 J accelerating,
1614412.8 J fighting normal force,
17182665 J fighting drag... Seriousley ?...

I wanted to have some control value to compare my calculations with to know if I am on track or not.

~7.1 mile trip,
~23 MPG,
~132x10^6 J / gallon of gasoline,
~12% of consumed energy reaches the wheels of my vehicle

(7.1/23)*132x10^6*0.12 = 48.9x10^4 J

My worksheet currently calculates 19.5x10^5 J being used

Although my vehicle is consuming roughly 40.7x10^5 J in gasoline during the drive my vehicle would have to be 50% efficient!

On top of that I am currently being very generous and not summing the energy used while going downhill even for the drag. Looking at the numbers it seems as if my error is in my drag calculation.

b697885f182aeb644f68ffc494101dff.png


W=FxD

I am using the typical drag coefficient and p values gamesguru listed here:
https://www.physicsforums.com/showthread.php?t=246885"

The actual weight of my vehicle, 1584Kg.


I do understand the resolution of my GPS data is rather poor. It was collected using my iphone during a quick trip. I need allot more points and more accurate altitude. However I did expect to be able to get some sensible results from it.


I wouldn't say physics is one of my real strengths so I am hoping this is a simple error. Can anyone here show me where I have steered off course? I have attached the worksheet, thank you for any help you can provide.

~Tyler Grandahl
 

Attachments

  • energy calcs.xls
    42.5 KB · Views: 213
Last edited by a moderator:
Physics news on Phys.org
  • #2
Ok, so maybe the question I should have asked is, am I taking the right approach to this?

I can type up the math that i am using in the worksheet if it would be helpful.

Is the approach i am taking to estimate the amount of work my car is doing during the trip valid?
 
  • #3
I would like to clarify what is currently going on in the worksheet:

The trip calculations section shows extended trip data computed from the GPX input data:

-Lat (Rad), Lon(Rad) is converting from the degree coordinate inputs to radian,

rad=(deg*pi)/180.

-Delta T(s) calculates the elapsed time from the previous data point.

-Delta V is the change in velocity from the previous point. =Vcurrent-Vprevious

-Accel is the acceleration that was needed to reach the current velocity. =(Delta V)/(Delta T)

-Ascend/Descend compares the current altitude to previous altitude and returns a +1 for ascending and -1 for descending. This can be used as a multiplier in later calculations.

-Accel/Decel is the same idea as Ascend/Descend but with acceleration.

-Distance M 2D is the distance between the current gps coordinates and the previous gps coordinates computed in meters using the Haversine formula:

d = acos(sin(lat1).sin(lat2)+cos(lat1).cos(lat2).cos(long2−long1)).R

-Distance M 3D takes into account the change in altitude, calculating distance as the hypotenuse of a right triangle. distance M 2D as the base and the change in altitude as the height. D=SQRT((Distance 2D^2)+((Current Alt-Prev Alt)^2))

-Angle Rad is the angle of elevation of the road surface. computed from the 3D distance and change in elevation. =ASIN(ABS(current alt-previous alt)/3D distance)

Normal Force calculations:

-Normal Force (N) Calculates the normal force pulling the vehicle down the incline from the angle of elevation, and vehicle mass. =(9.8*mass)*SIN(Angle Elev)*"Ascend/Decend"

-Normal Force work (J) the work done over the 3D distance traveled. =Normal Force(N)*Distance M 3D

-Filtered brings over all the positive Normal Force work (J) values as i am interested in the net work done by the engine and not the breaks, these values are summed at the bottom of the column.

Acceleration:

-Accel force (N) is the force necessary to accelerate the vehicle, F=M*A

-Accel work (J) is the work done over the 3D distance traveled to accelerate the vehicle.

=Accel force*Distance M 3D

-Filtered is again only the positive values to be summed.

Drag: (the troublemaker)

-Drag Force (N) is calculated from the average of the current velocity and previous velocity, as well as generic values of p (air density), Ca (drag coef), and A (ref area). These user defined constants are entered in the top left corner of the worksheet.

b697885f182aeb644f68ffc494101dff.png


=0.5*p*drag*(((Vcurrent+Vprevious)/2)^2)

-Drag Work(J) calculates the work needed to overcome the drag force over the 3D distance traveled.

-W=Drag Force*Distance 3D

-Filtered only brings over the values for points that were ascending, this of course should not be done in the final calculation. Inertia, normal force, and deceleration forces well need to be summed to understand if the drag force is still actually present or not.

I have set up all these filters to get a quick feel if my calculations are roughly on track or not. Apparently they are not.

Any comments / suggestions? Please...
 

Related to Energy used during vehicle trips from GPS data

1. How is energy usage during vehicle trips measured using GPS data?

The energy usage during vehicle trips can be measured by tracking the distance traveled and the time taken for the journey using GPS data. This information is then used to calculate the fuel consumption and energy usage of the vehicle.

2. What factors affect energy usage during vehicle trips?

The main factors that affect energy usage during vehicle trips include the distance traveled, the type of vehicle, driving habits, road conditions, and weather conditions. These factors can impact the fuel efficiency and energy usage of a vehicle.

3. Can GPS data accurately estimate the energy usage of a vehicle?

GPS data can provide a good estimate of the energy usage of a vehicle, but it may not be 100% accurate. Factors such as traffic and stop-and-go driving can affect the energy usage and may not be accurately reflected in the GPS data.

4. How can energy usage during vehicle trips be reduced?

One way to reduce energy usage during vehicle trips is by adopting eco-friendly driving habits, such as maintaining a steady speed, avoiding unnecessary acceleration and braking, and keeping the vehicle well-maintained. Using alternative fuels or electric vehicles can also significantly reduce energy usage.

5. What are the benefits of tracking energy usage during vehicle trips using GPS data?

Tracking energy usage during vehicle trips using GPS data can provide valuable insights into the fuel efficiency and energy usage of a vehicle. This information can be used to identify areas for improvement and make informed decisions for optimizing fuel consumption and reducing environmental impact.

Similar threads

Replies
169
Views
12K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
Replies
4
Views
2K
  • DIY Projects
Replies
3
Views
1K
  • General Engineering
Replies
27
Views
5K
  • Classical Physics
Replies
10
Views
1K
Replies
9
Views
2K
  • Mechanical Engineering
Replies
4
Views
1K
Replies
19
Views
1K
  • Introductory Physics Homework Help
Replies
31
Views
3K
Back
Top