Calculus - Basic problems 2

Q1: Basics of derivative and integral

Consider the function f(x)=x23f(x)=\sqrt[3]{x^2}. You want to know the slope of the tangent to the graph of ff at x=2x=2. You also want to know the area enclosed by the graph of x23\sqrt[3]{x^2}, the x-axis, and the vertical line at x=2x=2. Let's have a look at the different ways we can do this:

  1. Give a rough estimate of the slope by drawing the graph of the function (e.g. use a table of values to draw the graph).
  2. Give a very good estimate of the slope using the difference quotient (secant ...).
  3. Determine the exact slope using the power rule for differentiation.
  4. Give a rough estimate of the area using 3 bars.
  5. Give a very good estimate of the area using the numerical integral function of the calculator (the calculator simply using many very thin bars ...).
  6. Determine the exact area using the theorem of calculus (antiderivative).
Show
Solution 1
  1. Draw the graph and the tangent at x=2x=2 (see below). Based on the figure, the slope of the tangent is at=ΔyΔx13a_t=\frac{\Delta y}{\Delta x}\approx \frac{1}{3}
  2. We approximate the tangent by a secant by moving to the right by h=0.1h=0.1 (see figure). The slope of the secant is an approximation of the slope of the tangent (the smaller the displacement hh, the better is the approximation). Using the slope triangle, we get for the slope of the secant as=ΔyΔx=f(2.1)f(2)0.1a_s=\frac{\Delta y}{\Delta x}=\frac{f(2.1)-f(2)}{0.1} With f(2)=1.58740f(2)=1.58740 and f(2.1)=1.63988f(2.1)=1.63988, we get as=1.639881.587400.1=0.5248a_s=\frac{1.63988-1.58740}{0.1}=0.5248
  3. The exact slope can be calculated using the rules of differentiation. With f(x)=x2/3f(x)=x^{2/3}, we get f(x)=23x1/3f'(x)=\frac{2}{3}x^{-1/3} and thus at=f(2)=2321/3=0.5291a_t=f'(2)=\frac{2}{3}\cdot 2^{-1/3}=0.5291
  4. Using three bars, the width of each bar has to be Δx=23\Delta x=\frac{2}{3}, and thus we get for the three bar areas: A1=23f(23)=23(23)2/3=0.508A_1=\frac{2}{3}\cdot f(\frac{2}{3})=\frac{2}{3}\cdot \left(\frac{2}{3}\right)^{2/3}=0.508 A2=23f(43)=23(43)2/3=0.807A_2=\frac{2}{3}\cdot f(\frac{4}{3})=\frac{2}{3}\cdot \left(\frac{4}{3}\right)^{2/3}=0.807 A3=23f(63)=2322/3=1.058A_3=\frac{2}{3}\cdot f(\frac{6}{3})=\frac{2}{3}\cdot 2^{2/3}=1.058 Thus, an approximation of the area AA under the curve is AA1+A2+A3=2.374A\approx A_1+A_2+A_3 = 2.374
  5. Using the calculator, we get for the area under the curve: A1.9048...A\approx 1.9048...
  6. The exact value can be calculated using the fundamental theorem of calculus. The antiderivative of f(x)=x2/3f(x)=x^{2/3} is F(x)=35x5/3F(x)=\frac{3}{5}x^{5/3} and thus A=02f(x)dx=F(2)F(0)=3525/33505/3=1.9048...\begin{array}{lll} A = \int_0^2 f(x)\,dx &=& F(2)-F(0)\\ &=& \frac{3}{5}\cdot 2^{5/3} - \frac{3}{5}\cdot 0^{5/3}\\ &=& 1.9048... \end{array} Note that the numerical estimate of the integral using the calculator (see 5) is normally really close to the exact value.
Q2: Tangents and areas

Consider the function f(x)=x3f(x)=x^3.

  1. Find the slope of the tangent to the graph of f(x)f(x) at x=2x=2.
  2. Determine the angle in degrees between this tangent and the x-axis.
  3. Determine the equation of this tangent.
  4. Find the point PP where the graph of ff has a tangent of slope 99.
  5. Determine the definite integral 12x3dx\int_{-1}^{2} x^3 dx.
  6. Determine the area enclosed by the x-axis, the graph of f(x)f(x), and the vertical lines at x=1x=-1 and x=2x=2.
Show
Solution 2

