Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER

Symbolic Integration Assignment

Question 0

Watch the lecture video here.

Did you watch the video? [Type yes or no.]

Question 1

Compute the following integrals using Sage.

Part a

sin(3x)sin(2x)dx\displaystyle\int \sin(3x)\sin(2x)\, dx

Part b

e5tsin(4t)dt\displaystyle\int e^{5t}\sin(4t)\, dt

Part c

0π/2sin(ax)2dx\displaystyle\int_0^{\pi/2} \sin(ax)^2\, dx

Part d

15ln(x)x2dx\displaystyle\int_1^5\frac{\ln(x)}{x^2}\, dx

Part e

01xtan(x)dx\displaystyle\int_0^1 x\tan(x)\, dx

[Use numerical_integral]

Question 2

The velocity at time tt of a particle travelling in a straight line is given by the equation v(t)=3t34t2+10v(t)=3t^3-4t^2+10. How far does the particle travel from t=10t=10 to t=20t=20?

[Hint: Distance traveled is the integral of velocity.]

Question 3

Let f(x)=2x1x3f(x)=2x\sqrt{1-x^3}.

Part a

Find the area between the graph of ff and the x-axis from x=0x=0 to x=1x=1. Convert Sage's answer to a decimal.

Part b

Estimate the area in Part a using left and right Riemann sums with n=100n=100 subintervals.

Question 4

Use Sage to calculate ddxxsin(x)3t2dt\displaystyle\frac{d}{dx}\int_{x}^{\sin(x)}3t^2\,dt.

Note: The Fundamental Theorem of Calculus implies that ddxg(x)h(x)f(t)dt=f(h(x))h(x)f(g(x))g(x)\displaystyle\frac{d}{dx}\int_{g(x)}^{h(x)}f(t)\,dt=f(h(x))h'(x)-f(g(x))g'(x).

Question 5

Use Sage to calculate 510ddx51x2dx\displaystyle\int_5^{10}\frac{d}{dx}\frac{5}{1-x^2}\,dx.

Note: The Fundamental Theorem of Calculus implies that abddxf(x)dx=f(b)f(a)\displaystyle\int_a^{b}\frac{d}{dx}f(x)\,dx=f(b)-f(a).

This material was developed by Aaron Tresham at the University of Hawaii at Hilo and is Creative Commons License
licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.