How Does a Bug's Temperature Reading Change as It Moves Along a Curve?

  • Thread starter Thread starter HerpMcDerp
  • Start date Start date
  • Tags Tags
    Chain Chain rule
HerpMcDerp
Messages
10
Reaction score
0

Homework Statement



[12] 3.Thetemperature T(x, y) at a point of the xy-plane is given by
T(x,y)= ye^(x^2).
A bug travels from left to right along the curve y = x^2
at a speed of 0.01m/sec. The bug
monitors T(x, y) continuously. What is the rate of change of T as the bug passes through
the point (1, 1)?

Homework Equations


Parameterizing x and y in terms of t, taking into account the velocity given (and assuming x and y are in meters, t is in seconds):

x = 0.01t
y = (0.01t)^2
t = 100 s

Chain rule
dT/dt = Tx dx/dt + Ty dy/dt


The Attempt at a Solution



dT/dt = 2xye^(x^2) * 0.01 + e^(x^2) * 0.02(0.01t) = 2*1*1*e * 0.01 + 0.02*e * 1 =
0.04*e degrees/sec

Right? Lol.
 
Physics news on Phys.org
For that parametrization, the bug's speed is 0.01m/sec only at the origin.

So the answer is likely incorrect.
 
You have the horizontal component of the bug's speed equal to 0.01 m/s, not its speed. If the bugs horizontal position is given by u(t), and its vertical position by v(t), then its speed is given by \sqrt{(u')^2+ (v')^2}= 0.01[/tex]
 
Hey thanks for the replies... the horizontal component eh, so if it's traveling at 0.01m/s from left to right then x = u(t) = 0.01t, and then if y = x^2, so wouldn't y = (0.01t)^2 then? How do you arrive at sqrt{(u')^2+ (v')^2}= 0.01? Wouldn't the bug be at (1,1) at 100 seconds given the parametrizations?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top