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 (:!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top