Finding extrema when derivative has no rational roots.

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
4 replies · 2K views
peripatein
Messages
868
Reaction score
0

Homework Statement


How may I find stationary points, increase/decrease intervals, concavity for f(x)=(x^3-2x^2+x-2)/(x^2-1)?


Homework Equations





The Attempt at a Solution


I am familiar with how it should be done, except that here I get f'(x)=x^4-4x^2+8x-1 for the numerator of the derivative and am unable to figure out how to find extrema. I'd appreciate some advice.
 
Physics news on Phys.org
peripatein said:

Homework Statement


How may I find stationary points, increase/decrease intervals, concavity for f(x)=(x^3-2x^2+x-2)/(x^2-1)?

Homework Equations


The Attempt at a Solution


I am familiar with how it should be done, except that here I get f'(x)=x^4-4x^2+8x-1 for the numerator of the derivative and am unable to figure out how to find extrema. I'd appreciate some advice.

Can you see why there exists (at least) one positive root, and one negative root? Of course, there are two other roots, which are either both real or are complex conjugates of one another.

There are formulas for solving 4th degree polynomials, but the results are so complicated as to be almost useless. For example, Maple gives a positive root as

-1/6*6^(1/2)*((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2)+1/6*((48*(82+9*83^(1/2))^(1/3)*((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2)-6*((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2)*(82+9*83^(1/2))^(2/3)-6*((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2)+72*6^(1/2)*(82+9*83^(1/2))^(1/3))/(82+9*83^(1/2))^(1/3)/((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2))^(1/2)

and a negative root as

-1/6*6^(1/2)*((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2)-1/6*((48*(82+9*83^(1/2))^(1/3)*((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2)-6*((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2)*(82+9*83^(1/2))^(2/3)-6*((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2)+72*6^(1/2)*(82+9*83^(1/2))^(1/3))/(82+9*83^(1/2))^(1/3)/((4*(82+9*83^(1/2))^(1/3)+(82+9*83^(1/2))^(2/3)+1)/(82+9*83^(1/2))^(1/3))^(1/2))^(1/2)

Usually in such problems we just use numerical methods; that is why such methods were invented.
 
Last edited:
peripatein said:

Homework Statement


How may I find stationary points, increase/decrease intervals, concavity for f(x)=(x^3-2x^2+x-2)/(x^2-1)?

Homework Equations



The Attempt at a Solution


I am familiar with how it should be done, except that here I get f'(x)=x^4-4x^2+8x-1 for the numerator of the derivative and am unable to figure out how to find extrema. I'd appreciate some advice.
For the purposes of taking the 1st & 2nd derivatives, it may be useful to rewrite you function as:

[itex]\displaystyle f(x)=\frac{x^3-2x^2+x-2}{x^2-1}[/itex]
[itex]\displaystyle =<br /> x-2+\frac{2(x-2)}{x^2-1}[/itex]

[itex]\displaystyle =x-2+\frac{3}{x+1}-\frac{1}{x-1}[/itex]​
 
SammyS said:
For the purposes of taking the 1st & 2nd derivatives, it may be useful to rewrite you function as:

[itex]\displaystyle f(x)=\frac{x^3-2x^2+x-2}{x^2-1}[/itex]
[itex]\displaystyle =<br /> x-2+\frac{2(x-2)}{x^2-1}[/itex]

[itex]\displaystyle =x-2+\frac{3}{x+1}-\frac{1}{x-1}[/itex]​

Very nice!

To the OP: this is a technique that always comes in very handy. If you want to see how SammyS did this, then you should research partial fraction decomposition. See http://en.wikipedia.org/wiki/Partial_fraction_decomposition#Examples