Solving Confusing Integral Equations

acedeno
Messages
34
Reaction score
4

Homework Statement



int[x/((L/2)+d-x)^2] * the integral of x over [(L over 2 + d - x) all squared]*


Homework Equations


Integral chart



The Attempt at a Solution


I have done this so many ways with so many different answers. Could somebody who is without a doubt sure of the answer please respond because this integral is driving me INSANE!
 
Physics news on Phys.org
You can't have x in the upper limit and as an integration dummy variable.
 
Not following.
 
Your dummy variable is x, your upper limit contains x.
 
acedeno said:
Not following.
Is this the integral?

\displaystyle \int\frac{x}{((L/2)+d-x)^2}\ dx
 
SammyS said:
Is this the integral?

\displaystyle \int\frac{x}{((L/2)+d-x)^2}\ dx

Yes, that is the integral.
 
To simplify things, Let A = (L/2) + d .

Your integral becomes: \displaystyle \int\frac{x}{(A-x)^2}\ dx

Notice the (A - x)2 = (x - A)2.

Use the substitution: u = x - A .
 
No, use the substitution:

<br /> u = (x - A)^{2}<br />
 
Dickfore said:
No, use the substitution:

<br /> u = (x - A)^{2}<br />

No unique substitution, but Sammy's substation is easier to work with
 
Back
Top