How do you solve #5^x=52#?
3 Answers
Explanation:
Taking log both sides with base
# x = (log (52 ))/log(5) = 2.4550457 ...#
Explanation:
We seek a solution of:
# 5^x = 52 #
We first note that there is no trivial solution, as such we must utilise logarithms to solve the equation. We can take logarithms of both sides (the base of the logarithm is arbitrary, as will be shown):
# log(5^x) = log (52 )#
And utilising a properties of logarithms,
# x log(5) = log (52 )#
And re-arranging we get the solution:
# x = (log (52 ))/log(5)#
As indicated above, we have made no assumptions regarding the base of the logarithm, thus:
Using base
# x = (log_10(52 ))/(log_10(5)) = (1.7160033 ...)/(0.6989700...) = 2.4550457 ...#
Using base
# x = (ln(52 ))/(ln(5)) = (3.9512437 ...)/(1.6094379...) = 2.4550457 ...#
Using base
# x = (log_5(52 ))/(log_5(5)) = (2.4550457 ...)/(1) = 2.4550457 ...#
Explanation:
Whenever we have an exponential equation of the form
we can use the Change of Base Formula
In our situation, we essentially have
Hope this helps!