Understanding Unit Cancellation in Physics Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
copperfox
Messages
1
Reaction score
0
here's the question:

a = b/e
b = 1 kg m-1
e = 1 kg m-2

what is a? including units

I assume it's to do with cancelling out the units when you divide but I really don't know what the answer is
 
Mathematics news on Phys.org
copperfox said:
here's the question:

a = b/e
b = 1 kg m-1
e = 1 kg m-2

what is a? including units

I assume it's to do with cancelling out the units when you divide but I really don't know what the answer is

Hi copperfox! Welcome to MHB! ;)

Indeed. It's about canceling out the units.
It works like this:
$$a=\frac be
= \frac{1\cdot\text{kg}\cdot\text{m}^{-1}}{1\cdot\text{kg}\cdot\text{m}^{-2}}
= \frac{1\cdot\cancel{\text{kg}}\cdot\text{m}^{-1}}{1\cdot\cancel{\text{kg}}\cdot\text{m}^{-2}} \cdot\frac{\text{m}^2}{\text{m}^2}
= \frac{1\cdot\text{m}^{1}}{1\cdot\text{m}^{0}}
= \frac{1\cdot\text{m}}{1\cdot1}
= 1\,\text{m}
$$
 
Equivalently, $\frac{b}{e}= \frac{1\frac{kg}{m}}{1\frac{kg}{m^2}}= 1\frac{kg}{m}\frac{m^2}{kg}= 1\frac{kg}{kg}\frac{m^2}{m}= 1 m$