0

Let $x,y∈(0,1)$. Prove that if $x \ne y$, then $ \frac{x}{x^2+1} ≠ \frac{y}{y^2+1}$

Contrapositive: $\frac{x}{x^2+1} =\frac{y}{y^2+1} => x=y$

Suppose $¬Q$ happens

$\frac{x}{x^2+1} =\frac{y}{y^2+1}$

$x(y^2+1) = y(x^2+1)$

$xy^2+x = yx^2+y$

$x=y$

How do i conclude my solution?

TheGamer
  • 393

2 Answers2

2

$$xy^2-yx^2 = y-x$$

$$xy(y-x)=y-x$$

$$(y-x)(xy-1)=0$$

Suppose $y -x \neq 0$, then we have $xy-1=0$, which means $xy=1$. This is impossible since $x,y \in (0,1)$. Hence $y-x=0$, that is $y=x$.

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
0

Let $f (x)=\frac {x}{x^2+1} $ for $0 <x <1$.

suppose there exist $(x ,y)\in (0,1)^2$ such that $f (x)=f (y) $ and $x\ne y $.

$f $ is differentiable at $[0,1] $, then by Rolle's Theorem,

$$\exists c\in (x,y)\; :\; f'(c)=0$$ but $$f'(c)=\frac {1-c^2}{(c^2+1)^2}\ne 0$$ since $0 <c <1$

hence $x=y $.