Suppose that a, b, c and d are positive integers and c is not a square.
Given that $$\frac a{b+\sqrt c}+\frac d{\sqrt c}\in \mathbb Q$$ prove that $b^2d = c(a + d)$
What I did was try and find the value of b in terms of a,c,d then sub it in, by rationalising the initial equation, then equating them, but ended up with a mess of numbers. I think I’m missing something really simple, any help would be appreciated. Thank you!
So $$\frac a{b+\sqrt c}+\frac d{\sqrt c} = q,\;\;\;\;\; q\in \mathbb Q$$
Let $x=\sqrt{c}\notin \mathbb Q$, then $$\frac a{b+x}+\frac d{x} = q\;\;\;\;/\cdot x(b+x)$$
$$ax+bd+dx= cq+bxq$$
so $$ \boxed{x(a+d-bq) = cq-bd}$$
Now if $a+d\ne bq$ then $$ x = {cq-bd\over a+d-bq}$$ which means that $x$ is rational. A contradiction. So $a+d=bq$ and then also $cq=bd$. Now the conclusion.