exp(log10(x))=y x=?

Ataner

New member
Joined
Mar 18, 2021
Messages
5
Could you help me? How can I transform this? Thanks!

exp(log10(x))=y x=?
 
I have to type in an equation to calculate x
by exp(log10(x))=23*y-4.45 equation.
 
would this be the equation you want solved for x?

[MATH]e^{\log_{10}{x}} = 23y - 4.45[/MATH]
 
Could you help me? How can I transform this? Thanks!

exp(log10(x))=y x=?
Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem.
 
Could you help me? How can I transform this? Thanks!

exp(log10(x))=y x=?
You might consider rewriting the base-ten log using the change of base formula. Then you can solve by taking a natural log.

Have you considered introducing the logarithm?

[math]ln(log_{10}(x)) = ln(y)[/math]
Now what?
I think you meant to have an exp in there.
 
we have a softwere which give me a regression equation, exactly:
exp(log10(x))=23*y-4.45
and I have to type in an equation for an other dataset to calculate x=......

example:
log10(x)=y+3 then I can type in x=10^(y+3), and I get x
but I don't know how to transfer everything to the right side if we have exp(log10)
-> exp(log10(x))=23*y-4.45
to get x=......
I don't want to have exp(log10) on the left side, I want them somehow to move to the right side and get an equation only for x

I'm sorry about my English...
 
we have a softwere which give me a regression equation, exactly:
exp(log10(x))=23*y-4.45
and I have to type in an equation for an other dataset to calculate x=......

example:
log10(x)=y+3 then I can type in x=10^(y+3), and I get x
but I don't know how to transfer everything to the right side if we have exp(log10)
-> exp(log10(x))=23*y-4.45
to get x=......
I don't want to have exp(log10) on the left side, I want them somehow to move to the right side and get an equation only for x

I'm sorry about my English...
Use:

loge(x) = ln(x)​

log10(x) = log10(e) * ln(x)​

and:

x = eln(x)

continue......
 
Top