
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The solutions to quiz 2 in math 106a. It includes the application of euler's method to find an approximate solution for a given initial value problem, as well as the calculation of the area enclosed by the graphs of two parabolas. The document also includes the intersection points of the parabolas and the setup for the integrals to calculate the areas.
Typology: Exercises
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Math 106a Solutions Quiz 2 9/24/
y^2 x
and y(1) = 1. Eulerโs method using step size โx = 0. 25
produces the estimate y(2) โ 0 .5234. The graph shows a plot of the points compared to the curve for the exact solution.
Recall: xn+1 = xn + โx and yn+1 = yn + โy where โy = [slope at (xn, yn)] ยท โx.
x 1 1.25 1.5 1.75 2
yโฒ^ โ 1 โ 0. 45 โ 0. 2709 โ 0. 1855
y 1 0.75 0.6375 0.5698 0.
To find intersection points, solve y^2 = โ 2 y^2 + 3 for y. y^2 = โ 2 y^2 + 3 โโ 3 y^2 โ 3 = 0 โโ y = ยฑ1. Therefore, the intersection points are (1, 1) and (1, โ1).
Set up the integral in terms of y to get: โซ (^1)
โ 1
(โ 2 y^2 + 3) โ y^2
dy =
โ 1
3 โ 3 y^2
dy =
3 y โ y^3
โ 1
Remark: to set up the integral in terms of x, the region needs to be separated into two pieces. The total area is given by the following:
0
x dx + 2
1
3 โ x 2
dx
Evaluate the second integral by substitution: u = 3 โ x 2
therefore du = โ 12 dx โโ โ 2 du = dx. To change the limits of integration: if x = 1 then u = 1. Likewise, if x = 3, then u = 0.
0
x dx + 2
1
3 โ x 2
dx = 2
0
x^1 /^2 dx โ 4
1
u^1 /^2 du = 2
x^3 /^2
0
u^3 /^2
1