Integral Calculus: Understanding Equations and Derivatives

  • Thread starter Thread starter Anon481516
  • Start date Start date
  • Tags Tags
    Integral
Anon481516
Messages
19
Reaction score
0

Homework Statement



Hello,

This is a 2 part question I guess. In general math, you form a sort of equality by doing to one side what you do to the other, meaning if you add 3 to one side, you add 3 to the other. In this example, you have to put a 2 on the right side, but then you put a half on the other, why is that? Why isn't it 2 on both?

Second question is where did the one fourth come from? (1/4th) on the second line. I thought that the derivative of the function (2 dx) later drops out of the final equation, but here it drops out and a fourth replaces it apparently, how/why did this happen?

Homework Equations





3. The Attempt at a Solution

Its already solved, I just need an explanation of how it came to be.
 

Attachments

  • Example 1.png
    Example 1.png
    3.9 KB · Views: 560
Physics news on Phys.org
Welcome to PF!

Hello Anon481516! Welcome to PF! :smile:
Anon481516 said:
In general math, you form a sort of equality by doing to one side what you do to the other…
In this example, you have to put a 2 on the right side, but then you put a half on the other, why is that? Why isn't it 2 on both?

no, you do on one side of the = symbol what you do to the other

in this case, both the 1/2 and the 2 are on the same side of the = symbol :wink:
Second question is where did the one fourth come from?

from the fourth power :smile:
 
If you look carefully at the first line, you will see that the left hand integral has been re-written on the right hand side so that you have (1/2)*integral [(2x-5)^3] * 2 dx.

The derivative of (2x-5) is 2*dx. The 1/2 factor is added so that it cancels when multiplied by the 2*dx.

Since you have integral [(2x-5)^3] *(1/2)*2dx, then by the integration of power rule, where:

integral [u^n] du = [1/(n+1)]*u^(n+1)

1/2*integral [(2x-5)^3]*2dx = 1/2*(1/4)*(2x-5)^4

Are you sure you didn't recognize this already? Calculus problems are going to get much harder.
 
To be honest, no I didnt see it. The missing intermediate step from the first line to the second line threw me off. I forgot to see the change in exponent from 3 to 4, and then that term over 4, which resulted in moving the 4 from the denominator beside the 1/2, which would be 1/4th.

When you say, and they say, "cancel", does that imply a result of 1? I thought a -2 on the other side would cancel it out...But then that would be -4 if multiplied...So when canceling, it should be 1 and not 0? Seems like a basic question, but may as well ask it.
 
2*(1/2) = 1
 
Anon481516 said:

Homework Statement



Hello,

This is a 2 part question I guess. In general math, you form a sort of equality by doing to one side what you do to the other, meaning if you add 3 to one side, you add 3 to the other. In this example, you have to put a 2 on the right side, but then you put a half on the other, why is that? Why isn't it 2 on both?

That's fine for equations.

Two things you can do to an algebraic expression without changing its value are:
1. Multiply the expression by 1 . (That's what is done in the case you're asking about.)

2. Add zero to the expression.​
 
SammyS said:
Two things you can do to an algebraic expression without changing its value are:
1. Multiply the expression by 1 . (That's what is done in the case you're asking about.)

2. Add zero to the expression.​

genius!:smile:
 
Alright. But I noticed that there are many rules regarding integrating a function. Some rules look similar to one another, but you can only use one rule at a time, correct? From the previous example, you went from the actual function to 1/2 ∫ (2x-5) ... (2dx), then from there you used the n+1/n+1 rule. Some of these rules can seem and are somewhat basic, but how do you know what rules to use? Do People have a sheet of rules by them when doing these? Once functions use logarithms or square roots, they will involve natural logs and other such equivalents when integrating, then they will get rather complex and I don't see how people could do them from memory alone.
 
Anon481516 said:
Alright. But I noticed that there are many rules regarding integrating a function. Some rules look similar to one another, but you can only use one rule at a time, correct? From the previous example, you went from the actual function to 1/2 ∫ (2x-5) ... (2dx), then from there you used the n+1/n+1 rule. Some of these rules can seem and are somewhat basic, but how do you know what rules to use? Do People have a sheet of rules by them when doing these? Once functions use logarithms or square roots, they will involve natural logs and other such equivalents when integrating, then they will get rather complex and I don't see how people could do them from memory alone.
In my opinion, the most important skill you need for doing integrations is to be very accomplished at taking derivatives, in particular, being able to use the chain rule several levels deep and also being good with the product rule, as well as with the sum and difference rules. You should know the derivatives of all the basic functions. When I say know I mean you should be able to write them down without looking them up.

If you are familiar with integral tables, (Does anybody use these any more?) you will notice that rather than being in the form
\displaystyle \int\,x^n\,dx=<br /> \frac{1}{n+1}x^{n+1}+C​
and
\displaystyle \int\,\cos(x)\,dx=<br /> \sin(x)+C​
they are in the form
\displaystyle \int\,u^n\,du=\frac{1}{n+1}u^{n+1}+C​
and
\displaystyle \int\,\cos(u)\,du=<br /> \sin(u)+C\ .​

For the integral in your example, you have (2x-5)3 as the integrand. In this case, u = (2x-5), therefore, du = u'(x)dx = 2dx . (That can also be written, du = d(2x - 5) = 2dx .

So they multiplied dx by (1/2)∙2, kept the 2 with the dx and move the constant multiplier out of the integral. Then, (2x-5)3 (2dx) becomes (2x-5)3d(2x-5) which is u3du. Now you can use the power rule for the anti-derivative (the integral).
 
  • #10
@SammyS, integral tables are useless (at least for me) because my professor expects us to know how to do all integrals without them.
 
  • #11
iRaid said:
@SammyS, integral tables are useless (at least for me) because my professor expects us to know how to do all integrals without them.
That's hardly the point ... although I suppose you could interpret my statement that way.

The way the integrals are expressed in the tables is such that by their very nature, substitution is suggested.
 
  • #12
The goal in doing the practice problems is to give yourself experience in recognizing basic integral forms. For example, if you have an integrand with an expression raised to a power, then one of the integral forms to consider is int u^n = n*u^n+1. Likewise, if you have int (du/u), then a log will probably be in the result.
 
  • #13
Sammy, I'm not sure I followed that last part you said, "Then, (2x-5)3 (2dx) becomes (2x-5)3d(2x-5) which is u3du."

Are you saying that the derivative of U3 is (2x-5)? I thought it was just 2. I may be confused by the wording.
 
  • #14
Anon481516 said:
Sammy, I'm not sure I followed that last part you said, "Then, (2x-5)3 (2dx) becomes (2x-5)3d(2x-5) which is u3du."

Are you saying that the derivative of U3 is (2x-5)? I thought it was just 2. I may be confused by the wording.

no SammyS is saying that the derivative of U = 2x - 5 is dU = d(2x- 5) = 2dx …
SammyS said:
IFor the integral in your example, you have (2x-5)3 as the integrand. In this case, u = (2x-5), therefore, du = u'(x)dx = 2dx . (That can also be written, du = d(2x - 5) = 2dx .
 
  • #15
Alright, I think I understood that. Thanks to everyone who helped.

I'll probably be back soon with more questions.
 
Back
Top