How do I go about simplifying
$\frac{x^2-2x+2^{|a|}}{x^2-a^2}>0$
I have a pretty decent idea about solving general inequalities but I'm stuck on this one. I tried taking $2^{|a|}$ as $t$ and then using log both sides but that got me nowhere. Someone please help.
Where $|a|$ is any Real number and I have to solve the inequality for the values of $x$.
Case $1$: if $a=0$: then $x^2-2x+2^{|a|}=x^2-2x+1=(x-1)^2$
The problem reduces to $\frac{(x-1)^2}{x^2}>0$
Hence $x \neq 0$ and $x \neq 1$.
Case $2$: $a \neq 0$
$x \neq \pm a$,
Since $$x^2-2x+2^{|a|}=(x-1)^2+(2^{|a|}-1)>0$$
We just have to make sure that the denominator is positive $$(x-a)(x+a) >0$$
$$x > |a| \text{ or } x < -|a|$$