8

What's wrong in this equation?

$$\underbrace{x+x+x+x+\cdots+x}_{x \textrm{ times}}=x^2$$ now differentiate w.r.t. 'x' both sides $$\underbrace{1+1+1+1+\cdots+1}_{x \textrm{ times}}=2x$$ So, $$x=2x$$ but how?


My friend gave me this and I know there is some problem with this, but what?

Any help will be appreciated.

Stahl
  • 23,212
Manoj
  • 1,757
  • Differentiate it again, you get $ 0 =2$. That's more question. – Inceptio Mar 27 '13 at 13:17
  • 1
    This is a duplicate – Pedro Mar 27 '13 at 13:18
  • If you wanted to just go with it, you'd better write $1+\cdots+1_{x\text{ times}}+x+\cdots+x_{1\text{ times}} $ (so you don't forget about the other $x$, and you get a "right" answer $x+x=2x$. – Pedro Mar 27 '13 at 13:23
  • Many other fake proofs here – MathGeek Mar 27 '13 at 13:38
  • 1
    I was going to try to write an answer that shows you how to define $x+x+\dots(x \rm{times})$ so that it always equals $x^2$, but it just turns into a tautology. This indicates that the problem is misunderstanding a notation. – Karl Kroningfeld Mar 27 '13 at 13:43

4 Answers4

9

This is simply wrong because the expression $$ x+x+\cdots+x\quad(x\text{ times}) $$ does not make sense unless $x$ is an integer. For instance if $x=2.5$, then what is $2.5+\cdots+2.5$ ($2.5$ times)? Furthermore, you cannot differentiate term-by-term since the number of terms also depends on $x$.

Note that also $$x^2=1+1+\cdots + 1\quad (x^2 \text{ times})$$ where the right-hand side has derivative zero. This means that everything has derivative $0$ because $f(x)=1+\cdots + 1$ ($f(x)$ times) for any function $f$ according to this logic.

Stefan Hansen
  • 25,582
  • 7
  • 59
  • 91
6

In your second line, you are treating $x$ as a constant, which is where you go wrong.

If you really want to take multiplication as repeated addition, then $x^2$ should be written as $x \times x$, and then differentiated using the chain rule.

$\frac{d}{dx} (x \times x) = \big(\frac{d}{dx} x \big) \times x + x \times \big(\frac{d}{dx}x\big) = x + x = 2x$.

You miss one of them when you say $\text{x times}$, where you are assuming $x$ to be constant, whereas it is a variable.

xylon97
  • 376
6

You cannot differentiate since the number of summands depends on $x$. Moreover, if you differentiate in such a manner the second equation, you will get $0=2$.

Boris Novikov
  • 17,470
1

your first equal is true only for integer X.and so with attention to define of differentiate we can not differentiate form this equal(your equal must be true at an interval at least , it must be true at a neighberhood )

Somaye
  • 2,730