Integral: sqrt(4-x^2)*sign(x-1) dx

  • Context: Undergrad 
  • Thread starter Thread starter Alexx1
  • Start date Start date
  • Tags Tags
    Dx Integral
Click For Summary

Discussion Overview

The discussion centers around the integral of the function sqrt(4-x^2) multiplied by the sign function sign(x-1). Participants explore methods for solving this integral, particularly focusing on the implications of the sign function and the use of trigonometric substitutions.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Technical explanation

Main Points Raised

  • One participant expresses uncertainty about how to approach the integral involving the sign function.
  • Another participant suggests splitting the integral into two cases based on the value of x relative to 1, leading to two separate integrals.
  • Several participants discuss the substitution x=2sin(t) and its implications for simplifying the integral.
  • There is a discussion about the simplification of the integral involving cos^2(t) and the application of double-angle identities.
  • One participant questions their earlier steps in the simplification process and seeks clarification on the correctness of their approach.
  • Another participant points out that the second part of the expression can be simplified further, suggesting a relationship between trigonometric and algebraic forms.
  • There is a mention of how to express sin(2t) in terms of x, leading to a potential simplification of the integral.
  • Participants discuss the necessity of bringing constants into square roots to match the desired form of the answer.

Areas of Agreement / Disagreement

Participants generally agree on the approach of splitting the integral and using trigonometric substitutions, but there is no consensus on the final simplifications or the correctness of specific steps taken in the calculations.

Contextual Notes

Some participants express uncertainty about the simplification of trigonometric identities and their relationship to the original integral. There are unresolved questions about the correctness of certain algebraic manipulations and the implications of the sign function on the integral's evaluation.

Who May Find This Useful

This discussion may be useful for students or individuals interested in integral calculus, particularly those encountering integrals involving piecewise functions and trigonometric substitutions.

Alexx1
Messages
86
Reaction score
0
Integral: sqrt(4-x^2)*sign(x-1) dx

Can someone help me with this integral?
I've never worked with a sign funtion before, so I have absolutely no idea how to solve this integral
 
Physics news on Phys.org
I would be inclined to do this as two separate integrals.

If x\ge 1, x-1\ge 0 so sng(x-1)= 1 and your integral is \int \sqrt{4-x^2}dx.

If x< 1, x-1< 0 so sgn(x-1)= -1 and your integral is -\int\sqrt{4- x^2}dx.
 
Last edited by a moderator:
HallsofIvy said:
I would be inclined to do this as two separte integrals.

If x\ge 1, x-1\ge 0 so sng(x-1)= 1 and your integral is \int \sqrt{4-x^2}dx.

If x< 1, x-1< 0 so sgn(x-1)= -1 and your integral is -\int\sqrt{4- x^2}dx.

Thanks, but how do you solve \int \sqrt{4-x^2}dx
I've tried with: x= 2sin(t) ==> dx= 2cos(t)dt and sin(t)= x/2 ==> t= arcsin(x/2)

But then I get: 2 arcsin(x/2) + sin(2(arcsin(x/2)))
And that's wrong: the first part is correct, but the second part isn't.
What have I done wrong?
 
\int \sqrt{4-x^2}dx

Now, using your substitutions...

x=2sint
dx=2costdt

\int \sqrt{4-(2sint)^2}.(2costdt)

Simplifying this would give you:

4\int cos^2tdt

Did you get this? Now, you'll need to use a double-angle equality for the trigo to take the integral of this.
 
Mentallic said:
\int \sqrt{4-x^2}dx

Now, using your substitutions...

x=2sint
dx=2costdt

\int \sqrt{4-(2sint)^2}.(2costdt)

Simplifying this would give you:

4\int cos^2tdt

Did you get this? Now, you'll need to use a double-angle equality for the trigo to take the integral of this.

I solved it till there..
but what I did then was wrong

This is what I did:

4\int cos^2tdt

= 4((t/2)+(sin(2t)/4))
= 2t + sin (2t)

Because t= arcsin(x/2) you get:

2(arcsin(x/2)) + sin(2arcsin(x/2))

The first part is correct, the second isn't..
What have I done wrong?
 
Mentallic said:
\int \sqrt{4-x^2}dx

Now, using your substitutions...

x=2sint
dx=2costdt

\int \sqrt{4-(2sint)^2}.(2costdt)

Simplifying this would give you:

4\int cos^2tdt

Did you get this? Now, you'll need to use a double-angle equality for the trigo to take the integral of this.

I solved it till there..
but what I did then was wrong

This is what I did:

4\int cos^2tdt

= 4((t/2)+(sin(2t)/4))
= 2t + sin (2t)

Because t= arcsin(x/2) you get:

2(arcsin(x/2)) + sin(2arcsin(x/2))

The first part is correct, the second isn't..
What have I done wrong?
 
Alexx1 said:
Because t= arcsin(x/2) you get:

2(arcsin(x/2)) + sin(2arcsin(x/2))

The first part is correct, the second isn't..
What have I done wrong?

Not wrong, just not fully simplified. Often when you have a trig of inverse-trig you can simplify it to an algebraic expression. In this case start out be using :

\sin(2 \theta) = 2 \sin(\theta) \, \cos(\theta)

and see if you can simplify it from there.

BTW. Since you know it's "wrong" then I assume that you have the correct answer at hand and you know that this second part should simplify to :

\frac{x}{2} \, \sqrt{4-x^2}

It does. :)
 
uart said:
Not wrong, just not fully simplified. Often when you have a trig of inverse-trig you can simplify it to an algebraic expression. In this case start out be using :

\sin(2 \theta) = 2 \sin(\theta) \, \cos(\theta)

and see if you can simplify it from there.

BTW. Since you know it's "wrong" then I assume that you have the correct answer at hand and you know that this second part should simplify to :

\frac{x}{2} \, \sqrt{4-x^2}

It does. :)

Thank you very much!
But.. when I do this (t= arcsin(x/2)) I get:

sin(2t)
= 2 sin(t) cos (t)
= 2 sin(arcsin(x/2)) cos(arcsin(x/2)
= 2 (x/2) (sqrt(1-(x/2)))

Do I have to bring the 2 into the sqrt to get sqrt(4-x^2)?
 
Alexx1 said:
Thank you very much!
But.. when I do this (t= arcsin(x/2)) I get:

sin(2t)
= 2 sin(t) cos (t)
= 2 sin(arcsin(x/2)) cos(arcsin(x/2)
= 2 (x/2) (sqrt(1-(x/2)))

Do I have to bring the 2 into the sqrt to get sqrt(4-x^2)?
You are missing the square in 2(x/2)\sqrt{1- (x/2)^2}.
You don't have to but putting that 2 inside the square root will give you the form of the answer above:
(x/2)\sqrt{4(1- x^2/4)}= (x/2)\sqrt{4- x^2}
 
  • #10
HallsofIvy said:
You are missing the square in 2(x/2)\sqrt{1- (x/2)^2}.
You don't have to but putting that 2 inside the square root will give you the form of the answer above:
(x/2)\sqrt{4(1- x^2/4)}= (x/2)\sqrt{4- x^2}

Thank you!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K