📝 Quadratic approximation formula (35 MCQs)
📖 From Calculus • 10. Infinite Series in Calculus • 35 questions available
What is Quadratic approximation formula?
The quadratic approximation of near is the 2nd-degree Taylor polynomial: , which gives a parabola that matches the function's value, slope, and curvature at .
📝 All Quadratic approximation formula MCQs
Q1. A student constructs the local quadratic approximation for a function at . They correctly identify and c_1 = f'(0), but set c_2 = f''(0). When testing the approximation, they find significant error near zero. What is the fundamental conceptual error in their derivation?
📖 Explanation: The definition of the local quadratic approximation requires that the polynomial and its first two derivatives match the function at the expansion point. Since the second derivative of is , setting this equal to f''(0) necessitates that c_2 = f''(0)/2!. Omitting the division by 2 results in a polynomial whose curvature is double what it should be, leading to immediate divergence from the true function behavior near the expansion point.
Q2. Consider the local quadratic approximation for at . If we define an error function , which of the following best describes the limiting behavior of as ?
📖 Explanation: Since matches up to the second derivative, the Taylor expansion of the difference begins with the cubic term (f'''(0)/3!)x^3. Therefore, when dividing by , the result approaches (f'''(0)/3!)x, which goes to 0. However, if the question implies the *coefficient* governing the error's growth relative to the next power, it relates to the third derivative. Strictly speaking, . If the option meant , it would be f'''(0)/6. Given standard analysis contexts, recognizing that the error is of order is key; thus, the ratio to vanishes, but the *nature* of the error is dictated by the unmatched third derivative.
Q3. You are modeling the potential energy of a particle near a stable equilibrium point at . Why is the local quadratic approximation physically preferred over the local linear approximation for analyzing small oscillations, even if both are mathematically valid approximations?
📖 Explanation: At a stable equilibrium, U'(0)=0, so the local linear approximation is simply the constant . This predicts zero net force everywhere locally, implying no dynamics. The local quadratic approximation includes the U''(0)x^2/2 term. Since stability implies U''(0) > 0, this term provides the parabolic potential well necessary to model a restoring force F = -U'(x) \approx -U''(0)x. Without this second-order term, the mathematical model fails to capture the fundamental physics of oscillation, regardless of how close is to zero.
Q4. An engineer uses the local quadratic approximation for at to estimate . They obtain . A colleague argues that using the linear approximation was safer because higher-order terms introduce complexity without guaranteed accuracy improvement for positive . Evaluate this claim based on the properties of .
📖 Explanation: For , f'(x)=1/(1+x) and f''(x)=-1/(1+x)^2. At , f''(0)=-1. The linear approximation lies above the curve for due to concavity. The quadratic approximation incorporates this negative curvature. For , and . The true value is approximately . The quadratic approximation is significantly more accurate because it accounts for the rate of change of the slope. The colleague’s reasoning ignores the geometric significance of the second derivative in correcting systematic bias.
Q5. Given the graph of a function that passes through with a horizontal tangent and is concave up at the origin, which of the following could represent its local quadratic approximation at ?
📖 Explanation: From the graph description: implies the constant term is 1. A horizontal tangent means f'(0)=0, eliminating any linear term. Concave up implies f''(0) > 0. Examining the options: has non-zero slope; is concave down; has . Only satisfies , p'(0)=0, and p''(0)=4 > 0. This demonstrates translating visual geometric features directly into polynomial coefficients without explicit formula derivation.
Q6. Suppose is an odd function that is three times differentiable at . What must be true about its local quadratic approximation at ?
📖 Explanation: If is odd, then . Differentiating twice gives f''(-x) = -f''(x), meaning f'' is also an odd function. Assuming continuity/differentiability, f''(0) must be 0. Consequently, the coefficient c_2 = f''(0)/2! = 0. Thus, the quadratic term vanishes entirely. The local quadratic approximation reduces to f(0) + f'(0)x. Since for odd functions, p_2(x) = f'(0)x, which is exactly the local linear approximation. Students often mistakenly believe 'quadratic' implies a non-zero squared term exists.
Q7. In deriving the local quadratic approximation for at , why do we express the polynomial in powers of rather than powers of ?
📖 Explanation: When expanding around , writing simplifies differentiation significantly. Evaluating immediately isolates ; evaluating p'(a) isolates ; and evaluating p''(a) isolates . If we used powers of (i.e., ), solving for would require solving a coupled system of linear equations involving . The shifted basis diagonalizes the mapping between coefficients and derivative values, making the derivation trivial and computationally stable.
Q8. A student attempts to find the local quadratic approximation of at . They argue that since and the graph looks like a V-shape, the best quadratic fit is . Analyze the validity of this approach within the strict definition of local quadratic approximation.
📖 Explanation: The formal definition of the nth-degree Taylor/Maclaurin polynomial requires the existence of derivatives up to order n at the expansion point. While might be a good regression fit or share symmetry, is not differentiable at . Therefore, f'(0) is undefined, and strictly speaking, the local quadratic approximation does not exist. Confusing 'best fit' with 'Taylor polynomial' is a common misconception. The Taylor polynomial is a specific analytic construct dependent on pointwise differentiability, not just geometric proximity or integral error minimization.
Q9. Let be the local quadratic approximation for at . Consider the inequality . For which interval centered at 0 does this inequality hold true?
📖 Explanation: The local quadratic approximation for at 0 is . We examine . g(0)=0, g'(0)=0, g''(0)=0. The fourth derivative test or series expansion shows near zero, so locally. However, as , while , so the inequality holds globally? Wait. Actually, drops below -1 when . Cosine stays above -1. So actually holds for ALL real x. Let's re-evaluate. Is there a crossover? No. The parabola opens downward and goes to negative infinity. Cosine oscillates between -1 and 1. Once the parabola drops below -1, cosine is always greater. Near zero, Taylor remainder analysis confirms cosine is greater. Thus, the inequality actually holds for all real x. This challenges intuition about polynomial vs trigonometric bounds.
Q10. When approximating near , the local quadratic approximation is . If a student incorrectly calculates the second derivative as positive, yielding , how will the approximation error behave for small positive ?
📖 Explanation: The true function has f''(x) = -1/(4(1+x)^{3/2}), which is negative (concave down). The correct quadratic bends downward. If the student uses a positive quadratic coefficient, their parabola bends upward. For , the true function increases slower than linear, while the incorrect approximation increases faster than linear. This creates a compounding error where the gap widens quadratically rather than being minimized. Recognizing the sign of curvature is crucial for determining whether an approximation acts as an upper or lower bound.
Q11. Which of the following statements best distinguishes the local quadratic approximation from the second-degree least squares regression fit on an interval ?
📖 Explanation: The local quadratic approximation is determined exclusively by f(a), f'(a), f''(a). It ignores function behavior anywhere else. In contrast, least squares regression minimizes , incorporating information from the whole interval. As , the least squares fit converges to the Taylor polynomial, but for any finite , they differ. The Taylor polynomial optimizes local contact (tangency of order 2), whereas regression optimizes average fidelity. Understanding this distinction prevents misapplying local tools to global fitting problems.
Q12. You are given that the local quadratic approximation of at is . Without knowing , determine .
📖 Explanation: By definition, if is the local quadratic approximation, then , f'(0)=-2, and f''(0)/2! = 1 \implies f''(0)=2. The limit expression is essentially asking for the coefficient of the term in the Taylor expansion, or equivalently . Since , the limit simplifies to . This tests understanding that the approximation defines the limiting ratio of the function's deviation from lower-order terms.
Q13. In a numerical methods course, students compare Newton's Method for root finding with optimization using local quadratic models. How does the local quadratic approximation relate to Newton's Method for optimization?
📖 Explanation: Newton's method for solving f'(x)=0 applies the root-finding algorithm to the derivative: x_{n+1} = x_n - f'(x_n)/f''(x_n). Alternatively, constructing the local quadratic model q(x) = f(x_n) + f'(x_n)(x-x_n) + \frac{1}{2}f''(x_n)(x-x_n)^2 and finding its minimum involves setting q'(x)=0, which yields f'(x_n) + f''(x_n)(x-x_n) = 0. Solving for gives the exact same update rule. Thus, Newton's optimization is precisely the iterative minimization of successive local quadratic approximations. This unifies the geometric and algebraic perspectives.
Q14. A physics textbook states that for small angles, . A student proposes using the local quadratic approximation for better accuracy. Identify the category error in this proposal regarding the degree of approximation.
📖 Explanation: The Maclaurin series for is . The second derivative at 0 is . Therefore, the coefficient of is zero. The local quadratic approximation is . The expression is the local *cubic* (and quartic) approximation. Calling it quadratic is terminologically incorrect, even though it contains a lower-degree term. Precision in terminology matters: 'quadratic' refers to the degree of the polynomial used, not just 'any improvement over linear'.
Q15. Consider the function for and . What is its local quadratic approximation at , and what does this imply about the utility of quadratic approximations for flat functions?
📖 Explanation: This classic counterexample has for all . Thus, every Taylor polynomial, including the quadratic, is identically zero. Despite for all , the local quadratic approximation provides absolutely no information about the function's positive values. This highlights a critical limitation: local polynomial approximations rely on derivatives encoding local behavior. For 'flat' or non-analytic smooth functions, derivatives fail to capture the function's structure, rendering Taylor-based approximations useless despite infinite differentiability.
Q16. When deriving the local quadratic approximation for at , a student computes f''(0) = 2\tan(0)\sec^2(0) = 0 and concludes . Another student claims must have a quadratic term because tangent grows super-linearly. Resolve this conflict.
📖 Explanation: Tangent is an odd function with an inflection point at the origin. Geometrically, the curve crosses its tangent line at . Analytically, f''(x) = 2\sec^2(x)\tan(x), so f''(0)=0. The local quadratic approximation is indeed . The second student confuses local behavior with global behavior. While for , this deviation is cubic (), not quadratic. Locally, the quadratic term vanishes due to symmetry. Super-linear growth does not necessitate a non-zero quadratic coefficient if the dominant nonlinear term is of odd degree.
Q17. You are designing a roller coaster track segment modeled by connecting smoothly to a straight horizontal section at . To ensure passenger comfort, you need continuity of position, slope, and acceleration. Which mathematical tool guarantees these physical constraints at the junction?
📖 Explanation: Physical smoothness corresponds to mathematical differentiability. Position continuity is , slope continuity is , and acceleration continuity relates to (since acceleration involves the second derivative of position with respect to time, linked to curvature). The local quadratic approximation explicitly matches , f'(0), and f''(0). Matching these three quantities ensures that the transition from the straight segment (where y'=0, y''=0) to the curve is seamless up to the second order. Linear approximation would leave a discontinuity in acceleration (jerk), causing discomfort.
Q18. If the local quadratic approximation of at is , and we know that has a local maximum at , what constraints must and satisfy?
📖 Explanation: For a local maximum at : 1) f'(a)=0 \implies B=0. 2) Second derivative test requires f''(a) < 0. Since C = f''(a)/2, this implies . The value is simply the function value at the maximum, which can be any real number depending on the vertical shift of the function. Option D is incorrect because makes the second derivative test inconclusive (could be inflection or higher-order extremum). Option B describes a minimum. This links calculus extrema tests directly to polynomial coefficient signs.
Q19. A computational algorithm approximates using p(x) = f(0) + f'(0)x + \frac{f''(0)}{2}x^2. Due to floating-point noise, the computed second derivative has a small error . How does this error propagate in the approximation as moves away from 0?
📖 Explanation: The true approximation uses f''(0)/2. The computed version uses (f''(0)+\epsilon)/2. The difference between the computed and true polynomial is . This demonstrates that errors in higher-order derivative estimates become increasingly significant further from the expansion point. Near zero, the factor suppresses the error, but as grows, this quadratic amplification dominates. This explains why high-order Taylor approximations can be numerically unstable far from the center unless derivatives are computed with extreme precision.
Q20. Compare the local quadratic approximations of at and at . Are they related by a simple transformation?
📖 Explanation: Note that . The local quadratic approximation respects this translation. If approximates near , then approximating near corresponds to approximating near . Thus, . Direct calculation confirms f'(1)=1, f''(1)=-1, yielding the same result. This illustrates the translational invariance of Taylor expansions: shifting the input variable shifts the expansion center without altering the functional form of the polynomial coefficients relative to that center.
Q21. Why does the local quadratic approximation for fail to exist at , despite the function being continuous and having a clear geometric shape there?
📖 Explanation: Differentiability is a prerequisite for Taylor polynomials. For , f'(x) = 1/(2\sqrt{x}). As , f'(x) \to \infty. Since the derivative is unbounded/non-existent at the expansion point, neither the linear nor quadratic coefficients can be defined. Geometrically, this corresponds to a vertical tangent. While the curve is smooth visually, analytically it lacks the finite slope required for polynomial approximation at that specific point. One must expand around instead.
Q22. In the context of special relativity, kinetic energy is where . Using the local quadratic approximation for at , derive the classical kinetic energy formula. What does the next term in the expansion represent?
📖 Explanation: Let . Then . The local quadratic (in ) is . Substituting back: . The first term is classical KE. The second term is the leading-order relativistic correction. This demonstrates how local quadratic approximation bridges modern and classical physics, with higher-order terms quantifying deviations from classical theory at higher velocities.
Q23. A student graphs and its local quadratic approximation at . They observe that the curves intersect at and appear to 'kiss', but for slightly greater than , . What can be definitively concluded about f'''(a)?
📖 Explanation: Since matches up to the second derivative, the difference behaves like \frac{f'''(a)}{6}(x-a)^3 near . If for , then for . Since for , the coefficient f'''(a)/6 must be negative. Therefore, f'''(a) < 0. This connects the visual crossing behavior of the approximation and the function directly to the sign of the first unmatched derivative.
Q24. Suppose you want to approximate near . Direct differentiation is possible via FTC. What is the local quadratic approximation?
📖 Explanation: By FTC, f'(x) = e^{-x^2}. At , , f'(0)=e^0=1. For the second derivative: f''(x) = -2xe^{-x^2}, so f''(0)=0. Thus, the local quadratic approximation is . Even though the integrand is complex, the local behavior of the accumulation function at the lower limit is simply linear. The quadratic term vanishes because the integrand has a critical point (maximum) at , making its rate of change zero initially.
Q25. When using local quadratic approximation to model data, why might one prefer a piecewise quadratic spline over a single global quadratic approximation?
📖 Explanation: A single quadratic polynomial has exactly one extremum and no inflection points. Real-world data often exhibits complex curvature changes. A global quadratic forces a simplistic parabolic shape onto potentially complex data, leading to large systematic errors. Piecewise quadratics (splines) allow different curvature parameters in different regions, adapting to local features while maintaining smoothness at knots. This flexibility makes them vastly superior for modeling non-monotonic or multi-modal phenomena where a single local approximation at one point cannot represent the entire domain.
Q26. Consider the function . Its local quadratic approximation at is . A student argues this is useless because is positive. Defend the mathematical correctness of despite its practical inadequacy.
📖 Explanation: Mathematical definitions are precise. The local quadratic approximation is uniquely determined by derivatives up to order 2. For , these are all zero at the origin. Thus, is the *only* correct local quadratic approximation. The fact that it poorly represents the function's positivity reflects that is 'flatter' than any quadratic at the origin. The remedy is not to redefine the quadratic approximation, but to recognize that a higher-degree polynomial is needed. This reinforces that 'local quadratic' is a specific operator, not a generic 'simple curve fit'.
Q27. In financial mathematics, the price of an option is often approximated using Greeks: Delta () and Gamma (). If is option value and is stock price, the approximation is . How does this map to local quadratic approximation concepts?
📖 Explanation: The given formula is precisely the Taylor expansion of truncated at the second order. corresponds to the first derivative coefficient. corresponds to the second derivative. The factor of comes from the Taylor series denominator . Financial practitioners use this local quadratic model to estimate risk exposure for small price moves. Understanding this as a Taylor polynomial clarifies why it works well for small but requires higher-order Greeks (Vanna, Volga) for larger moves.
Q28. A student derives the local quadratic approximation for at as . Verify this result and explain why the linear term is absent.
Q29. When approximating at , the local quadratic is . If we transform variables via , approximating at gives . Why does transforming back not yield the original quadratic in ?
📖 Explanation: Approximation and nonlinear transformation do not commute. The local quadratic of is exact. Substituting gives , which is exact but not a polynomial in . Conversely, taking the quadratic in and substituting yields , which expands to . The quadratic terms cancel! This shows that the 'best' quadratic in one coordinate system differs from the transformed 'best' quadratic in another. Truncation errors interact with the Jacobian of the transformation.
Q30. A researcher models bacterial growth near . They know , P'(0)=10, and P''(0)=2. They write . A reviewer rejects this model. What is the likely mathematical objection?
📖 Explanation: This is a classic coefficient error. The Taylor polynomial is P(0) + P'(0)t + \frac{P''(0)}{2!}t^2. Given P''(0)=2, the term is . The researcher used the raw second derivative value as the coefficient, forgetting the factorial divisor. While the objection about long-term growth (A) is biologically valid, the immediate *mathematical* rejection based on the provided derivatives is the incorrect coefficient. In applied math exams, distinguishing between model validity and calculation errors is crucial. Here, the calculation is objectively wrong regardless of biological realism.
Q31. For the function , the concept of local quadratic approximation extends to multivariable calculus. At , what is the approximation, and how does it relate to the Hessian matrix?
📖 Explanation: In multivariable calculus, the local quadratic approximation at a critical point is given by the quadratic form associated with the Hessian matrix. For , first derivatives are zero at origin. Second partials: . The Hessian is [[2,1],[1,2]]. The quadratic approximation is . Since the original function is already quadratic, the approximation is exact. This connects single-variable f''(0)/2 to the multivariable Hessian quadratic form, showing the unified structure of second-order approximations.
Q32. You are verifying a computer algebra system's output for the local quadratic approximation of at . The system outputs . Is this plausible?
📖 Explanation: is odd: . Odd functions have Taylor series with only odd powers. Therefore, the coefficient of must be zero. Calculus check: f'(x)=(1-x^2)^{-1/2}, f''(x)=x(1-x^2)^{-3/2}. At , f''(0)=0. Thus, the local quadratic approximation is indeed just . The curvature appears at the cubic level (). Trusting the symmetry argument allows quick verification of CAS outputs without full recalculation.
Q33. In signal processing, a waveform is sampled. To reconstruct values between samples, engineers sometimes use local quadratic interpolation. How does this differ from using the local quadratic *approximation* (Taylor) at a sample point?
📖 Explanation: Taylor approximation requires analytical derivatives at a point, which are rarely available in discrete signal processing. Quadratic interpolation fits a parabola through three adjacent data points . This estimates local behavior using finite differences rather than infinitesimal derivatives. As sampling density increases, the interpolating quadratic converges to the Taylor quadratic, but for finite data, they differ. Interpolation is data-driven; Taylor is model-driven. Confusing them leads to errors when analytical forms are unknown.
Q34. Consider . Its local quadratic approximation at is . Now consider for tiny . Its approximation is . What does this sensitivity reveal about the stability of quadratic approximations near inflection points?
📖 Explanation: At a pure inflection point (), the quadratic term vanishes. Adding an arbitrarily small breaks the odd symmetry and introduces a non-zero quadratic component. Topologically, the zero polynomial and are distinct (one is flat, one is curved). This discontinuity in the space of approximations indicates structural instability. In practical computation, noise can mimic this , causing the estimated quadratic approximation to fluctuate wildly between flat and curved near inflection points. This warns against over-interpreting small quadratic coefficients near suspected inflections.
Q35. A student claims that since , then . They conclude the local quadratic approximation for is . Is this procedure valid?
📖 Explanation: Algebraic operations on Taylor polynomials are valid provided one truncates to the appropriate degree afterward. . Squaring: . Discarding terms above degree 2 gives . Direct verification: at 0 is . Coefficient is . Matches. This method is often faster than repeated product-rule differentiation. It demonstrates the power of treating series as algebraic objects, a key skill in advanced calculus.