Live data from Hacker News

Ask HN: I suck at math, where to start?

news.ycombinator.com

91–100 of 154 posts

Re: Ask HN: I suck at math, where to start?

#91

Chances are you actually suck at algebra. I went through this issue when I started electrical engineering as part of an overly elaborate midlife crisis. I got the book in the bookstore that was supposed to bring you up to high school level and just did all of the exercises. Then I did a whole lot of exercises for the introductory university math courses. Basically it is something you have to grind at. Once you do eno…

3Blue1Brown series on linear algebra is an amazing resource as a starting point. https://youtube.com/playlist?list=PL0-GT3co4r2y2YErbmuJw2L5t...

I think the sort of visualizations that are around on Youtube are great for those who don't "get" maths easily and need another angle to help them understand. Although 3Blue1Brown is not for beginners there are other beginner resources.

For example, this goes right back to basic algebra but is a very well explained with the afore mentioned visualizations.

Veritasium - How Imaginary Numbers Were Invented https://www.youtube.com/watch?v=cUzklzVXJwo

Re: Ask HN: I suck at math, where to start?

#93

Out of curiosity, what does it look like to not-suck at math? Do you wake up in the morning and are reminded of constants and theorems in everyday things and laugh empathetically with donuts as you recognize your shared absurd topological homology, or go to the office and automatically recognize what's possible and not from its implied complexity class in office conversations? Are you checking Bayesian priors in your…

Knowing how to solve problems in a mathematically precise way, such as writing down the formula for the expected value of a path-dependent investing strategy an hour after conceptualizing it. Like being a handyman but the formulas are your tools.

Re: Ask HN: I suck at math, where to start?

#94

Chances are you actually suck at algebra. I went through this issue when I started electrical engineering as part of an overly elaborate midlife crisis. I got the book in the bookstore that was supposed to bring you up to high school level and just did all of the exercises. Then I did a whole lot of exercises for the introductory university math courses. Basically it is something you have to grind at. Once you do eno…

The problem for me is identifying where exactly in my mathematical fundamentals things fall apart (like with prime numbers, some basic arithmetic, geometry) that makes higher-level math a struggle conceptually. It's always felt like there were holes in my fundamentals. I suspect the only way to figure this out is to go back and do everything again either through Khan Academy or books. Does anyone else have this issue…

"Mathematical fundamentals" is a sliding scale. You have to define your end goal. What do you want to understand, that you are currently unable to understand due to your incapacity with mathematics?

If you want to understand computational complexity theory, for instance, you need a different set of "fundamentals" than you do if you want to understand high-school physics. It'll be a different thing if you want to read econ papers, and a different thing if you want to study machine learning.

Within the intersection of all these fundamentals is probably basic arithmetic and algebra. Those tools are basic requirements for everything else. Beyond that, you need to define your goal before you decide what math to learn.

Re: Ask HN: I suck at math, where to start?

#95

Chances are you actually suck at algebra. I went through this issue when I started electrical engineering as part of an overly elaborate midlife crisis. I got the book in the bookstore that was supposed to bring you up to high school level and just did all of the exercises. Then I did a whole lot of exercises for the introductory university math courses. Basically it is something you have to grind at. Once you do eno…

The problem for me is identifying where exactly in my mathematical fundamentals things fall apart (like with prime numbers, some basic arithmetic, geometry) that makes higher-level math a struggle conceptually. It's always felt like there were holes in my fundamentals. I suspect the only way to figure this out is to go back and do everything again either through Khan Academy or books. Does anyone else have this issue…

For books on strong fundamentals, you can try the Art of Problem Solving series [0]. They suggest a curriculum to start with prealgebra, move to algebra, then counting & probability, then geometry, then precalculus, and finally to calculus (though a regular calculus book like Thomas Calculus/Stewart Calculus/even Spivak/Apostol would work fine).

The main advantage of these books are its focus on building intuition by visualizing shapes or immediately rephrasing notation (e.g. 4/2 is better understood as 4*(1/2), which better explains why you should avoid cases where you divide by zero; I also found their exponent rules easier to understand, because it encourages visualization instead of just memorizing the rules).

The downside is that they're time-consuming due to a large number of exercises (I'm currently still trying to slowly work through them when I can, but if you need higher-level math in the short-term, it's probably better to start there). They're also not a free resource.

For free lecture videos, I've found Professor Leonard's lectures to be excellent, and equivalent to lectures at a university classroom [1].

[0] https://artofproblemsolving.com/store/recommendations

[1] https://www.youtube.com/c/ProfessorLeonard/playlists

Re: Ask HN: I suck at math, where to start?

#96

Chances are you actually suck at algebra. I went through this issue when I started electrical engineering as part of an overly elaborate midlife crisis. I got the book in the bookstore that was supposed to bring you up to high school level and just did all of the exercises. Then I did a whole lot of exercises for the introductory university math courses. Basically it is something you have to grind at. Once you do eno…

