Flumpster
- 31
- 0
Homework Statement
This isn't a specific problem ;)
Homework Equations
The Attempt at a Solution
My thought process, skip to the last paragraph if you want the question:
I was wondering how you compute an integral at a specific x value, let's say c. Based on the fact that the integral is a function, my very first thought was that I should treat it like any other function and just "plug c into" the integral like -
If F(x) is the integral and f(x) is the function you're integrating,
\int{f(c)}=F(c)
Then I thought that you can't treat the integral like any other function because F(c) actually represents the sum of the values of f(x) from x=0 to x=c, and therefore the proper way to do this would be to evaluate a definite integral from 0 to c. I don't know if there's a flaw in my thinking so I've included it.
-------
Question: If I want to compute an integral at x=c, should I calculate the definite integral from x=0 to x=c?
Example:
\int_{0}^{c} cos(x) dx = \left[ sin(x) \right]_{0}^{c} = sin(c) -sin(0) = sin(c)
I have this follow-up question, but first I want to see if this is right.
Thanks! (And if there's a better way to use LaTeX, please tell me, I'm clueless :D)
Similarly- sorry if the way I'm expressing the math is wrong, if so please correct me.