Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 4890

For questions whose answers can't be objectively evaluated as correct or incorrect, but which are still relevant to this site. Please be specific about what you are after.

2 votes

Is university math all about proofs?

It's about not taking theorems for granted. I'm not a mathematician, but it was quite a realization for me when it hit me that a lot of the things we "found" in high school were... complete magic at …
user541686's user avatar
  • 13.9k
-2 votes

Can math be subjective?

Yeah, it can: Consider that polynomials of degree 4 or lower are said to be solvable (or solvable "in radicals" or whatever) whereas the higher-order ones are said to be unsolvable. But this is quit …
user541686's user avatar
  • 13.9k
1 vote

Interesting piece of math for high school students?

Two actually useful topics you could talk about are: Calculus of variations (if they're more mathy). Prove that the shortest path between two points is a straight line. Then generalize it to an arbi …
user541686's user avatar
  • 13.9k
0 votes
2 answers
71 views

Continuous trapdoor functions?

Every trapdoor function I've seen has been a discrete function. Do there exist continuous trapdoor functions? If so, what's an example of a continuous trapdoor function? And if not, why not?
user541686's user avatar
  • 13.9k
7 votes

Stopping the "Will I need this for the test" question

Actually, I think you're wrong. This is not necessarily any indication of a problem. I have had instructors for the most challenging and interesting classes of my life themselves voluntarily state " …
27 votes

Most ambiguous and inconsistent phrases and notations in maths

Einstein summation convention is a self-explanatory example. Fourier transforms I feel the majority of people (myself included) abuse notation when describing Fourier transforms. For example, it's co …
10 votes

What are "instantaneous" rates of change, really?

Think of a mountain: far away it's nearly flat; near the top it's more steep. If you ask "How steep is it where I am standing right now?", you're asking exactly the same thing as "What is the rate of …
user541686's user avatar
  • 13.9k
13 votes

Examples of problems that are easier in the infinite case than in the finite case.

The asymptotic distribution of primes: nth prime ≈ n ln n as n → ∞ Try finding a formula for the nth prime in the non-asymptotic case!
user541686's user avatar
  • 13.9k
8 votes

Examples of problems that are easier in the infinite case than in the finite case.

Every single Machine Learning problem ever. Optimal statistical inference is generally much easier in the case of infinite data than finite data.
user541686's user avatar
  • 13.9k
53 votes

Easy example why complex numbers are cool

Here's a really cool application: Complex Step Differentiation The basic idea is that you normally compute a derivative as: $$f'(x) \approx \frac{f(x+h)-f(x)}{h}$$ This requires evaluating $f$ twice. …