How to transform acceleration from m/s2 to km/h2 and reversed?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 19K views
An00b
Messages
4
Reaction score
0

Homework Statement



0,27m/s2=? km/h2


Homework Equations



1m = 1/1000 km
1s = 1/3600 hours

The Attempt at a Solution



I have no idea.
 
Physics news on Phys.org
I would really need an answer within 20 minutes :D

I guess if you have for ex. 5 m/s2 in km/h2 you would do

5*(1/1000)/(1/3600)2

if that is correct, how to finish? Do you really have to square 3600 or is there an easier way?
 
Yep. You have to square 3600. It's pretty easy if you break it up into parts. (a+b)^2 = a^2 + 2ab + b^2

(3000 + 600)^2 = 3000^2 + 2(3000)(600) + 600^2 = 9000000 + 3600000 + 360000 = 12960000

Alternatively, (ab)^2 = a^2 * b^2 = 36^2 * 100^2 = 1296 * 10000 = 12960000
 
WJSwanson said:
Yep. You have to square 3600. It's pretty easy if you break it up into parts. (a+b)^2 = a^2 + 2ab + b^2

(3000 + 600)^2 = 3000^2 + 2(3000)(600) + 600^2 = 9000000 + 3600000 + 360000 = 12960000

Alternatively, (ab)^2 = a^2 * b^2 = 36^2 * 100^2 = 1296 * 10000 = 12960000

More easier method to convert km/hr2 ----> m/s2 is to multiply the value in km/hr2 by 1/12960 .

To do reverse multiply the value in m/s2 by 12960.

:wink:

So in your case ,
5 m/s2 = 5*12960
= 64800 km/hr2