Hopefully someone will help me - Analysis Problems

  • Thread starter Thread starter AKG
  • Start date Start date
  • Tags Tags
    Analysis
AI Thread Summary
The discussion focuses on finding the volume of a solid in \mathbb{R}^3 defined by the inequalities z = 4x² + y² and z = 4x + 3. The volume is expressed through a triple integral, which participants confirm is set up correctly, with some suggesting a substitution to simplify the calculation. There are also discussions on Riemann integrability, with examples provided to illustrate functions that are integrable in certain contexts but not in others. Participants explore the implications of measure theory on integrability and provide proofs regarding the conditions under which functions remain integrable. The conversation concludes with a confirmation of the volume calculation, with one participant correcting the limits of integration to avoid errors.
AKG
Science Advisor
Homework Helper
Messages
2,559
Reaction score
4
1. Find the volume of the solid in \mathbb{R}^3 cut out by z = 4x² + y² and z = 4x + 3.

So I need to find the volume of:

A = \{ (x, y, z) \in \mathbb{R}^3 : 4x^2 + y^2 \leq z \leq 4x + 3\}

v(A) = \int _A 1 = \int _{-0.5} ^{1.5} \int _{-\sqrt{-4x^2 + 4x + 3}} ^{\sqrt{-4x^2 + 4x + 3}} \int _{4x^2 + y^2} ^{4x + 3}\, dz\, dy\, dx

= \int _{-0.5} ^{1.5} \int _{-\sqrt{-4x^2 + 4x + 3}} ^{\sqrt{-4x^2 + 4x + 3}} (4x + 3 - 4x^2 - y^2)\, dy\, dx

= \int _{-0.5} ^{1.5} \left (\left ( (4x + 3 - 4x^2)y - \frac{y^3}{3}\right )_{-\sqrt{-4x^2 + 4x + 3}} ^{\sqrt{-4x^2 + 4x + 3}}\right )\, dx

= \frac{4}{3} \int _{-0.5} ^{1.5} (4x + 3 - 4x^2)^{1.5}\, dx

Is this right so far? If so, how do I solve it?

2. Give an example of a function f(x,\, y) on [0,\,1] \times [0,\,1] \subset \mathbb{R}^2 that is (Riemann) integrable on [0,\, 1]\times [0,\,1] but such that y \to f(0, y) is not (Riemann) integrable on [0,\,1].

I chose f(x, y) = 0 if x > 0 or y is rational and 1 otherwise. Then the set {0} x [0, 1] is the set of discontinuities of f, and has 2-dimensional measure 0 (in fact content 0), so f is integrable. However, y \to f(0, y) is continuous on all of [0, 1], which does not have 1-dimensional measure 0, so such a mapping is not integrable.

3. Let f be (Riemann) integrable on [0,\,1]\times [0,\,1] \subset \mathbb{R}^2. Let B = \{x \in [0,\,1] : y \to f(x,\,y) \mbox{ is not (Riemann) integrable on } [0,\,1]\}. Explain why B must be of measure zero.

If x is in B, then {y in [0, 1] : y --> f(x,y) is discontinuous at y} does not have (1-dimensional) measure 0, and is therefore uncountable. But if y --> f(x, y) is discontinuous at y, then (x, y) --> f(x, y), i.e. f, is discontinuous at y. Therefore, any collection of open rectangles {U_i} covering B has total measure that isn't arbitrarily small. Now, we can choose arbitrarily small open X containing x such that the collection of subsets of \mathbb{R}^2 in the form X \times U_i contains some of the points (x, y) for fixed x where f is discontinuous.

But if B does not have measure zero, it is not countable, thus there are uncountably many x. Therefore, even though the sets covering some of the discontinuities of f for some fixed x have a total volume that is arbitrarily small, it is still positive and finite, and so the total volume of all these sets for all x in B (thus for "most" of the discontinuities of f) is an uncountable sum of arbitrarily small positive finite numbers, so it doesn't converge and this set of discontinuities does not have measure 0. Since this is just a subset of all discontinuities and does not have measure 0, the set of all discontinuities of f does not have measure 0, so f is not integrable. This contradicts the fact that it is, so the bold assumption is false, proving that which was required.

Is this proof valid?

4. Let A be a closed rectangle in n-dimensional Euclidean space and f a real-valued bounded function on A. State a theorem which gives a necessary and sufficient condition for f to be integrable on A.

If and only if the set of discontinuities of f on A has n-dimensional measure 0 is f integrable.

