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##.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top