Finding extrema when derivative has no rational roots.

Click For Summary

Homework Help Overview

The discussion revolves around finding stationary points, intervals of increase and decrease, and concavity for the function f(x)=(x^3-2x^2+x-2)/(x^2-1). Participants are exploring the challenges posed by the derivative, particularly the fourth-degree polynomial resulting from the differentiation.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the nature of the stationary points and whether exact locations or general intervals are required. Some suggest that numerical methods may be more practical given the complexity of the roots of the polynomial. Others propose rewriting the function to simplify the differentiation process.

Discussion Status

There is an ongoing exploration of different methods to approach the problem, including rewriting the function for easier differentiation. Some participants have provided insights into the potential existence of roots and the utility of numerical methods, but no consensus has been reached on a specific solution approach.

Contextual Notes

Participants are considering the implications of the function's complexity and the nature of the roots of the derivative, which may include both real and complex solutions. The original poster expresses familiarity with the process but encounters difficulties due to the polynomial's structure.

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
Are you expected to find the exact locations of the stationary points, or merely whereabouts they lie? E.g. you can easily show there's one between 0 and 1.
 
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
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
11
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
22
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K