How can you evaluate this integral using an analytic method?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
JulieK
Messages
50
Reaction score
0
I know the value of the following definite integral

[itex]\int_{a}^{b}ydx[/itex]

I also have a realtion

[itex]x=f(y)[/itex]

i.e. x is an explicit function of y but I do not have y as an explicit
function of x. The relation between x and y is generally non linear.

Now I want to get the following definite integral

[itex]\int_{a}^{b}\left[\int ydx\right]xdx[/itex]

i.e. [itex]\int ydx[/itex] multiplied by x evaluated over the interval [a,b].

Is there an analytic (not numeric) way to evaluate this integral using
for example mean value or similar averaging technique?
 
Physics news on Phys.org
Well, I think all you need to do is to find [itex]dx[/itex] in terms of [itex]dy[/itex] and then it should be simple since you already have [itex]x[/itex] in terms of [itex]y[/itex], just sub in the integral.

[itex]dx=f'(y)dy[/itex]
[itex]\displaystyle\large\therefore \int_a^b \left[\int ydx\right]xdx=\int_a^b \left[\int yf'(y)dy\right]f(y)f'(y)dy[/itex]

You already have the value of the integral [itex]\displaystyle\large\int_a^b ydx=\int_a^b yf'(y)dy[/itex]


I believe (but do not recall) that there is a way to use sort of the "opposite" of the mean value theorem.

Also, if possible, it would simply be easy enough to take [itex]f^{-1}(y)[/itex]
 
JulieK said:
I know the value of the following definite integral

[itex]\int_{a}^{b}ydx[/itex]

I also have a realtion

[itex]x=f(y)[/itex]

i.e. x is an explicit function of y but I do not have y as an explicit
function of x. The relation between x and y is generally non linear.

Now I want to get the following definite integral

[itex]\int_{a}^{b}\left[\int ydx\right]xdx[/itex]

i.e. [itex]\int ydx[/itex] multiplied by x evaluated over the interval [a,b].

Is there an analytic (not numeric) way to evaluate this integral using
for example mean value or similar averaging technique?

Your integral is actually:
\begin{aligned}\int_{a}^{b}\left[\int ydx\right]xdx
&=\int_{a}^{b}\left[\int y(\xi) d\xi\right]xdx \\
&= \int_{a}^{b} xdx \cdot \int y(\xi) d\xi \\
&= \frac 1 2(b^2-a^2)\int y(\xi) d\xi \\
&= \frac 1 2(b^2-a^2) \int y dx \\
\end{aligned}