Improper integral with absolute value in denominator

  • Thread starter Thread starter cmab
  • Start date Start date
  • Tags Tags
    Integrals Type
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 4K views
cmab
Messages
32
Reaction score
0
I don't understand my Math Homework, here's the number that I don't get.

[int a=1 b=3] 1/(sqrt[abs(x-2)]) dx

sqrt = square root
abs = absolute value
Integral from 1 to 3

Can anyone explain this to me clearly, I'll really appreciate :smile:

Thanks
 
Physics news on Phys.org
I tried and it keeps giving me 0.

2[sqrt(abs(x-2))] from 1 to t and 2[sqrt(x-2)] from t to 3

(2[sqrt(abs(1-2))])-(2[sqrt(abs(t-2))])
and
(2[sqrt(abs(t-2))])-(2[sqrt(abs(3-2))])

(lim t->2+ (2[sqrt(abs(t-2))])-(2[sqrt(abs(1-2))]) )
+
(lim t->2- (2[sqrt(abs(3-2))])-(2[sqrt(abs(t-2))]) )
=4

in the book it says 3/4
 
Last edited:
Try and remember whenever you have a problem dealing with absolute values, think, "split in two". That is, split it into two parts: one part is when the value between absolute values is positive, and another part when the value is negative. So:

[tex]|x-2|=x-2 \quad\text{ when }\quad x-2\geq 0[/tex]

[tex]|x-2|=-(x-2) \quad\text{ when }\quad x-2<0[/tex]

so, split the integral into two, you know, at 2, and then solve it. Remember to replace the absolute value expression in the radical with the appropriate form (from above) for each interval. Can you do this?
 
saltydog said:
Try and remember whenever you have a problem dealing with absolute values, think, "split in two". That is, split it into two parts: one part is when the value between absolute values is positive, and another part when the value is negative. So:

[tex]|x-2|=x-2 \quad\text{ when }\quad x-2\geq 0[/tex]

[tex]|x-2|=-(x-2) \quad\text{ when }\quad x-2<0[/tex]

so, split the integral into two, you know, at 2, and then solve it. Remember to replace the absolute value expression in the radical with the appropriate form (from above) for each interval. Can you do this?

Nice, i check it out on gragphmatica, and the graph of both seems to match the original function. Thanks dude, if i have a question i<ll comme back here :-p
 
But the limit for that problem have to approch 2 from the right for the x-2, and from the left for -(x-2). Right ?
 
No limit considerations are involved. Just solve two integrals. I'll set up one for you:

[tex]\int_1^2 \frac{dx}{\sqrt{2-x}}[/tex]

What's the other one?
 
I did the thing, and it still gives me 4 :cry: