TimeRip496
- 249
- 5
So where is the
Source: http://www.math.ubc.ca/~feldman/m226/taylor2d.pdf
The discussion centers on the application of the chain rule in multivariate calculus, specifically regarding the function F(t) = f(x(t), y(t)). Participants clarify that F(t) is not explicitly expressed as a function of t, which is crucial for correctly applying the chain rule. The correct differentiation approach involves using the formula dF/dt = ∂F/∂x * dx/dt + ∂F/∂y * dy/dt, ensuring that variables are appropriately defined. Additionally, there is a critique of a dimensional analysis error in the original post regarding the relationship between distance and time.
PREREQUISITESStudents and educators in mathematics, particularly those studying calculus and its applications, as well as anyone seeking to deepen their understanding of the chain rule in multivariate contexts.
Why is it not a function of t? I am still new to this so do you have something i can read on about this?blue_leaf77 said:##F(t) = f(x(t),y(t))##, so despite written to be a function of ##t##, the functional form of ##F(t)## is not written explicitly as a function of ##t##.
It's not an explicit function of ##t##. When you want to do chain rule, you have to pay attention on which variables are written explicitly, despite whether or not these variables are functions of yet another variable. For example take ##F(t) = xy^2## where ##x = \sqrt{t}## and ##y=t-2##. If you want to calculate ##dF/dt##, you can either first express ##x## and ##y## in terms of ##t## and then differentiate w.r.t. ##t## or let ##F## be expressed in ##x## and ##y## then use the chain ruleTimeRip496 said:Why is it not a function of t?
I guess this problem should belong to multivariate calculus.TimeRip496 said:do you have something i can read on about this?
Thanks a lot! I now understand.blue_leaf77 said:It's not an explicit function of ##t##. When you want to do chain rule, you have to pay attention on which variables are written explicitly, despite whether or not these variables are functions of yet another variable. For example take ##F(t) = xy^2## where ##x = \sqrt{t}## and ##y=t-2##. If you want to calculate ##dF/dt##, you can either first express ##x## and ##y## in terms of ##t## and then differentiate w.r.t. ##t## or let ##F## be expressed in ##x## and ##y## then use the chain rule
$$
\frac{dF}{dt} = \frac{\partial F}{\partial x} \frac{dx}{dt} + \frac{\partial F}{\partial y} \frac{dy}{dt} .
$$
Both answers should be identical.
I guess this problem should belong to multivariate calculus.
In the linked pdf file, the author for some reason sets ##\Delta t = 1##.Svein said:I do not agree with the formula shown in the OP (dimensional analysis again). The picture states that \frac{d}{dt}x(t) = \Delta x which is obviously wrong. If x is distance and t is time, it tries to assert that velocity equals a (short) distance. The correct statement is \frac{d}{dt}x(t) \cdot \Delta t= \Delta x.
I can agree with the second line, but the third line is pure nonsense.