I have to find the value of $m$ such that:
$\displaystyle\int_0^m \dfrac{dx}{3x+1}=1.$
I'm not sure how to integrate when dx is in the numerator. What do I do?
edit: I believe there was a typo in the question. Solved now, thank you!
I have to find the value of $m$ such that:
$\displaystyle\int_0^m \dfrac{dx}{3x+1}=1.$
I'm not sure how to integrate when dx is in the numerator. What do I do?
edit: I believe there was a typo in the question. Solved now, thank you!
That was probably a typo (meaning the double $\mathrm{d}x$) and your integral is the same as the following:
$$ I = \int^m_0 \frac{1}{3x+1} \, \mathrm{d}x = \int^m_0 \frac{\mathrm{d}x}{3x+1} = \int^m_0 \mathrm{d}x \, \frac{1}{3x+1} $$
You can place $\mathrm{d}x$ in the numerator, or even before the fraction while there's no confusion (the latter is less common). It's just a matter of notation and convention.
Can you take it from here?