#why can't I solve this integral
61 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
you should have, on the 2nd line below the main divide, it should be A(x-2)(x+2), not A(x-2) + A(x+2)
Also, for denominators with simple roots it's a bit faster to use substitution instead of solving a system.
hmm , I cant find anywhere where I did A(x-2)(x+2) expect when I was getting the common denominator
this is not correct
oh let me check again
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
I mean I would not be surprised since that part is a little bit obnoxious
Like this ?
But I think I did this already
If you want to continue with this approach, simplify the polynomials first:
A(x^2 - 4) + B(x^2 + 2x) + C(x^2 - 2x)
oh yeah this makes no sense
but realistically then would this problem be impossible since its HUGE
As I said, in case of denominators with simple roots substitution is the quicker approach.
But this approach is more universal.
But what do I do now ? I don't see any way to solve this
What are you having trouble with? The usual approach or the substitution approach?
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?
is it
0 = A + B + C
4 = 2B - 2C
16 = -4A
Yup.
I mean the previous ones
Do you want me to show the substitution approach?
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.
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
It's quite useful when there are a lot of simple roots, though.
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
This is not correct.
is it bc I cant have x^2 in denominator ?
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.
but I have x^2 + 4 in the denominator , is it bc I have x^2 + 4 and something else
No, you have x^2 - 4, which is obviously not irreducible: x^2 - 4 = (x - 2)(x + 2).
A quadratic trinomial is irreducible if its discriminant is negative.
Well, no real solutions.
so I can do this just if I have something like x^2 - 4
No. x^2 - 4 = (x - 2)(x + 2), so you can't have it in the denominator.
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
Yeah.
okay that's perfect ! I really cannot tell you how much this is helpful . will try to solve more of these types of integrals