How Can I Understand the Integration Process of this Fraction?

  • Context: Undergrad 
  • Thread starter Thread starter ampakine
  • Start date Start date
  • Tags Tags
    Fraction Integrating
Click For Summary

Discussion Overview

The discussion revolves around understanding the integration process of a specific fraction in calculus, particularly how to manipulate constants during integration and the implications of definite integrals. Participants explore various integration techniques and clarify rules related to integration.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants explain that a constant can be factored out of an integral, stating that (1/18) ∫ F(x) dx is equivalent to ∫ (F(x)/18) dx.
  • There is a discussion about the rules of integration, including that integrating a constant times a function results in the constant multiplied by the integral of the function.
  • One participant expresses confusion about how to apply integration rules to a specific function and whether they can rearrange terms correctly.
  • Another participant emphasizes the importance of including "dx" in integrals and correctly identifying constants in expressions.
  • There is a debate about whether a specific equation can be solved for k without additional information, with some participants suggesting that integration is unnecessary in that context.
  • Participants discuss the need for practice in integration, noting that their skills may not be as strong compared to differentiation.
  • One participant questions the validity of setting an integral equal to 1 without defining the limits of integration.

Areas of Agreement / Disagreement

Participants generally agree on the basic rules of integration, but there is disagreement regarding the necessity and method of solving for k in the context of the given function. The discussion remains unresolved on how to approach the integration of the function P(X) and the implications of the results.

Contextual Notes

Some participants mention the importance of definite integrals and the need for specific endpoints to evaluate them, which introduces additional complexity to the discussion. There are also references to the potential confusion arising from the use of capital letters in mathematical notation.

ampakine
Messages
60
Reaction score
0
I came across this problem + solution:
http://imageshack.us/m/715/2962/inteyk.png
but I don't understand the calculus there. How can you integrate the stuff inside the brackets but not integrate that fraction?
 
Physics news on Phys.org
hi ampakine! :smile:

because (1/18) ∫ F(x) dx is the same as ∫ (F(x)/18) dx :wink:

(just like (1/18) df(x)/dx is the same as d(f(x)/18)dx)
 
A number is a number is a number. A constant is a constant is a constant.

If "C" is a constant (number), whether it happens to have be given as a fraction or not is irrelevant:
\int C f(x)dx= C\int f(x)dx

That should have been one of the very first "rules of integration" you learned.
 
Ah right, thanks a lot. Any idea how I'd apply that to this one?
http://imageshack.us/m/84/7308/45762731.png
I need to find the value of k so I tried moving the k over like this:
z \int x^2 (1 - \frac{x}{3})
can I do that?
 
Last edited:
if that z is a k … then yes of course :smile:
 
ampakine said:
Ah right, thanks a lot. Any idea how I'd apply that to this one?
http://imageshack.us/m/84/7308/45762731.png
I need to find the value of k so I tried moving the k over like this:
z \int x^2 (1 - \frac{x}{3})
can I do that?
You should have
k \int x^2(1- \frac{x}{3})dx
That is, you mean "k" not z and you need that "dx".
And, of course, that is
k \int x^2- \frac{x^3}{3} dx= k\left(\int x^2 dx- \frac{1}{3}\int x^3dx\right)
 
You should have some basic rules in your book, if you have one, or on the site you're studying.

\int cf(x)dx=c\int f(x)dx where c is constant.
\int f(x)+g(x)dx=\int f(x)dx + \int g(x)dx

Those are what allow you to do what Halls did above.
 
HallsofIvy said:
You should have
k \int x^2(1- \frac{x}{3})dx
That is, you mean "k" not z and you need that "dx".
And, of course, that is
k \int x^2- \frac{x^3}{3} dx= k\left(\int x^2 dx- \frac{1}{3}\int x^3dx\right)

Oh yeah I meant k not z. I don't know how you broke it up into 2 integrals like that, I just integrated it as k \int x^2- \frac{x^3}{3} dx.


TylerH said:
You should have some basic rules in your book, if you have one, or on the site you're studying.

\int cf(x)dx=c\int f(x)dx where c is constant.
\int f(x)+g(x)dx=\int f(x)dx + \int g(x)dx

