All Calculus 1 Resources
Example Questions
Example Question #182 : Midpoint Riemann Sums
Utilize the method of midpoint Riemann sums to approximate  using three midpoints.
A Riemann sum integral approximation over an interval  withÂ
 subintervals follows the form:
It is essentially a sum of  rectangles each with a base of lengthÂ
 and variable heightsÂ
, which depend on the function value at a given point Â
.
We're asked to approximateÂ
So the interval is , the subintervals have lengthÂ
, and since we are using the midpoints of each interval, the x-values areÂ
Example Question #183 : Midpoint Riemann Sums
Utilize the method of midpoint Riemann sums to approximate  using three midpoints.
A Riemann sum integral approximation over an interval  withÂ
 subintervals follows the form:
It is essentially a sum of  rectangles each with a base of lengthÂ
 and variable heightsÂ
, which depend on the function value at a given point Â
.
We're asked to approximateÂ
So the interval is , the subintervals have lengthÂ
, and since we are using the midpoints of each interval, the x-values areÂ
Example Question #181 : Functions
Utilize the method of midpoint Riemann sums to approximate  using three midpoints.
A Riemann sum integral approximation over an interval  withÂ
 subintervals follows the form:
It is essentially a sum of  rectangles each with a base of lengthÂ
 and variable heightsÂ
, which depend on the function value at a given point Â
.
We're asked to approximateÂ
So the interval is , the subintervals have lengthÂ
, and since we are using the midpoints of each interval, the x-values areÂ
Example Question #185 : Midpoint Riemann Sums
Calcuate the Midpoint Riemann sum of the function
on the interval  divided into three sub-intervals.
The interval  divided into three sub-intervals gives rectangles with the vertices of the bases atÂ
For the Midpoint Riemann sum, we need to find the rectangle heights which come from the midpoint of the sub-intervals, or ,Â
, andÂ
.
Because each sub-interval has a width of , the Midpoint Riemann sum is
Example Question #181 : Midpoint Riemann Sums
Calcuate the Midpoint Riemann sum of the function
on the interval  divided into four sub-intervals.
The interval  divided into four sub-intervals gives rectangles with the vertices of the bases atÂ
For the Midpoint Riemann sum, we need to find the rectangle heights which come from the midpoint of the sub-intervals, or ,Â
,Â
, andÂ
.
Because each sub-interval has a width of , the Midpoint Riemann sum is
Example Question #182 : How To Find Midpoint Riemann Sums
Calculate the area between ,
,Â
, and the x-axis using Riemann Midpoint sums.
Riemann Sums are a way to approximate the area under a curve. While taking an integral gives you an exact area, using Riemann Sums is a way to get a fast estimation given a function that might be more difficult to integrate. There are many different ways to use this technique. Given some number, n (which as it increases gives you better approximations), we can split the area under the curve into n rectangles. The height of each rectangle depends on what version of Riemann Sums you are using. Three such versions are left endpoint, right endpoint, and midpoint. The formula itself is simple, say we have a curve bounded in [a,b]. Then we can approximate the area using the following equationÂ
.
Where the  are a list of midpoints for each rectangle andÂ
 which is the width of each rectangle.Â
