Riemann sum Definition and 74 Threads
-
J
No use of the tangent in Riemann sum?
Where is the use of the "tangents at every point on the curve" in the Riemann sum? Riemann sum allows us to find the area of under the curve, and this involves only the height of each rectangle (i.e. the function f(x) at each x), and the width (i.e. the x), and the two are multiplied together... -
R
Surface Area of Sphere as a Riemann Sum
Homework Statement How do you solve the surface area of a sphere using Riemann Sums?Homework Equations The Attempt at a Solution I started out with 2 * (lim n->∞ [ (i=1 to n) ∑ [ 2*pi*(√(r^2 - (i/rn)^2))*(r/n) ] ]) where the summation is the surface area of the cylinders (or discs) inside a...- ryoma
- Thread
- Area Riemann Riemann sum Sphere Sum Surface Surface area
- Replies: 15
- Forum: Calculus and Beyond Homework Help
-
F
How Do You Calculate Riemann Sums for sqrt(x) with a Squared Partition?
Hello everyone, I have passed my integral calculus class and it's been a little while so I don't really remember everything. Can anyone help me out with this? Homework Statement Let f(x) = sqrt(x), x E [0,1] and P=\left \{ 0,\left ( \frac{1}{n} \right )^{2}, \left ( \frac{2}{n} \right...- fishingspree2
- Thread
- Partition Riemann Riemann sum Sum
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
T
Fortran Find Area Under Curve w/ Fortran Riemann Sums
Hello, for my FORTRAN class it wants me to use the method of Riemann's sums to find the area under the curve for the function f(x) = -(x-3)**2 +9, and stop when successive iterations yield a change of less than 0.0000001. I know I am going to have to used double precision. I am just confused...- tactical
- Thread
- Fortran Riemann Riemann sum Sum
- Replies: 2
- Forum: Programming and Computer Science
-
B
Riemann Sum: Solve for Area Under Curve 0 to 18
Riemann sum help! Homework Statement Use Riemann sum with ci= i3/n3 f(x)= \sqrt[3]{x} +12 from x=0 to x=18 n= 6 subintervals Approximate the sum using Riemann's Sum Homework Equations \Sigma f(ci) \Delta xi is the equation for riemanns sum i think The Attempt at a Solution i...- blahblah33
- Thread
- Riemann Riemann sum Sum
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
G
How to Use Riemann Sums and Integrals to Estimate and Evaluate Functions
Homework Statement (x, f(x)) (2,1) (3,4) (5,-2) (8,3) (13,6) A) Estimate f '(4). Show work. B) Evaluate the Intergral from 2 to 13 of (3 - 5f '(x))dx. show work C) Use left riemann sum with subintervals indicated bye the data in the table to apporoximate the intergral from 2 to 13 of...- gitty_678
- Thread
- Riemann Riemann sum Sum
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
D
Evaluating Riemann Sum f(x,y) - 4x^2+y
The problem says: evaluate 4x^2+y by breaking into four congruent subrectangles and evaluating at the midpoints, 1=<x<=5 0=<y<=2 When i setup the rectangles these are my coordinates: (1,1/2),(1,3/2),(3,1/2),(3,3/2) and delta A = 2 My answer comes out to be 168...- Derill03
- Thread
- Riemann Riemann sum Sum
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
M
Calculating the Area of a Strip Using a Riemann Sum
Homework Statement Write a Riemann sum and then a definite integral representing the area of the region, using the strip shown in the figure below where the upper line is defined by 6x + y = 12 and the other line is defined by y=x^2-4. The figure, which I can't get on here, is just the...- Mgeorges
- Thread
- Area Riemann Riemann sum Sum
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
Y
Riemann sum question, with picture
Homework Statement http://img4.imageshack.us/img4/898/integerqj5.jpg Homework Equations The Attempt at a Solution It does appear to be a Riemann sum, I figured the 1/n is probably the width of the intervals and the sum in brackets is related to the sums of the heights of the rectangles. But my...- yeahyeah<3
- Thread
- Picture Riemann Riemann sum Sum
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
N
Comp Sci Calculating pi using Riemann Sum and Fortran77
My assignment: Solve for pi using a Riemann Sum with n= 40,000,000. The function is the antiderivate of 4/(1+x^2) dx. The bounds are from 0 to 1. Solving this gives you pi. Anyone know how to do this? Preferably with fortran77?- ncp1044
- Thread
- Fortran77 Riemann Riemann sum Sum
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
T
Fortran What is the first approximation for Riemann Sum using Fortran 90?
[SOLVED] Riemann Sum with Fortran 90 My assignment: Use Reimann Sums to estimate pi to 6 decimal places (ie: you can stop when successive iterations yield a change of less than 0.000001. For the Reimann Sums solution, an iteration equals 2X the number of segments as the trial before. Print out...- ttiger2k7
- Thread
- Fortran Riemann Riemann sum Sum
- Replies: 7
- Forum: Programming and Computer Science
-
P
Evaluating a Riemann Sum for $\int^{-2}_{5} t^2 + 6t - 4 dt$
[SOLVED] Riemann sum Important stuff: \sum i^2 = \frac{n(n+1)(2n+1)}{6} \sum i = \frac{n(n+1)}{2} And the solution: (Where I write "lim" I mean limit as n-->infinity. Where I write the summation sign I mean from i=1 to n.) lim \sum t^2 + 6t - 4 \Delta t \Delta t = \frac{5 -... -
S
Find the Riemann sum for this integral
Find the Riemann sum for this integral using the right-hand sums for n=4 Find the Riemann sum for this same integral, using the left-hand sums for n=4 Sorry the integral is attatched. I don't know how to get it onto here.- sntawkin
- Thread
- Integral Riemann Riemann sum Sum
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
T
Finding Riemann Sum for f(x)=3x^2+3
Homework Statement Find the Riemann sum associated with f(x)=3 x^2 +3 ,\quad n=3 and the partition x_0=0,\quad x_1=3,\quad x_2=4,\quad x_3=6,\qquad \mbox{ of } [0,6] (a) when x_k^{*} is the right end-point of [x_{k-1},x_k]. . (b) when x_k^{*} is the mid-point of [x_{k-1},x_k]...- Tonyt88
- Thread
- Riemann Riemann sum Sum
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
4
Convergence and Divergence of Riemann Sum Series with Varying p
For what values of p>0 does the series Riemann Sum [n=1 to infinity] 1/ [n(ln n) (ln(ln n))^p] converge and for what values does it diverge? How do i do this question? Would somebody please kindly show me the steps? Do i use the intergral test?- 413
- Thread
- Riemann Riemann sum Series Sum
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
C
Riemann Sum Question: Is my Answer Correct?
Hello, just going through some Riemann sum problems before I hit integrals and I am like 99% sure that this answer from my text is wrong but I want to make sure. It's not really an important question so if you have better things to do, help the next guy :) But checking this over would be...- Checkfate
- Thread
- Riemann Riemann sum Sum
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
W
What is the definition of S in the proof for convergence of Riemann sum?
In a book of mine, the author proceeds to the proof that a Riemann sum in a interval [a,b] must converge by proving that for S_m and S_n (m>n) where the span of the subdivisions is suffiencienly small, then |S_m - S_n)| < e(b-a) Where e can assume infinitly small values in dependence of...- Werg22
- Thread
- Riemann Riemann sum Sum
- Replies: 5
- Forum: General Math
-
Riemann sum of derivative (something like that)
Hi, maybe someone can help. When I think about it, I'm pretty sure that the following is true: Let c be a curve parametrized by t\in [a,b], let \sigma = \{t_0,...,t_N\} be a partition of [a,b] and \delta_{\sigma}=\max_{0\leq k \leq N-1}(t_{k+1}-t_k). Also define \Delta t_k=t_{k+1}-t_k Then... -
S
Evaluating Exact Area using Riemann Sum and Limit on y = 2x^2 + 4 from 0 to 1
Use the Riemann sum and a limit to evaluate the exact area under the graph of y = 2x^2 + 4 on [0, 1] I know how to do this normally but now they ask to do it w/ a limit and I'm not sure how. (LaTex corrected by HallsofIvy.)- swears
- Thread
- Riemann Riemann sum Sum
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
P
Calculating the Riemann Sum of (cos1)^x
hi, is it possible to find the riemann sum of (cos1)^x? it looks divergent to me can someome please help me... even if it is convergent, i don't know how to find the sum of a trigonometric function- pureouchies4717
- Thread
- Riemann Riemann sum Sum
- Replies: 33
- Forum: Calculus and Beyond Homework Help
-
X
Proof w/ natural log and Riemann Sum
Problem states: (A) Use mathematical induction to prove that for x\geq0 and any positive integer n. e^x\geq1+x+\frac{x^2}{2!}+...+\frac{x^n}{n!} (B) Use part (A) to show that e>2.7. (C) Use part (A) to show that \lim_{x\rightarrow\infty} \frac{e^x}{x^k} =...- Xcron
- Thread
- Log Natural Natural log Proof Riemann Riemann sum Sum
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
N
Riemann sum / difference quotient
How does the difference quotient undo what the Riemann sum does or vice versa. In terms of the two formulas? I would assume that working a difference quotient backwards would be similar to working a Riemann sum forward, but in reality as the operations go this couldn't be further from the...- noslen
- Thread
- Difference quotient Riemann Riemann sum Sum
- Replies: 4
- Forum: General Math
-
G
How to Approximate the Area of a Semi-Circle Using Riemann Sums
Can anyone please direct me in the right way on working out the approximate area of a semi-circle with equation y = (r^2 - x^2)^0.5, by using a Riemann Sum -
D
Can anyone help with finding the Riemann sum for f(x)=x^3?
Hello there, can anyone help me here as I'm finding it difficult to tackle this question. Consider f(x)=x^3 on the interval [1,5]. Find the Riemann sum for the equipartition P=(1,2,3,4,5) into 4 intervals with x_i^* being the right-hand endpoints (ie. x_i=a+hi) Then find a formula for the...- dan
- Thread
- Riemann Riemann sum Sum
- Replies: 1
- Forum: General Math