Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Should I always write units in equation no matter if it looks like variable?

Post

Should I always write units in equation no matter if it looks like variable?

+5
−0

I am not sure if it is suitable in the site. I am asking the question here cause Olin and Celtschk said it here.

They told me to use unit in every "single line" (Nope! They didn't say like it. Olin said to always separate number and units. And Celtschk said to write units in middle lines).

I was doing a simple problem, and I noticed units may disturb my equation.

$$S=ut+\frac{1}{2}at^2$$

I am just putting a random value in $a$ and $t$

$$S=5u+\frac{1}{2} \cdot 2 \ ms^{-2} \cdot 5 \ s$$

I can write that

$$S=5u+\frac{1}{2}\cdot 10 \ ms^{-1}$$

In these equations, ms^{-1} is looking like a value (like as $u$) rather than unit. But if I had put a number instead of $u$ than the equation might look better. But when there's variable the units isn't looking better. What to do in these cases?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

2 comment threads

BTW, I now notice that you incorrectly inserted. If you insert $5\\,\mathrm t$ into $ut$ you do *not*... (1 comment)
In general, or with Mathjax? (2 comments)
BTW, I now notice that you incorrectly inserted. If you insert $5\\,\mathrm t$ into $ut$ you do *not*...
celtschk‭ wrote over 2 years ago · edited over 2 years ago

BTW, I now notice that you incorrectly inserted. If you insert $t=5\,\mathrm s$ into $ut$ you do not get $5u$, but $u\cdot 5\,\mathrm s$. Also, $t^2$ should become $(5\,\mathrm s)^2$. As a result, in your initial equation, $S$ equals a length, while in your final equation, $S$ equals a velocity.