Show y = (1+x)/(1+x^2) has three inflection points

  • Thread starter Thread starter Hogart
  • Start date Start date
  • Tags Tags
    Points
Hogart
Messages
3
Reaction score
0

Homework Statement



We are given the curve y = (1+x)/(1+x^2)


Homework Equations



y' and y''

The Attempt at a Solution



I know the inflection points of y are the local minimum and maximum of y'; this can also be restated as the critical points of y''. My attempt is to find the zero's of y'' and show there are only three critical points that satisfy as being the local extremes of y'. However, I end up getting a huge fifth degree polynomial for y''. This thing is a monster to solve; it does not seem to simplify either.

y'' = (2x^5+6x^4-4x^3+5x^2-8x-3)/(x^4+2x^2+1)^2

Perhaps I can show y'' has three zero's by IVT but there is a second part that requires the actual x values that make those zero's.

Anyone have any other ideas?

 
Physics news on Phys.org
I can't be sure, but it looks like you may have made an algebraic mistake when simplifying the second derivative.

Edit: I am sure. Your second derivative is incorrect.
 
gopher_p said:
I can't be sure, but it looks like you may have made an algebraic mistake when simplifying the second derivative.

Edit: I am sure. Your second derivative is incorrect.

You must excuse me, it seems I have been having quite a few brain malfunctioning moments these past couple of days.

The proper second derivative to y is y'' = (2(1+x^2)(x^3+3x^2-3x-1))/(1+x^2)^4

I actually figured it out. It was just a matter of applying algebra. Since (1+x^2) > 0 it is not a critical value. But x^3+3x^2-3x-1 factors out as (x-1)(x^2+4x+1). So x=1 is a critical value for y'. And x=-2+/-sqrt(3) by the quadratic formula. So at those values for x we get the local extremes of y'. Thus these points represent the inflection points of y!

Thank you for double checking my work. I appreciate it!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top