Analytical Applications of Differentiation
1. Finding Extrema on an Interval1. Core Concept & Rationale Core Concept: Identifying the absolute maximum and minimum values of a continuous function on a closed, bounded interval. This is governed by the Extreme Value Theorem (EVT), which guarantees that such extrema exist.Rationale: This is the foundational skill for all optimization problems. It allows us to find the guaranteed "best" or "worst" case scenarios in a defined range, from maximizing profit to minimizing material usage.2. Key Components & Sub-SkillsExtreme Value Theorem (EVT): A theorem stating that if a function f is continuous on a closed interval [a,b], then f must attain both an absolute maximum and an absolute minimum value on that interval.Critical Points: A point c in the domain of f where either fâ²(c)=0 or fâ²(c) is undefined. These are the only interior points where a local extremum can occur.The Candidates Test: A methodical procedure for finding absolute extrema on a closed interval [a,b]:Find all critical points of f within the interval (a,b).Evaluate the function f at these critical points.Evaluate the function f at the endpoints, f(a) and f(b).Compare the values from steps 2 and 3. The largest value is the absolute maximum, and the smallest is the absolute minimum.3. Nuances & Advanced ApplicationsCommon Pitfalls: Forgetting to test the endpoints is the most common error. The absolute extremum often occurs at an endpoint, not a critical point.Subtle Nuances: The EVT only applies to continuous functions on closed intervals. If the interval is open (e.g., (a,b)) or the function has a discontinuity, an absolute maximum or minimum is not guaranteed.Niche Applications: In economics, the concept is used to find maximum profit or minimum cost within a specific production range. In physics, it's used to find the maximum height of a projectile within a given time frame.4. Worked Examples & ApplicationsFind the absolute extrema of f(x)=x3â3x2+1 on the interval [â21â,4].Find the derivative to locate critical points. $f'(x) = 3x^2 - 6x$$f'(x) = 3x^2 - 6x$Set the derivative to zero and solve for x.3x2â6x=03x(xâ2)=0x=0,x=2Both x=0 and x=2 are within the interval [â21â,4] , so they are valid candidates.x=2 are within the interval [â21â,4] , so they are valid candidates.fâ²(x) is a polynomial, so it isfâ²(x) is a polynomial, so it is3x(xâ2)=0Apply the Candidates Test.Evaluate at endpoint x=â1/2: f(â21â)=(â21â)3â3(â21â)2+1=â81ââ43â+1=81âEvaluate at critical point x=0:f(0)=(0)3â3(0)2+1=1Evaluate at critical point x=2:f(2)=(2)3â3(2)2+1=8â12+1=â3Evaluate at endpoint x=4:f(4)=(4)3â3(4)2+1=64â48+1=17Compare values.The highest value is 17. Absolute Maximum: 17 at x=4.The lowest value is -3. Absolute Minimum: -3 at x=2.2. Rolle's Theorem & The Mean Value Theorem1. Core Concept & RationaleCore Concept: The Mean Value Theorem (MVT) guarantees that for a differentiable function on a closed interval, there exists at least one point where the instantaneous rate of change (the derivative) is equal to the average rate of change over the interval. Rolle's Theorem is a special case where the average rate of change is zero.Rationale: The MVT is a crucial theoretical tool in calculus that connects the derivative (instantaneous view) to the overall behavior of a function (average view). It is used to prove many other theorems, including the Fundamental Theorem of Calculus.2. Key Components & Sub-SkillsMean Value Theorem (MVT) Conditions:f is continuous on the closed interval [a,b].f is differentiable on the open interval (a,b).MVT Conclusion: If the conditions are met, there is at least one number c in (a,b) such that:fâ²(c)=bâaf(b)âf(a)âRolle's Theorem: A special case of the MVT with an additional condition: f(a)=f(b). If all three conditions are met, there is at least one number c in (a,b) such that fâ²(c)=0.3. Nuances & Advanced ApplicationsCommon Pitfalls: Misunderstanding the conditions. If a function has a sharp corner (like f(x)=â£x⣠at x=0) or a discontinuity, the MVT does not apply.Subtle Nuances: The MVT guarantees the existence of a point c, but it does not provide a method for finding it. You must solve the MVT equation algebraically to find the value(s) of c.Application in Physics: If s(t) is the position of an object, the MVT states that at some point in time, its instantaneous velocity must equal its average velocity over that time interval.4. Worked Examples & ApplicationsFor f(x)=x3âx on the interval [0,2], find the value(s) of c guaranteed by the Mean Value Theorem.Verify conditions.f(x) is a polynomial, so it is continuous on [0,2] and differentiable on (0,2). The MVT applies.Calculate the average rate of change.f(0)=03â0=0f(2)=23â2=6Average Slope: 2â0f(2)âf(0)â=26â0â=3Find the derivative and set it equal to the average rate of change. $f'(x) = 3x^2 - 1$$f'(x) = 3x^2 - 1$Set fâ²(c)=3: $3c^2 - 1 = 3$3c^2 - 1 = 3$ $3c^2 = 4$3c^2 = 4$ $c^2 = \frac{4}{3}$ $c = \pm\sqrt{\frac{4}{3}} = \pm\frac{2}{\sqrt{3}}$ $c^2 = \frac{4}{3}$ $c = \pm\sqrt{\frac{4}{3}} = \pm\frac{2}{\sqrt{3}}$ $3c^2 - 1 = 3$ $3c^2 = 4$ c2=34â c=±34ââ=±3â2â3c2â1=3 $3c^2 = 4$ $c^2 = \frac{4}{3}$ $c = \pm\sqrt{\frac{4}{3}} = \pm\frac{2}{\sqrt{3}}$Select the value of c within the interval (0,2).c=3â2â is in (0,2).c=â3â2â is not in (0,2).The guaranteed value is c=3â2â.3. Increasing/Decreasing Intervals & The First Derivative Test1. Core Concept & RationaleCore Concept: The sign of the first derivative, fâ²(x), determines whether the original function, f(x), is increasing or decreasing. The First Derivative Test uses this principle to classify critical points as local maxima, minima, or neither.Rationale: This is the primary tool for understanding the "ups and downs" of a function's graph. It allows us to pinpoint and classify turning points, which are often points of interest in real-world models.2. Key Components & Sub-SkillsRelationship between fâ² and f:If fâ²(x)>0 on an interval, then f(x) is increasing on that interval.If fâ²(x)<0 on an interval, then f(x) is decreasing on that interval.Sign Analysis: The process involves finding critical points (where fâ²(x)=0 or is undefined) and then testing the sign of fâ²(x) in the intervals created by these points.The First Derivative Test: At a critical point c:If fâ²(x) changes from positive to negative, then f has a local maximum at c.If fâ²(x) changes from negative to positive, then f has a local minimum at c.If fâ²(x) does not change sign, there is no local extremum at c.3. Nuances & Advanced ApplicationsCommon Pitfalls: Confusing the sign of fâ²(x) with the value of f(x). A positive derivative means the function is rising; it does not mean the function itself is positive.Subtle Nuances: A critical point is a candidate for a local extremum, not a guarantee. The function f(x)=x3 has a critical point at x=0, but since fâ²(x)=3x2 is positive on both sides of 0, it is neither a max nor a min.4. Worked Examples & ApplicationsFor f(x)=x4â4x3, find the intervals where f is increasing/decreasing and classify all local extrema.Find the derivative and critical points. $f'(x) = 4x^3 - 12x^2$ $4x^2(x - 3) = 0$ $x = 0, \quad x = 3$$f'(x) = 4x^3 - 12x^2$ $4x^2(x - 3) = 0$ $x = 0, \quad x = 3$Create a sign chart for fâ²(x). The critical points x=0 and x=3 divide the number line into three intervals: (ââ,0), (0,3), and (3,â).Interval (ââ,0): Test x=â1. fâ²(â1)=4(â1)2(â1â3)=4(1)(â4)=â16 (Negative).Interval (0,3): Test x=1. fâ²(1)=4(1)2(1â3)=4(1)(â2)=â8 (Negative).Interval (3,â): Test x=4. fâ²(4)=4(4)2(4â3)=4(16)(1)=64 (Positive).State conclusions.Decreasing: fâ²(x)<0 on (ââ,0) and (0,3). So, f is decreasing on (ââ,3].Increasing: fâ²(x)>0 on (3,â). So, f is increasing on [3,â).Local Extrema:At x=0, fâ² does not change sign (negative to negative). No local extremum at x=0.At x=3, fâ² changes from negative to positive. Local minimum at x=3. The minimum value is f(3)=34â4(3)3=81â108=â27.4. Concavity & The Second Derivative Test1. Core Concept & RationaleCore Concept: The sign of the second derivative, fâ²â²(x), determines the concavity (curvature) of the original function, f(x). A point where concavity changes is called a point of inflection. The Second Derivative Test uses this to classify critical points.Rationale: Concavity adds a crucial layer of detail to a function's graph. In applications, the point of inflection often signifies a point of diminishing returns or the moment of fastest change.2. Key Components & Sub-SkillsRelationship between fâ²â² and f:If fâ²â²(x)>0 on an interval, then f(x) is concave up (holds water, graph is above its tangent lines).If fâ²â²(x)<0 on an interval, then f(x) is concave down (spills water, graph is below its tangent lines).Point of Inflection (POI): A point on the graph where the concavity changes. This can occur where fâ²â²(x)=0 or fâ²â²(x) is undefined. You must confirm that the sign of fâ²â² actually changes at that point.The Second Derivative Test: A method to classify critical points (c where fâ²(c)=0):If fâ²â²(c)>0, then f has a local minimum at c.If fâ²â²(c)<0, then f has a local maximum at c.If fâ²â²(c)=0, the test is inconclusive. You must use the First Derivative Test.3. Nuances & Advanced ApplicationsCommon Pitfalls: Assuming that if fâ²â²(c)=0, there must be a point of inflection. For f(x)=x4, fâ²â²(0)=0, but the function is concave up on both sides of x=0, so it is not a POI.Subtle Nuances: The Second Derivative test can be faster than the First Derivative test but is less universally applicable because it can be inconclusive.4. Worked Examples & ApplicationsFor the same function, f(x)=x4â4x3, find intervals of concavity and any points of inflection.Find the second derivative and possible POIs. $f'(x) = 4x^3 - 12x^2$ $f''(x) = 12x^2 - 24x$ $12x(x - 2) = 0$ $x = 0, \quad x = 2$$f'(x) = 4x^3 - 12x^2$ $f''(x) = 12x^2 - 24x$ $12x(x - 2) = 0$ $x = 0, \quad x = 2$Create a sign chart for fâ²â²(x). The possible POIs x=0 and x=2 divide the number line into three intervals.Interval (ââ,0): Test x=â1. fâ²â²(â1)=12(â1)(â1â2)=(â12)(â3)=36 (Positive).Interval (0,2): Test x=1. fâ²â²(1)=12(1)(1â2)=(12)(â1)=â12 (Negative).Interval (2,â): Test x=3. fâ²â²(3)=12(3)(3â2)=(36)(1)=36 (Positive).State conclusions.Concave Up: fâ²â²(x)>0 on (ââ,0) and (2,â).Concave Down: fâ²â²(x)<0 on (0,2).Points of Inflection:At x=0, concavity changes from up to down. POI at x=0. The point is (0,f(0))=(0,0).At x=2, concavity changes from down to up. POI at x=2. The point is (2,f(2))=(2,â16).5. Limits at Infinity1. Core Concept & RationaleCore Concept: Evaluating the limit of a function as the input x approaches positive or negative infinity. This describes the long-term behavior of the function.Rationale: This process is used to identify horizontal asymptotes, which are essential for understanding the global behavior of a function and accurately sketching its graph.2. Key Components & Sub-SkillsHorizontal Asymptote: A line y=L is a horizontal asymptote of f(x) if either limxâââf(x)=L or limxââââf(x)=L.Rational Functions: For f(x)=Q(x)P(x)â, compare the degrees of the numerator and denominator.Degree Num < Den: Limit is 0.Degree Num = Den: Limit is the ratio of the leading coefficients.Degree Num > Den: Limit is â or ââ.L'Hôpital's Rule: If limxâcâg(x)f(x)â results in an indeterminate form (00â or âââ), then the limit is equal to limxâcâgâ²(x)fâ²(x)â, provided the latter limit exists. This applies for c=±â as well.3. Nuances & Advanced ApplicationsCommon Pitfalls: Applying L'Hôpital's Rule to a limit that is not in an indeterminate form. Always check first!Subtle Nuances: A function can cross its horizontal asymptote. The asymptote only describes end behavior. Also, be aware of functions with different end behaviors, such as f(x)=ex, where limxâââex=â but limxââââex=0.4. Worked Examples & ApplicationsExample A: Rational Function Evaluate limxâââ2x2+73x2â5x+1â.The degree of the numerator (2) equals the degree of the denominator (2).The limit is the ratio of the leading coefficients.limxâââ2x2+73x2â5x+1â=23âExample B: L'Hôpital's Rule Evaluate limxâââxln(x)â.Check the form.As xââ, ln(x)ââ and xââ. This is the indeterminate form âââ. L'Hôpital's Rule applies.Apply the rule. $\lim_{x \to \infty} \frac{\ln(x)}{x} = \lim_{x \to \infty} \frac{\frac{d}{dx}(\ln x)}{\frac{d}{dx}(x)}$ $= \lim_{x \to \infty} \frac{1/x}{1}$ $= \lim_{x \to \infty} \frac{1}{x}$ $= 0$$\lim_{x \to \infty} \frac{\ln(x)}{x} = \lim_{x \to \infty} \frac{\frac{d}{dx}(\ln x)}{\frac{d}{dx}(x)}$ $= \lim_{x \to \infty} \frac{1/x}{1}$ $= \lim_{x \to \infty} \frac{1}{x}$ $= 0$6. Curve Sketching1. Core Concept & RationaleCore Concept: Synthesizing information from the function itself (f), its first derivative (fâ²), and its second derivative (fâ²â²) to create an accurate and detailed sketch of the graph.Rationale: This is the capstone skill of the unit. It demonstrates a complete analytical understanding of a function's behavior without relying solely on a graphing calculator.2. Key Components & Sub-SkillsPre-Calculus Analysis: Find domain, intercepts, and asymptotes (vertical and horizontal).First Derivative Analysis: Find critical points, intervals of increase/decrease, and local extrema.Second Derivative Analysis: Find possible points of inflection, intervals of concavity, and actual points of inflection.Synthesis: Combine all information into a summary table and use it to plot key points and sketch the curve's shape.3. Nuances & Advanced ApplicationsCommon Pitfalls: Misinterpreting the summary table. For example, in an interval where fâ²>0 and fâ²â²<0, the function is increasing but concave down (rising at a decreasing rate).Subtle Nuances: The goal is a qualitative sketch. The exact curvature is less important than correctly showing intervals of increase/decrease, concavity, and the locations of extrema and POIs.4. Worked Examples & ApplicationsSketch the graph of f(x)=x3â6x2+9x.Derivatives:fâ²(x)=3x2â12x+9=3(xâ1)(xâ3). Critical points at x=1,3.fâ²â²(x)=6xâ12=6(xâ2). Possible POI at x=2.Key Points:f(1)=1â6+9=4. (Local Max)f(3)=27â54+27=0. (Local Min)f(2)=8â24+18=2. (Point of Inflection)Summary Table:Interval/Pointf(x)fâ²(x)fâ²â²(x)Conclusion(ââ,1)+-Increasing, Concave Downx=140-Local Maximum(1,2)--Decreasing, Concave Downx=22-0Point of Inflection(2,3)-+Decreasing, Concave Upx=300+Local Minimum(3,â)++Increasing, Concave UpSketching:Plot the key points: (1,4), (2,2), and (3,0).From the left, draw an increasing, concave down curve up to the max at (1,4).From (1,4), draw a decreasing, concave down curve to the POI at (2,2).At (2,2), switch to a decreasing, concave up curve down to the min at (3,0).From (3,0), draw an increasing, concave up curve to the right.7. Optimization Problems1. Core Concept & RationaleCore Concept: Using calculus to determine the maximum or minimum value of a quantity (e.g., area, volume, profit, cost) given a set of constraints.Rationale: This is one of the most direct and powerful applications of differential calculus in science, engineering, and economics. It provides a systematic way to find the "best" possible solution to a problem.2. Key Components & Sub-SkillsIdentify Objective and Constraint: Determine the primary equation (the quantity to be maximized or minimized) and the secondary equation (the constraint that limits the variables).Express as a Single Variable: Use the constraint equation to solve for one variable and substitute it into the primary equation.Determine a Feasible Domain: Identify the realistic range of values for the remaining variable. This is often implied by the physical context (e.g., length must be positive).Find the Absolute Extremum: Use the Candidates Test (if the domain is a closed interval) or the First/Second Derivative Tests (if the domain is open) to find and justify the absolute maximum or minimum.Answer the Question: Ensure you provide the value(s) requested by the problem (e.g., dimensions, maximum area).3. Nuances & Advanced ApplicationsCommon Pitfalls: Forgetting to justify that the found extremum is absolute, not just local. On an open interval, you must use a sign chart or the second derivative test to argue that your critical point is an absolute max/min.Subtle Nuances: The "feasible domain" is crucial. In a geometric problem, a length of x can't be negative. This often creates a closed interval, simplifying the justification step.4. Worked Examples & ApplicationsA farmer has 2400 ft of fencing and wants to fence off a rectangular field that borders a straight river. No fence is needed along the river. What are the dimensions of the field that has the largest area?Equations:Primary (Objective): Maximize Area, A=xy.Secondary (Constraint): Fencing, 2x+y=2400. (Assuming y is the side parallel to the river).Single Variable:From the constraint, y=2400â2x.Substitute into the area equation: A(x)=x(2400â2x)=2400xâ2x2.Domain:Length must be positive: x>0.y must be positive: 2400â2x>0â¹2x<2400â¹x<1200.Feasible Domain: xâ(0,1200).Find Extremum:Find the derivative: $A'(x) = 2400 - 4x$$A'(x) = 2400 - 4x$Find critical points:2400â4x=04x=2400x=600Justify: Since this is an open interval, use the Second Derivative Test. Aâ²â²(x)=â4. Since Aâ²â²(600)=â4<0, the function is concave down, and the critical point at x=600 corresponds to an absolute maximum.Answer:Find the dimensions:x=600 ft.y=2400â2(600)=2400â1200=1200 ft.The dimensions are 600 ft by 1200 ft.8. Newton's Method1. Core Concept & RationaleCore Concept: An iterative numerical technique for finding successively better approximations to the roots (or zeros) of a real-valued function.Rationale: This method is a powerful tool for solving equations that cannot be solved algebraically. It is the basis for many computer algorithms that find roots of complex functions.2. Key Components & Sub-SkillsThe Iterative Formula: To find a root of f(x)=0, start with an initial guess x0â and generate the next approximation using the formula:xn+1â=xnââfâ²(xnâ)f(xnâ)âGeometric Interpretation: Each new approximation, xn+1â, is the x-intercept of the tangent line to the graph of y=f(x) at the previous point, (xnâ,f(xnâ)).Procedure:Make an initial guess, x0â, for a root.Calculate f(xnâ) and fâ²(xnâ).Use the formula to compute the next approximation, xn+1â.Repeat until the desired level of accuracy is reached.3. Nuances & Advanced ApplicationsCommon Pitfalls: The method can fail if the initial guess is poor or if the derivative is close to zero near the guess (leading to a nearly horizontal tangent line).Subtle Nuances: This method finds one root at a time. To find multiple roots of a function, you need different initial guesses. It provides an approximation, not an exact answer.4. Worked Examples & ApplicationsUse two iterations of Newton's Method to approximate a root of f(x)=x3â2xâ5=0, starting with an initial guess of x0â=2.Find the derivative. $f'(x) = 3x^2 - 2$$f'(x) = 3x^2 - 2$First Iteration (n=0):We need f(x0â)=f(2) and fâ²(x0â)=fâ²(2). $f(2) = 2^3 - 2(2) - 5 = 8 - 4 - 5 = -1$ $f'(2) = 3(2)^2 - 2 = 12 - 2 = 10$$f(2) = 2^3 - 2(2) - 5 = 8 - 4 - 5 = -1$ $f'(2) = 3(2)^2 - 2 = 12 - 2 = 10$Apply the formula:x1â=x0ââfâ²(x0â)f(x0â)âx1â=2â10â1âx1â=2.1Second Iteration (n=1):We need f(x1â)=f(2.1) and fâ²(x1â)=fâ²(2.1). $f(2.1) = (2.1)^3 - 2(2.1) - 5 = 9.261 - 4.2 - 5 = 0.061$ $f'(2.1) = 3(2.1)^2 - 2 = 3(4.41) - 2 = 13.23 - 2 = 11.23$$f(2.1) = (2.1)^3 - 2(2.1) - 5 = 9.261 - 4.2 - 5 = 0.061$ $f'(2.1) = 3(2.1)^2 - 2 = 3(4.41) - 2 = 13.23 - 2 = 11.23$Apply the formula:x2â=x1ââfâ²(x1â)f(x1â)âx2â=2.1â11.230.061ââ2.1â0.00543x2ââ2.09457The approximation after two iterations is x2ââ2.09457.9. Differentials and Linear Approximation1. Core Concept & RationaleCore Concept: Using the tangent line to a function at a known point to approximate the function's values at nearby points. The differential dy represents the change along this tangent line.Rationale: This provides a simple way to estimate values of complex functions near a known point. It is the foundation of more advanced approximation techniques like Taylor series and is used extensively in engineering for error analysis.2. Key Components & Sub-SkillsDifferentials:The differential dx is an independent variable, usually representing a small change in x, so dx=Îx.The differential dy is a dependent variable defined as:dy=fâ²(x)dxRelationship: The differential dy approximates the actual change in y, which is Îy=f(x+Îx)âf(x). So, Îyâdy.3. Nuances & Advanced ApplicationsCommon Pitfalls: Confusing the approximation L(x) with the actual function value f(x). The quality of the approximation degrades as x moves further away from a.Subtle Nuances: Geometrically, Îy is the change in height along the actual curve, while dy is the change in height along the tangent line.4. Worked Examples & ApplicationsUse a linear approximation to estimate the value of 9.1â.Choose the function and the center point 'a'.The function is f(x)=xâ.Choose a nearby "nice" point: a=9.Find the necessary values: f(a) and fâ²(a). $f(x) = x^{1/2} \implies f(9) = \sqrt{9} = 3$ $f'(x) = \frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}} \implies f'(9) = \frac{1}{2\sqrt{9}} = \frac{1}{6}$$f(x) = x^{1/2} \implies f(9) = \sqrt{9} = 3$ $f'(x) = \frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}} \implies f'(9) = \frac{1}{2\sqrt{9}} = \frac{1}{6}$Build the linearization equation L(x). $L(x) = f(a) + f'(a)(x-a)$ $L(x) = 3 + \frac{1}{6}(x - 9)$$L(x) = f(a) + f'(a)(x-a)$ $L(x) = 3 + \frac{1}{6}(x - 9)$Approximate the value.We want to estimate f(9.1), so we plug x=9.1 into L(x). $\sqrt{9.1} \approx L(9.1) = 3 + \frac{1}{6}(9.1 - 9)$$\sqrt{9.1} \approx L(9.1) = 3 + \frac{1}{6}(9.1 - 9)$... (Calculate the approximation) $L(9.1) = 3 + \frac{1}{6}(0.1)$$L(9.1) = 3 + \frac{1}{6}(0.1)$... (Simplify) $L(9.1) = 3 + \frac{1}{60}$$L(9.1) = 3 + \frac{1}{60}$... (Convert to a decimal or common denominator) $L(9.1) = \frac{180}{60} + \frac{1}{60} = \frac{181}{60} \approx 3.01667$$L(9.1) = \frac{180}{60} + \frac{1}{60} = \frac{181}{60} \approx 3.01667$The estimated value is 60181â. (Actual value is â3.01662, a very close approximation).