Determining accleration due to gravity

Never mind I figured it out. Sorry for the inconvenience.

What was the solution?

Since gravity is always constant I have to subtract that out of the values. So at rest when it said g=1 then subtract 1 *9.8m/s^2 = 0 and when it is free falling with a reading of 0 then subtract 1 * 9.8m/s^2 = -9.8m/s^2

Ben1234:
Since gravity is always constant I have to subtract that out of the values. So at rest when it said g=1 then subtract 1 *9.8m/s^2 = 0 and when it is free falling with a reading of 0 then subtract 1 * 9.8m/s^2 = -9.8m/s^2

Technically the force of Earth's gravity is not constant from place to place and it can even slowly vary a bit over time. However, for your purposes this is should be good enough. :wink:

Far-seeker:

Ben1234:
Since gravity is always constant I have to subtract that out of the values. So at rest when it said g=1 then subtract 1 *9.8m/s^2 = 0 and when it is free falling with a reading of 0 then subtract 1 * 9.8m/s^2 = -9.8m/s^2

Technically the force of Earth's gravity is not constant from place to place and it can even slowly vary a bit over time. However, for your purposes this is should be good enough. :wink:

Technically technically, the force of gravity depends on mass and is called weight. The acceleration due to gravity is the one that is relatively constant. Although you are right it does vary slightly from place to place and time to time, but I doubt the OP is going to measure that with his accelerometer.

If the accelerometer is accurate enough, wouldn't it be able to detect these changes and output an acceleration? Then you could use that as a calibration to find the percentage of gravity compared to standard (9.8N/kg) at that location.

packocrayons:
If the accelerometer is accurate enough, wouldn't it be able to detect these changes and output an acceleration? Then you could use that as a calibration to find the percentage of gravity compared to standard (9.8N/kg) at that location.

Theoretically yes. However, I doubt the accelerometers that most of us can afford to use in our projects would be capable that level of both accuracy and precision. I was really just engaging in some harmless snark.

Of course the real mind-bending thing is to realize that the accelerometer is correct, an object in free fall isn't accelerating :wink:

Depends how long it's been in freefall.

an object in free fall isn't accelerating

So why is its velocity increasing?
That bloke that jumped from the balloon, he was free falling, right?
And after 40 seconds, he was doing 800mph or so.

An object in "free fall", certainly IS accelerating. For objects that jump out of aircraft or fall off the edge of tables, anyway.
If the object is equiped with an accelerometer, it detects no acceleration because the acceleration it is actually undergoing offsets the deflection of the sensor element which normally occurs because of gravity. That is why an accelerometer reads 0 when it is in free fall. It doesn't mean that it is not accelerating, though.

(9.8N/kg)

Interesting units for acceleration there....

I agree it's correct, since F=ma or a=F/m, but I've never seen acceleration expressed in any units other than displacement / time2. It's a useful way of looking at it, since what we're interested in as engineers calculating stress is the force exerted on a mass of certain size.

Hmmmm

They are the same unit if you break N down and look at it. N/kg is considered gravitational force while m/s2 is an acceleration, but in reality they are the same thing and both work in any formula.

Yes, I understand the maths.... just saying I'd never seen acceleration expressed in those units before.

just saying I'd never seen acceleration expressed in those units before.

You have, you just haven't done the algebra before

N/kg = (kg m s-2) / kg = (kg m s-2) / kg = m s-2

You have, you just haven't done the algebra before

No, I haven't seen acceleration expressed in those units before. By that I mean, nobody has ever said to me, nor have I ever read, that acceleration comes in N/kg....

I do understand the units' equivalency, and indeed have understood this stuff since about 1971.... I doubt if I'd have graduated as a civil engineer without having understood the relationship between force, mass and acceleration... 8)

packocrayons:
They are the same unit if you break N down and look at it. N/kg is considered gravitational force while m/s2 is an acceleration, but in reality they are the same thing and both work in any formula.

A kilo of mass experiences 9.8 Newton of weight. That was part of my middle school physics class. In high school when I learned F=ma, then a was given in m/s/s.

To correct age-old problem of engineers don't know physics, I have to clarify that accelerometer is a wrong term. The measured quantity is actually force. Imagine Spring scale and weight on scale. You will read force when the scale is at rest. You will NOT read force when you drop the scale and weight together. The real term should be something like a micromachined capacitive force sensor that outputs acceleration units.

There are far easier ways to measure the acceleration due to gravity using Arduino. You can buy a photointerrupter like http://www.digikey.com/scripts/DkSearch/dksus.dll?WT.z_header=search_go&lang=en&keywords=425-1935-5-ND&x=0&y=0&cur=USD, build the simple circuit shown in the data sheet. Then get a piece of plexiglas maybe 2" x 10" and use electrical tape to make uniformly spaced opaque strips that are perpendicular to the long axis. Take the signal from the photointerrupter and input that into one of the interrupt pins for timing purposes.

Dropping the plexiglass strip through photointerrupter, lets call it a photogate, from the times displayed by the Arduino on the computer screen or LCD you can determine the acceleration due to gravity.

You may find that the plexiglass hits the photogate and this will increase the uncertainty of the measurement and you can either accept that or break the photogate and mount the two pieces on another frame to make a larger fixture so the plexiglass will hit it less often.

I have left out some steps as there is a derivation needed utilizing some kinematics to be worked out but it is not too bad.

There are far easier ways to measure the acceleration due to gravity using Arduino

How is that "far easier" than using an accelerometer?

AWOL:

There are far easier ways to measure the acceleration due to gravity using Arduino

How is that "far easier" than using an accelerometer?

I share the same doubt with AWOL. If you really want an easy method, define what equipment you have first. The easiest one that requires no electronics would be using your own pulse as a time reference as Galileo probably did in his time, or use your watch/clock. Then hang a pendulum (any heavy and compact object will do, such as a key or a stack of coins taped together) with a known string length L. Watch it oscillate say 100 periods and solve the simple T=2PIsqrt(L/g) equation to get g. The period should be fairly close to 2 seconds for 1m string. For those in the US, I know for sure you will have 5,6,7 foot references (relatively accurate) right outside most bank branches. You don't even have to own a tape measure.