Learn Antiderivatives of x^n: C1 & C2 Explained

  • Thread starter Thread starter endeavor
  • Start date Start date
  • Tags Tags
    Antiderivatives
Click For Summary
SUMMARY

The discussion centers on the antiderivative of the function f(x) = x^n, specifically addressing the formula F(x) = (x^(n+1))/(n+1) + C. Participants clarify that when n < 0, the antiderivative is expressed with two constants, C1 for x > 0 and C2 for x < 0, due to the discontinuity at x = 0. This discontinuity implies that the values of the antiderivative approaching from either side of zero may differ, necessitating separate constants. The conversation emphasizes that C is arbitrary, and there are infinitely many constants that can be used.

PREREQUISITES
  • Understanding of basic calculus concepts, particularly antiderivatives
  • Familiarity with the power rule for integration
  • Knowledge of continuity and discontinuity in functions
  • Ability to interpret mathematical notation and expressions
NEXT STEPS
  • Study the implications of discontinuities in calculus, particularly in relation to antiderivatives
  • Learn about the power rule for integration in greater detail, including edge cases
  • Explore the concept of arbitrary constants in integration and their significance
  • Investigate the behavior of functions around asymptotes and their impact on integration
USEFUL FOR

Students of calculus, mathematics educators, and anyone interested in deepening their understanding of antiderivatives and the implications of continuity in mathematical functions.

endeavor
Messages
174
Reaction score
0
I'm learning about antiderivatives now, and I just learned a formula to find the antiderivative of xn:
if f(x) = xn, and F'(x) = f(x), then
F(x) = (xn+1)/(n+1) + C, where C is a constant
but if n < 0, then
F(x) = (xn+1)/(n+1) + C1, if x > 0
F(x) = (xn+1)/(n+1) + C2, if x < 0

My question is why are there two different C's?

The only example my book gives is of finding the antiderivative of f(x) = x-3. Its answer is:
F(x) = -1/(2x2) + C1, if x > 0
F(x) = -1/(2x2) + C2, if x < 0

EDITED: f(x) should be x-3
 
Last edited:
Physics news on Phys.org
The C value is determined by the initial conditions of the system, or other information that you are given. You need more information to solve for the C in any of those antiderivatives, so maybe the book is just trying to keep you from thinking that it will always be the same C?
 
What would be different if you take a derivative of a constant ? If you don't like C1, C2, you can make your own C100 or C10000, who makes it hard for you ?
 
There aren't two different C's- there are an infinite number of different C's!
 
endeavor said:
I'm learning about antiderivatives now, and I just learned a formula to find the antiderivative of xn:
if f(x) = xn, and F'(x) = f(x), then
F(x) = (xn+1)/(n+1) + C, where C is a constant
but if n < 0, then
F(x) = (xn+1)/(n+1) + C1, if x > 0
F(x) = (xn+1)/(n+1) + C2, if x < 0
Nah, I don't know what your book is doing either, C is just a constant, any constant will work.
If f(x) = x ^ n , \ n \neq -1 \Rightarrow F(x) = \frac{x ^ {n + 1}}{n + 1} + C.

My question is why are there two different C's?

The only example my book gives is of finding the antiderivative of f(x) = x3. Its answer is:
F(x) = -1/(2x2) + C1, if x > 0
F(x) = -1/(2x2) + C2, if x < 0
No this example is wrong! f(x) = x3, then
F(x) = x4 / 4 + C
C is any constant, and the derivative of a constant is 0, so if you differentiate F(x) with respect to x, you will get f(x):
F'(x) = (x4 / 4 + C)' = (x4 / 4)' + C' = 4 . x3 / 4 + 0 = x3 = f(x)
Can you get this? :)
 
endeavor said:
I'm learning about antiderivatives now, and I just learned a formula to find the antiderivative of xn:
if f(x) = xn, and F'(x) = f(x), then
F(x) = (xn+1)/(n+1) + C, where C is a constant
but if n < 0, then
F(x) = (xn+1)/(n+1) + C1, if x > 0
F(x) = (xn+1)/(n+1) + C2, if x < 0

My question is why are there two different C's?

C is completely arbitrary, and there's no need to separate the cases based on the value of n (except for the special case where n = -1

The only example my book gives is of finding the antiderivative of f(x) = x3. Its answer is:
F(x) = -1/(2x2) + C1, if x > 0
F(x) = -1/(2x2) + C2, if x < 0

Sure it wasn't f(x) = x^(-3) ?
 
Curious3141 said:
Sure it wasn't f(x) = x^(-3) ?
Even if it was x-3, it's still wrong! :smile:
 
VietDao29 said:
Even if it was x-3, it's still wrong! :smile:

Exactly how is it wrong ?

\int{x^{-3}}dx = \frac{x^{-2}}{-2} + C = -\frac{1}{2x^2} + C
 
The reason for having two "different" constants when n< -1 is because they are separated by x= 0 for which xn+1 is not defined. Since the function is not continuous at x= 0, there is no reason to think the values, as you approach x=0 from each side, are the same.
 
  • #10
HallsofIvy said:
The reason for having two "different" constants when n< -1 is because they are separated by x= 0 for which xn+1 is not defined. Since the function is not continuous at x= 0, there is no reason to think the values, as you approach x=0 from each side, are the same.

I don't get you. :confused:

All the constant of integration says is that there's a whole family of curves y = F(x)(which can be translated vertically to superimpose on one another) that share the common property of having a derivative that varies in that fixed way (F'(x) = x^(-3) ) for every value of x where the function and its derivative are well defined. The value of the constant should have nothing to do with the domain of the function or its derivative.

If they wanted to specify the domain properly they could just have stated :

f(x) = x^{-3}, x \in R\{0}

which means the answer would be F(x) = -\frac{1}{2x^2} + C, x \in R\{0}, C \in R
 
Last edited:
  • #11
HallsofIvy said:
The reason for having two "different" constants when n< -1 is because they are separated by x= 0 for which xn+1 is not defined. Since the function is not continuous at x= 0, there is no reason to think the values, as you approach x=0 from each side, are the same.
:eek: !
I never thought of that before.
 
Last edited:
  • #12
0rthodontist said:
:eek: !
I never thought of that before.

Are you saying you understand or agree with Halls ?
 
  • #13
Yes. Halls' point is that the antiderivative has an asymptote such that an integral spanning the asymptote doesn't make sense. So the things on either side of the asymptote can be shifted up or down independently of one another, and every definite integral that does not span the asymptote will not be affected.
 
  • #14
0rthodontist said:
Yes. Halls' point is that the antiderivative has an asymptote such that an integral spanning the asymptote doesn't make sense. So the things on either side of the asymptote can be shifted up or down independently of one another, and every definite integral that does not span the asymptote will not be affected.

Ah, I think I see now. What he's saying then is that a solution like :

F(x) = -(1/2)x^(-2) + 7 for all x>0
AND
F(x) = -(1/2)x^(-2) + 3 for all x<0

is perfectly admissible as a particular solution to the diff. equation F'(x) = x^(-3) for all x in R\{0} ?

I completely agree, that IS a new way to look at it, and I hadn't thought of it before. :approve:
 
Last edited:
  • #15
The reason for having two "different" constants when n< -1 is because they are separated by x= 0 for which xn+1 is not defined. Since the function is not continuous at x= 0, there is no reason to think the values, as you approach x=0 from each side, are the same.
Thanks! I think I needed to visualize a graph that is discontinuous at x=0. But if it was continuous everywhere, then there would only be one constant. Since it's discontinuous, there are two constants which can be the same or could be (and probably are) different.:-p
 

Similar threads

Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
975
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K