MA2002 Calculus Tutorial 5
MA2002 Calculus Tutorial 5
A cubic equation x^3 + bx^2 + cx + d = 0 is a polynomial of degree 3 and according to the fundamental theorem of algebra, it can have up to three real roots. Since a cubic polynomial is continuous and differentiable everywhere, Descartes' Rule of Signs can help predict the number of positive and negative real roots. Considering sign changes in its derivatives, a cubic polynomial can have three, two, one, or zero real roots. Examples include: x^3−3x^2+3x−1=0 (one real root), x^3−2x^2−x+2=0 (two real roots), and x^3−6x^2+11x−6=0 (three real roots).
A fixed point of a function f(x) occurs when f(c) = c. Suppose there exists more than one fixed point, say c1 and c2, where c1≠c2 and f(c1)=c1 and f(c2)=c2. By Rolle's Theorem, if a function is continuous on [c1,c2] and differentiable on (c1,c2), then there must be some c in (c1,c2) such that f'(c)=0. However, given that f'(x)≠1 for x in R, the slope cannot be zero between any two fixed points, contradicting the requirement of any other possible fixed points. Thus, f can have at most one fixed point .
The formula f(b) = f(a) + (b−a)f'(a) + ((b−a)^2/2)f''(c) captures the essence of a Taylor series by approximating a function's behavior around a point a to value b through polynomial expansion covering initial terms of the series. The first term computes the value at a, the second term scales the derivative by the interval length, and the third captures curvilinear deviations through the second derivative scaled by the square of the interval. This operation represents an initial expansion, reflecting key aspects of series theory enrichment by additional terms providing finer approximations .
To demonstrate that g(x)=x^101+x^51+x+1 has no local maxima or minima, use the function's derivative. Calculating g'(x)=101x^100+51x^50+1 shows that its endpoint with the highest power has no zero for any real x, implying that g' does not change sign. As such, g'(x) is always positive meaning g(x) is strictly increasing and, therefore, it cannot have local maxima or minima because these features require the first derivative to change signs around critical points .
The function f(x) being continuous as it contains polynomials and trigonometric components adheres to the conditions required by the Intermediate Value Theorem. For example, f(x)=x^4−4x+1, checking values at endpoints shows f is continuous. If f(a)<0 and f(b)>0 or vice versa, there exists some c in (a, b) where f(c)=0. Similarly, solutions rely on derivative tests defining interval behavior such as for x^4−4x+1 which can show two changes in sign across roots, thus capturing full application from the continuous nature and change in function values .
Start by squaring both sides of the inequality to consider (1+x) < (1 + x/2)^2. Expanding the right side yields 1 + x + x^2/4. Simplifying the inequality: 1+x < 1+x+x^2/4 gives 0 < x^2/4, which is true for x > 0. Hence, the original inequality √(1+x) < 1 + x/2 is proven for x > 0, confirming the difference of squares supports transitive properties applied to more complex inequality problems .
A function's inflection point occurs where its second derivative changes sign, indicating a shift from concave up to concave down or vice versa. This sign change implies the first derivative has a relative extremum. For a function f having multiple zeros, f'' must change sign because f' would have a local max or min, demonstrating regions of upward and downward curvature. Similar logic explains that for f having three zeros, f'' must intersect zero at least once between these roots, supporting broader polynomial behavior analysis and consistent root distribution .
If f''(x) is positive throughout an interval, it implies the function f is concave up on that interval. A function is concave up (bowl-shaped) when its second derivative is positive, indicating that the slope of the tangent lines to the curve is increasing. For instance, in an open interval I, if f''(x)>0 for every x in I, then for points a, b in I where a<b, (1-λ)f(a)+λf(b) > f((1-λ)a + λb) holds true due to the convex combination being greater, supporting broader application of Jensen's inequality .
To prove that the function f(x)=2x−sinx has exactly one zero, consider the Intermediate Value Theorem which states that if f is continuous on [a, b] and f(a) and f(b) have opposite signs, then f has at least one zero in (a, b). The function f(x)=2x−sinx is continuous for all x in (−∞,∞). Evaluating f(x) at certain points, we have that as x approaches −∞, f(x) approaches −∞ and as x approaches ∞, f(x) approaches ∞. Calculating f(0) = 0 gives us f(0) = 0, indicating one zero at x = 0. To ensure it is the only zero, check f'(x) = 2−cos(x), which is always positive since |cos(x)| ≤ 1, meaning f(x) is strictly increasing. Thus, there is exactly one zero .
Critical points of a function occur where the derivative is zero or undefined. To classify these points into local maxima or minima, use the first derivative test. For a function f(x) with critical points at x = c, if f'(x) changes from positive to negative at c, then f(x) has a local maximum at c. If f'(x) changes from negative to positive, f(x) has a local minimum there. The function f'(x) can be also used in conjunction with the second derivative test to determine concavity, where f''(c)>0 indicates a local minimum and f''(c)<0 a local maximum, provided f'' exists. For instance, for f with derivative (x−1)(x+2)(x−3), local minima occur at x=-2 and x=3, and a local maximum occurs at x=1 .