2
$\begingroup$

I have the improper integral $$\int_3^\infty \frac{1}{(x-2)^{3/2}}\,dx$$

after integrating I get

$$\left.\frac{-2}{\sqrt{x-2}}\right|^b_3 $$ where b is positive infinity when i evaluate though I get $$0- \frac{-2}{\pm1}$$ The book,and an integral calculator website says the answer is 2. I am not sure how to know which root to take as I know area can be negative if its under the x-axis.

Edit: fixed typo

  • 0
    Hint: It makes no sense to have $\sqrt1=-1$. If we did, the idea of, say, area under a graph, would make no sense!2017-02-26
  • 0
    For me it diverges at $2$, by equivalence.2017-02-26
  • 0
    @SimplyBeautifulArt So, does it not make sense because technically the case $-2$ it would be the area above the part of the function that is under the x-axis? And with an integral we're looking for the area under the function?2017-02-26
  • 0
    Do you mean $$\int_3^{\infty}\frac{1}{(x-2)^{3/2}}dx?$$2017-02-26
  • 0
    @ΘΣΦGenSan oops yes2017-02-26
  • 0
    There is no such thing as the integral of a multi-valued function. So $(x-2)^{3/2}$ is always a positive value, as is $(x-2)^{1/2}$, when $x>2$.2017-02-26
  • 0
    @ThomasAndrews I see, thanks2017-02-26
  • 0
    The convention is that $x^{1/2}=\sqrt x\geq 0$ and that $x^{3/2}=(\sqrt x)^3$ when $x\geq 0$.2017-02-26

1 Answers 1

3

There is a bit of confusion, between a lot of students, about square roots. For example, $\sqrt{9}$, is $\pm3$? The answer is no. Note that $\sqrt{4}$, for example, is $2$, not $\pm 2$. The confusion comes from solving $x^2 = 4$, where $x$ could be either $2$ or $-2$. The $\pm$ sign comes from the fact that $\sqrt{x^2} = |x|$. In your case, $\sqrt{1} = 1$, not $\pm 1$. Therefore, the answer you want is $$0 - \frac{-2}{1} = 2$$.

  • 0
    Oh wow what a simple mistake this makes sense lol2017-02-26