Fundamental Theorem of Calculus

AI Thread Summary
The discussion focuses on the application of the Fundamental Theorem of Calculus to various integrals. Several integrals are evaluated, with some correct answers provided, while others are challenged for accuracy, particularly the integral involving \(\frac{1}{\sqrt{1+x}}\). Participants emphasize the importance of proper notation and the distinction between antiderivatives and definite integrals. Additionally, they discuss methods for finding average values of functions over intervals and confirm that certain integrals can be solved using substitution. Overall, the conversation highlights common pitfalls and clarifies integration techniques.
courtrigrad
Messages
1,236
Reaction score
2
Could you check whether I am doing these questions right:

1. \int_{0}^{4} (2+x) dx. So I use the Fundamental Theorem of Calculus F(b)-F(a) and receive: \frac{(x+2)^{2}}{2} = F(4) - F(0) = 16

2. \int_{-1}^{1} (4t^{3} - 2t) dt = t^{4} - t^{2} = F(b)-F(a) = 0

3. \int_{0}^{3} \frac{1}{\sqrt{1+x}} dx = \frac{-1}{2}(1+x)^\frac{-3}{2} = F(b) - F(a) = \frac{7}{16}

4. \int_{1}^{2}(\frac{1}{x^{2}} - \frac{1}{x^{3}}dx = \frac{x^{-1}}{-1} - \frac{x^{-2}}{-2} = F(b) - F(a) = \frac{1}{8}
5. How would you do this one: \frac{3+ \ln x}{x} dx?
6. \int^{1}_{-1} 3xe^{x^{2} -1} dx Also how would I set this up? Would I let u = x^{2} - 1?

If the marginal cost is \frac{dC}{dx} = 675 + 0.5x how would C change when x increases from 50 to 51? So C = 675x + \frac{1}{4} x^{2}. So would I just compute F(51) - F(50)?

If you want to find the average value of f(x) = \frac{4}{\sqrt{x-1}}, [5,10] would you use the formula \frac{1}{b-a}f'(x)?




Thanks :smile:
 
Last edited:
Physics news on Phys.org
1. correct
2.correct
3. I am not sure you integral is right. You might have mixed up derivarives with integration.

You tell me the rest.

Regards,

Nenad
 
evertyhing is good until you get to the ln x / x one
i don't know of any method to do it, i simply stared at this one and came up with (ln x)^2 / 2

and finally once again i stared keep the three out of it. Observe a chain rule that brought the x out in fdront since e always stays there anyway... Divide by that number in order to cancel its effect
 
\int \frac{\ln{x}}{x}dx

can be evaluated with a simple u-substitution. Let u = ln(x), then du = dx/x, and the integral is \int u du.

I'd be careful with your notation. The antiderivative does not equal F(b) - F(a), so statements like \int_{-1}^{1} (4t^{3} - 2t) dt = t^{4} - t^{2} = F(b)-F(a) are simply not correct. F(t) = t^4 - t^2 and \int_{-1}^{1} (4t^{3} - 2t) dt = F(1) - F(-1) are both true.

--J
 
how do you find the average value?
 
The concept of "average" you're familiar with is most likely to add up the values of all your elements, and then divide by the number of elements. For continuous functions, "add up" is replaced by "integrate" and "number of elements" is replaced by "size of the interval", so your formula should look something like

\frac{1}{b - a}\int_a^b f(x)dx

--J
 
can you please show your steps for number 3. I'm getting a different answer when I evaluate it. I get an answer of 2


Regards,

Nenad
 
Last edited:
The sollution provided by the OP for #3 is totally incorrect.
\int_{0}^{3}\frac{dx}{\sqrt{1+x}}
U can integrate directly,or by a substitition:1+x=u and the final result is +2...

Daniel.
 
#6 has the answer "0",for the same reason as #2:symmetry (odd function integrated on a symmetric domain wrt origin).

Daniel.
 
  • #10
courtrigrad said:
3. \int_{0}^{3} \frac{1}{\sqrt{1+x}} dx = \frac{-1}{2}(1+x)^\frac{-3}{2} = F(b) - F(a) = \frac{7}{16}
Here you mixed it up.

5. How would you do this one: \frac{3+ \ln x}{x} dx?
Split the integral. Try u=\ln x.

6. \int^{1}_{-1} 3xe^{x^{2} -1} dx Also how would I set this up? Would I let u = x^{2} - 1?
That would work.

If the marginal cost is \frac{dC}{dx} = 675 + 0.5x how would C change when x increases from 50 to 51? So C = 675x + \frac{1}{4} x^{2}. So would I just compute F(51) - F(50)?
Yes, that is correct. Note though that you can only determine C up to a constant, since you only know the derivative of C. It doesn't matter since you need a difference in C(x).

If you want to find the average value of f(x) = \frac{4}{\sqrt{x-1}}, [5,10] would you use the formula \frac{1}{b-a}f'(x)?

The average value over an interval [a,b] is:

\frac{1}{b-a}\int_a^bf(x)dx.


Thanks :smile:
:smile:
 
Back
Top