I'm currently stuck on a problem that asks me to solve the equation $(a-1)x^2-ax+1=0$ and find the smallest integer value of $a$ such that all the solutions are positive. I've tried using the quadratic formula to find the solutions, but I'm not sure how to proceed from there to find the smallest value of $a$.
Here's what I've tried so far:
$$ \begin{split} (a-1)x^2-ax+1 &= 0 \\ x^2 - \frac{ax}{a-1} + \frac{1}{a-1} &= 0 \end{split} $$
Using the quadratic formula, we get: $$ x=\frac{a}{2(a-1)} \pm \sqrt{\frac{a^2}{4(a-1)^2}-\frac{1}{a-1}} $$
Simplifying the second term: $$ \begin{split} x &=\frac{a}{2(a-1)} \pm \sqrt{\frac{a^2-4(a-1)}{4(a-1)^2}} \\ &= \frac{a}{2(a-1)} \pm \sqrt{\frac{(a-2)^2}{4(a-1)^2}} \\ &= \frac{a}{2(a-1)} \pm \frac{a-2}{2(a-1)} \end{split} $$
Since we want all the solutions to be positive, we need $\frac{a}{a-1}$ to be positive. Therefore, $a$ must be greater than 1.
However, I'm not sure how to find the smallest integer value of $a$ that satisfies this condition. Can someone please help me out?
Thanks in advance!
I think the answer would just be $1$ in that case, since when we set $a=1$ we have $-x+1=0 \implies x =1$ which is the only solution, and it's positive. Your analysis correctly shows that $a$ cannot be less than $1$, as that would yield a negative solution, meaning that $a=1$ is the smallest possible integer value of $a$ in which all the solutions are positive.