Integrating parametric equations

bigplanet401
Messages
101
Reaction score
0

Homework Statement



Why does
<br /> \int_a^b \, y \; dx<br />
become
<br /> \int_\alpha^\beta \, g(t) f^\prime(t) \; dt<br />
if x = f(t) and y = g(t) and alpha <= t <= beta?

Homework Equations



Substitution rule?

The Attempt at a Solution



I'm not sure how y = y(x) in the integrand turns into g(t). Isn't y a function of x in the first expression? How do they go from y(x) to g(t)?
 
Physics news on Phys.org
bigplanet401 said:

Homework Statement



Why does
<br /> \int_a^b \, y \; dx<br />
become
<br /> \int_\alpha^\beta \, g(t) f^\prime(t) \; dt<br />
if x = f(t) and y = g(t) and alpha <= t <= beta?

Homework Equations



Substitution rule?
Substitution.
Replace y by g(t). What should you replace dx by?
bigplanet401 said:

The Attempt at a Solution



I'm not sure how y = y(x) in the integrand turns into g(t). Isn't y a function of x in the first expression? How do they go from y(x) to g(t)?
 
If x = f(t), dx = f'(t) dt. I understand that part.

But in
<br /> \int y \; dx<br />

isn't y = y(x) a function of x? We'd then have y = y(x) = y[x(t)]. How can we just let y = g(t) and get the resulting expression in t?
 
bigplanet401 said:
If x = f(t), dx = f'(t) dt. I understand that part.

But in
<br /> \int y \; dx<br />

isn't y = y(x) a function of x?
No, not according to the problem description you wrote, which says y = g(t). x is a different function of t.
bigplanet401 said:
We'd then have y = y(x) = y[x(t)]. How can we just let y = g(t) and get the resulting expression in t?
Because it is given that y = g(t).
 
bigplanet401 said:

Homework Statement



Why does
<br /> \int_a^b \, y \; dx<br />
become
<br /> \int_\alpha^\beta \, g(t) f^\prime(t) \; dt<br />
if x = f(t) and y = g(t) and alpha <= t <= beta?

Homework Equations



Substitution rule?

The Attempt at a Solution



I'm not sure how y = y(x) in the integrand turns into g(t). Isn't y a function of x in the first expression? How do they go from y(x) to g(t)?

You want to show:

$$\int_a^b y \space dx = \int_\alpha^\beta g(t) f^\prime(t) \space dt$$

When given:

$$x = f(t)$$
$$y = g(t)$$

Write ##\frac{dx}{dt} = f^\prime(t)##; You also know ##y##.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top