Rewriting Ln function and getting a wrong function?

  • Thread starter Thread starter christian0710
  • Start date Start date
  • Tags Tags
    Function Ln
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
christian0710
Messages
407
Reaction score
8
This is really strange: If i rewrite a potens function i get a function which should not be possible (it does not give the same values). What did i do wrong?

Y = b*X^a
lnY = ln(b*X^a)
lny = lnb + ln X^a
lnY = lnb + a*lnx

we raise both sides to e

Y = b+ e^(a*lnx)=b+( e^lnx)^a = b + X^a

I think b+ x^a is very diffrent that b*x^a ?
 
Physics news on Phys.org
The point is, [itex]e^{x+y}=e^x e^y[/itex] but you assumed [itex]e^{x+y}=e^x+e^y[/itex] which is wrong!
 
Shyan said:
The point is, [itex]e^{x+y}=e^x e^y[/itex] but you assumed [itex]e^{x+y}=e^x+e^y[/itex] which is wrong!

So are you saying that when i raise the right side of an equation (lnb + a*lnx ) to e, I should raise it like this e^(lnb + a*lnx ) and not the individual terms?
 
That's exactly what you used when you went from ln(ab) to ln(a)+ ln(b).
 
christian0710 said:
This is really strange: If i rewrite a potens function i get a function which should not be possible (it does not give the same values). What did i do wrong?

Y = b*X^a
lnY = ln(b*X^a)
lny = lnb + ln X^a
lnY = lnb + a*lnx

we raise both sides to e

Y = b+ e^(a*lnx)=b+( e^lnx)^a = b + X^a

I think b+ x^a is very diffrent that b*x^a ?

You made the same basic error in another thread, and in that thread several people explained to you where your mistake lies. Please pay attention to what people are explaining to you!