Quick question about taking a derivative

  • Thread starter Thread starter tnutty
  • Start date Start date
  • Tags Tags
    Derivative
tnutty
Messages
324
Reaction score
1
So say for a line integral, the curve C is given by y = sqrt(x), from point (1,1) to (4,2);

In my integral I have some integrand* dy.

Say I wanted to change the dy to dx.

From what's given :

y = sqrt(x);

dy = 1/(2sqrt(x) ) dx;

I could just substitute that instead for dy.

But what's the difference if I do this :

y = sqrt(x)
y^2 = x

2y dy = dx

dy = dx/2y

So how is the former different from the latter. I mean I see that y is integrated for the
second one, but what does it represent? Can you explain me the difference between the
two, does not have to be geometrically, but will be appreciated.
 
Physics news on Phys.org
Since y=sqrt(x), 1/(2sqrt(x) ) dx =dx/2y. However, the first form is the one you want to use, because it's strictly in terms of x.
 
The parabola can be represented by either y = sqrt(x) and x = y2 on that interval. Which you use might be determined by what the rest of the integrand is. Or maybe you have an aversion to square roots in integrals. Use whichever one looks easiest in your problem.
 
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