Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Evaluate the definite integral. $$\int_3^7 \ln(x^{43})\,dx$$

share|improve this question
Is it $(ln x)^{43}$ or $ln (x^{43})$? – Gautam Shenoy Jan 28 at 17:28
@AndréNicolas he said "It should be $\ln(x^{43})$" – CBenni Jan 28 at 17:29
It is presents exactly like that in the question but I'm interpreting it as ln(x^43) – Gabrielle Jan 28 at 17:30

5 Answers

$$\begin{align} \int_3^7 dx \: \log{x^{43}} &= 43 \int_3^7 dx \: \log{x}\\ &= 43 [(x \log{x} - x)]_3^7 \\ &= 43 (7 \log{7} - 7 - (3 \log{3} - 3)) \end{align}$$

share|improve this answer
Thank you so much! – Gabrielle Jan 28 at 17:35
You're welcome. If you found an answer useful, please remember to accept it. – Ron Gordon Jan 28 at 19:34

HINT: $\ln(x^a)=a\ln(x)$ This should do the trick if you really wanted $\ln(x^{43})$

share|improve this answer

hint: $\int_3^7 \ln x^{43} \, dx=\int_3^7 43 \ln x\,dx$ and compute following integral on [3,7] $$\int \ln x =x\ln x-x$$

share|improve this answer

Recall the properties of logarithms, in particular:

$$\;\ln(a^b) = b \ln a\;\implies \;\int_3^7 \; \ln({x^{43}})\,dx \;= \; \int_3^7 43\ln{x}\,dx\; = \;43\int_3^7 \ln x\,dx$$ Then use the fact that $\;\;\displaystyle43\int_3^7\,\ln x\,dx\;=\; 43[x\ln x-x]\Big|_3^7 \;$,

and evaluate, given your bounds of integration!

share|improve this answer
+1 I think there is needed a $dx$. – Babak S. Jan 28 at 19:40
1  
Thanks, @Babak: yes, I missed the $dx$ in the last integral! Thanks for catching it, and feel free to edit any post of mine when you see a typo or neglected term! – amWhy Jan 28 at 19:59

This is sort of a joke answer (but correct).

If we do not know any "log laws," let $u=\log(x^{43})$, $dv=dx$. Then $du=\dfrac{43x^{42}}{x^{43}}\,dx=\dfrac{43}{x}\,dx$, and we can take $v=x$. Thus our indefinite integral is $$x\log(x^{43})-\int \frac{43}{x} x\,dx.$$

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.