Integrating parametric equations

Click For Summary
The integral transformation from ∫_a^b y dx to ∫_α^β g(t) f'(t) dt occurs through the substitution of variables where x = f(t) and y = g(t). In this context, y is expressed as a function of t, allowing for the replacement of y with g(t). The differential dx is replaced by f'(t) dt, which is derived from the relationship between x and t. This substitution aligns with the rules of integration, specifically the substitution rule. Understanding this transformation clarifies how the integrand changes from a function of x to a function of t.
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##.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...