Expert Tips for Solving Integrals: Simple Steps and Strategies

  • Thread starter Thread starter ISU20CpreE
  • Start date Start date
  • Tags Tags
    Integrals
ISU20CpreE
Messages
67
Reaction score
0
I am stuck in this integral please could i get some help or sugestions.

\int \frac {x+5} {\sqrt{9-(x-3)^2}} * dx

If I set:

a= 3
u=(x-3)
\frac {du} {dx} = 1
du=dx

,and then I don't know what to do.
 
Last edited:
Physics news on Phys.org
You are on the right track. Just keep going. Make substitutions back into the original integral to get rid of x and have the integral be only in terms of u and du. Hint: you'll end up with 2 integrals.
 
hotvette said:
You are on the right track. Just keep going. Make substitutions back into the original integral to get rid of x and have the integral be only in terms of u and du. Hint: you'll end up with 2 integrals.


ok i have \int \frac {x} {\sqrt{9-(x-3)^2}} * dx + \int \frac {5} {\sqrt{9-(x-3)^2}} * dx

Is this correct, i mean is this legal in math. I only broke down the integral into two separte integrals. I am still working on it!
 
Last edited:
That won't help very much, I'm affraid.

Manipulating the denominator may help you. Factor out the 9, get it out of the square root to get:

\int {\frac{x}{{\sqrt {9 - \left( {x - 3} \right)^2 } }}dx} = \frac{1}{3}\int {\frac{x}{{\sqrt {1 - \left( {\frac{{x - 3}}{3}} \right)^2 } }}dx}

That should smell arcsin-ish, but don't forget the x in your nominator :smile:
 
Ok, that works. Now use the substitution you already stated (i.e. u = x - 3) and that should get you integrals that are readily solved.
 
Last edited:
\int \frac {x+5} {\sqrt{9-(x-3)^2}} * dx

the function within the square root simplifies to -x^{2}+6x
The derivative of this is -2x+6

\int \frac{-2(x+5)+16~dx}{\sqrt{9-(x-3)^2}}

ring a bell?
 
I believe either approach will obtain the same result
 
Hopefully :biggrin:
 
GCT said:
\int \frac {x+5} {\sqrt{9-(x-3)^2}} * dx

the function within the square root simplifies to -x^{2}+6x
The derivative of this is -2x+6

\int \frac{-2(x+5)+16~dx}{\sqrt{9-(x-3)^2}}

ring a bell?


ok how did he get this: \int \frac{-2(x+5)+16~dx}{\sqrt{9-(x-3)^2}}

that confused me even more.
 
  • #10
ISU20CpreE said:
ok how did he get this: \int \frac{-2(x+5)+16~dx}{\sqrt{9-(x-3)^2}}

that confused me even more.


what No help??
 
  • #11
I believe he used a little trick to get the upper part to look like the derivative of what is inside the radical. Consider the following example (nothing to do with this problem, but shows the idea):

x + 5 = x + 5 + 3 - 3 = (x + 8) - 3
 
  • #12
hotvette said:
I believe he used a little trick to get the upper part to look like the derivative of what is inside the radical. Consider the following example (nothing to do with this problem, but shows the idea):

x + 5 = x + 5 + 3 - 3 = (x + 8) - 3


Is it going to help me out, I've been looking at the problem for hours but i really don't get it, when i take the derivative of u it the x of the upper part doesn't cancel so that's bothering me a bit. I need more explanaition please.
 
  • #13
Here is my suggestion. Take what you originally did (i.e. make the substitution u = x-3). The net result is an integrand that you can break apart: Yes, what you did in your 2nd post is valid. Simple example:

\frac{5 + 2}{3} = \frac{5}{3} + \frac{2}{3}

The 2nd integral should be readily solveable (Hint: TD mentioned something about arcsin). The first is actually much easier to solve (an additional substitution will make it easier to see).

GCT has a valid approach, but the one you were on originally is valid as well.
 
Last edited:
  • #14
ISU20CpreE said:
Is it going to help me out, I've been looking at the problem for hours but i really don't get it, when i take the derivative of u it the x of the upper part doesn't cancel so that's bothering me a bit. I need more explanaition please.

My approach would be to make the substitution

u = x-3, which also means that x = u + 3

then differentiating
du = dx

Your original integral will now reduce to

\int \frac {u+8} {\sqrt{9-u^2}} du

This integral has two parts and can be written as:

\int \frac {u} {\sqrt{9-u^2}} du + \int \frac {8} {\sqrt{9-u^2}} du

The first part can be solved using the chain rule as you know, since the numerator term is the derivative of the term inside the square root.

The second part is the harder one. The solution is (so you can check your work). Edit: It is solved though the substitution sin w = x/a.

\int \frac {dx} {\sqrt{a^2 - x^2}} dx = arcsin(x/a)

Note: Of course, it is only valid for absolute value x less than or equal to a. Or else you would have an imaginary.
 
Last edited:
  • #15
thanks for all the help. I think i got it
 
  • #16
=D great news ^^
 

Similar threads

Back
Top