Help with a simple cos substitution

  • Thread starter Thread starter ck99
  • Start date Start date
  • Tags Tags
    Cos Substitution
ck99
Messages
56
Reaction score
0

Homework Statement



Hi folks, I am sure this is very simple but there are not enough steps given in this calculation for my simple brain to get from the beginning to the end!

σ = ∫ (dσ/dΩ) = ∫ r2sin2θ (no integral limits given)

σ = 2∏r2 ∫ (1 - u2) du (integral from -1 to 1)

σ = 8∏r2 / 3

Homework Equations



u = cos θ

The Attempt at a Solution



I used Ω = sin θ dθ d∅ and first integrated ∅ from 0 to 2∏ to get

σ = ∫ dσ = r2 ∫ sin2θ dΩ

σ = 2∏ r2 ∫ sin2θ sin θ dθ

Use sin2θ = 1 - cos2θ to get

σ = 2∏ r2 ∫(1 - cos2θ) sin θ dθ

Let u = cos θ so du/dθ = - sin θ and dθ = -arcsin θ to get

σ = 2∏ r2 ∫(1 - u2) sin θ -arcsin θ du

I think sin and arcsin cancel to give

σ = 2∏ r2 -∫(1 - u2) du

σ = 2∏ r2 2u

From the answer that was given I have the integral limits running from -1 to 1 so the final term becomes [2 - (-2)] = 4 which gives

σ = 8∏ r2

Where am I going wrong please?
 
Physics news on Phys.org
Oh. I differentiated u instead of integrating. Some days there is not enough coffee in the world . . .
 
Hi ck99! :smile:

ck99 said:

Homework Statement



Hi folks, I am sure this is very simple but there are not enough steps given in this calculation for my simple brain to get from the beginning to the end!

σ = ∫ (dσ/dΩ) = ∫ r2sin2θ (no integral limits given)

You seem to mix up differentials a bit here and elsewhere.

I'm going to assume you actually intended:

σ = ∫ dσ = ∫ r2sin2θ dΩ


σ = 2∏r2 ∫ (1 - u2) du (integral from -1 to 1)

σ = 8∏r2 / 3

Homework Equations



u = cos θ


The Attempt at a Solution



I used Ω = sin θ dθ d∅ and first integrated ∅ from 0 to 2∏ to get

σ = ∫ dσ = r2 ∫ sin2θ dΩ

σ = 2∏ r2 ∫ sin2θ sin θ dθ

Use sin2θ = 1 - cos2θ to get

σ = 2∏ r2 ∫(1 - cos2θ) sin θ dθ

Let u = cos θ so du/dθ = - sin θ and dθ = -arcsin θ to get

Here's another mix-up.
Differentials always need to balance.

This is not the case in dθ = -arcsin θ, but then, you don't need it.

Let's stick to: u = cos θ so du = - sin θ dθ.


σ = 2∏ r2 ∫(1 - u2) sin θ -arcsin θ du

That should be:

σ = 2∏ r2 ∫(1 - u2)(-du)



I think sin and arcsin cancel to give

σ = 2∏ r2 -∫(1 - u2) du

σ = 2∏ r2 2u

From the answer that was given I have the integral limits running from -1 to 1 so the final term becomes [2 - (-2)] = 4 which gives

σ = 8∏ r2

Where am I going wrong please?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...

Similar threads

Back
Top