-1

I have $$y = x^{-t/s}$$

How do I solve for $t$ and $s$ in terms of the other variables?

Squirrl
  • 131
  • 2
    It would be useful if you provided what you have tried. That way users can determine the level at which to answer your question. – Jeel Shah Dec 12 '13 at 23:12

1 Answers1

4

Take the logarithm of both sides of the equation.

$$y = x^{-t/s} \iff \ln y = \ln\Big(x^{-t/s}\Big)$$

Now use a key property of logarithms to extract $-t/s$ from the exponent of $x$: $$\ln(a^b) = b\ln a$$

amWhy
  • 209,954