Why Do Algebraic Tricks in Calculus Confuse Me?

  • Thread starter Thread starter mindheavy
  • Start date Start date
mindheavy
Messages
62
Reaction score
0
I'm three weeks into my Calculus II semester and we've just finished covering derivatives and integrals of ln and e^x. We haven't had the first test yet, which will be covering this material.

Things that trip me up are some of the tricky u-substitution methods, change of form, etc., or one in particular is: \int\frac{2x}{(x-1)^2}dx

A couple of classmates were working together the other day and the way one was showed to work this problem out was by changing the numerator to 2(x-1)+2 which is essentially 2x. The thing that gets me about this is, I have no idea how to look at that example and know that I need to perform that change of form, my mind doesn't even see that.

Mostly I feel like I'm getting the calculus concepts, aside from what I've mentioned above, however I have always been a bit shaky with algebraic skills. It seems most of my mistakes come from making "simple" errors or not seeing ways of simplifying something that would be obvious to someone with a more solid understanding of algebra.

It's an odd feeling. If I know what problems I'm having, it should be easy to go back to certain topics in algebra and build up on them, but it hasn't worked out that way when I try it.

I thought someone might have the right tip for me, maybe trying something different will help me progress a little easer. Until then, I'll keep working examples, as that's the only thing I know to do to get better at these.
 
Physics news on Phys.org
You choose u based on the denominator and you need all the x's to go away in the integrand. Since u = x+1, you need to express everything in terms of (x+1) so that cancellation occurs and all x's are out of the integrand.
 
joeblow said:
You choose u based on the denominator and you need all the x's to go away in the integrand. Since u = x+1, you need to express everything in terms of (x+1) so that cancellation occurs and all x's are out of the integrand.

Do you mean x-1?

Anyway, in calculus, adding and subtracting or multiplying and dividing the same quantity are commonplace. Try to think of what you can add/subtract/multiply/divide to simplify the expression, and then make a substitution on what's left.
 
Whovian said:
Try to think of what you can add/subtract/multiply/divide to simplify the expression, and then make a substitution on what's left.

Thanks, I definitely see how in the example I used, doing what you say does make it simpler to work with. I'll try to get used to thinking this way more often. Maybe this is what's giving me difficulty, I'm not used to thinking this way to solve a problem mathematically..
 
Perhaps a little more direct way to look at it is to note that \int 2x/(x-1)^2 dx and, generally, the more complicated a denominator is, the harder the integral will be. So Let u= x- 1, du= dx. Now, from that, x= u+ 1 and so 2x= 2u+ 2.

The integral becomes \int (2u+ 2)/u du= 2\int du+ 2\int (1/u)du.
 
One more way to solve it is integration by parts.

\int u(x)v'(x)dx = u(x)v(x) - \int u'(x)v(x)dx

Substituting u(x) = 2x and v(x) = - \frac{1}{(x-1)}:

\int \frac{2x}{(x-1)^2}dx = - \frac{2x}{x-1} + \int \frac{2}{x-1}dx = - \frac{2x}{x-1} + 2ln(x-1).
 

Similar threads

Replies
0
Views
3K
Replies
0
Views
2K
Replies
17
Views
2K
Replies
53
Views
4K
Replies
29
Views
3K
Back
Top