Solving Home Exercises: Am I Doing It Right?

  • Thread starter Thread starter twoflower
  • Start date Start date
twoflower
Messages
363
Reaction score
0
Hi all,

we were given some recommended home excercises and since we hadn't been given the right results, I'm curous if I'm doing it right:

1. Find \frac{dH}{dt}, where

<br /> H(t) = sin (3x) - y<br />

<br /> x = 2t^2 - 3<br />

<br /> y = \frac{t^2}{2} - 5t + 1<br />This is what I did:

<br /> \frac{dH}{dt} = \frac{\partial H}{\partial x}\frac{du}{dt} + \frac{\partial H}{\partial y}\frac{dv}{dt} = 12t\cos (3x) - t + 5<br />

Which seems kind of strange to me. Should I replace x with t? It would be this:

<br /> \frac{dH}{dt} = 12t\cos (6t^2 - 9) - t + 5<br />

Is it ok?

Thank you.
 
Last edited:
Physics news on Phys.org
Yes, it's fine.

But you should have had dx/dt ,not du/dt, and dy/dt, not dv/dt, in the expression for dH/dt.

Why did it seem strange to you ?
 
Fermat said:
Yes, it's fine.
But you should have had dx/dt ,not du/dt, and dy/dt, not dv/dt, in the expression for dH/dt.
Why did it seem strange to you ?

I'm sorry, I forgot to mention that I defined

<br /> u(t) = 2t^2 - 3<br />

<br /> v(t) = \frac{t^2}{2} - 5t + 1<br />

So which form is ok? The first or the second?

I find the first one strange because of the mixing of x and t.
 
twoflower said:
I'm sorry, I forgot to mention that I defined
<br /> u(t) = 2t^2 - 3<br />
<br /> v(t) = \frac{t^2}{2} - 5t + 1<br />
So which form is ok? The first or the second?
I find the first one strange because of the mixing of x and t.
OK.
I'm not sure why you defined u and v like that but your mixing of symbols like that is a bit confusing and your differential eqn is wrong the way it is written.
By that I mean ...

\frac{dH}{dt} = \frac{\partial H}{\partial x}\cdot\frac{du}{dt} + \frac{\partial H}{\partial y}\cdot\frac{dv}{dt}

is just plain wrong where it has written,

\frac{\partial H}{\partial x}\cdot\frac{du}{dt}

You should have,

\frac{\partial H}{\partial x}\cdot\frac{dx}{dt}
or
\frac{\partial H}{\partial u}\cdot\frac{du}{dt}

The \partial u should sort of "cancel" with du to give\frac{\partial H}{dt} so that you have \frac{dH}{dt} on one side of the "=" sign and \frac{\partial H}{dt} (twice) on the other side, making both sides consistent with each other.

So, the form of your differential eqn should be either,

\frac{dH}{dt} = \frac{\partial H}{\partial x}\cdot\frac{dx}{dt} + \frac{\partial H}{\partial y}\cdot\frac{dy}{dt}
or
\frac{dH}{dt} = \frac{\partial H}{\partial u}\cdot\frac{du}{dt} + \frac{\partial H}{\partial v}\cdot\frac{dv}{dt}

depending upon what definitions (u = f(t) or x = f(t)) you are using.

You are finding dH/dt, which is the rate at which H varies as t varies. i.e. dH/dt is a function of t, so should be expressed in terms of t.
You can work out things using x and y,or u and v (sometimes using a substitution can simplify working) but your final result shoud be converted to give an expresion that involves t only.

HTH
 
Last edited:
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