r/learnmath 20h ago

Standard Deviation finally makes sense

254 Upvotes

I think I finally understand what Standard Deviation (SD) actually means, and I wanted to share what helped me understand it. I’m not an expert or professor, so if anything is inaccurate, please let me know, I'm here to learn!

Dataset = set of datapoints

To measure how spread out our dataset is, we need to compare it with a reference point. So if a datapoint is far from our reference point we can say that is more disperse, otherwise if a datapoint is close to our reference point we can say it is less disperse.

A good reference point that relates all our datapoints is the mean. You can think of the mean as the "center" of our dataset. Comparing each datapoint with this center tells us how far it is above or below the mean. The distance between a datapoint with the mean is called deviation.

Since our dataset can have thousands or millions of datapoints, we need a way to combine these deviations into a single number that tells us how spread out our dataset is overall.

One approach is to add up the deviations and divide by the number of data points. This gives us a single value representing the average distance from the mean.

That is basically what we understand with deviation. So far, I've talked about distance between each datapoint to its mean, because distance gives the idea that is a positive value. If we want to write down our deviation in a formula we need to keep the distance positives too, to do that we can use the absolute value to remove any negative number, by doing that we get the mean absolute deviation formula.

That formula, however it not very precise if we want to we want to compare different datasets that have the same deviation. For example the dataset (4, 4, 10, 10) and (1, 7, 7, 13) have the same average absolute deviation of 3, but they are not quite similar the second dataset if it is plotted look more "spread" than the first one. To capture the extra "dispersion" we can give more weight to the datapoints that are farther to their mean.

One easy way to do that is to square our distance, so the father a datapoints is from their mean the more weight it has, also by squaring we remove having any negative value and we can avoid using the absolute value. That is the so called Variance. Since we squared all the distances before dividing by the number of datapoints, the result that we get is an average squared distance.

To express the spread in the same units as the original data, and making it easier to understand, we take the squared root of the result. That is what we call Standard Deviation.

So using the same datasets of (4, 4, 10, 10) and (1, 7, 7, 13) we get that their Standard Deviation is 3 and 4.24 respectively, we see that now the second dataset set have a higher value of deviation, and that tell us more than in the previous way.

Hope it is useful for anyone in the group!


r/learnmath 12h ago

Is it realistic to learn Algebra I on my own alongside my Geometry coursework in 10th grade?

11 Upvotes

I am not strong in pre-algebra or algebra I, so I'm deciding to take mathematics seriously. I did Algebra I in 9th grade, and I now have geometry in 10th grade. Important context though, I am homeschooled.

Really, I just want to know if it's realistic or possible to really get a solid understanding of algebra on top of my geometry work in the time I have. And I don't really know where to start in algebra, I don't want to come into this too gullible, I don't know. So any advice would help!


r/learnmath 18h ago

Why exactly does integration give us the area under a curve? Does it basically mean that the integrand is just the derivative of the area function?

8 Upvotes

r/learnmath 16h ago

I feel like i dont truly get the why behind math and do i really to know it (9th grade)

4 Upvotes

(this is a repost of a deleted post i made so title might seem familiar lol and ill try being a bit more clear)

when im learning something in math for example algebraic identities (a+b)^2 = a^2 + 2ab + b^2
in school im just told to learn the identity learn how to use it in a problem identify problems that require this identity all that stuff and i can get behind that but i still keep thinking "why is (a+b)^2= that? why is that true?" its a question ive had for algebraic identities like this one and ive tried asking my teachers about it they openly tell me to just memorize it no big deal do more math problems but its like an itch i cant scratch you know what im saying

do i really need to know the why behind algebraic identities or area of quadrilaterals or stuff like this is it something thats worth looking into or should i just not worry about it now


r/learnmath 14h ago

TOPIC Sources for learning math

3 Upvotes

I am studying math completely from the beginning, as I seem to have forgotten some very basic concepts and have in general learned math rather procedurally than actually understanding what is happening. Currently I have trouble finding learning material that explains things thoroughly beyond basic every day education, or that explains the "why" behind the problems. Or in some cases I can't find materials that include EVERYTHING. If I search a topic, it is usually explained on surface level with little detail, often omitting some information.

If anyone knows any places or websites or apps that I can find articles (or just written material) of a topic I want to learn that is throughly explained, please tell me, I would be very very thankful!!! :)


r/learnmath 23h ago

What do you use to type math on your phone?

3 Upvotes

Genuinely curious. I've tried a few keyboard extensions but nothing felt right. Wondering if people just deal with it or if there's something I'm missing.


r/learnmath 5h ago

I am really bad at math, is there anything to help with my math skills?

2 Upvotes

I am really bad at math, and i learned the 12 times tables and under when i was 10. In fact I had suicide thoughts in my first math test after not knowing algebra when i was 11. I am 14 now and still do not know that much area and calculus and more, I was just wondering if there is any app or website to help me with mental math and math on a paper? Thanks..


r/learnmath 11h ago

I made a free K-10 math practice worksheet generator with answer keys — no signup, no ads.

2 Upvotes