The derivative of f(x)=x3f(x)=x^3 is f(x)=3x2f'(x)=3x^2, and the antiderivative is F(x)=14x4F(x)=\frac{1}{4}x^4.

  1. The slope of the tangent at x=2x=2 is f(2)=322=12f'(2)=3\cdot 2^2=12
  2. The angle is (SOHCAHTOA, see graph at the bottom, left): tan(α)=OA=ΔyΔxslope of tangent=12\tan(\alpha)=\frac{O}{A}=\underbrace{\frac{\Delta y}{\Delta x}}_{\text{slope of tangent}}=12 Thus, α=arctan(12)=tan1(12)=85.23\alpha=\arctan(12)=\tan^{-1}(12)=85.23^\circ
  3. The equation of the tangent is a linear function: t(x)=ax+bt(x)=ax+b where the slope a=12a=12. Thus, it is t(x)=12x+bt(x)=12x+b To find bb (the yy-intercept), we use the fact, that the tangent touches the graph of ff at x=2x=2, that is, we have t(2)=f(2)t(2)=f(2) and thus 122+b=23=8b=1612\cdot 2+b=2^3=8 \rightarrow b=-16 Thus, the equation of the tangent is t(x)=12x16t(x)=12x-16.
  4. Find xx with f(x)=93x2=9f'(x)=9 \rightarrow 3x^2=9 It follows x=±3x=\pm \sqrt{3}. Thus, there are two tangents to the graph of ff with slope 99. One is at P1(1.7325.196)P_1(-1.732|-5.196) and P2(1.7325.196)P_2(1.732|5.196).
  5. We have 12x3dx=F(2)F(1)=142414(1)4=3.75\int_{-1}^2 x^3\, dx = F(2)-F(-1)=\frac{1}{4}\cdot 2^4 - \frac{1}{4}\cdot(-1)^4=3.75
  6. The integral gives the signed area. To find the area, we have to determine the area below the xx-axis and the one above the xx-axis individually (see figure below, right): A1=10x3dx=F(0)F(1)=140414(1)4=0.25A_1=\int_{-1}^0 x^3\, dx = F(0)-F(-1)=\frac{1}{4}\cdot 0^4 - \frac{1}{4}\cdot(-1)^4=-0.25 and A2=02x3dx=F(2)F(0)=14241404=4A_2=\int_{0}^2 x^3\, dx = F(2)-F(0)=\frac{1}{4}\cdot 2^4 - \frac{1}{4}\cdot 0^4=4 Thus, the area is A=0.25+4=4.25A=0.25+4=4.25.
Q3: Can you take the derivative of every function?

At which point has the function f(x)=xf(x)=|x| no derivative? Draw the graph and explain. Note: x|x| is called the absolute value of xx. It is the positive part of any number xx. For example 3=3|3|=3 and 3=3|-3|=3.

Show
Solution 3

See the figure below. At x=0x=0 there is no single tangent to the graph of ff. Thus, in this case it is not clear what f(0)f'(0) show be. We say that ff is not differentiable at x=0x=0. Everywhere else we can determine f(x)f'(x).

Q4: Differential rules
  1. State the 4 basic rules you can use to find the derivative of a function.
  2. Take the derivative of the following functions:
    1. f(x)=x2+3x1f(x)=x^2+3x-1
    2. f(x)=3f(x)=3 for all xx
    3. f(x)=xxf(x)=x\sqrt{x}
    4. f(x)=3x5+4x22xf(x)=3x^5+4x^2-2\sqrt{x}
    5. f(x)=x2(1x)f(x)=x^2(1-x)
    6. f(x)=x(x22x+1)f(x)=\sqrt{x}(x^2-2x+1)
    7. f(x)=2(x1)2f(x)=2(x-1)^2
    8. f(x)=2(x1)5f(x)=2(x-1)^5
    9. f(x)=2(12x)5f(x)=2(1-2x)^5
    10. f(x)=(2x1)(x+1)f(x)=(2x-1)(x+1)
    11. f(x)=2(x1)x(x+3)f(x)=2(x-1)x(x+3)
    12. f(x)=2x+3x+4x2f(x)=\frac{2}{x}+\frac{3}{\sqrt{x}}+\frac{4}{x^2}
    13. f(x)=ln(x)sin(x)f(x)=\ln(x)\cdot \sin(x)
    14. f(x)=x2exf(x)= x^2 \cdot e^x
    15. f(x)=cos(x3)f(x)= \cos(x^3)
    16. f(x)=ln(sin(x))f(x)= \ln(\sin(x))
    17. f(x)=1+x2f(x)=\sqrt{1+x^2}
    18. f(x)=(sin(x))2f(x)=(\sin(x))^2
    19. f(x)=(xex)3f(x)=(xe^x)^3
    20. f(x)=11+x2f(x)=\frac{1}{\sqrt{1+x^2}}
    21. f(x)=(2x3+15x+1)e2x2f(x)=(2x^3+15x+1)\cdot e^{-2x^2}
    22. f(x)=(x42x3)sin(2x2)f(x)=(x^4-2x^3)\cdot\sin(2x^2)
