4

Consider a point moving along the curve $$f(x) = \sqrt x$$.

a). Find the position of the point on the curve where both coordinates of the point are changing at the same rate.

b). If $\dfrac{dx}{dt}$ is $2 \text{ m/sec}$ at the point $(4,f(4))$, how fast is the point moving away from the origin?


My attempt:

Find point where dy/dt = dx/dt,

Given $y = \sqrt x$ ==> $dy/dt = 1/2\sqrt x$* dx/dt

and this is where I'm still lost

harold232
  • 444

4 Answers4

2

On your third attempt you have a solution in front of you, you just need to recognize it.

You found that at all points along the curve, $$\frac{dy}{dt} = \frac{1}{2\sqrt x} \frac{dx}{dt}.$$

(But don't write ${1}/{2\sqrt x}$; strictly interpreted it means $(1/2)\times\sqrt x$, which is not what you want.)

You're looking for a point at which $$\frac{dy}{dt} = \frac{dx}{dt}.$$

But if $\frac{dy}{dt} = \frac{1}{2\sqrt x} \frac{dx}{dt}$ (because it always is) and $\frac{dy}{dt} = \frac{dx}{dt}$ (because it is at your point) then $\frac{1}{2\sqrt x} \frac{dx}{dt} = \frac{dx}{dt}$ (because all equal things are equal) and the only way that can happen (provided that you don't let $\frac{dx}{dt}=0$) is if $$\frac{1}{2\sqrt x} = 1.$$

So you're looking for a point at which $\frac{1}{2\sqrt x} = 1.$

David K
  • 98,388
1

a) No. You're not looking for the point where the x and y have the same value, you're looking for the point where the values are changing at the same rate. Whenever you see "change" in calculus, that is a free clue that you should be thinking about the derivative. So you are looking for the point where $\frac{dy}{dx}=1$.

b) For this, we are being asked about how quickly a different quantity is changing, so we will need a new function to take the derivative of. The distance from the origin to $(x,(f(x))$ is given by $$g(x)=\sqrt{x^2+(f(x))^2}=\sqrt{x^2+(\sqrt x)^2}=\sqrt{x^2+x}$$ The problem is asking you to calculate $\frac {dg}{dt}$ at $x=4$ given that $\frac{dx}{dt}=2$. That looks like a lot to work through, but remember that the Chain Rule tells us that $\frac{dg}{dt}=\frac{dg}{dx}\cdot\frac{dx}{dt}$, so you've got just enough clues to work it out.

  • why is the derivative 1? Why can't it be any value? How do you know they change at a rate of 1 when changing at the same rate? – harold232 Nov 02 '19 at 09:24
  • @harold232 By the Chain Rule, $\frac{\mathrm dy}{\mathrm dt} = \frac{\mathrm dy}{\mathrm dx} \cdot \frac{\mathrm dx}{\mathrm dt}$, so $\frac{\mathrm dy}{\mathrm dt} = \frac{\mathrm dx}{\mathrm dt}$ when $\frac{\mathrm dy}{\mathrm dx} = 1$. – KM101 Nov 02 '19 at 09:27
0

For the first part, you want to compare $\frac{\mathrm dx}{\mathrm dt}$ and $\frac{\mathrm dy}{\mathrm dt}$, not $x$ and $y$. Remember, the problem is referred to as "related rates" for a reason. Using the Chain Rule, you get

$$\frac{\mathrm dy}{\mathrm dt} = \frac{\mathrm dy}{\mathrm dx} \cdot \frac{\mathrm dx}{\mathrm dt} \tag{1}$$

Hence, $\frac{\mathrm dx}{\mathrm dt} = \frac{\mathrm dy}{\mathrm dt}$ when $\frac{\mathrm dy}{\mathrm dx} = 1$. You have $y = \sqrt{x}$, so where does this occur?

For the second part, you have distance too. Whenever you have distance, you're dealing with $r^2 = (\Delta x)^2 + (\Delta y)^2$, by the Pythagorean Theorem. Since you start from the origin, this just becomes $r^2 = x^2+y^2$. Differentiating implicitly with respect to time gives

$$\frac{\mathrm d}{\mathrm dt}r^2 = \frac{\mathrm d}{\mathrm dt} \left(x^2+y^2\right)$$

$$2r\frac{\mathrm dr}{\mathrm dt} = 2x\frac{\mathrm dx}{\mathrm dt} + 2y\frac{\mathrm dy}{\mathrm dt}$$

$$r\frac{\mathrm dr}{\mathrm dt} = x\frac{\mathrm dx}{\mathrm dt} + y\frac{\mathrm dy}{\mathrm dt}$$

Well, you're given $x = 4$, so you can find $y$ by $y = \sqrt{x}$, meaning you can find $r$ as well. You're also given $\frac{\mathrm dx}{\mathrm dt}$. This just leaves $\frac{\mathrm dy}{\mathrm dt}$, which you can find by using $(1)$. Finally, plug in the values and find $\frac{\mathrm dr}{\mathrm dt}$.

KM101
  • 7,176
  • the point where they change at the same rate would be (1, 1/2) , but how are related rates even used in that question? – harold232 Nov 02 '19 at 09:27
  • Because the rate of change and $x$ and $y$ are related, by some factor $y'$. That's the core idea of related rates problems. – KM101 Nov 02 '19 at 09:28
  • I meant for implicit differentiation. When you do a related rates problem, you use implicit differentiation for the first step or two, but for this part it wasn't even used – harold232 Nov 02 '19 at 09:29
  • When differentiating implicitly, you're actually using the Chain Rule. So, it actually was used to relate the rate of change of $x$ and $y$. – KM101 Nov 02 '19 at 09:30
  • how did you relate x and y for a)? y=x then dy/dt = dx/dt? – harold232 Nov 02 '19 at 09:39
  • No, since $x$ and $y$ do not necessarily have to be equal for their rates of change to be equal. The factor being multiplied to $\frac{\mathrm dx}{\mathrm dt}$ is $\frac{\mathrm dy}{\mathrm dx}$, and we need that to be $1$ if we want $x$ and $y$ to change at the same rate. The values of $x$ and $y$ themselves (whether or not they're equal) are irrelevant here, unless if I'm misinterpreting the question you're trying to ask. – KM101 Nov 02 '19 at 09:42
  • I meant like if this question was finding the rate of change of a circle that is related to the change of its radius, you would first do A = pi*r^2, then differentiate. What was that first step for part a)? Where you first find a general formula before differentiating – harold232 Nov 02 '19 at 09:45
  • Oh, $y = \sqrt{x}$, that's just the function you're given. You're not finding anything. – KM101 Nov 02 '19 at 09:47
  • So you differentiate that after which becomes dy/dx = 1/(2√x) *dx/dt? – harold232 Nov 02 '19 at 09:48
  • $\frac{\mathrm dy}{\mathrm dt}$, not $\frac{\mathrm dy}{\mathrm dx}$. Otherwise, yeah, the rest is pretty straightforward. (Yes, that's how you get the point.) – KM101 Nov 02 '19 at 09:50
  • Check my edited attempt to understand my problem with this question – harold232 Nov 02 '19 at 10:04
0

PART a) Same rate means Same derivative: $$x'_t=y'_t=(\sqrt x)'_t=\frac{x'_t}{2\sqrt x} \Longrightarrow x'_t=\frac{x'_t}{2\sqrt x} \Longrightarrow \sqrt x = \frac{1}{2} \Longrightarrow x = \frac{1}{4} \Longrightarrow (\frac{1}{4},\frac{1}{2})$$

PART b) By euclidean metric we have: $$l=\sqrt{x^2+y^2}=\sqrt{x^2+x} \Longrightarrow l'_t=\frac{2x'_tx_t+x'_t}{2\sqrt {x^2+x}} \overset{x'_t=2}{\underset{x=4}{===}} \frac{9}{2\sqrt{5}}\frac{m}{s}$$

Ali Ashja'
  • 2,786
  • 8
  • 12