Solving an Integral Equation Involving x and 16

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
4 replies · 1K views
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


If [itex]\displaystyle \int^b_a \dfrac{x^n dx}{x^n + (16-x)^n} = 6[/itex] and a+b=16, then find a and b.

The Attempt at a Solution



[itex]\displaystyle \int^b_a \dfrac{dx}{1 + (16/x - 1)^n} = 6[/itex]

I tried substitution but it did not work.
 
Physics news on Phys.org
utkarshakash said:

Homework Statement


If [itex]\displaystyle \int^b_a \dfrac{x^n dx}{x^n + (16-x)^n} = 6[/itex] and a+b=16, then find a and b.

The Attempt at a Solution



[itex]\displaystyle \int^b_a \dfrac{dx}{1 + (16/x - 1)^n} = 6[/itex]

I tried substitution but it did not work.

What sub did you try? Hint: try ##x = 16-y## on the original integral.

This is a simple algebra problem, more or less. Very little actual integration need be done.
 
Hint:
[tex] \int_a^b\frac{x^n}{x^n + (16-x)^n}\,\mathrm{d}x = \int_a^b 1\,\mathrm{d}x - \int_a^b\frac{(16-x)^n}{x^n + (16-x)^n}\,\mathrm{d}x[/tex]
Can you find a substitution which turns the integrand of the second integral on the right into the integrand of the integral on the left?
 
utkarshakash said:

Homework Statement


If [itex]\displaystyle \int^b_a \dfrac{x^n dx}{x^n + (16-x)^n} = 6[/itex] and a+b=16, then find a and b.

The Attempt at a Solution



[itex]\displaystyle \int^b_a \dfrac{dx}{1 + (16/x - 1)^n} = 6[/itex]

I tried substitution but it did not work.

Why do you need substitution right now ?

Apply the property:

I= [itex]\displaystyle \int^b_a \dfrac{x^n dx}{x^n + (16-x)^n}[/itex]

And I= [itex]\displaystyle \int^b_a \dfrac{(16-x)^n dx}{(16-x)^n + (16-(16-x))^n}[/itex]

Now add the two to get,

2I= ab∫dx

Can you proceed? You already know that I=6...
 
sankalpmittal said:
Why do you need substitution right now ?

Apply the property:

I= [itex]\displaystyle \int^b_a \dfrac{x^n dx}{x^n + (16-x)^n}[/itex]

And I= [itex]\displaystyle \int^b_a \dfrac{(16-x)^n dx}{(16-x)^n + (16-(16-x))^n}[/itex]

Now add the two to get,

2I= ab∫dx

Can you proceed? You already know that I=6...

Oh that was so easy. I first thought of applying property but somehow couldn't notice that a+b=16 was already given.