Find all real $a$ such that $6a^2+3=9^a$
The problem seems to be very easy,
but now i can't see an easy way to find if there are other roots than $1$.
Tried using the derivative but that didn't help me.
Thanks for your answers.
2026-04-05 23:52:31.1775433151
Find all real $a$ such that $6a^2+3=9^a$
52 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Possible solution outline:
Set $f(a)= 6a^2+3-9^a$.
Then, as you observed, $f(1) = 0$. To deduce that this is the only root, try to show the that $f(a)$ is monotonically decreasing, i.e. $f'(a) < 0$ for all $a$. To do this, find the point for the maximum of $f'(a)$ by solving $f''(a)=0$.
$$f''(a) = 12-9^a\log^29 = 0\\\implies \\a=\frac{\log\left(\frac{12}{\log^2 9}\right)}9$$
(To show it's indeed a maximum, we observe that $f'''(a)=-9^a\log^39 <0$ for all $a$.)
Plugging in the solution into $f'(a)$ gives us a negative value, and we can conlude that $f(a)<0$ for all $a$, hence $a=1$ is the only solution to $f(a)=0$.