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

How can I intuit $\dfrac{a - b}{c - d} \equiv \dfrac{{\color{red}{-}}(b - a)}{{\color{red}{-}}(d - c)} \equiv \dfrac{b - a}{d - c}$?

+2
−2

I'm not asking about algebra here which I can effortlessly effectuate. If helpful, let's intuit subtraction as facing backward, and the negative sign as backward steps. How does this intuition assist us to intuit $\dfrac{a - b}{c - d} \equiv \dfrac{{\color{red}{-}}(b - a)}{{\color{red}{-}}(d - c)} \equiv \dfrac{b - a}{d - c}$?

Ah! The addition/subtraction tells us which way to face, and the positive/negative tells us if our steps will be forward or backward (regardless of the way we're facing).

positive and negative number addition

In a sense, the addition/subtraction acts as a verb ("face forward" or "face backward"), and the positive/negative acts as an adjective ("regular steps" or "backwards steps"). Or maybe it's an adverb, modifying how we walk (walk forwardly, walk backwardly). You get the idea.

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

Hints (2 comments)

1 answer

+1
−0

(1)

$$\dfrac{a - b}{c - d}$$

Image 1

As the image depicts, $(a - b)$ means $a$ steps forward and $b$ steps backward which results in net $(a - b)$ steps, and dividing it by $(c - d)$ gives the number of steps (of length $(c - d)$) in $(a - b)$. Intuitive Meaning of Division can be found here.


(2) $$\dfrac{{{-}}(b - a)}{{{-}}(d - c)}$$

Image 2

$-(b - a) \implies -[-(a-b)] \implies -(-a)+(-b)$ which means $a$ steps forward by facing backward and similarly $b$ steps backward which again results in net $(a - b)$ steps, dividing it by $-[-(c - d)]$ (here the negative sign indicates the way length $(c - d)$ was measured. See the figure) gives the number of steps (of length $(c - d)$) in $(a - b)$. Just like (1)


(3) $$\dfrac{b - a}{d - c}$$

Image 3

Now can you intuite how is $\dfrac{b - a}{d - c}$ related to $\dfrac{a - b}{c - d}$ ?


P.S.: I have used 'length' in place of 'steps' in some sentences, this was done to not make the explanation complex. They don't really mean the same but are closely related.

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 »