Show
Solution 4
  1. The four basic rules are
    1. Power rule: f(x)=xnf(x)=nxn1f(x)=x^n \rightarrow f'(x)=n x^{n-1}
    2. Sum rule: f(x)=u(x)+v(x)f(x)=u(x)+v(x)f(x)=u(x)+v(x) \rightarrow f'(x)=u'(x)+v'(x) or with coefficients aa and bb: f(x)=au(x)+bv(x)f(x)=au(x)+bv(x)f(x)=a \cdot u(x)+ b \cdot v(x) \rightarrow f'(x)=a \cdot u'(x)+b \cdot v'(x)
    3. product rule: f(x)=u(x)v(x)f(x)=u(x)v(x)+u(x)v(x)f(x)=u(x)\cdot v(x) \rightarrow f'(x)=u'(x)\cdot v(x)+u(x)\cdot v'(x)
    4. chain rule: f(x)=u(v(x))f(x)=u(v(x))v(x)f(x)=u({\color{red} v(x)}) \rightarrow f'(x)=u'({\color{red} v(x)})\cdot v'(x)
  2. It is
    1. f(x)=x2+3x1f(x)=x^2+3x-1 f(x)=2x+3\rightarrow f'(x)=2x+3
    2. f(x)=3=3x0f(x)=3 =3x^0 f(x)=0\rightarrow f'(x)=0
    3. f(x)=xx=x3/2f(x)=x\sqrt{x}=x^{3/2} f(x)=32x1/2=1.5x\rightarrow f'(x)=\frac{3}{2} x^{1/2}=1.5\sqrt{x}
    4. f(x)=3x5+4x22xf(x)=3x^5+4x^2-2\sqrt{x} f(x)=15x4+8xx1/2\rightarrow f'(x)=15x^4+8x-x^{-1/2}
    5. f(x)=x2(1x)=x2x3f(x)=x^2(1-x)=x^2-x^3 f(x)=2x3x2\rightarrow f'(x)=2x-3x^2
    6. f(x)=x(x22x+1)=x2.52x1.5+x0.5f(x)=\sqrt{x}(x^2-2x+1)=x^{2.5}-2x^{1.5}+x^{0.5} f(x)=2.5x1.53x0.5+0.5x0.5\rightarrow f'(x)=2.5x^{1.5}-3x^{0.5}+0.5x^{-0.5}
    7. f(x)=2(x1)2=2x24x+2f(x)=2(x-1)^2 =2x^2-4x+2 f(x)=4x4\rightarrow f'(x)=4x-4
    8. f(x)=2(x1)5f(x)=2({\color{red}x-1})^5 f(x)=10(x1)41=10(x1)4\rightarrow f'(x)=10({\color{red}x-1})^4\cdot 1=10(x-1)^4 (chain rule)
    9. f(x)=2(12x)5f(x)=2({\color{red}1-2x})^5 f(x)=10(12x)4(2)=20(12x)4\rightarrow f'(x)=10({\color{red}1-2x})^4\cdot (-2)=-20(1-2x)^4 (chain rule)
    10. f(x)=(2x1)(x+1)f(x)=(2x-1)(x+1) f(x)=2(x+1)+(2x1)1=4x+1\rightarrow f'(x)=2\cdot(x+1)+(2x-1)\cdot 1=4x+1 (product rule) or f(x)=(2x1)(x+1)=2x2+x1f(x)=(2x-1)(x+1)=2x^2+x-1 f(x)=4x+1\rightarrow f'(x)=4x+1
    11. f(x)=2(x1)x(x+3)=2x3+4x26xf(x)=2(x-1)x(x+3)=2x^3+4x^2-6x f(x)=6x2+8x6\rightarrow f'(x)=6x^2+8x-6
    12. f(x)=2x+3x+4x2=2x1+3x0.5+4x2f(x)=\frac{2}{x}+\frac{3}{\sqrt{x}}+\frac{4}{x^2} = 2x^{-1}+3x^{-0.5}+4x^{-2} f(x)=2x21.5x1.58x3=2x21.5x1.58x3\rightarrow f'(x)=-2x^{-2}-1.5x^{-1.5}-8x^{-3}=-\frac{2}{x^2}-\frac{1.5}{x^{1.5}}-\frac{8}{x^3}
    13. f(x)=ln(x)sin(x)f(x)=\ln(x)\cdot \sin(x) f(x)=1xsin(x)+ln(x)cos(x)\rightarrow f'(x)=\frac{1}{x}\cdot \sin(x)+\ln(x)\cdot \cos(x) (product rule)
    14. f(x)=x2exf(x)= x^2 \cdot e^x f(x)=2xex+x2ex=exx(2+x)\rightarrow f'(x)=2x e^x+x^2e^x=e^x x(2+x) (product rule)
    15. f(x)=cos(x3)f(x)= \cos({\color{red}x^3}) f(x)=sin(x3)3x2\rightarrow f'(x)=-\sin({\color{red}x^3})\cdot 3x^2 (chain rule)
    16. f(x)=ln(sin(x))f(x)= \ln({\color{red}\sin(x)}) f(x)=1sin(x)cos(x)\rightarrow f'(x)=\frac{1}{{\color{red}\sin(x)}}\cdot \cos(x) (chain rule)
    17. f(x)=1+x2=(1+x2)0.5f(x)=\sqrt{{\color{red}1+x^2}}=({\color{red}1+x^2})^{0.5} f(x)=0.5(1+x2)0.52x=x1+x2\rightarrow f'(x)=0.5({\color{red}1+x^2})^{-0.5}\cdot 2x=\frac{x}{\sqrt{1+x^2}} (chain rule)
    18. f(x)=(sin(x))2f(x)=({\color{red}\sin(x)})^2 f(x)=2sin(x)cos(x)\rightarrow f'(x)=2{\color{red}\sin(x)}\cdot \cos(x) (chain rule). You can also use the product rule ... .
    19. f(x)=(xex)3=x3e3xf(x)=(x e^x)^3=x^3 e^{{\color{red}3x}} f(x)=3x2e3x+x3e3x3=3e3x(x2+x3)\rightarrow f'(x)=3x^2 \cdot e^{3x}+x^3\cdot e^{{\color{red}3x}}\cdot 3=3e^{3x}(x^2+x^3) (product rule and chain rule)
    20. f(x)=11+x2=(1+x2)0.5f(x)=\frac{1}{\sqrt{1+x^2}}=({\color{red}1+x^2})^{-0.5} f(x)=0.5(1+x2)1.52x=x(1+x2)1.5\rightarrow f'(x)=-0.5({\color{red}1+x^2})^{-1.5}\cdot 2x = -\frac{x}{(1+x^2)^{1.5}} (chain rule)
    21. f(x)=(2x3+15x+1)e2x2f(x)=(2x^3+15x+1)\cdot e^{{\color{red}-2x^2}} f(x)=6x2+15)e2x2+(2x3+15x+1)e2x2(4x)\rightarrow f'(x)=6x^2+15)e^{-2x^2}+(2x^3+15x+1)\cdot e^{{\color{red}-2x^2}}\cdot (-4x) (product rule and chain rule)
    22. f(x)=(x42x3)sin(2x2)f(x)=(x^4-2x^3)\cdot\sin({\color{red}2x^2}) f(x)=(4x36x2)sin(2x2)+(x42x3)cos(2x2)4x\rightarrow f'(x)=(4x^3-6x^2)\sin(2x^2)+(x^4-2x^3)\cdot\cos({\color{red}2x^2})\cdot 4x (product rule and chain rule)
