When we divide the interval from 1 to 5 into 4 subintervals, each has a width of 1. Simpson's rule has us evaluate the integral as
... integral = (1/3)(f(1) +4f(2) +2f(3) +4f(4) +f(5)) = (1/3)(10 +4·25 +2·46 +4·73 +106)
... integral = (1/3)(600) = 200 . . . . . by Simpson's rule
_____
The integral evaluates to
![\displaystyle \int_{1}^{5}{\left(3x^2+6x+1\right)}\,dx=\left[x^3+3x^2+x\right]\limits_{1}^{5}=(5^3-1^3)+3(5^2-1^2)+(5-1)\\=124+3*24+4=200](https://tex.z-dn.net/?f=%5Cdisplaystyle%20%5Cint_%7B1%7D%5E%7B5%7D%7B%5Cleft%283x%5E2%2B6x%2B1%5Cright%29%7D%5C%2Cdx%3D%5Cleft%5Bx%5E3%2B3x%5E2%2Bx%5Cright%5D%5Climits_%7B1%7D%5E%7B5%7D%3D%285%5E3-1%5E3%29%2B3%285%5E2-1%5E2%29%2B%285-1%29%5C%5C%3D124%2B3%2A24%2B4%3D200)
_____
Simpson's rule uses a quadratic interpolation, so evaluates quadratics exactly.
Answer:
g=3
Step-by-step explanation:
Answer:
g(f(0)) = 2
Step-by-step explanation:
To find g(f(0)), you must first find f(0).
f(x) = 3x + 1
f(0) = 3(0) + 1 = 0 + 1 = 1
Now you input 1 into function g(x).
g(x) = (4x + 2)/3
g(1) = [4(1) + 2]/3
g(1) = [4 + 2]/3
g(1) = 6/3
g(1) = 2
g(f(0)) = 2
Answer:
105.42
Step-by-step explanation:
259.63
<u>154.21</u>
105.42
Answer:
p = 4
Step-by-step explanation:
The usually recommended procedure for solving a proportion is to "cross multiply", then divide by the coefficient of the variable. (Solve the remaining one-step equation.)
<h3>Cross multiply</h3>
This means multiply both sides of the equation by the product of the denominators:
(15/6)(6p) = (10/p)(6p) . . . . "cross multiply"
15p = 60 . . . . . . simplify
<h3>Second step</h3>
Now, divide by the coefficient of the variable.
15p/15 = 60/15
p = 4
The solution is p = 4.
__
<em>Additional comment</em>
If the variable is in the <em>numerator</em> of the proportion, using cross multiplication, you will find that you end up multiplying and dividing by the other denominator. To solve it in that case, you only need to multiply by the denominator under the variable.
__
For example, to solve ...
2/5 = p/10
you only need to multiply by 10. You don't need to multiply by 50, then divide by 5.
__
Any proportion can be written 4 ways:

This suggests another strategy: invert the whole proportion, then solve it as one with p in the numerator:
6/15 = p/10 ⇒ p = 10(6/15) = 4