Finding Relative Extrema for a Rational Function with a Constant

  • Thread starter Thread starter Glissando
  • Start date Start date
  • Tags Tags
    Extrema Relative
Glissando
Messages
34
Reaction score
0

Homework Statement


Find the relative extrema of the following function f(x) = (a-x)/(x2-a2)
where a is a constant, a>0

Homework Equations


Derivative of f(x), zeroes, quadratic formula


The Attempt at a Solution



I think I just screwed a small step in there because my answer doesn't work out (it's supposed to be a(1 + sqrt2) and a(1 - sqrt2)

f'(x) = [(x2+a2)(-1) - (2x)(a-x)]/(x2+a2)2

0 = -x2 - a2 - 2xa + 2x2

0 = x2 - 2xa - a2

Quadratic formula:

x = [-b +/- sqrt(b2 - 4ac)]/(2a)

x = {2xa +/- sqrt[(-2xa)2 - 4(x2)(-a2)]}/(2x2)

x = [2xa +/- sqrt(4x2a2 + 4x2a2)]/(2x2)

x = [2xa +/- sqrt(8x2a2)]/(2x2)

x = [2xa +/- 2sqrt(2)xa]/(2x2)

x = 2xa(1 +/- sqrt2)/(2x2)

x = a(1 +/- sqrt2)/x

): How do I get rid of the x? If you cancel it doesn't the left side become 1?

Thank you for your help! <3
 
Physics news on Phys.org
It looks like you meant to say f(x)=(a-x)/(x^2+a^2) in the problem statement. So, yes, you want to solve 0=x^2-2ax-a^2. When you use the quadratic formula you put 'a'=1, 'b'=(-2a) and 'c'=(-a^2). I put quotes around the variables in the quadratic formula so as not to confuse them with the a in the problem. Notice none of them have an x in it.
 
Dick said:
It looks like you meant to say f(x)=(a-x)/(x^2+a^2) in the problem statement. So, yes, you want to solve 0=x^2-2ax-a^2. When you use the quadratic formula you put 'a'=1, 'b'=(-2a) and 'c'=(-a^2). I put quotes around the variables in the quadratic formula so as not to confuse them with the a in the problem. Notice none of them have an x in it.

WOW that made all the difference! Thank you so much (:!
 
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