Q5: Integrals
  1. State the general rule for finding the antiderivative of a power function f(x)=xnf(x)=x^n, and prove it.
  2. Find the antiderivative of the following power functions:
    1. f(x)=5f(x)=5 for all xx
    2. f(x)=5xf(x)=5x
    3. f(x)=5x2f(x)=5x^2
    4. f(x)=5xf(x)=5\sqrt{x}
    5. f(x)=5xf(x)=\frac{5}{x}
    6. f(x)=5x2f(x)=\frac{5}{x^2}
    7. f(x)=5x43f(x)=\frac{5}{\sqrt[3]{x^4}}
    8. f(x)=5x+2f(x)=\frac{5}{x}+2
  3. Determine the following (definite) integrals using the fundamental theorem of calculus:
    1. 12xdx\int_1^2 x\, dx
    2. 01(2x2+3x+1)dx\int_0^1 (2x^2+3x+1)\, dx
    3. π/2π2sin(x)dx\int_{\pi/2}^\pi 2\sin(x)\, dx
    4. 123xxdx\int_1^2 3x\sqrt{x}\, dx
    5. 1112x2(1x)dx\int_{-1}^1 \frac{1}{2}x^2(1-x)\, dx
    6. 1e(2x+1)dx\int_1^e (\frac{2}{x}+1)\, dx
