Solving Improper Integrals: \int_{3}^{6}, \lim_{t\rightarrow\infty}

AI Thread Summary
To solve the integral \(\int_{3}^{6} (5-x)^{\frac{-1}{3}} \,dx\), use the substitution \(u = 5-x\), leading to the result of \(\frac{9}{10}\). For the limit \(\lim_{t\rightarrow\infty} \int_{-t}^{t} \frac{x}{x^2 + 1} \,dx\), the limit comparison test is applied, comparing it to \(\int_{-t}^{t} \frac{1}{x-1} \,dx\). The analysis shows that the limit approaches \(\frac{1}{2}\). Both integrals demonstrate the effectiveness of substitution and comparison methods in evaluating improper integrals. Understanding these techniques is crucial for solving similar problems in calculus.
tandoorichicken
Messages
245
Reaction score
0
How do I do
\int_{3}^{6} (5-x)^{\frac{-1}{3}} \,dx
?

I also need to know how to do
\lim_{t\rightarrow\infty} \int_{-t}^{t} \frac{x}{x^2 + 1} \,dx
 
Last edited:
Physics news on Phys.org
You could do both by substitution. Try the second one first. Define
u=x^2+1.
What is du?

However, there is a hidden trick on the second one... draw the integrand as a function of x... can you tell its area from -t to t "by eye"?
 


To solve the first integral, we can use the substitution method. Let u = 5-x, then du = -dx. When x = 3, u = 2 and when x = 6, u = -1. Therefore, the integral becomes:

\int_{3}^{6} (5-x)^{\frac{-1}{3}} \,dx = -3 \int_{2}^{-1} u^{\frac{-1}{3}} \,du

Using the power rule for integration, we get:

-3 \int_{2}^{-1} u^{\frac{-1}{3}} \,du = -3 \left[\frac{3u^{\frac{2}{3}}}{2}\right]_{2}^{-1} = -\frac{9}{2} \left[\left(\frac{1}{2}\right)^{\frac{2}{3}} - \left(\frac{1}{5}\right)^{\frac{2}{3}}\right] = \frac{9}{10}

To solve the second integral, we can use the limit comparison test. First, let's rewrite the integral as:

\int_{-t}^{t} \frac{x}{x^2 + 1} \,dx = \int_{-t}^{t} \frac{x}{(x + 1)(x - 1)} \,dx

Now, we can use the limit comparison test by comparing it to the integral \int_{-t}^{t} \frac{1}{x-1} \,dx which is a known improper integral with a known solution. We get:

\lim_{t\rightarrow\infty} \frac{\int_{-t}^{t} \frac{x}{x^2 + 1} \,dx}{\int_{-t}^{t} \frac{1}{x-1} \,dx} = \lim_{t\rightarrow\infty} \frac{\frac{1}{2}\ln(t+1) - \frac{1}{2}\ln(t-1)}{\ln(t-1)} = \lim_{t\rightarrow\infty} \frac{\frac{1}{2}\ln\left(\frac{t+1}{t-1}\right)}{\ln(t-1)} = \frac{1}{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