Those are what allow you to do what Halls did above.
Yeah I obviously haven't practiced integration enough or these things would be 2nd nature to me. When I did calculus in college I focussed mainly on differentiation to get good at it so my integration skills are severely limited.
 
ampakine said:
Oh yeah I meant k not z. I don't know how you broke it up into 2 integrals like that, I just integrated it as k \int x^2- \frac{x^3}{3} dx.
Yeah I obviously haven't practiced integration enough or these things would be 2nd nature to me. When I did calculus in college I focussed mainly on differentiation to get good at it so my integration skills are severely limited.

Integration is a linear operation. That means it satisfies two properties:

If c is a constant,

\int dx~(cf(x)) = c\left(\int dx f(x)\right)

and if g(x) = g_1(x) + g_2(x) + \dots g_N(x)

\int dx (g_1(x) + g_2(x) + \dots g_N(x)) = \int dx g_1(x) + \int g_2(x) + \dots + \int dx g_N(x)
 
  • #10
Heres something confusing me. Say I have this function:
P(X) = kx^2 (1 - \frac{x}{3})
and I want to solve for k. I can rearrange it and integrate the function like this: k \int x^2- \frac{x^3}{3} dx
and get
k \frac{x^3}{3} - \frac{x^4}{12}
but what's on the other side of the equation? I've seen that k will be the reciprocal of the result I get when I solve the definite integral so does that mean that
k \frac{x^3}{3} - \frac{x^4}{12} = 1?
 
  • #11
Couple of things: Avoid capitol letters, they traditionally are used for sets, in exception of when used with integration. Variables, like x, should always be lowercase. Also, you integrated incorrectly; it's k \left( \frac{x^3}{3} - \frac{x^4}{12} \right) + C where C is an arbitrary constant. (Oh yeah... those are traditionally uppercase too.)

As for solving for k: There's nothing to solve for. You can solve for k in terms of x and P(x), but until you set P(x) equal to a number, there is no number solution to be found. Were did you get such a problem? I've never heard of using integrals in that way.
 
  • #12
not really.

ampakine said:
result I get when I solve the definite integral so does that mean that
k \frac{x^3}{3} - \frac{x^4}{12} = 1?

When you are solving a definite integral, you are evaluating the integral at certain endpoints on an interval (a,b)

So if you have the definite integral
k\int^{a}_{b} x^{2} - \frac{x^{3}}{3}dx

then for an answer you get

k[\frac{x^{3}}{3} - \frac{x^{4}}{12}]^{a}_{b}

= k[(\frac{a^{3}}{3} - \frac{a^{4}}{12}) - (\frac{b^{3}}{3} - \frac{b^{4}}{12})]



It is not necesarily true that

k (\frac{x^3}{3} - \frac{x^4}{12} = 1)

unless you have a question that says the definite integral

k\int^{a}_{b} x^{2} - \frac{x^{3}}{3}dx = 1
solve for k

then you can multiply both sides by the recripocal of

[\frac{x^{3}}{3} - \frac{x^{4}}{12}]^{a}_{b}
to solve for k.

Hope this helps.
 
  • #13
ampakine said:
Heres something confusing me. Say I have this function:
P(X) = kx^2 (1 - \frac{x}{3})
and I want to solve for k. I can rearrange it and integrate the function like this: k \int x^2- \frac{x^3}{3} dx
and get
k \frac{x^3}{3} - \frac{x^4}{12}
but what's on the other side of the equation? I've seen that k will be the reciprocal of the result I get when I solve the definite integral so does that mean that
k \frac{x^3}{3} - \frac{x^4}{12} = 1?
The other side of what equation? The only equation you give before your question is
P(x)= kx^2(1- \frac{x}{3})
defining the function.

If you are referring to integrating both sides of that equation, then you would have
\int P(x)dx= \frac{k}{3}x^3- \frac{k}{12}x^4+ C

But you said "Say I have this function:
P(X) = kx^2 (1 - \frac{x}{3})
and I want to solve for k." I can see no reason to integrate anything. Solving that equation for k gives just
\frac{P(x)}{x^2(1- \frac{x}{3})}
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K