Integrating Square Roots - Absolute Value Needed?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 4K views
Qube
Gold Member
Messages
461
Reaction score
1

Homework Statement



http://i.minus.com/i61zvy2BbtqkI.png

Homework Equations



One can factor the polynomial to (x-1)^2

The Attempt at a Solution



After factoring the polynomial, I integrate (x-1) given the bounds of 0 and 1. I get -1/2. The solution manual says the answer is positive 1/2. What am I doing wrong?
 
Last edited by a moderator:
Physics news on Phys.org
Redbelly98 said:
But you ended up with (x-1) which is negative, not positive. Can you think of how to fix that?

x-1 is not necessarily negative. I assume that your point is that (x-1) is negative over the the open interval of 0 to 1 (0 to 1 also happen to be the bounds of integration).

To rectify this problem, it seems, I would have to integrate the absolute value of (x-1) over the bounds of integration, right?
 
Qube said:
x-1 is not necessarily negative. I assume that your point is that (x-1) is negative over the the open interval of 0 to 1 (0 to 1 also happen to be the bounds of integration).

To rectify this problem, it seems, I would have to integrate the absolute value of (x-1) over the bounds of integration, right?

Yes. On [0,1] how can you express |x-1| without the absolute value signs?
 
In general, if you have
[tex]\sqrt{a^2} = |a|[/tex]
for real a.

You can see this with a couple of specific examples:
a = -3
[tex]\sqrt{(-3)^2} = \sqrt{9} = 3 = |a|[/tex]
a = 3
[tex]\sqrt{3^2} = \sqrt{9} = 3 = |a|[/tex]
 
LCKurtz said:
Yes. On [0,1] how can you express |x-1| without the absolute value signs?

To express (x-1) without absolute value signs, distribute a negative 1 to each value.

That results in (-x+1)

Now I just find the integral of (1-x) over the bounds of 0 to 1.

To conclude: should I always use absolute value signs when integrating a square root function over bounds which result in the square root of a negative number?
 
Qube said:
To express (x-1) without absolute value signs, distribute a negative 1 to each value.

That results in (-x+1)

Now I just find the integral of (1-x) over the bounds of 0 to 1.

To conclude: should I always use absolute value signs when integrating a square root function over bounds which result in the square root of a negative number?

It wasn't the square root of a negative number,

it was the square root of the square of a negative number.
 
Qube said:
To express (x-1) without absolute value signs, distribute a negative 1 to each value.

That results in (-x+1)

Now I just find the integral of (1-x) over the bounds of 0 to 1.

To conclude: should I always use absolute value signs when integrating a square root function over bounds which result in the square root of a negative number?

The use of absolute value signs is a pain; just use instead the actual forms that are >= 0 over all parts of your integration range. Just for fun, and to bring home the point, try the following:
[tex]\int_0^2 \sqrt{x^2 - 2x + 1} \; dx.[/tex]

RGV
 
Ray Vickson said:
The use of absolute value signs is a pain; just use instead the actual forms that are >= 0 over all parts of your integration range. Just for fun, and to bring home the point, try the following:
[tex]\int_0^2 \sqrt{x^2 - 2x + 1} \; dx.[/tex]

RGV

Thank you for providing the additional practice :)! I was stumped by the problem for quite a while, but it turns out that my algebra was at fault. Here's my solution:

[tex]\int_0^2 \sqrt{x^2 - 2x + 1} \; dx.[/tex]

= [tex]\int_0^2 \left| (x - 1) \right|\; dx.[/tex]

(x-1) is negative when x < 1, therefore we must distribute a negative 1 to each term to get (-x+1)

(x-1) is positive when x ≥ 1.

Given these conditions, we can now split up the integral and appropriately set the bounds of integration.

= [tex]\int_0^1 \ {(1 - x)} \; dx.[/tex] + [tex]\int_1^2 \ {(x - 1)} \; dx.[/tex]

= [itex]\frac{1}{2}[/itex] + 1 + ([itex]\frac{-1}{2}[/itex] + 1)

= 1

The takeaway seems to be:

When integrating a polynomial under a square root function, always:

1) Simplify the square root
2) Cancel out exponents
3) Use absolute value signs
4) Integrate using the appropriate bounds

I wish to really understand this topic. We use absolute value signs because the square root of any number squared has two solutions except for the number 0.

To account for that extra solution, we must use the absolute value signs, which forces us to split up the integral. Is this correct?
 
Last edited: