linear, exponential, logarithmic, polynomial, rational, and trigonometric functions, conic sections, binomial, surds, graphs and transformations of graphs, equation- and system-solving, and other symbolic-manipulation topics
269
votes
9answers
289k views
Is this Batman equation for real?
HardOCP has an image with an equation which apparently draws the Batman logo. Is this for real?
73
votes
8answers
2k views
What does $2^x$ really mean when $x$ is not an integer?
We all know that $2^5$ means $2\times 2\times 2\times 2\times 2 = 32$, but what does $2^\pi$ mean? How is it possible to calculate that without using a calculator? I am really curious about this, so ...
62
votes
14answers
4k views
Why would I want to multiply two polynomials?
I'm hoping that this isn't such a basic question that it gets completely laughed off the site, but why would I want to multiply two polynomials together?
I flipped through some algebra books and ...
62
votes
6answers
1k views
Find a real function, $f$, s.t. $f(f(x)) = -x$.
I've been perusing the internet looking for interesting problems to solve. I found the following problem and have been going at it for the past 30 minutes with no success:
Find a function $f: ...
53
votes
10answers
4k views
Why can ALL quadratic equations be solved by the quadratic formula?
In algebra, all quadratic problems can be solved by using the quadratic formula. I read a couple of books, and they told me only HOW and WHEN to use this formula, but they don't tell me WHY I can use ...
53
votes
9answers
3k views
Zero to the zero power - Why does $0^0=1$?
Could someone provide me with good explanation of why $0^0 = 1$?
My train of thought:
$x > 0$
$0^x = 0^{x-0} = 0^x/0^0$, so
$0^0 = 0^x/0^x = ?$
Possible answers:
$0^0 * 0^x = 1 * 0^x$, so ...
47
votes
14answers
3k views
What is $x^y$? How to understand it?
$x+y=z$
I have a pen. He has a pen. Total is two pen. This is plus.
$x-y=z$
I had two pens. A pen was lost. So, I have a pen. Total remaining is one. This is minus.
$x\cdot y=z$
I have two pens. ...
46
votes
17answers
2k views
Proving the identity $\sum\limits_{k=1}^n {k^3} = \left(\sum\limits_{k=1}^n k\right)^2$ without induction
I recently proved that
$$
\sum_{k=1}^n k^3 = \left(\sum_{k=1}^n k \right)^2
$$
Using mathematical induction. I'm interested if there's an intuitive explanation, or even a combinatorial ...
40
votes
4answers
1k views
A new imaginary number? $x^c = -x$
Being young, I don't have much experience with imaginary numbers outside of the basic usages of $i$. As I was sitting in my high school math class doing logs, I had an idea of something that would ...
39
votes
4answers
2k views
Are the solutions of $x^{x^{x^{x^{\cdot^{{\cdot}^{\cdot}}}}}}=2$ correct?
Problem:
Find $x$ in
$$\large x^{x^{x^{x^{ \cdot^{{\cdot}^{\cdot}} }}}}=2$$
Trick:
$x^{x^{x^{x^{\cdot^{{\cdot}^{\cdot}}}}}}=2$, so,
$x^{(x^{x^{x^{\cdot^{{\cdot}^{\cdot}}}}})}=x^2=2$, and,
...
37
votes
7answers
4k views
Infinity = -1 paradox
I puzzled two high school Pre-calc math teachers today with a little proof (maybe not) I found a couple years ago that infinity is equal to -1:
Let x equal the geometric series: $1 + 2 + 4 + 8 + 16 ...
36
votes
12answers
2k views
How can I introduce complex numbers to precalculus students?
I teach a precalculus course almost every semester, and over these semesters I've found various things that work quite well. For example, when talking about polynomials and rational functions, in ...
36
votes
13answers
11k views
What is a real world application of polynomial factoring?
The wife and I are sitting here on a Saturday night doing some algebra homework. We are factoring polynomials and we both had the same thought at the same time: when are we going to use this?
I feel ...
33
votes
4answers
3k views
Value of $\sum\limits_n x^n$
Why is $\displaystyle \sum\limits_{n=0}^{\infty} 0.7^n$ equal $1/(1-0.7) = 10/3$ ?
Can we generalize the above to
$\displaystyle \sum_{n=0}^{\infty} x^n = \frac{1}{1-x}$ ?
Are there some ...
30
votes
11answers
3k views
What is the most elegant proof of the Pythagorean theorem?
The Pythagorean Theorem is one of the most popular to prove by mathematicians, and there are many proofs available (including one from James Garfield).
What's the most elegant proof?
My favorite ...