First we calculate the length of each subintervalÂ
. Â
Now we look at the first rectangle. Â
It is in between 5 and 7 so the midpoint of the two is 6. Â
Now we easily know the midpoint of all 5 of the rectanglesÂ
. Â
Thus the area is thusÂ
Â
which is simplyÂ
.
Example Question #1 : Other Differential Functions
What is the first derivative of sin(x2)(3x2 + 5x)?
6x^3 * cos(x2) + 10x2 * cos(x2) + 6x * sin(x2)+ 5sin(x2)
6x * sin(x2)+ 5sin(x2) - 6x3 * cos(x2) + 10x2 * cos(x2)
6x * cos(x) + 10 * cos(x)
6 * sin(x2) + 5 * sin(x2)
None of the other answers
6x^3 * cos(x2) + 10x2 * cos(x2) + 6x * sin(x2)+ 5sin(x2)
To find the derivative, we must use both the product and the chain rule. Let us consider each part:
f(x) = sin(x2)
g(x) = 3x2 + 5x
For f(x), we will need to apply the chain rule. Consider f(x) as being f(h(x)) where h(x) = x2; therefore f'(x) = f'(h(x)) * h'(x) or cos(x2) * 2x = 2x * cos(x2).
Gathering together all of our data, we have:
f(x) = sin(x2)
f'(x) = 2x * cos(x2)
g(x) = 3x2 + 5x
g'(x) = 6x + 5
The product rule states that if a(x) = f(x) * g(x), then a'(x) = f'(x) * g(x) + f(x) * g'(x)
For our data, then, the derivative of a(x) = sin(x2)(3x2 + 5x) is:
a'(x) =Â 2x * cos(x2) * (3x2 + 5x) + sin(x2) * (6x + 5)
Distributing, this gives us:
a'(x) = 6x3cos(x2) + 10x2cos(x2) +Â 6x * sin(x2)+ 5sin(x2)
Example Question #1 : Other Differential Functions
What is the first derivative of f(x) = sin(2x2 + 5x) – sin(cos(x))?
cos(2x2Â + 5x)Â +Â cos(cos(x))
sin(4x + 5) + sin(–sin(x))
sin(4x + 5 + sin(x))
4x*cos(2x2Â + 5x) + 5cos(2x2Â + 5x) +Â cos(cos(x)) * sin(x)
4*cos(2x2Â + 5x) + 5cos(2x2Â + 5x) - cos(cos(x)) * sin(x)
4x*cos(2x2Â + 5x) + 5cos(2x2Â + 5x) +Â cos(cos(x)) * sin(x)
For each of the parts of f(x), you will have to apply the chain rule:
For sin(2x2 + 5x): cos(2x2 + 5x) * (4x + 5)
For (sin(cos(x)): cos(cos(x))*(-sin(x))
Therefore, for our original:
f'(x) = cos(2x2 + 5x) * (4x + 5) – cos(cos(x)) * (–sin(x))
Simplifying:
f'(x) = 4x*cos(2x2Â + 5x) + 5cos(2x2Â + 5x) +Â cos(cos(x)) * sin(x)
Example Question #2 : How To Find Differential Functions
What is the first derivative of f(x) = ln(x2 tan(x2))?
2x * tan(x2) + x2 * 2x * sec2(x2)
1/(x2 * tan(x2))
2x *Â sec2(x2)
1/(2x * tan(x2) + x2 * 2x * sec2(x2))
(2/x) +Â 2x * sec(x2) * csc(x2)
(2/x) +Â 2x * sec(x2) * csc(x2)
f(x) = ln(x2 * tan(x2))?
The chain rule is necessary. Â For the natural logarithm "portion", we know the derivative will be:1/(x2Â * tan(x2))
However, we must add the derivative of the argument using the product rule: 2x*tan(x2) + x2 * 2x * sec2(x2)
The whole derivative: f'(x) = (2x * tan(x2) + x2 * 2x * sec2(x2))/(x2Â * tan(x2))
Splitting apart the fraction, we have the sum of:
(2x * tan(x2))/(x2Â * tan(x2))
and
x2Â * 2x * sec2(x2)/(x2Â * tan(x2))
The first simplifies to 2/x
The second is a bit trickier. First let us simplify the non-trigonometric components:
2x *Â sec2(x2)/tan(x2)
Now, since sec(x) = 1/cos(x) and tan(x) = sin(x)/cos(x), we can rewrite:
2x *Â sec2(x2)/tan(x2) = 2x/(cos2(x2) * sin(x2)/cos(x2))
This reduces to: 2x/(cos(x2) * sin(x2)), which is the same as 2x * sec(x2) * csc(x2)
Therefore, we can write our solution as f'(x) = (2/x) +Â 2x * sec(x2) * csc(x2)
Example Question #2 : Other Differential Functions
What is the first derivative of s(x) = 2sin(sin(x))?
ln(2) * 2cos(sin(x)) * cos(x)
2cos(x)sin(x)
ln(2) * 2sin(sin(x))Â * cos(sin(x)) * cos(x)
2cos(sin(x)) * cos(x)
None of the other answers
ln(2) * 2sin(sin(x))Â * cos(sin(x)) * cos(x)
We must carefully parse this function in order to apply the chain rule correctly. Let us make the following substitutions:
f(x) = 2x
g(x) = sin(sin(x))
s(x) = f(g(x)) = 2sin(sin(x))
According to the chain rule, we know that s'(x)Â = f'(g(x)) * g'(x)
f'(g(x)) = ln(2) * 2sin(sin(x))
g'(x) = cos(sin(x)) * cos(x)
Therefore, s'(x) = ln(2) * 2sin(sin(x))Â * cos(sin(x)) * cos(x)
Certified Tutor
All Calculus 1 Resources
