Analytical Applications of Differentiation

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).