Integrating a Polynomial with Fractional and Negative Indices

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
_Mayday_
Messages
808
Reaction score
0
I have a bit of a problem with this question, I will do my best to offer an answer. I think the problem is not with the differentiation but with my indices. :smile:

Here is the initial formula.

[tex]\int (6x + 2 + x^{-\frac{1}{2}}) dx[/tex]

Here is my attempt :blushing:

[tex]\frac{6x^2}{2} + 2x + \frac{x\frac{1}{2}}{\frac{1}{2}}[/tex]

[tex]3x^2 + 2x + \frac{\sqrt\frac{1}{2}}{\frac{1}{2}} + c[/tex]


Where have I gone wrong? I'll bet it's the whole indices thing!

Thanks for any help :smile:
 
Physics news on Phys.org
Do you mean:

[tex]\frac{\sqrt{x}}{\frac{1}{2}} = 2\sqrt{x}[/tex]

I don't see how the x disappeared in the last term of your solution.
 
_Mayday_ said:
Here is my attempt :blushing:

[tex]\frac{6x^2}{2} + 2x + \frac{x\frac{1}{2}}{\frac{1}{2}}[/tex]

[tex]3x^2 + 2x + \frac{\sqrt\frac{1}{2}}{\frac{1}{2}} + c[/tex]

The problem is in the last term: that should be

[tex]\frac{x^{\frac{1}{2}}}{\frac{1}{2}}[/tex] ,

which is to say, x to the one-half power divided by one-half. X to the one-half power is the square root of x, but in any case, what you did in the next line was to drop the "x". You want to say

[tex]\frac{x^{\frac{1}{2}}}{\frac{1}{2}} = 2 {x^{\frac{1}{2}}[/tex] .
 
dynamicsolo said:
[tex]\frac{x^{\frac{1}{2}}}{\frac{1}{2}} = 2 {x^{\frac{1}{2}}[/tex] .
Ah ok, why does it do that then? I don't understand that could you take me through it please.

Thanks to both of you so far :smile:
 
Do you mean, why is dividing by 1/2 equal to multiplying by 2?
 
Well, how does this work?

[tex]\frac{x^{\frac{1}{2}}}{\frac{1}{2}} = 2 {x^{\frac{1}{2}}[/tex] .
 
_Mayday_ said:
Well, how does this work?

[tex]\frac{x^{\frac{1}{2}}}{\frac{1}{2}} = 2 {x^{\frac{1}{2}}[/tex] .

You want to "eliminate" the 1/2 in the denominator of this quotient, which means making it 1, so that you end up with the numerator divided by 1, which is just the numerator. You can multiply the numerator and denominator by 2, which is like multiplying your quotient by 2/2 = 1, which means the value of the fraction is unchanged. You will end up with

[tex]\frac{2x^{\frac{1}{2}}}{1} = 2 {x^{\frac{1}{2}} = 2\sqrt{x}[/tex]
 
Last edited:
dynamicsolo said:
You want to "eliminate" the 1/2 in the denominator of this quotient, which means making it 1, so that you end up with the numerator divided by 1, which is just the numerator. You can multiply the numerator and denominator by 2, which is like multiplying your quotient by 2/2 = 1, which means the value of the fraction is unchanged. You will end up with

[tex]\frac{2x^{\frac{1}{2}}}{1} = 2 {x^{\frac{1}{2}} = 2\sqrt{x}[/tex]

Brilliant! Thanks for your time you two! Funny how trivial these things seem in hind sight! :shy:

Thanks Again!
 
So then my final equation will be:

[tex]3x^2 + 2x + 2x^{\frac{1}{2}} + c[/tex]
 
_Mayday_ said:
So then my final equation will be:

[tex]3x^2 + 2x + 2x^{\frac{1}{2}} + c[/tex]

If you want to check it, differentiate it term-by-term: you'll get your original integrand back again... (It's correct!)