#why can't I solve this integral

61 messages · Page 1 of 1 (latest)

lilac spindle
#

Why does this not work?

shell harnessBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
copper fossil
lusty gulch
#

Also, for denominators with simple roots it's a bit faster to use substitution instead of solving a system.

lilac spindle
#

hmm , I cant find anywhere where I did A(x-2)(x+2) expect when I was getting the common denominator

lilac spindle
#

oh let me check again

copper fossil
#

that is where you have A(x-2) + A(x+2)

#

instead of A(x-2)(x+2), which is correct
you also made the same mistake with B and C

lilac spindle
#

I mean I would not be surprised since that part is a little bit obnoxious

#

Like this ?

#

But I think I did this already

lusty gulch
# lilac spindle

If you want to continue with this approach, simplify the polynomials first:
A(x^2 - 4) + B(x^2 + 2x) + C(x^2 - 2x)

lilac spindle
#

but realistically then would this problem be impossible since its HUGE

lusty gulch
#

But this approach is more universal.

lilac spindle
#

But what do I do now ? I don't see any way to solve this

lusty gulch
lilac spindle
#

The usual is to do what I did in bottom left right?

#

I make x = x. like I did?

lusty gulch
#

Well, let's see. We have:
4x + 16 = A(x^2 - 4) + B(x^2 + 2x) + C(x^2 - 2x)
We simplify and group the RHS:
4x + 16 = (A + B + C)x^2 + (2B - 2C)x - 4A
So, what three equations do you get?

lilac spindle
#

is it
0 = A + B + C
4 = 2B - 2C
16 = -4A

lusty gulch
#

Yup.

lilac spindle
#

oh if you write it like that then its okay

#

I never actually solve it like that

lusty gulch
#

Really? Huh, ok.

#

Well, that's how this is usually done.

lilac spindle
#

I mean the previous ones

lusty gulch
#

Do you want me to show the substitution approach?

lilac spindle
#

yeah thank you

#

yeah it would be really helpful

lusty gulch
#

So, we have:
4x + 16 = A(x - 2)(x + 2) + Bx(x + 2) + Cx(x - 2)
We can see that if we substitute one of the roots of the denominator, so x = -2, x = 0 or x = 2, every terms on the RHS except one becomes zero. For example, for x = -2:
4(-2) + 16 = 0 + 0 + C(-2)(-2 - 2)
From here you can easily find C. And you can see that if you substitute another one of the roots, you'll also be able to find A and B without solving a system of equations.

#

This approach works if the denominator only has simple roots, so nothing like x^2, (x + 3)^3, etc.

#

There is a modification of that approach for non-simple roots, but it's a bit cumbersome, so in that case it's usually easier to just use the usual undetermined coefficients approach.

lilac spindle
#

oof yeah I will try to learn that too , it does seem little bit hard , but Im sure its not that bad

#

and I think I tried to solve this problem in another way

lusty gulch
lilac spindle
#

yeah will try it for sure

#

this feels so wrong

#

is this not a good way to solve this problem in a more easy way

lusty gulch
lilac spindle
#

is it bc I cant have x^2 in denominator ?

lusty gulch
#

No, you can have it, but only in an irreducible quadratic trinomial, like x^2 + 4 or x^2 + x + 1.

#

The numerator in that case will be Mx + N, by the way.

lilac spindle
lusty gulch
lilac spindle
#

ohh

#

so I can only have something that can be quad formula

lusty gulch
#

A quadratic trinomial is irreducible if its discriminant is negative.

lilac spindle
#

so I cant do x^2 + 4 = x^2 + 0x + 4 = no solution

#

yeah that makes sense

lusty gulch
#

Well, no real solutions.

lilac spindle
lusty gulch
#

No. x^2 - 4 = (x - 2)(x + 2), so you can't have it in the denominator.

lilac spindle
#

okay so I can have only have x^2 + 4 or x^2 + x + 1. in denominator
since I cant factor them more
but if I CAN I MUST factor them

lusty gulch
#

Yeah.

lilac spindle
#

okay that's perfect ! I really cannot tell you how much this is helpful . will try to solve more of these types of integrals