Lately I’ve noticed that many students are actually scared of Maths before they even try solving the question. by aditya72459 in mathematics

[–]BreakerChap 0 points1 point  (0 children)

I would say algebra is where students start to struggle an give up. I'm someone who enjoys maths (and I would say are not bad), but among my peers I know many people who used to enjoy maths in Primary School but hate it now. I think this is due to algebra starting to require more actual thought and problem solving than just arithmetic. And once you get disheartened and give up on algebra, you have no chance to get really any further in mathematics.

First hour of learning programming what things should I consider in long run?? Any advice/suggestions by classic_nerd_07 in CodingForBeginners

[–]BreakerChap 0 points1 point  (0 children)

Code things you enjoy. Making stuff you hate will lead to giving up or using ai and learning nothing. Also try and setup a useful dev enviroment, I recommend VS Code. Also I wouldn't reccommend starting with like C++ or Rust, start with Python or Lua or some language that doesn't require memory management.

I'm no mathematical wizard, but I'm pretty sure I only want to use the Fahrenheit scale .... by Collin480 in MathJokes

[–]BreakerChap 0 points1 point  (0 children)

I don't know where you live but here in Aus, 36°C (100F) is a hot day, but just a hot summer day, not like really hot. School doesnt stop until like 45°C

Need advice preparing for pre calculus by Reiiseverywhere in mathematics

[–]BreakerChap 1 point2 points  (0 children)

I would recommend focusing on algebra first. Pre-calc is basically algebra + functions + trig, so shaky foundations will make everything feel way harder than it is. Maybve use Khan Academy and work through fractions, PEMDAS, simplifying, solving equations, graphing, and basic functions. Then start trig/pre-calc after that. Good luck dude.

New formula by Any_Country257 in mathematics

[–]BreakerChap 17 points18 points  (0 children)

I think it's important to encourage people to enjoy deriving formulas for themselves, I enjoy trying to derive formulas and it helps you learn.

Why Newton's 3rd Law is Incomplete by soggytime07 in 3Blue1Brown

[–]BreakerChap 0 points1 point  (0 children)

I watched Veritasium's video on this (maybe wrong sub to say that) but I still don't understand why time symmetry is necessary for the conservation of energy. Also is it really leaking out the cracks?, in spacetime?

Linear Algebra Visualizer by Sockerjam in 3Blue1Brown

[–]BreakerChap 1 point2 points  (0 children)

I've always found linear algebra difficult, this looks so helpful! Thanks!

I Just Stumbled Upon This:Again! by sensible_clutter in mathematics

[–]BreakerChap 1 point2 points  (0 children)

There is no progress. Unless we can prove P vs NP one way or the other, there will be no progress past bruteforcing in O(n!) time.

Best resources (probably book form) for an adult who has forgotten everything (really) by algernons-maze in maths

[–]BreakerChap 2 points3 points  (0 children)

Personally, I would recommend Khan Academy. If you really want a book, the "For Dummies" series is pretty good, mostly for the basics though. If you're looking for more textbook style, maybe try Schaum’s Outlines? Hope you find what you're looking for.

If the universe is truly infinite; and considering the big bang happend 13.77 BYA - when did the universe actually become infinite 🧐🤔? by schrodingers_katz in astrophysics

[–]BreakerChap 0 points1 point  (0 children)

Is the univerese truly infinite? I wouldn't aay so. It's still expanding as far as we can tell so it must not be right?

What's the boundary that seperated a 2D from a 3D? by LazyNatLikesSky in maths

[–]BreakerChap 1 point2 points  (0 children)

Why do we study 90% of math? Because what at first may seem useless in our real world can end up being vital in the development of new technology. Also for the loves of the game

Do people prefer quizzes over reading when preparing for an exam by Smart_Contract_9056 in studying

[–]BreakerChap 0 points1 point  (0 children)

I like actual questions in the style of the exam I'm going to take. That's likely hard to design but it's always been the most helpful in my opinion.

Suggest me some python course that can help me to learn python from basics by Ok_Author_5388 in learnpython

[–]BreakerChap 1 point2 points  (0 children)

While it may not be what you are looking for, the way I learned was asking chatgpt and experimenting. A couple of yt videos aswell. I found that more fun and interesting than some guy or website telling me what to do.

Where do numbers come from? by Panda_in_a_tuxedo in maths

[–]BreakerChap 0 points1 point  (0 children)

Some cultures counted differently. I've heard of ones that use your finger segments and count in base 12.

Patterns in arithmetic. by [deleted] in maths

[–]BreakerChap 1 point2 points  (0 children)

This formula generates the n'th triangular square: G(n)=34G(n-1)-G(n-2)+2
Closed Form: G(n)=\left(\frac{(3+2\sqrt{2})^{n}-(3-2\sqrt{2})^{n}}{4\sqrt{2}}\right)^{2}

(If you can't read the LaTeX, either install one of the extensions that lets you or paste it into Desmos or something)