Exercises
Exercises#
For each of the following functions calculate \(\frac{df}{dx}\), \(\frac{d^2f}{dx^2}\) and \(\int f(x) dx\).
\(f(x) = x\)
\(f(x) = x ^{\frac{1}{3}}\)
\(f(x) = 2 x (x - 3) (\sin(x) - 5)\)
\(f(x) = 3 x ^ 3 + 6 \sqrt{x} + 3\)
Consider the function \(f(x)=2x+1\). By differentiating from first principles show that \(f'(x)=2\).
Consider the second derivative \(f''(x)=6x+4\) of some cubic function \(f(x)\).
Find \(f'(x)\)
You are given that \(f(0)=10\) and \(f(1)=13\), find \(f(x)\).
Find all the stationary points of \(f(x)\) and determine their nature.
Consider the function \(f(x)=\frac{2}{3}x ^ 3 + b x ^ 2 + 2 x + 3\), where \(b\) is some undetermined coefficient.
Find \(f'(x)\) and \(f''(x)\)
You are given that \(f(x)\) has a stationary point at \(x=2\). Use this information to find \(b\).
Find the coordinates of the other stationary point.
Determine the nature of all stationary points.
Consider the functions \(f(x)=-x^2+4x+4\) and \(g(x)=3x^2-2x-2\).
Create a variable
turning_pointswhich has value the turning points of \(f(x)\).Create variable
intersection_pointswhich has value of the points where \(f(x)\) and \(g(x)\) intersect.Using your answers to parts 2., calculate the area of the region between \(f\) and \(g\). Assign this value to a variable
area_between.