Ask your own question, for FREE!
Mathematics 19 Online
OpenStudy (softballgirl372015):

Please help with a Calc problem!!

OpenStudy (softballgirl372015):

OpenStudy (anonymous):

3? I haven't learned this yet.

OpenStudy (softballgirl372015):

@jim_thompson5910

jimthompson5910 (jim_thompson5910):

do you have the graph set up?

OpenStudy (softballgirl372015):

I graphed it on my calculator

jimthompson5910 (jim_thompson5910):

I'm going to use geogebra to graph this. One moment

OpenStudy (softballgirl372015):

Okay. And the function that I graphed on my calculator was sin(x^2). I am not sure if that is the correct function to graph.

jimthompson5910 (jim_thompson5910):

yes it is

jimthompson5910 (jim_thompson5910):

when you graph it, you should get something like this (see attached)

OpenStudy (softballgirl372015):

Yup! That's what I got

jimthompson5910 (jim_thompson5910):

the area under the curve from 0 to 1 represents F(1) because x = 1 here

OpenStudy (softballgirl372015):

okay. So for part a of the question I have to just find the area under the curve between 0 and 1?

jimthompson5910 (jim_thompson5910):

For part a), we have n = 4 and we're using the trapezoidal rule. Let's calculate delta x \[\Large \Delta x = \frac{b-a}{n}\] \[\Large \Delta x = \frac{1-0}{4}\] \[\Large \Delta x = \frac{1}{4}\] \[\Large \Delta x = 0.25\] this means we'll have trapezoids set up like this (see attached)

jimthompson5910 (jim_thompson5910):

from that last attachment, we see that the first two trapezoids are overapproximations and the next two are very close to the area under the curve (still are overapproximations though)

jimthompson5910 (jim_thompson5910):

notice how each trapezoid has a width of 0.25, which is the value of \(\large \Delta x\)

OpenStudy (softballgirl372015):

yeah! And thats because we had to split the interval into four right?

jimthompson5910 (jim_thompson5910):

correct

OpenStudy (softballgirl372015):

So after we have delta x, then we can use the area of a trapezoid to find the area under the curve?

jimthompson5910 (jim_thompson5910):

yes you would find the area of each trapezoid and add them all up to get the total green area

OpenStudy (softballgirl372015):

to find the different sizes of the bases, for instance for the first trapezoid, would you just have to plug in 0 and 0.25 into the function sin(x^2)?

jimthompson5910 (jim_thompson5910):

yes you need to find the function values to get the lengths of the bases

jimthompson5910 (jim_thompson5910):

that first base at x = 0 is sin(x^2) = sin(0^2) = sin(0) = 0 units long the second base at x = 0.25 is sin(x^2) = sin(0.25^2) = sin(0.0625) = 0.06245 units long (approximately) I'm in radian mode

OpenStudy (softballgirl372015):

Okay. I am getting the same numbers, for the approximation of the area under the curve would it be 0.315?

jimthompson5910 (jim_thompson5910):

I'm getting 0.31598 for the green area (approximate result)

jimthompson5910 (jim_thompson5910):

so it's pretty close

jimthompson5910 (jim_thompson5910):

so that is the approximate value of F(1)

jimthompson5910 (jim_thompson5910):

\[\Large F(x) = \int_{0}^{x}\sin(t^2)dt\] \[\Large F(1) = \int_{0}^{1}\sin(t^2)dt\] \[\Large F(1) \approx 0.31598\]

OpenStudy (softballgirl372015):

Awesome!! Thanks so much! And for part b, how would I go about doing that? Is the interval they want for when F is increasing on 0 to 3?

jimthompson5910 (jim_thompson5910):

F is equal to the area under that blue curve

jimthompson5910 (jim_thompson5910):

when the area (total area) increases as x increases, then F increases

OpenStudy (softballgirl372015):

so then the interval when F is increasing is from 0 to 1.75 and also from 2.5 to 3?

jimthompson5910 (jim_thompson5910):

if you zoom in a bit, it's a little beyond 2.5, but you have the right idea

OpenStudy (softballgirl372015):

And then for part c, how do I find the average rate of change? I am confused about putting the answer in terms of k

jimthompson5910 (jim_thompson5910):

I used geogebra to construct the antiderivative of sin(x^2) and it's the curve shown in purple

jimthompson5910 (jim_thompson5910):

that purple curve confirms roughly what you wrote

jimthompson5910 (jim_thompson5910):

for part c), you will use the formula [ F(b) - F(a) ]/[ b - a ] to compute the average rate of change on F(x)

jimthompson5910 (jim_thompson5910):

in this case, a = 1 and b = 3

jimthompson5910 (jim_thompson5910):

I wouldn't compute F(1) and F(3). I would leave them in integral form.

OpenStudy (softballgirl372015):

How would you write that integral? I thought that you have to solve F(1) by doing (2*1)(cos(1^2))

OpenStudy (softballgirl372015):

and just plug 1 into the antiderivitive

jimthompson5910 (jim_thompson5910):

the integral of sin(x^2) is not 2x*cos(x^2)

OpenStudy (softballgirl372015):

But the antiderivative of sin(x^2) is 2x*cos(x^2) right? And what would the integral of sin(x^2) be?

jimthompson5910 (jim_thompson5910):

the antiderivative of sin(x^2) is not 2x*cos(x^2) you're thinking of the derivative

OpenStudy (softballgirl372015):

Ohhh!! Rightt! Hahaha So what would it be?

jimthompson5910 (jim_thompson5910):

\[\Large F(x) = \int_{0}^{x}\sin(t^2)dt\] \[\Large F(1) = \int_{0}^{1}\sin(t^2)dt\] \[\Large F(3) = \int_{0}^{3}\sin(t^2)dt\] ------------------------------------------------------- \[\Large A = \frac{F(b)-F(a)}{b-a}\] \[\Large k = \frac{F(3)-F(1)}{3-1}\] \[\Large k = \frac{[\int_{0}^{3}\sin(t^2)dt]-[\int_{0}^{1}\sin(t^2)dt]}{3-1}\] \[\Large k = \frac{\int_{1}^{3}\sin(t^2)dt}{2}\]

jimthompson5910 (jim_thompson5910):

I'm sure you see how to finish up

OpenStudy (softballgirl372015):

Yup! I do! Thanks soo much for helping me! I really appreciate your help! :)

jimthompson5910 (jim_thompson5910):

no problem

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!