Help Improper Integrals Type 2 argg

  • Thread starter Thread starter cmab
  • Start date Start date
  • Tags Tags
    Integrals Type
AI Thread Summary
The discussion centers on solving the improper integral from 1 to 3 of 1/(sqrt[abs(x-2)]) dx. Participants emphasize the importance of splitting the integral at x=2 due to the absolute value, leading to two separate integrals: one for x < 2 and another for x > 2. The correct evaluation involves calculating limits as x approaches 2 from both sides, ensuring proper handling of the absolute value. Despite attempts, one participant continues to arrive at an incorrect result of 4 instead of the expected 3/4. The conversation highlights the necessity of understanding how to manage absolute values in integrals effectively.
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:

|x-2|=x-2 \quad\text{ when }\quad x-2\geq 0

|x-2|=-(x-2) \quad\text{ when }\quad x-2&lt;0

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:

|x-2|=x-2 \quad\text{ when }\quad x-2\geq 0

|x-2|=-(x-2) \quad\text{ when }\quad x-2&lt;0

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:

\int_1^2 \frac{dx}{\sqrt{2-x}}

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