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

Intuitively, why can $a, b$ cycle in ${\color{red}{b}} = \frac c{\color{red}{a}} \iff {\color{red}{a}} = \frac c{\color{red}{b}}$?

+0
−2

I'm NOT asking about algebra behind $ab = c \iff {\color{red}{b}} = \frac c{\color{red}{a}} \iff {\color{red}{a}} = \frac c{\color{red}{b}}.$

  1. Rather, what's the intuition why $\color{red}{a, b}$ can swap places, whilst c remains in the numerator?

  2. What's this phenomenon or behavior called? A cyclic permutation?

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

1 comment thread

Turn the question around: what is *unintuitive* about it? (5 comments)

3 answers

You are accessing this answer with a direct link, so it's being shown above all other answers regardless of its score. You can return to the normal view.

+2
−0

"what's the intuition why a,b can swap places, whilst c remains in the numerator?"

It's called the commutative property of multiplication. If $ab=c$ leads to $b=c/a$, then $ba=c$ leads to $a=c/b$.

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

0 comment threads

+3
−0
  1. Naming

"What's this phenomenon or behavior called?"

Sometimes we feeding one initial value into a function to get a first result, and then feeding that result into the same function to get a second result.

If the second result is always the same as the initial value, no matter what the initial value is, the behavior is called an "involution".

In cryptography, this behavior is called a "reciprocal cipher".

  1. Intuition

"what's the intuition ...?"

   x columns

o o o o o o o o o
o o o o o o o o o  y rows
...
o o o o o o o o o
o o o o o o o o o

Say we have some total number of rocks C and we line them up in rows and columns.

After we start placing C in x columns, there's going to be some number y=C/x of rows of rocks.

If we take those same C rocks and start placing them in y columns, there's going to be some number z=C/y of rocks per column.

It's relatively intuitive to me that we can rotate how we look at that rectangle without changing C, so we can see it as either dividing those C rocks into x columns, or dividing those C rocks into y columns, so z must equal x. (At least, it's clear to me when x and y are both integers; perhaps there's a more intuitive approach when x or y or both are not integers).

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

0 comment threads

+0
−0

A possibly helpful further note beyond the answers given elsewhere here: Do you intuitively understand why $ab=c$ is equivalent to $a=c/b$ for all $b\ne 0$? If so, and if you intuitively understand the commutativity of multiplication, then these two intuitions put together give you everything that you need.

The intuition for the commutativity of multiplication is really easy to come up with so I won't argue that case.

But the equivalence of $ab=c$ and $a=c/b$ is basically just down to what we mean by division.

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

0 comment threads

Sign up to answer this question »