<span>first, we are going to define variables as the following:
a = 0
a = π/2
n = 4 rectangles
Δx = [ b - a ] / n ------>Δx = [ π/2 - 0 ] / 4 = π/8
right endpoints :
sum( seq( 4 cos(x) * π/8 , x , 0+π/8 , π/2 , π/8 ) ) = 3.163065 underestimate
left endpoints:
sum( seq( 4 cos(x) * π/8 , x , 0 , π/2-(π/8) , π/8 ) ) = 4.733861 overestimate
the reason because the actual estimate by integral as the following:
π/2
∫ 4cos(x) dx = 4
0</span>
Answer:
The diameter is 16.8
Step-by-step explanation:
The diameter is double the radius.
Answer:
B. 30 cars per hour
If 5 cars pass her house in 10 minutes then 30 cars will pass her house per hour
hope you got it xx
Answer:
we have (a,b,c)=(4,-2,0) and R=4 (radius)
Step-by-step explanation:
since
x²+y²+z²−8x+4y=−4
we have to complete the squares to finish with a equation of the form
(x-a)²+(y-b)²+(z-c)²=R²
that is the equation of a sphere of radius R and centre in (a,b,c)
thus
x²+y²+z²−8x+4y=−4
x²+y²+z²−8x+4y +4 = 0
x²+y²+z²−8x+4y +4 +16-16 =0
(x²−8x + 16) + (y² + 4y + 4 ) + (z²) -16 = 0
(x-4)² + (y+2)² + z² = 16
(x-4)² + (y-(-2))² + (z-0)² = 4²
thus we have a=4 , b= -2 , c= 0 and R=4