How do people learn advanced math
I have some basic calculus and linear algebra skills but I am hopeless lost at anything more advanced at that. I try to follow along and I get lost.
I am trying to follow this but am stuck . This is just calculus. It shouldn't be that hard.
https://math.stackexchange.com/questions/2054777/proving-one-of-the-binomial-identities
How come some people can answer this so easily even though I took college math and cannot? Why is the skill gap so great? I feel like my education failed me big time.
Seeing my crypto investments dwindle to zero, I need to learn skills that will pay me money. I thought I would be able to retire off this but nope. So I need to learn skills that will make me employable.
12 comments
[ 132 ms ] story [ 87.0 ms ] threadThe most famous one for calc is calculus by spivak but it is proof based so some find it hard because they've not done proofs before. But you'll probably understand calculus better then most from that. Because of the proof requirement people recommend a book like how to prove it before starting it. But you don't need to know much maths than that to get started.
I originally learned calculus ahead of time by reading through a First course in calculus by Serge lang. Simply because it's what I had available.
Your not going to find a complete tour of advanced maths in general though. You have to do it subject by subject. It's much too big for that.
The maths you learned was not proof based, just knowing calq / linalg / diffeq's etc. is knowing how to use some tools required for STEM it's not really proper maths.
> How do people learn advanced math?
They do what you did but go a step further.
Most STEM undergraduates learn calculus, linear algebra, differential equations, maybe some laplace and fourier transforms.
The next step is to go right back to the beginning and learn to construct the lemmas and properties of numbers using logic and proofs. Most courses don't do this step. It's not a big deal unless you want to work in mathematics academia figuring out proofs to things.
> So I need to learn skills that will make me employable.
Mathematics is not what you should focus on. No one is going to start paying you to write proofs.
How to get from a to b, solving sub problems, logical leaps involved all helps with the reasoning used for creating algorithms from scratch. That is often what you end up interviewed for these days.
The thought behind proof by induction and solving problems with recursion are pretty close.
That might be bit basic though. Something like the book "how to prove it" or "book of proof" may help get you started.
Also timelines seem off. 1 to 2 years for gcse maths? Children do that while studying 9 subjects at the same time. An adult could go through that in months with a good book.
As for timelines, I think with enough motivation an entire GCSE can be devoured in a few months but the author is being realistic about the time: as an adult autodidact, you'd probably be doing it in addition to work/family/all the rest, so it can take longer.
Try Terence Tao's book Analysis I https://learnaifromscratch.github.io/math.html you pick up the gist of this kind of math doing basic proofs of natural numbers. You see and do enough of these that you will get the first proof here, where the n+1 comes from, and how you can distribute things in/out of any summation notation. The second integral proof from math stackexchange the same applies, remove all the abstract notation and just write down a few series, distribute in the 1/2pi(i). Do this for a few examples and you can probably figure it out yourself.
In the above link there is resources for olympiad and putnam problem solving on YouTube, if you watch some of those you'll see how they train competitors to solve something like this problem. List every tiny idea or strategy you have to prove that binomial identity and pick one that seems the easiest, start there. Fill the variables with corner cases what happens. If it's geometry what happens if you 'stretch and pull' the geometric interpretation by some constant factor. Look at Pascals Array since this is a binomial identity. This is what they do in those seminars if you're interested and it's free for anybody to watch.
When all those proof books throw 'implies' and other logic at you, read through this: https://ncatlab.org/nlab/files/MartinLofOnTheMeaning96.pdf
1) As others have pointed out, the example you use is not really calculus as such but about mathematical proofs. This might have not been covered in your college degree. You can pick this up if you want to, at least to the level required to follow the binomial example. It's interesting, its application in most jobs out there is limited though.
2) Math generally can get really, really hard. Insanely hard. It gets harder and harder for long, long time after it has reached the level that most mortals can understand.
2b) Fortunately (for most of us), the ability to earn money with math doesn't seem to increase significantly beyond the basic calculus, algebra, ... level.
You're better off just learning to program and forgetting about all that higher level math, it's a tremendous amount of work, and it's not a path to riches.
With regard to that math stack exchange link- I heard an interesting anecdote once, that you don't really know a particular area of math until you study what comes after it.
So you don't know algebra until you study calculus, and you don't know calculus until you study analysis. The user who provided the solution in that post did his master's thesis in analytic number theory. A subject that may use relatively accessible tools, but is nevertheless notorious for its technicality.
Calculus is not "just calculus", it's a deep and enduring subject, you don't become fluent in it after a few courses. It's been more than ten years since I took calculus, and nearly ten years since I myself first taught it to undergraduates, and I'm still learning calculus.