this post was submitted on 20 Apr 2024
308 points (93.3% liked)

Memes

44134 readers
2291 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 2 months ago (2 children)

Serious question: is x = my + b also a slope intercept? Why is it only calculated via the y axis?

[–] [email protected] 16 points 2 months ago (1 children)

It’s convention, I think. If I remember correctly, you always put y on the left, because you can also write equations as functions of a variable, x, with the symbology f(x) = mx + b. That way you can integrate and derive the function easily, since m and b are constants, and all your x variables are on one side.

If I were to encounter x = my + b, the first thing I would do, just by nature at this point, would be to convert it to y = (x - b) / m.

It’s been a while since I took math, and I was never the best, so others should feel free to correct me.

[–] [email protected] 3 points 2 months ago

Correct. Y is a response to X. How does y change as x changes? If I need to achieve this y, what does my x need to be? By convention, y is the dependent variable and x is the independent variable, m is slope, and a, b, c are constants.

[–] [email protected] 2 points 2 months ago

I'm not a mathematician but if I recall correctly slope is defined the change in y over the change in x. In your formula solved for x, m would represent the inversion of that, the change in x over the change in y.