5. Using the above (or otherwise) prove that if f and g are bounded integrable function on A, then so is their product fg. (Note (fg)(x) = f(x)g(x), not f(g(x)))

The product of 2 continuous functions is continuous, so fg is discontinuous where f or g are discontinuous. The set of discontinuities of fg will be the union of the set of discontinuities of f and g, but both those sets have measure 0, so their union has measure 0, and fg is hence integrable.

6. Find the volume of the solid in \mathbb{R}^3 which lies above the cone z^2 = x^2 + y^2 and inside the sphere x^2 + y^2 + z^2 = 4z.

Rewrite the sphere x^2 + y^2 + (z-2)^2 = 2^2 so it is the sphere of radius 2 centered at (0, 0, 2). The volume is:

\int _2 ^2 \int _{-\sqrt{4 - x^2}} ^{\sqrt{4 - x^2}} \int _{\sqrt{x^2 + y^2}} ^{2 + \sqrt{4 - x^2 - y^2}}\,dz\,dy\,dx

Is this right so far? If so, is it easy to compute? I tried a while ago, I remember getting stuck.

7. Find the point on the ellipse \frac{x^2}{4} + \frac{y^2}{9} = 1 closest to the point (1, 1).

The point on the ellipse will be in the 1st quadrant.

y = \sqrt{9 - \frac{9}{4}x^2}

\frac{dy}{dx} = \frac{-2.25x}{\sqrt{9 - \frac{9}{4}x^2}}

It's negative reciprocal is:

\frac{\sqrt{9 - \frac{9}{4}x^2}}{2.25x}

This is the slope that the line segment joining (1, 1) and the closest point on the ellipse must have. The slope of the segment joining any point (x, y) on the ellipse will be:

\frac{\Delta y}{\Delta x} = \frac{1 - \sqrt{9 - \frac{9}{4}x^2}}{1 - x}

So

\frac{1 - \sqrt{9 - \frac{9}{4}x^2}}{1 - x} = \frac{\sqrt{9 - \frac{9}{4}x^2}}{2.25x}

There has to be a better way. I also considered expressing the distance from a point on the ellipse to (1, 1) as a function D of (x, y), but since y is a function of x on the relevant interval, D as a function of x. Then differentiate with respect to x, find the minimum, but that was also ugly. Is there a better way?

8. Define measure 0 and Jordan measurable and state two theorems that relate these concepts to Riemann integrability.

A set S has measure 0 if, for any e > 0, we can choose a cover of S by (countably many) open rectangles such that the sum of the volumes of the rectangles is less than e. A set is Jordan measurable if its boundary has measure 0.

A function f on a closed rectangle is integrable on that rectangle if the set of discontinuities of f on that rectangle has measure 0. If a set is Jordan measurable, then the characteristic function of that set is integrable on a closed rectangle containing that set.
 
Physics news on Phys.org
AKG said:
1. Find the volume of the solid in \mathbb{R}^3 cut out by z = 4x² + y² and z = 4x + 3.

So I need to find the volume of:

A = \{ (x, y, z) \in \mathbb{R}^3 : 4x^2 + y^2 \leq z \leq 4x + 3\}

v(A) = \int _A 1 = \int _{-0.5} ^{1.5} \int _{-\sqrt{-4x^2 + 4x + 3}} ^{\sqrt{-4x^2 + 4x + 3}} \int _{4x^2 + y^2} ^{4x + 3}\, dz\, dy\, dx

= \int _{-0.5} ^{1.5} \int _{-\sqrt{-4x^2 + 4x + 3}} ^{\sqrt{-4x^2 + 4x + 3}} (4x + 3 - 4x^2 - y^2)\, dy\, dx

= \int _{-0.5} ^{1.5} \left (\left ( (4x + 3 - 4x^2)y - \frac{y^3}{3}\right )_{-\sqrt{-4x^2 + 4x + 3}} ^{\sqrt{-4x^2 + 4x + 3}}\right )\, dx

= \frac{4}{3} \int _{-0.5} ^{1.5} (4x + 3 - 4x^2)^{1.5}\, dx

Is this right so far? If so, how do I solve it?

It looks OK. As for the last integral, 4x+3-4x^2=4(1-(x-0.5)^2). Substitute
x-0.5=sin(u).

ehild
 
For the 6-th problem,check again the limits of integration.With the ones you posted,your result will be 0...

Daniel.
 
Thanks a lot ehlid, I'm getting 4\pi. dextercioby, yeah, typo: it should go from -2 to 2.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top