Chapter 3: Applications of Differentiation
Section 3.7: What Derivatives Reveal about Graphs
Example 3.7.6
Determine how the value of r affects the graph of the rational function fx=10x2+6 x+r.
Solution
Initialize
Tools≻Load Package: Student Calculus 1
Loading Student:-Calculus1
Control-drag fx=…
Context Panel: Assign Function
fx=10x2+6 x+r→assign as functionf
Preliminary Analysis
Figure 3.7.6(a) provides a graph of f in which the value of the parameter r is controlled by a slider. As the parameter r is varied by the slider, the bounds on the vertical axis are allowed to change as needed so that the resulting graph is completely representative. The graphs are drawn with the RationalFunctionPlot command from the Student Precalculus package; this command displays the horizontal asymptote with a dotted green line and any vertical asymptotes with dotted black lines.
r= =
Figure 3.7.6(a) Slider-controlled graph of f
Table 3.7.6(a) lists several observations that can be extracted from Figure 3.7.6(a), observations that can be verified by the appropriate analytic calculations of the calculus.
The graph of f appears to have h=0 as a horizontal asymptote for all values of r.
For values of r less than some threshold value near r=9, the graph of f appears to have two vertical asymptotes, and a single relative maximum that is negative.
For values of r greater than this threshold, the graph of f appears to have no vertical asymptotes, and a single relative maximum that is positive, and is also an absolute maximum.
At the threshold value of r, it appears that the two vertical asymptotes in the graph of f merge into a single vertical asymptote, and there are no extrema.
Table 3.7.6(a) Observations extracted from Figure 3.7.6(a)
The first observation in Table 3.7.6(a) is verified by limit calculations in Table 3.7.6(b). Each limit is independent of the value of r, so the limits hold for all real r.
limx→−∞fx = 0
limx→∞fx = 0
Table 3.7.6(b) Existence of the horizontal asymptote y=0
To continue the analysis, complete the square in x in the denominator of fx. This is done interactively in Table 3.7.6(c).
Type fx.
Context Panel: Evaluate and Display Inline
Context Panel: Complete Square≻x
fx = 10x2+r+6⁢x= complete square 10x+32+r−9
Table 3.7.6(c) Completing the square in fx
From the result in Table 3.7.6(c), deduce that for
r>9, the denominator of fx is positive for all real x; there are no vertical asymptotes.
r<9, the denominator vanishes for x=−3 ±r−9; each of these locates a vertical asymptote.
r=9, the function reduces to 10/x+32; there is a single vertical asymptote at x=−3.
Representative Graphs
Figure 3.7.6(b) provides representative graphs of f,f′, and f″. The code that activates the radio buttons at the right of the figure is initiated by pressing the button marked "Figure 3.7.6(b)". Selecting one of the three regions for the parameter r changes the figure to show graphs relevant to that region.
Representative graphs of f, f′, and f″
Table 3.7.6(d) lists conclusions that can be drawn from the graphs in Figure 3.7.6(b).
r<9
There are two vertical asymptotes; equations are x=x1 and x=x2, with x1<x2.
For x<x1, f is increasing and concave upward because f′and f″ are positive.
For x>x2, f is decreasing but concave upward because f′is negative and f″ is positive.
For x∈x1,x2, f increases to a local maximum (at x=−3), then decreases; (The first derivative goes from positive to negative.)
For x∈x1,x2, f is concave downward because f″ is strictly negative.
On any finite domain that included the two vertical asymptotes, the endpoints would be local minima.
r=9
The single vertical asymptote has the equation x=−3.
For x<−3, f is increasing and concave upward because both f′ and f″ are positive.
For x>−3, f is decreasing and concave upward because f′ is negative while f″ is positive.
On any finite domain that included the vertical asymptote, the endpoints would be local minima.
r>9
For all r>9, there is a local maximum at x=−3, and two inflection points symmetrically placed, one on either side of x=−3.
For x<−3, f is increasing because f′ is positive. However, f changes concavity from upward to downward because f″ changes from positive to negative.
For x>−3, f is decreasing because f′ is negative. However, f changes concavity from downward to upward because f″ changes from negative to positive.
On any finite domain that included x=−3, the endpoints would be local minima.
Table 3.7.6(d) Conclusions drawn from Figure 3.7.6(b)
Analytic Computations
Obtain critical numbers by solving f′x=0
Write f′x Context Panel: Evaluate and Display Inline
Context Panel: Solve≻Obtain Solutions for≻x
f′x = −10⁢2⁢x+6x2+r+6⁢x2= complete square −10⁢2⁢x+6x+32+r−92→solutions for x−3
Obtain f′x when r=9
Expression palette: Evaluation template Evaluate f′x for r=9 Context Panel: Evaluate and Display Inline
Context Panel: Factor
f′xx=a|f(x)r=9 = −10⁢2⁢x+6x2+6⁢x+92= factor −20x+33
For r≠9, f′−3=0 but at r=9, the first derivative is not defined.
Obtain candidates for inflection by solving f″x=0
Write f″x=0; press the Enter key.
Context Panel: Simplify≻Simplify
Context Panel: Conversions≻To List
Context Panel: Assign to a Name≻p
f″x=0
20⁢2⁢x+62x2+r+6⁢x3−20x2+r+6⁢x2=0
= simplify
−20⁢−3⁢x2+r−18⁢x−36x2+r+6⁢x3=0
→solutions for x
−3+13⁢3⁢r−27,−3−13⁢3⁢r−27
→to list
→assign to a name
p
Evaluate f at each candidate for inflection
fp1 = 10−3+13⁢3⁢r−272+r−18+2⁢3⁢r−27= simplify 152⁢r−9
The candidates for inflection, namely x=−3 ±3 r−27/3, are real only if r>9. Figure 3.7.6(b) then shows each candidate for inflection is actually an inflection point when r>9.
At the critical number x=−3,
f″−3 = −20r−92 <0
so that for r≠9, the point −3,f−3 = −3,10r−9 is a relative maximum.
Curve Analysis Tutor
Figures 3.7.6(c-e) are representative graphs generated by the FunctionChart (a.k.a. FunctionPlot) command.
f1:=10/(x^2+6*x+5): Student:-SetColors(red,black,green,gray,yellow): Student:-Calculus1:-FunctionChart(f1,x=-9..5,concavity=[filled(gray,yellow)],caption="");
Figure 3.7.6(c) r<9
f2:=10/(x^2+6*x+9): Student:-SetColors(red,black,green,gray,yellow): Student:-Calculus1:-FunctionChart(f2,x=-9..4,concavity=[filled(gray,yellow)],caption="",view=[DEFAULT,0..10]);
Figure 3.7.6(d) r=9
f3:=10/(x^2+6*x+12): Student:-SetColors(red,black,green,gray,yellow): Student:-Calculus1:-FunctionChart(f3,x=-10..5,concavity=[filled(gray,yellow)],caption="");
Figure 3.7.6(e) r>9
The graph in Figure 3.7.6(f) is generated by the FunctionChart command applied to f, with the value of r controlled by a slider.
From Figures 3.7.6(c-e) and the Curve Analysis tutor, the data in Table 3.7.6(e) can be constructed, provided a±=−3 ±9−r, and p±=−3 ±r−9/3 are calculated analytically as the locations of the vertical asymptotes, and inflection points, respectively. Table 3.7.6(e) assumes that the domain of f is as large as possible. Note that f has no zeros or local minima.
To launch the Curve Analysis tutor for f: Enter a value of r: ; then press: tutor.
Figure 3.7.6(f) Slider-controlled graph of f
Increasing
−∞,a−⋃a−,−3
−∞,−3
Decreasing
−3,a+⋃a+,∞
−3,∞
Concave Up
−3,a−⋃a+,∞
−∞,−3⋃−3,∞
−∞,p−⋃p+,∞
Concave Down
a−,a+
p−,p+
Inflections
p−,152r−9
p+,152r−9
Maxima
−3,10r−9
Table 3.7.16 Analytic data inferred from Figures 3.7.6(c-e) and the Curve Analysis tutor
<< Previous Example Section 3.7 Next Section >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document