Show
Solution 5

Let's denote by FF the antiderivative of ff.

  1. f(x)=xnF(x)=1n+1xn+1f(x)=x^n \rightarrow F(x)=\frac{1}{n+1} x^{n+1}
  2. It is
    1. f(x)=5=5x0f(x)=5=5x^0 F(x)=511x1=5x\rightarrow F(x)=5\cdot \frac{1}{1}x^1=5x
    2. f(x)=5x=5x1f(x)=5x = 5x^1 F(x)=512x2=\rightarrow F(x)=5\cdot \frac{1}{2}x^2=
    3. f(x)=5x2f(x)=5x^2 F(x)=513x3=53x3\rightarrow F(x)=5\cdot \frac{1}{3}x^3=\frac{5}{3}x^3
    4. f(x)=5x=5x0.5f(x)=5\sqrt{x}=5x^{0.5} F(x)=511.5x1.5=103x1.5\rightarrow F(x)=5\cdot \frac{1}{1.5}x^{1.5}=\frac{10}{3}x^{1.5}
    5. f(x)=5xf(x)=\frac{5}{x} F(x)=5ln(x)\rightarrow F(x)=5\ln(x)
    6. f(x)=5x2=5x2f(x)=\frac{5}{x^2}=5x^{-2} F(x)=511x1=5x\rightarrow F(x)=5\cdot \frac{1}{-1}x^{-1}=-\frac{5}{x}
    7. f(x)=5x43=5x4/3f(x)=\frac{5}{\sqrt[3]{x^4}}=5x^{-4/3} F(x)=511/3x1/3=15x3\rightarrow F(x)=5\cdot \frac{1}{-1/3}x^{-1/3}=-\frac{15}{\sqrt[3]{x}}
    8. f(x)=5x+2f(x)=\frac{5}{x}+2 F(x)=5ln(x)+2x\rightarrow F(x)=5\cdot \ln(x)+2x
  3. The fundamental theorem of calculus: abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx=F(b)-F(a)
    1. F(x)=12x2F(x)=\frac{1}{2}x^2 12xdx=(1222)(1212)=1.5\rightarrow \int_1^2 x\, dx = (\frac{1}{2}\cdot 2^2)-(\frac{1}{2}\cdot 1^2)= 1.5
    2. F(x)=23x3+1.5x2+xF(x)= \frac{2}{3}x^3+1.5x^2+x 01(2x2+3x+1)dx=(2313+1.512+1)(2303+1.502+0)=3.16\rightarrow \int_0^1 (2x^2+3x+1)\, dx = (\frac{2}{3}\cdot 1^3+1.5\cdot 1^2+1) - (\frac{2}{3}\cdot 0^3+1.5\cdot 0^2+0)=3.1\overline{6}
    3. F(x)=2cos(x)F(x)=-2\cos(x) π/2π2sin(x)dx=(2cos(π))(2cos(π/2))=2\rightarrow \int_{\pi/2}^\pi 2\sin(x)\, dx=(-2\cos(\pi))-(-2\cos(\pi/2))=2
    4. F(x)=1.2x2.5F(x)= 1.2x^{2.5} 123xxdx=1.222.51.212.5=5.588\rightarrow \int_1^2 3x\sqrt{x}\, dx=1.2\cdot 2^{2.5}-1.2\cdot 1^{2.5}=5.588
    5. F(x)=16x318x4F(x)=\frac{1}{6}x^3-\frac{1}{8}x^4 1112x2(1x)dx=(16131814)(16(1)318(1)4)=13\rightarrow \int_{-1}^1 \frac{1}{2} x^2(1-x)\, dx = \left(\frac{1}{6}\cdot 1^3-\frac{1}{8}\cdot 1^4\right)-\left(\frac{1}{6}\cdot (-1)^3-\frac{1}{8}\cdot (-1)^4\right)=\frac{1}{3}
    6. F(x)=2ln(x)+xF(x)=2\ln(x)+x 1e(2x+1)dx=(2ln(e)+e)(2ln(1)+1)=e+1\rightarrow \int_1^e (\frac{2}{x}+1)\, dx= (2\ln(e)+e)-(2\ln(1)+1)=e+1
