issisoccer10
- 35
- 0
[SOLVED] Trajectory using gradient and differential equations
A heat-seeking particle is located at the point P on a flat metal plate whose temperature
at a point (x, y) is T(x, y). Find parametric equations for the trajectory of the particle if
it moves continuously in the direction of maximum temperature increase.
T(x, y) = 5 − 4x^{2} − y^{2}; P(1, 4).
velocity vector = \left \langlex'(t), \right y'(t)\rangle
\nabla T(x,y) = \left\langleT_{x}, \right T_{y}\rangle
Let x = x(t), y = y(t) be parametric equations for the trajectory of the particle.
We want the particle to move continuously in the direction of maximum temperature
increase. Equivalently, we want the velocity vector \left \langlex'(t), \right y'(t)\rangle to point in the direction
of \nabla T(x(t),y(t)). Since \nabla T(x,y)= \left \langle -8x, \right -2y\rangle, the previous condition will be satisfied if
\left \langlex'(t), \right y'(t)\rangle = \left \langle -8x(t), \right -2y(t)\rangle for all t. To find such functions x(t) and y(t), we must
solve the differential equations
x'(t) = -8x(t), y'(t) = -2y(t)
but this is where I get stuck...I know that to determine solution, we need the initial condition of x(0) = 1, y(0) = 4. But as to solve the differential equations, I have no idea. This is from my multivariable differential calculus class, and I think they assume that I know how to do this... sadly I do not. Any help would be greatly appreciated... thanks
Homework Statement
A heat-seeking particle is located at the point P on a flat metal plate whose temperature
at a point (x, y) is T(x, y). Find parametric equations for the trajectory of the particle if
it moves continuously in the direction of maximum temperature increase.
T(x, y) = 5 − 4x^{2} − y^{2}; P(1, 4).
Homework Equations
velocity vector = \left \langlex'(t), \right y'(t)\rangle
\nabla T(x,y) = \left\langleT_{x}, \right T_{y}\rangle
The Attempt at a Solution
Let x = x(t), y = y(t) be parametric equations for the trajectory of the particle.
We want the particle to move continuously in the direction of maximum temperature
increase. Equivalently, we want the velocity vector \left \langlex'(t), \right y'(t)\rangle to point in the direction
of \nabla T(x(t),y(t)). Since \nabla T(x,y)= \left \langle -8x, \right -2y\rangle, the previous condition will be satisfied if
\left \langlex'(t), \right y'(t)\rangle = \left \langle -8x(t), \right -2y(t)\rangle for all t. To find such functions x(t) and y(t), we must
solve the differential equations
x'(t) = -8x(t), y'(t) = -2y(t)
but this is where I get stuck...I know that to determine solution, we need the initial condition of x(0) = 1, y(0) = 4. But as to solve the differential equations, I have no idea. This is from my multivariable differential calculus class, and I think they assume that I know how to do this... sadly I do not. Any help would be greatly appreciated... thanks