How Do You Find A and B for an Inflection Point in a Function?

  • Thread starter Thread starter Chas3down
  • Start date Start date
  • Tags Tags
    Point
Chas3down
Messages
60
Reaction score
0

Homework Statement


Determine A and B so that y = Ax^(1/9) + Bx(-1/9) has an inflection point as (1/9)

Homework Equations



A + B = 9

The Attempt at a Solution



F' = Ax^(-8/9)/9 - Bx^(-10/9)/9
F'' = -8Ax^(---)/81 + 10Bx^(---)/81

-8A + 10B = 0
A + B = 9
-10(9-A) - 8A = 0
-90 - 18A = 0
A = -90/18
B = 14

But, this is not correct.. I don't understand what I did wrong?
 
Physics news on Phys.org
Chas3down said:

Homework Statement


Determine A and B so that y = Ax^(1/9) + Bx(-1/9) has an inflection point as (1/9)

Homework Equations



A + B = 9

The Attempt at a Solution



F' = Ax^(-8/9)/9 - Bx^(-10/9)/9
F'' = -8Ax^(---)/81 + 10Bx^(---)/81

-8A + 10B = 0
A + B = 9
-10(9-A) - 8A = 0
-90 - 18A = 0
A = -90/18
B = 14

But, this is not correct.. I don't understand what I did wrong?
I'm assuming you meant "at the point (1,9)" not "as (1/9)".

Check your algebra when solving for A and B. You made a few sign mistakes.
 
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