Derivative Problems: Solving Simple Functions

  • Thread starter Thread starter suxatphysix
  • Start date Start date
  • Tags Tags
    Derivative
suxatphysix
Messages
29
Reaction score
0

Homework Statement


Find the derivative of the function
F(z) = \sqrt{\frac{z-1}{z+1}}

Homework Equations






The Attempt at a Solution



\frac{z-1}{z+1}^{1/2}

1/2 \frac{z-1}{z+1}^{-1/2}

Homework Statement


Find the derivative of the function.
y = tan(sin2x)

Homework Equations





The Attempt at a Solution



\frac{sin}{cos}

I'm assuming this is the chain rule, but I'm not sure how to approach it.

 
Physics news on Phys.org
You've also forgotten to use the chain rule on the first problem. (f(g(x))'=f'(g(x))*g'(x). You forgot the g'(x). Once you've straightened that out try the second.
 
soooo 1/2 \frac{z-1}{z+1}^{-1/2} (1) ?
 
be careful with your brackets. the square root is being applied to (z-1/z+1).
This is a chain rule question, what is your outside function? your inside function?
 
It might help to call the things inside the square root, \frac{z-1}{z+1} u. That way the chain rule basically says that the derivative of the whole thing is the derivative of F(z) with respect to u* derivative of u with respect to z.
 
For a question like the first one, i tend to find it less tedious to first take natural logs of both sides, and then using log laws, reduce it down to a form that is easier to work with, and then differentiate implicitly. Thats if you have learned implicit differentiation though.
 
In the second question, I'm not sure you need to use the identity.

\frac{sin}{cos}=tan[/itex]<br /> <br /> It seems just a simple derivitive:-<br /> <br /> \frac{d}{dx}tan=sec^2[/itex]&lt;br /&gt; &lt;br /&gt; Would be fine here?
 
Last edited:
suxatphysix said:
soooo 1/2 \frac{z-1}{z+1}^{-1/2} (1) ?

No, that's not correct.

Why is it (1)? As others have pointed out, you should use The Chain Rule:

\frac{df}{dx} = \frac{df}{du} \times \frac{du}{dx}, i.e the derivative of f with respect to x is the derivative of f with respect to u times the derivative of u with respect to x. (u is any function that you choose, so that the problem becomes easier). There are problems that you have to apply the rules twice, threefold, or even more:

\frac{df}{dx} = \frac{df}{du_1} \times \frac{du_1}{dx} = \frac{df}{du_1} \times \left( \frac{du_1}{du_2} \times \frac{du_2}{dx} \right) = \frac{df}{du_1} \times \frac{du_1}{du_2} \times \left( \frac{du_2}{du_3} \times \frac{du_3}{dx} \right) = ...

Example:
Find the derivative of \tan \left( \sqrt{\cos x} \right) with respect to x.

-------------------

Now that looks monstrous. But if you let u = \sqrt{\cos x}, the whole thing becomes: tan(u).

Apply The Chain Rule here, we have:
\tan \left( \sqrt{\cos x} \right)&#039;_x = \tan \left( u \right)&#039;_x = \tan \left( u \right)&#039;_u \times u&#039;_x = \frac{1}{\cos ^ 2 u} \times (\sqrt{\cos x})&#039;_x

Apply the Rule once more, let t = cos(x)
... = \frac{1}{\cos ^ 2 u} \times (\sqrt{\cos x})&#039;_x = \frac{1}{\cos ^ 2 u} \times (\sqrt{t})&#039;_x = \frac{1}{\cos ^ 2 u} \times (\sqrt{t})&#039;_t \times t&#039;_x = \frac{1}{\cos ^ 2 u} \frac{1}{2 \sqrt{t}} (\cos x)&#039;_x = -\frac{1}{\cos ^ 2 u} \frac{1}{2 \sqrt{t}} \sin x

Now, change u, and t back to x's, we have:
... = -\frac{1}{\cos ^ 2 u} \frac{1}{2 \sqrt{t}} \sin x = -\frac{1}{\cos ^ 2 (\sqrt{\cos x})} \times \frac{1}{2 \sqrt{\cos x}} \sin x.

To make it look a little bit nicer. You can pull the 1/2 factor in front of the whole expression, like this:

... = - \frac{1}{2} \times\frac{1}{\cos ^ 2 (\sqrt{\cos x})} \times \frac{\sin x}{\sqrt{\cos x}}It's done. :)

Can you do the same to your 2 problems? :)
 
Last edited:
for the first problem u could use logs to differentiate such that lny = 1/2ln(z-1) - 1/2ln(z+1) and then implicitly differentiate, dy/dz.1/y = 1/2.(1/z-1) - 1/2(1/z+1). dy/dz=[1/(2z-2)-1/(2z+2)].y = [4/(4z^2+4)].root[(z-1)/(z+1)] and simplify.

u = sin2x therefore y=tan (u) therefore dy/du = u'/cos^2 (u) = 2cos(2x)/cos^2(sin2x)
 
Back
Top