What is the relationship between y=3^xy=3x and y=log_3xy=log3x?

1 Answer
Oct 22, 2016

They are inverse functions. We use the following proof to show that particular function is another's inverse.

If f(x)f(x) and f^-1(x)f1(x) are inverse functions, then f(f^-1(x)) = xf(f1(x))=x.

Let f(x) = log_3(x)f(x)=log3(x) and f^-1(x) = 3^xf1(x)=3x

f(f^-1(x)) = log_3(3^x) = xlog_3(3) =(xlog3)/log3 = xf(f1(x))=log3(3x)=xlog3(3)=xlog3log3=x

This proves that the relationship between the two functions is that they're inverses.

Hopefully this helps!