You need to remember what a quadratic model is, such that:
a_n = f(n) = a*n^2 + b*n + c
The problem provides the following information, such that:
a_0 = 3 => f(0) = a*0^2 + b*0 + c => c = 3
a_2 = 0 => f(2) = a*2^2 + b*2 + c => 4a + 2b + c = 0
a_6 = 36 => f(6) = a*6^2 + b*6 + c => 36a + 6b + c = 36
You need to replace 3 for c in the next two equations, such that:
4a + 2b + 3 = 0 => 4a + 2b = -3
36a + 6b + 3 = 36 => 36a + 6b = 33 => 18a + 2b = 11
Subtract the equation 4a + 2b = -3 from the equation 18a + 2b = 11 :
18a + 2b - 4a - 2b = 11 + 3
14a = 14 => a = 1
Replace 1 for a in equation 4a + 2b = -3 , such that:
4 + 2b = -3 => 2b = -7 => b = -7/2
Hence, the quadratic model for the given sequence is a_n = n^2 - (7/2)*n + 3.
Monday, January 20, 2020
Precalculus, Chapter 9, 9.4, Section 9.4, Problem 72
Subscribe to:
Post Comments (Atom)
Summarize the major research findings of "Toward an experimental ecology of human development."
Based on findings of prior research, the author, Bronfenbrenner proposes that methods for natural observation research have been applied in ...
-
Find the indefinite integral $\displaystyle \int \sec^4 \left( \frac{x}{2} \right) dx$. Illustrate by graphing both the integrand and its an...
-
Determine $\displaystyle \frac{dy}{dx}$ of $y^5 + x^2y^3 = 1 + x^4 y$ by Implicit Differentiation. $\displaystyle \frac{d}{dx}(y^5) + ...
-
Determine the area of the region bounded by the hyperbola $9x^2 - 4y^2 = 36$ and the line $ x= 3$ By using vertical strips, Si...
-
Find the integral $\displaystyle \int^1_0 \frac{1}{\sqrt{16 t^2 + 1}} dt$ If we let $u = 4t$, then $du = 4dt$, so $\displaystyle dt = \frac{...
-
Determine the integral $\displaystyle \int \frac{\sin^3 (\sqrt{x})}{\sqrt{x}} dx$ Let $u = \sqrt{x}$, then $\displaystyle du = \frac{1}{2 \s...
-
Gertrude's comment "The lady protests too much, methinks" in act 3, scene 2, of Shakespeare's Hamlet exposes her own guilt...
-
Given y=cos(2x), y=0 x=0,x=pi/4 so the solid of revolution about x-axis is given as V = pi * int _a ^b [R(x)^2 -r(x)^2] dx here R(x) =cos(2x...
No comments:
Post a Comment