Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Stuck on a simple calculus problem. Can you help?
I'm stuck on a calculus problem.
Find the derivative of :
f(x) = (x^2+1) / (1-x^2)
My answer is:
4x / (1-x^2)^2
The answer SHOULD BE:
4x / (x^2-1)^2
I've posted my calculations online at:
http://i14.tinypic.com/4qxt4j4.jpg
Can anyone help to find my mistake?
Many, many thanks!
~ Mitch ~
Wow....
You guys are quick!
7 answers in less than 10 minutes.
Frank has the best explanation so far, seeing that he worked out the problem.
It's funny that my TI-89 and an online derivative problem solver came up with the same answer, but not what I came up with. LOL!
I can see where (x^2-1)^2 is the same as (1-x^2)^2, as a few of y'all have pointed out.
I was going nutz trying to figure the problem. Thanks everyone!
10 Answers
- frankLv 71 decade agoFavorite Answer
f(x) = x^2 + 1/1 -x^2
f '(x) = ((x^2 + 1)' ( 1-x^2) -(1 - x^2)' (x^2 + 1))/(1 - x^2)^2
= (2x(1 -x^2) -(-2x) (x^2 + 1))/(1 -x^2)^2
= (2x -2x^3 + 2x(x^2 + 1))/(1 - x^2)^2
= (2x -2x^3 + 2x^3 + 2x)/(1 -x^2)^2
= 4x/(1 -x^2)^2
Conclusion : Your answer is right.
- Anonymous1 decade ago
Unless I am mistaken, I believe that (1-x^2)^2 is equal to (x^2-1)^2, so you got the right answer!
(1-x^2)^2 = 1 - 2x^2 + x^4 = x^4 - 2x^2 +1
(x^2-1)^2 = x^4 -2x^2 + 1
- 1 decade ago
Go ahead and foil out (x^2 - 1) ^ 2 and (1 - x^2)^2 and see how the answers compare - your answer is equivalent to the one they came up with.
- 1 decade ago
Hi Mitch.
I looked into both answers and apparently if you get d2/dx they both work out to be the same.
Therefore, I wouldn't worry about it.
I didn't take a look at your calculations. Hopefully you started out with the quotient rule.
another thing why it doesn't matter is because you are anyway squaring your denominator which cancels out the whole notion of getting a completely different answer.
Hope this helped.
- How do you think about the answers? You can sign in to vote the answer.
- 1 decade ago
Yea, you are right, just plug in a number for your answer and the "correct" answer and you'll get the same thing
- Anonymous1 decade ago
Your answer is correct.
4x / (1-x^2)^2 = 4x / (x^2-1)^2
*sticks tongue out
- 1 decade ago
LOL "SIMPLE" calculus problem. ROFLMAO
Seriously, it looks like a factoring issue to me.
- zee_primeLv 61 decade ago
d/dx (u/v)= (vdu/dx-udv/dx)/v^2
so f '(x)= ((1-x^2)(2x)-(x^2+1)(-2x))/(1-x^2)^2...
just simplify this.