4

For what value of $'a'$, $\int_{0}^{2}a^xdx=3$? I solved further and got $$\frac{a^2-1}{\ln(a)}=3\Rightarrow a^2-1=3\ln(a)$$ $\forall a\ne1$. Putting this in wolfram alpha gives $a=1.464...$Is there any way to get this without using wolfram alpha?

Sam
  • 41

1 Answers1

1

The equation can be rearranged to

$$a^2 = \frac{3}{2}\log a^2 + 1$$

or

$$-\frac{2}{3}e^{-\frac{2}{3}} = -\frac{2}{3}a^2e^{-\frac{2}{3}a^2}$$

The principal branch of Lambert W would give the trivial solution of $a=1$. However for negative numbers on the interval $(0,-e^{-1})$, there is another real solution with the $-1$ branch of the product log. This gives us the solution

$$W_{-1}\left(-\frac{2}{3}e^{-\frac{2}{3}}\right) = -\frac{2}{3}a^2 \implies \boxed{a = \sqrt{-\frac{3}{2}W_{-1}\left(-\frac{2}{3}e^{-\frac{2}{3}}\right)} \approx 1.46425_\cdots}$$

taking the positive square root since the base of the original integrand has to be a positive number.

Ninad Munshi
  • 34,407