0

How can we compute the inverse of the function

$$f(n)=\frac{a^{n(n+1)}}{b^n}$$

where $a$ and $b$ are positive constants?

Dingo13
  • 435

1 Answers1

1

Hint:

Taking log base $e$ on both sides to get:

$n^2\ln a+n\ln(\frac{a}{b})-\ln y=0$

This is quadratic in $n$ and you will obtain $n$ as a function of $y$. Hopefully that helps.

Student
  • 9,196
  • 8
  • 35
  • 81