Q6: Higher order derivatives, stationary points and inflection points

The graph of a function f(x)f(x) is shown below. Copy the graph.

  1. What are stationary points? What are inflection points? Indicate them on the graph below. Also, classify the stationary points as local maximum, local minimum, and saddle points.
  2. Sketch the graph of the first derivative. Use this graph to derive conditions for a local maximum, local minimum, saddle point and inflection point.
  3. Consider the function g(x)=x3(12x)g(x)=x^3(1-2x). Find the stationary points and classify them using the higher order derivatives. Also, find the inflection points.

As a side note: the graph of the figure below has the function equation f(x)=0.25(x+1)3(x1)(x2)f(x)=0.25(x+1)^3(x-1)(x-2).

Show
Solution 6
  1. It is
    1. A point PP on the graph of ff where the tangent is horizontal is called a stationary point of ff. It is a local maximum if it is the top of the hill, and a local minimum if it the bottom of a valley. It is a saddle point if it looks like a saddle, that is, it goes downwards if moving to the left and upwards if moving to the right (or vice versa). In the figure below, AA is a saddle point, BB is a local maximum and CC a local minimum.
    2. A point PP on the graph of ff where the slope of the tangent reaches its locally highest (or locally lowest) slope is called an inflection point of ff. Saddle points are inflection points and stationary points. In general, inflection points do not have to be stationary points. In the graph below, points AA, DD and EE are inflection points.
  2. From the sketch of the first derivative, we see the following for a point P(xy)P(x|y) on the graph of ff:
    1. f(x)=0,f(x)>0P local minf'(x)=0, f''(x)>0 \rightarrow P\text{ local min}
    2. f(x)=0,f(x)<0P local maxf'(x)=0, f''(x)<0 \rightarrow P\text{ local max}
    3. f(x)=0,f(x)=0,f(x)0P inflection pt and saddle ptf'(x)=0, f''(x)=0, f'''(x)\neq 0 \rightarrow P\text{ inflection pt and saddle pt}
    4. f(x)0,f(x)=0,f(x)0P inflection pt, no saddle ptf'(x)\neq 0, f''(x)=0, f'''(x)\neq 0 \rightarrow P\text{ inflection pt, no saddle pt} If f(x)=f(x)=f(x)=0f'(x)=f''(x)=f'''(x)=0 it might be a flat saddle point, local maxima or local minima. Draw the graph to decide.
  3. g(x)=x3(12x)=x32x4g(x)=x^3(1-2x)=x^3-2x^4. g(x)=3x28x3g'(x)=3x^2-8x^3, g(x)=6x24x2g''(x)=6x-24x^2, g(x)=648xg'''(x)=6-48x.
    1. stationary points: Find xx with g(x)=03x28x3=x2(38x)=0g'(x)=0 \rightarrow 3x^2-8x^3=x^2(3-8x)=0 thus x1=0x_1=0 and x2=38x_2=\frac{3}{8}. The stationary points are P1(00)P_1(0|0) and P2(0.3750.0131)P_2(0.375|0.0131).
    2. local max/min/saddle pt? g(0)=0g''(0)=0 so P1P_1 is not a local extrema. Because g(0)=6g'''(0)=6\neq we see that P1P_1 is a saddle point. g(38)=98<0g''\left(\frac{3}{8}\right)=-\frac{9}{8}<0. Thus, P2P_2 is a local max.
    3. Inflection points? Find xx with g(x)=0x(624x)=0g''(x)=0 \rightarrow x(6-24x)=0 thus x1=0x_1=0 and x2=0.25x_2=0.25. The point at x1x_1 is a saddle point (see above). The point at x2x_2 is also an inflection point, because g(0.25)=60g'''(0.25)=-6\neq 0. Its coordinates are P3(0.250.0078)P_3(0.25|0.0078).