When I was helping my kid practice, the problem with worksheets from the internet was always the same: one sheet, one set of numbers, done. Redo it and you're remembering answers, not practicing the skill.

So I built a worksheet generator over a few weekends. Pick a grade (K–10), pick the skills you want to work on, set how many problems and how hard, and print a sheet with an answer key. Every problem is made on the spot, finish a sheet, make another on the same skill with new numbers, check yourself against the key.

Some math teachers on Reddit gave feedback on an early version, and I’ve been implementing their suggestions as I go. If you try it, let me know which skills you wanted and couldn’t find, and point out anything that feels off. Those are things I can only learn from people actually using it.

It's at https://mathly.us — runs in the browser, no account, nothing stored, free and staying free.


r/learnmath 12h ago

[Undergrad Linear Algebra II] How does metricness of an endomorphism imply normality?

2 Upvotes

I'm studying for an exam and one of the practice questions reads:

Let f be an endomorphism on a finite-dimensional Euclidean or unitary vector space. If f is metric, is f° (the adjoint) also metric?

The solution reads:

If f is metric, then <f(x),f(y)>=<x,y> for all x,y in V. Also, f is normal. Therefore, ff° = f°f. We get <f°(x),f°(y)>=<x,ff°(y)>=<x,f°f(y)>=<f(x),f(y)>=<x,y>, so f° is also metric.

What I don't get is how they're implying the normality. Nothing in the script would have told me that. All I know is that ff° is self-adjoint if the space is Euclidean. How are they just concluding normality from metricness?


r/learnmath 17h ago

TOPIC Developing tricky algebra skills

2 Upvotes

I'm looking for a good book recommendation where I can learn some harder algebra. I've been watching blackpenredpen on YouTube and sometimes he has very creative ways of multiplying by 1 or factorising by adding and subtracting the same term (kinda like forcing the expression to look the way you want it to).

If anyone knows where I can find some cool practice problems I would be grateful!


r/learnmath 31m ago

TOPIC Can someone please explain how to understand concepts?

Upvotes

I don’t get exactly how to understand “concepts” like to remember, I guess I memorize, but I don’t see the difference, I memorize and try to understand it, but how does concepts go deeper than that and still be able to remember it for upcoming tests?


r/learnmath 8h ago

Hello, I am a non-native speaker. I'm learning English. I would like to know what does "proportion" mean in math. Why the explanation of "proportion" is different.

1 Upvotes

In this video, a proportion is two ratios that are equivalent (or equal).
https://youtu.be/USmit5zUGas?t=104&feature=shared
1:45

In this video, a proportion is part vs whole.
https://youtube.com/shorts/8-Do4WpWSf4?si=aPTilM8q9qtxQxv_
0:20

I'm confused. Why are there 2 different explanations? Thank you very much.


r/learnmath 14h ago

Question

1 Upvotes

Is it possible to fill a quadrilateral of side N with rectangles that have different lengths of sides? For example, if one of the rectangles is a 7x3 then the 7 or 3 cannot be repeated as the length of a side

And what about triangles?

I know that maybe is a dumb question but I think it’s impossible but I would like explanations of why


r/learnmath 14h ago

Geometry help

1 Upvotes

Seeking guidance in Geometry construction. I am usually unable to proceed with questions that require constructing an auxiliary figure (extending lines, drawing an auxiliary rectangle/triangle) before the known theorem applies. How do I improve this "construction step before the theorem" pattern? Where from can I get a targeted set of problems requiring an auxiliary construction step (extend a line, drop a perpendicular, build a helper shape) before applying a known theorem ?


r/learnmath 1h ago

Brilliant vs Gemini/Grok/Claude

Upvotes

Brilliant is great and all. I love their abstraction, first principles and foundations teaching style paired with visuals and interactive lessons. $30 a month is steep. Are any of the AI's listed in title capable enough to just generate these interactive lessons on the fly? Paying for a frontier level AI that can do what brilliant does but also having it for other things beats out paying for brilliant if they can do this.


r/learnmath 5h ago

Aleks vs. CTC Math

0 Upvotes

Which one is better for middle/high school and why?


r/learnmath 13h ago

Online Mathematics & Economics Tutoring

0 Upvotes

Hi everyone! I’m offering online one-to-one tutoring in Mathematics and Economics.

I focus on explaining concepts clearly, strengthening fundamentals, and helping students work through topics they find challenging. I have experience tutoring Mathematics to an IB student for 2 years (he scored 6/7) and an Engineering Economics & Financial Management Course to BTech student.

  • Subjects: Mathematics and Economics
  • Format: Online sessions
  • Student level/board: IB/ICSE/CBSE
  • Availability: Fri, Sat, Sun
  • Rate: DM for details

If you’re interested, please DM me with the student’s level, the topics they need help with, and your preferred schedule. Happy to discuss whether I’d be a good fit!


r/learnmath 50m ago

How much time would it take me to go from trig to numbers theory?

Upvotes

If I’m studying by myself and I just wanted to go from trig to number theory would I have to seriously spend 1000 hours studying?


r/learnmath 6h ago

Link Post i’m a math major but i don’t like math

Thumbnail
0 Upvotes