> I did a whole lot of exercises

Same happened to me. I completed a BS in CS and learned just enough algebra, trig & calculus to pass the classes and then forgot almost everything. Many years after graduation, I came across an interesting post in comp.lang.java - somebody was asking how to create a java applet that could draw a 3D block arrow that could orient itself in any direction. I'm pretty sure somebody was asking for help with his homework, but I thought it was an interesting problem so I started looking at it and the first issue I ran into was drawing a line perpendicular to another. I vaguely remembered that there was a formula for computing the slope of a line perpendicular to another and when I looked it up - in context to a problem I was trying to solve - it just kind of "clicked" and I found it interesting. From there I fell down the rabbit hole of re-learning everything up to differential equations that I was supposed to be learning when I was an undergraduate.

Re: Ask HN: I suck at math, where to start?

#97
post #13

Chances are you actually suck at algebra. I went through this issue when I started electrical engineering as part of an overly elaborate midlife crisis. I got the book in the bookstore that was supposed to bring you up to high school level and just did all of the exercises. Then I did a whole lot of exercises for the introductory university math courses. Basically it is something you have to grind at. Once you do eno…

I second the grind. There's not really a shortcut... like lifting weights or practicing scales/rudiments. I returned to grad school at 27 for math and had trouble passing qualifying exams. I ended up using spaced-repetition to memorize large sections of books and old questions. I had previously shunned memorization... but coupled with focused practice it is a powerful tool. Memorizing forces you to distill the materi…

I agree there are no shortcuts, but just like the scales will come much more easily to someone naturally gifted at music, so will algebraic operations to someone gifted at math.

We can all improve our abilities, but those not gifted has a much steeper hill to climb.

Re: Ask HN: I suck at math, where to start?

#98
Two pieces of advice.

First, pick a topic that you believe you can be fully engaged with. Here are some examples. But you can look at the threads of these from middle school through first year graduate school.

* Geometry (From Euclid to Topology to tensor analysis)

* Linear Algebra (From vectors to Convex Optimization)

* Calculus (Trig to PDEs')

* Algebra (From Groups to Number Theory)

Second, is do the work. With math is easy to trick yourself, in the moment, that you know the solution and understand the concept. But that mistake acrues, you get to a point where everything is opaque and there isn't a starting point without a hint. This feeling of self-assurance needs to be challenged. You need to do the work, rewrite the proofs, do the exercises completely, and explore the concept on your own a bit.

Re: Ask HN: I suck at math, where to start?

#99
I would say I felt the same way. I am also self taught and just have high school level math. For the most part of my career though it hasn't really been an issue.

But I want to learn ML so digging in. I feel like it is not as bad as I thought it would be, I think the problem with math information is assumes a lot of things. There are tons of notation that is really dense.

My recommendation would be to pick a project or an area, because math is huge. Try to find resources for that. So for ML it is linear algebra and Calculus. Try to find a bunch of resources and get different ways of explaining it.

I highly recommend:

Math for Programmers by Paul Orland

https://betterexplained.com/

Re: Ask HN: I suck at math, where to start?

#100
One interesting fact that you may not know is that the often assumed symbolic notation of algebra (and the rest of mathematics) is fairly recent: that is, the likes of Euler and Fermat were known to write out the entirety of the mathematical logic as a "word problem".

Why I bring this up, is because often I've thought that the innovators of mathematics probably benefited from this action: probably it is what enabled them to solve and derive problems we still today have difficulty resolving.

I bring this up to highlight a point about the philosophical underpinnings of mathematics--that as necessary as it is to understand the syntax and grammar of mathematics today, it is just as necessary to wrestle with the ideas in a form more palpable to your mind: language.

So what I'm saying, really, is that if you find yourself having difficulty with mathematics, as much as it is a matter of "doing the work" (solving the problem, crunching the number) as it is with any other skill, it is as equally important (and maybe even "more" helpful) to approach and take on the logical reasoning as a function of what you can put into words... At least, doing so, I think and hope it would help you render yourself more capable of tackling mathematics.

A good book to start you off in this way, is Bertrand Russel's Introduction to the Mathematical Philosophy. If you have to read it several times, it's been shown rewatching something as higher playerback speed is more effective than just reading it once, so don't be afraid to reread sections (or even in math) as many times as it takes for the knowledge to become explicit to you.

Oh and Khan Academy is a great resource.

Finally, if you have some money you can definitely find a math tutor--if you can find one who you can relate to / who speaks to you, it'll make a radical difference too.

Hope this helps!

Afterward: if you want a problem that'll stump any mathematician, take a look at the Collatz Conjecture: very simple, but understanding it might help you understand how to approach problems in mathematics (although this one has still yet to be proven, and as Paul Erdos said, mathematics is still not yet equiped to prove it, despite how simple it is).

Post reply on HN