Understanding the Meaning of Derivatives and Substituting with Variable p

  • Thread starter Thread starter electron2
  • Start date Start date
electron2
Messages
46
Reaction score
0
why p''=pp' ??

i have a function
y(x)

i want to substitute by variable p.

p=y'(x)=dy/dx

every derivative is by dx because its the smallest variable
so why

why dp/dy=p'


i can't see the meaning of derivative by y

??
 
Physics news on Phys.org


First of all, writing dp/dy=p' implies that you're differentiating with respect to y. Otherwise, you are right, dp/dy is not equal to dp/dx in this case.

The expression \frac{dp}{dy} is really just a short-hand for the chain rule. The best thing to do here is not to think of p as a variable but instead as a function p(y(x))=y'(x). What it's asking is "What happens to the value of p(y(x)) as the value of y(x) changes?" That is, we want to find
\frac{{\rm change\ in\ }p\bigl(y(x)\bigr)}{{\rm change\ in\ }y(x)},​
or, in "semi-short-hand" notation,
\frac{dp\bigl(y(x)\bigr)}{dy(x)},​
and in standard short-hand notation,
\frac{dp}{dy}.​
Now, since both p(y(x)) and y(x) are in terms of x, we can re-write these (albeit with a slight abuse of notation) as
<br /> \begin{align*}<br /> \frac{dp}{dy} &amp;=\frac{dp\bigl(y(x)\bigr)}{dy(x)} \\<br /> &amp;= \frac{dp\bigl(y(x)\bigr)}{dy(x)} \cdot \frac{dx}{dx} \\<br /> &amp;= \frac{dp\bigl(y(x)\bigr)}{dx} \biggl/ \frac{dy(x)}{dx}\\<br /> &amp;= \frac{dp}{dx}\biggl/\frac{dy}{dx}\\<br /> &amp;= \frac{y&#039;&#039;(x)}{y&#039;(x)}.<br /> \end{align*}<br />​
 
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