Monocles
- 463
- 2
Ok, so doing a physics problem the other day I had to find a point c on a graph such that there was an equal amount of area between 0 and c and c and a point b > c. I found that for the graph f(x) = kx, the point was b over the square root of 2. This intrigued me so I looked for a generalization. Does this look correct? I'm still a low level math student (only in Calculus 2) so I don't know anything about the correct way to solve this stuff. Is this a proof as well? If not, how would I prove it?
f(x) = kx^n
\int_{0}^{c} kx^n dx = \int_{c}^{b} kx^n dx
k\int_{0}^{c} x^n dx = k\int_{c}^{b} x^n dx
\left[ \frac{x^{n+1}}{n+1} \right]_{0}^{c} = \left[ \frac{x^{n+1}}{n+1} \right]_{c}^{b}
c^{n+1} = b^{n+1} - c^{n+1}
2c^{n+1} = b^{n+1}
c = \frac{b}{\sqrt[n+1]{2}}
thanks!
f(x) = kx^n
\int_{0}^{c} kx^n dx = \int_{c}^{b} kx^n dx
k\int_{0}^{c} x^n dx = k\int_{c}^{b} x^n dx
\left[ \frac{x^{n+1}}{n+1} \right]_{0}^{c} = \left[ \frac{x^{n+1}}{n+1} \right]_{c}^{b}
c^{n+1} = b^{n+1} - c^{n+1}
2c^{n+1} = b^{n+1}
c = \frac{b}{\sqrt[n+1]{2}}
thanks!