Finding the First Derivative of a Complicated Expression

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
frosty8688
Messages
126
Reaction score
0
1. Simplify the derivative



2. [itex]y = \frac{\sqrt{1-x^{2}}}{x}[/itex]



3. [itex]f'(x) = \frac{x*\frac{-2x}{2\sqrt{1-x^{2}}}-\sqrt{1-x^{2}}}{x^{2}}=\frac{-x^{2}-\sqrt{1-x^{2}}}{x^{2}\sqrt{1-x^{2}}}[/itex] I just don't know how to simplify this further.
 
Physics news on Phys.org
frosty8688 said:
1. Simplify the derivative

2. [itex]y = \frac{\sqrt{1-x^{2}}}{x}[/itex]

3. [itex]f'(x) = \frac{x*\frac{-2x}{2\sqrt{1-x^{2}}}-\sqrt{1-x^{2}}}{x^{2}}=\frac{-x^{2}-\sqrt{1-x^{2}}}{x^{2}\sqrt{1-x^{2}}}[/itex] I just don't know how to simplify this further.
You simplified ##\displaystyle \ \frac{\displaystyle x\frac{-2x}{2\sqrt{1-x^{2}}}-\sqrt{1-x^{2}}}{x^{2}} \ ## incorrectly.
 
So it would be -x[itex]^{2}[/itex] over the square root. So how do I find the second derivative of [itex]\frac{\frac{-x^{2}}{\sqrt{1-x^{2}}}-\sqrt{1-x^{2}}}{x^{2}}[/itex] Do I use the product rule or quotient rule. Which is easier?
 
Last edited:
SammyS said:
Multiply by ##\displaystyle \ \frac{\sqrt{1-x^2}}{\sqrt{1-x^2}} \ .##

I already did that and came out with [itex]\frac{-1}{x^{2}\sqrt{1-x^{2}}}[/itex]
 
How do I take the second derivative?
 
frosty8688 said:
How do I take the second derivative?
You can use the quotient rule. To differentiate the denominator use the product rule. Alternatively, rewrite it as a product of two terms with negative exponents and just use the product rule.
 
Here is what I have [itex]\frac{\frac{-x}{\sqrt{1-x^{2}}}-\frac{x^{3}}{(1-x^{2})^{3/2}}} x^{2} + \frac{2}{x^{3}}[/itex] The squared on the top is supposed to go with the x on the bottom.
 
frosty8688 said:
Here is what I have [itex]\frac{\frac{-x}{\sqrt{1-x^{2}}}-\frac{x^{3}}{(1-x^{2})^{3/2}}} x^{2} + \frac{2}{x^{3}}[/itex] The squared on the top is supposed to go with the x on the bottom.
You mean [itex]\displaystyle \ \ \frac{\displaystyle \frac{-x}{\sqrt{1-x^{2}}}-\frac{x^{3}}{(1-x^{2})^{3/2}}} {x^{2}} + \frac{2}{x^{3}}\ \ ?[/itex]

I don't see how that can possibly be correct.

Please show some steps.
 
SammyS said:
You mean [itex]\displaystyle \ \ \frac{\displaystyle \frac{-x}{\sqrt{1-x^{2}}}-\frac{x^{3}}{(1-x^{2})^{3/2}}} {x^{2}} + \frac{2}{x^{3}}\ \ ?[/itex]

I don't see how that can possibly be correct.

Please show some steps.

Here is how I got that answer [itex]\frac{\frac{-2x^{3}}{2(1-x^{2})^{3/2}}}+\frac{2x}{2\sqrt{1-x^{2}}}-\frac{2x}{\sqrt{1-x^{2}}}{x^{2}}-2\frac{\frac{-x^{2}}{\sqrt{1-x^{2}}}}-\sqrt{1-x^{2}}{x^{3}} = \frac{\frac{-2x^{3}}{2(1-x^{2})^{3/2}}}-\frac{x}{\sqrt{1-x^{2}}}{x^{2}}-2\frac{\frac{-x^{2}}{\sqrt{1-x^{2}}}}-\sqrt{1-x^{2}}{x^{3}} = \frac{\frac{-x}{\sqrt{1-x^{2}}}}-\frac{x^{3}}{(1-x^{2})^{3/2}}{x^{2}}-2\frac{\frac{-x^{2}}{\sqrt{1-x^{2}}}}-\sqrt{1-x^{2}}{x^{3}}=\frac{\frac{-x}{\sqrt{1-x^{2}}}}-\frac{x^{3}}{(1-x^{2})^{3/2}}{x^{2}}+\frac{2}{x^{3}}[/itex] That is how I got the answer. The + sign in the first part should be in the numerator and the x^2 should be in the denominator. Same thing with the sign in the second half of the first part and the sqrt should be in the numerator with the x^3 on the bottom, same thing in the second part and third part and last part. Sorry it got messed up.
 
It doesn't need to be that complicated. Write the first derivative as ##-x^{-2}(1-x^2)^{-\frac 12}## and differentiate using the product rule. Hint: every term in the answer ought to have a factor like ##(1-x^2)^{n-\frac 12}##, some integer n. I'd guess that's how SammyS knew your answer could not be right.