Search Methods in C++
Search Methods in C++
Basic Derivatives:
* Find the derivative of:
* f(x) = x^3 + 2x^2 - 5x + 1
* g(x) = \sin(x) + \cos(x)
* h(x) = e^x + \ln(x)
* k(x) = \sqrt{x}
* Use the product rule to find the derivative of:
* f(x) = x^2 \sin(x)
* g(x) = (x^2 + 1)(x^3 - 2)
* Use the quotient rule to find the derivative of:
* f(x) = \frac{x^2 + 1}{x - 1}
* g(x) = \frac{\sin(x)}{\cos(x)}
* Use the chain rule to find the derivative of:
* f(x) = (x^2 + 1)^3
* g(x) = \sin(x^2)
Applications of Derivatives:
* Find the slope of the tangent line to the curve y = x^2 + 3x - 2 at the
point (1, 2).
* Find the equation of the tangent line to the curve y = \sin(x) at the
point (\pi/2, 1).
* Find the critical points of the function f(x) = x^3 - 3x^2 + 2.
* Determine the intervals of increase and decrease of the function f(x)
= x^4 - 4x^3 + 6x^2 - 4x + 1.
* Find the local maximum and minimum values of the function f(x) =
x^3 - 3x.
* Find the inflection points of the curve y = x^3 - 3x^2 + 2.
Basic Integration:
* Evaluate the following integrals:
* \int (x^2 + 3x - 2) dx
* \int \sin(x) dx
* \int e^x dx
* \int \frac{1}{x} dx
* Use substitution to evaluate the following integrals:
* \int x\sqrt{x^2 + 1} dx
* \int \frac{x}{x^2 + 1} dx
* Use integration by parts to evaluate the following integrals:
* \int x \sin(x) dx
* \int \ln(x) dx
Applications of Integration:
* Find the area under the curve y = x^2 from x = 0 to x = 2.
* Find the volume of the solid obtained by rotating the region
bounded by the curves y = x^2 and y = x about the x-axis.
* Find the average value of the function f(x) = x^2 on the interval [0,
2].
More Advanced Topics:
17-50: These questions can delve into topics like:
* Improper integrals
* Techniques of integration (partial fractions, trigonometric
substitutions)
* Applications of integration (arc length, surface area, work)
* Differential equations
* Taylor series
* Power series
Note: To make these questions more specific and challenging, you
can adjust the functions, intervals, and concepts to fit your desired
level of difficulty.
Would you like me to generate more specific questions tailored to a
particular topic or difficulty level?