如果f(10^x)=x,求f(3)的值.
问题描述:
如果f(10^x)=x,求f(3)的值.
答
设10^x=t,则x=lgt,所以f(x)=lgx
所以f(3)=lg3.
或直接
10^x=3,解出x=lg3,就是这个题目的解.