Scientific Notebook produces
excellent function plots, but the default plot may
well obscure some of the subtle detail. For example, let us examine the
graph of the function
f (x) = . In the default
plot, the two vertical asymptotes x = - 2 and x = 2 are visible, but little
else is.
Plot 2D + Rectangular
dtbpF3in2.0003in0pt
To see more detail, zoom in and experiment with different views such as the following.dtbpF3in2.0003in0pt
To locate the relative extreme values, solve f′(x) = 0.
Solve + Exact
f′(x) = 0, Solution is :x = ρ
![]()
where ρ is a root of 2Z7 -24Z5 +5Z4 +180Z2 -20Z3 - 80Z + 160
You can find approximate real roots of this seventh-degree polynomial with Numeric from the Solve submenu.
Solve + Numeric
2Z7 -24Z5 +5Z4 +180Z2 -20Z3 - 80Z + 160 = 0,
Solution is :Z = - 3.886400582
,
Z = 2.235875042
,
Z = 3.032705128
![]()
These three roots of f′ give two local minimums;
You can gain additional insight into this graph by rewriting f (x) as a polynomial plus a fraction.
Polynomials + Divide
= x2 +8 +
![]()
Select and drag the expression x2 + 8 to the view to see both curves in the same picture. Note how well the graph of y = x2 + 8 matches the graph of y = f (x) for large values of x.
Plot 2D + Rectangular
, x2 + 8
dtbpF3in2.0003in0pt
To locate the intervals where the graph of f (x) = x4 +3x3 - x2 - 3x is concave upward, evaluate f′′(x) to get f′′(x) = 12x2 + 18x - 2, and solve the inequality 12x2 +18x - 2 > 0.
Solve + Exact
12x2 +18x - 2 > 0,
Solution is :x < -
-
,
-
+
< x
![]()
To solve more complicated inequalities or systems of inequalities, you can set expressions equal to zero and test for sign changes.