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

Post History

77%
+5 −0
Q&A Should I always write units in equation no matter if it looks like variable?

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. Oli...

2 answers  ·  posted 2y ago by deleted user  ·  last activity 2y ago by Canina‭

Question units
#1: Initial revision by (deleted user) · 2021-10-02T15:29:46Z (over 2 years ago)
Should I always write units in equation no matter if it looks like variable?
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?