Why Does Wolfram Alpha Show a Different Exponential Integration Result?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
izen
Messages
50
Reaction score
0

Homework Statement



exponential integration formula [itex]∫a^{u} du = \frac {a^{u}}{ln(a)} +c[/itex]

∫ [itex]\left(\frac{2}{3}\right)^{x} dx[/itex]

Homework Equations



[itex]\frac{}{}[/itex]

The Attempt at a Solution



∫ [itex]\left(\frac{2}{3}\right)^{x} dx[/itex]

= [itex]\frac{\left(2/3 \right)^{x}}{ln(2)/ln(3)}[/itex] <<< this is my answer ?= - [itex]\frac{\left(2/3 \right)^{x}}{ln(3)/ln(2)}[/itex] << this answer from wolframalpha why ln(3)/ln(2) not ln(2)/ln(3) and where the minus comes from

please advisethank you
 
Last edited:
Physics news on Phys.org
It's just logarithm rules:

[itex]\log{a^{b}}=b\log{a}[/itex]

Btw, you can compare if two expressions are equivalent in Wolfram with " -(2/3)^x/(ln(3/2))==(2/3)^x/(ln(2/3)) ". As you can see, the output is "True".

EDIT: I'm assuming you meant ln(3/2) and ln(2/3) instead of ln(3)/ln(2) and ln(2)/ln(3), as the former is 1) correct and 2) what Wolfram actually gives as an answer.
 
Last edited:
None of the answers you have mentioned is correct. You have done the same mistake again as you did in your previous threads.

[tex]\ln \frac{a}{b}≠\frac{\ln a}{\ln b}[/tex]
 
izen said:

Homework Statement



exponential integration formula [itex]∫a^{u} du = \frac {a^{u}}{ln(a)} +c[/itex]

∫ [itex]\left(\frac{2}{3}\right)^{x} dx[/itex]

Homework Equations

Both of the following answers are incorrect.

The Attempt at a Solution



∫ [itex]\left(\frac{2}{3}\right)^{x} dx[/itex]

= [itex]\frac{\left(2/3 \right)^{x}}{ln(2)/ln(3)}[/itex] <<< this is my answer ?

= - [itex]\frac{\left(2/3 \right)^{x}}{ln(3)/ln(2)}[/itex] << this answer from wolframalpha why ln(3)/ln(2) not ln(2)/ln(3) and where the minus comes from

please advise

thank you
Actually, WolframAlpha gives:

[itex]\displaystyle \int \left(\frac{2}{3}\right)^{x} dx=-\frac{\left(2/3 \right)^{x}}{\ln(3/2)}+\text{constant}\ .[/itex]

As for the minus sign: [itex]\displaystyle \ \ \ln\left(\frac{2}{3}\right)=\ln\left(\frac{3}{2} \right)^{-1}\!\!=(-1)\ln\left(\frac{3}{2}\right)\ .[/itex]

I see Pranav-Arora beat me to it!   (Way to go, P-A !)

Added in Edit:

By the way:

[itex]\displaystyle \ln\left(\frac{2}{3}\right)=\ln(2)-\ln(3)[/itex]

On the other hand: [itex]\displaystyle \ \ \frac{\ln(2)}{\ln(3)}=\log_{\,3}(2) \ .[/itex]
 
Last edited:
Pranav-Arora said:
None of the answers you have mentioned is correct. You have done the same mistake again as you did in your previous threads.

[tex]\ln \frac{a}{b}≠\frac{\ln a}{\ln b}[/tex]
ohhh I have to be more careful about this

Thank you Pranav-Arora

Thank you Sammy for the clarification