Determine the values of a and b that have inflection points

  • Thread starter Thread starter Shai
  • Start date Start date
  • Tags Tags
    Algebra Points
Click For Summary

Homework Help Overview

The discussion revolves around determining the values of parameters \(a\) and \(b\) in the function \(f(x) = (x^2 + ax + b)e^x\) that yield inflection points. Participants are analyzing the second derivative \(f''(x)\) and its implications for the existence of inflection points based on the condition \(a^2 - 4b + 8 \geq 0\).

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the nature of the second derivative and its zeros, questioning why the sign of \(f''(x)\) does not change when \(a^2 - 4b + 8 = 0\). There is exploration of the implications of having one versus two zeros in the context of inflection points.

Discussion Status

The discussion is ongoing, with participants seeking clarification on the relationship between the zeros of the second derivative and the conditions for inflection points. Some guidance has been provided regarding the behavior of quadratic functions and their zeros, but there is no explicit consensus yet.

Contextual Notes

Participants are grappling with the definitions and implications of inflection points, particularly in relation to the quadratic nature of the second derivative and the conditions under which it changes sign. There is mention of potential confusion regarding the notation used for coefficients in the quadratic formula.

Shai
Messages
8
Reaction score
0
<Moderator's note: Moved from a technical forum and thus no template.>

The title isn't complete this is what I meant to say:
Determine the values of aa and bb where the function has inflection points (x2+ax+b)(ex)

I made the second derivative
$$f''(x) = 2 e^x + 2 a e^x + b e^x + 4 e^x x + a e^x x + e^x x^2$$

and isolate the x:

$$x = \frac{1}{2}\biggl(\pm\sqrt{a^2 - 4 b + 8} - a - 4\biggr)$$

And a guy told me this:
---------------------------------------
Now, you have inflection points if $$√a2−4b+8$$ is real. Or $$a2−4b+8≥0$$.
However, If $$a2−4b+8=0$$ then f′′(x) does not change sign when x crosses the root, $$a2−4b+8>0$$.
----------------------------------------
And now I am lost because I've trying to figure out why if the root is 0 then f''(x) doesn't change sign? What's left in the fraction doesn't matter?
 
Last edited by a moderator:
Physics news on Phys.org
f'' is a second order polynomial. If it has two zeros then it crosses the line f'' = 0 at one zero, changes sign, turns around, comes back to the other zero, and changes sign again. If it only has one zero, then it just barely touches the f''=0 line, turns around without crossing it and stays on one side without changing sign. But the only way f'' can only have one zero is if ±√ is only one value. But that can only happen if it is ±0.
 
I still don't understand what do you mean by two zeros? The 0 of the square root and the f''=0 ? I am not able to visualize that in my head
 
Shai said:
<Moderator's note: Moved from a technical forum and thus no template.>

The title isn't complete this is what I meant to say:
Determine the values of aa and bb where the function has inflection points (x2+ax+b)(ex)
I made the second derivative $$f''(x) = 2 e^x + 2 a e^x + b e^x + 4 e^x x + a e^x x + e^x x^2$$
and isolate the x: $$x = \frac{1}{2}\biggl(\pm\sqrt{a^2 - 4 b + 8} - a - 4\biggr)$$
What are the intermediate steps between the above two equations ?
 
The original function:

$$f(x) = (x^2+ax+b)(e^x)$$

Then:

$$f ' (x)= (x^2 +ax + b)(e^x)+(e^x)(2x+a)$$
$$f ' (x)= e^x(x^2+2x+ax+a+b)$$

Then :

$$f '' (x)= (x^2+2x+ax+a+b)(e^x) + e^x(2x+2+a)$$
$$f '' (x)= e^x(x^2+4x+ax+2a+b+2)$$

And isolated the x with the formula for quadratic polynomial:

where $$a= 1, b=4 + a, c= 2a+b+2$$
Which leads to:

$$x=\frac{1}{2}(±√(a2−4b+8)−a−4)$$

I already finished my homework but still need to know why $$a^2 - 4b + 8$$ cannot be = 0
 
Last edited:
±
Shai said:
I still don't understand what do you mean by two zeros? The 0 of the square root and the f''=0 ? I am not able to visualize that in my head
This figure has two examples. The green parabola has two zeros at points A and B. The red parabola has 1 zero (actually a double zero at the same point) at point C. When the quadratic formula is used, the green line will give x values for zeros at A and B where ±√ is about ±1.5. The quadratic formula for the red line will give x=2 for a zero and ±√0. (In the red-line case, that is called a "double zero" at x=2.)
temp.png
 

Attachments

  • temp.png
    temp.png
    5.6 KB · Views: 938
Last edited:
Shai said:
...

Then
$$f '' (x)= (x^2+2x+ax+a+b)(e^x) + e^x(2x+2+a)$$ $$f '' (x)= e^x(x^2+4x+ax+2a+b+2)$$
What condition on ##\ f '' (x) \ ## is necessary, for there to be an inflection point at ## x ## ?
And isolated the x with the formula for quadratic polynomial:

where $$a= x^2, b=4x + ax, c= 2a+b+2$$
Which leads to:

$$x=\frac{1}{2}(±√(a2−4b+8)−a−4)$$

I already finished my homework but still need to know why $$a^2 - 4b + 8$$ cannot be = 0
You are using ## a ## and ## b ## each for two different things.

I suggest using upper case for the coefficients of a general quadratic function.
 
SammyS said:
What condition on ##\ f '' (x) \ ## is necessary, for there to be an inflection point at ## x ## ?

You are using ## a ## and ## b ## each for two different things.

I suggest using upper case for the coefficients of a general quadratic function.
He is not using the standard a,b,c of the quadratic formula. If A, B, C are the quadratic formula coefficients, then A=1, B=4+a, C=2+2a+b. I think that his values for the zeros is correct.
 
FactChecker said:
He is not using the standard a,b,c of the quadratic formula. If A, B, C are the quadratic formula coefficients, then A=1, B=4+a, C=2+2a+b. I think that his values for the zeros is correct.
I realize that.

Does OP?
 
  • #10
FactChecker said:
±This figure has two examples. The green parabola has two zeros at points A and B. The red parabola has 1 zero (actually a double zero at the same point) at point C. When the quadratic formula is used, the green line will give x values for zeros at A and B where ±√ is about ±1.5. The quadratic formula for the red line will give x=2 for a zero and ±√0.
View attachment 216640

Sorry but I don't understand why It works if the square root is 0, what's left in the x doesn't matter?: $$\frac{-4-a}{2}$$

The whole x shouldn't be equal to 0?

SammyS said:
I realize that.

Does OP?

Yes
 
  • #11
@Shai ,

What is an inflection point?
 
  • #12
A point where the concavity of a continuous function change
 
  • #13
Shai said:
A point where the concavity of a continuous function change
Yes.

So the second derivative changes sign in going from one side of the inflection point to the other.

Now consider FC's graphs in Post # 6 .
 
  • #14
Yes but why the sign doesn't change if the square root is equal to 0 but works with any other result of the square root?

$$x=\frac{1}{2}(±√(a2−4b+8)−a−4)$$

$$x=\frac{1}{2}(±√(0)-a-4)$$
 
  • #15
Shai said:
Yes but why the sign doesn't change if the square root is equal to 0 but works with any other result of the square root?

$$x=\frac{1}{2}(±√(a2−4b+8)−a−4)$$

$$x=\frac{1}{2}(±√(0)-a-4)$$
Because, in that case the quadratic function has only one zero (x-intercept).
If the quadratic function has only one zero, then it doesn't change sign. See the red graph in post #6. Study @FactChecker 's explanation again and again.
 
  • #16
Shai said:
Sorry but I don't understand why It works if the square root is 0, what's left in the x doesn't matter?: $$\frac{-4-a}{2}$$
That part certainly does matter. If ±√ = ±0, It tells you where the double zero is located. Otherwise, there are two different zeros and it tells you where the midpoint of the two zeros are.

But it doesn't change the important aspect that you are concerned about -- if the sign of f'' changes. That is just determined by ±√.
 
  • #17
So because $$f ''(x) $$ is a quadratic polynomial the x must have two solutions (greater than 0) in order to have inflection points?
 
  • #18
Shai said:
So because $$f ''(x) $$ is a quadratic polynomial the x must have two solutions (greater than 0) in order to have inflection points?
Exactly. -- The √ must be > 0 so that ±√ forces two different zeros.
 
  • #19
At the end it wasn't as hard as I thought, thank you very much and sorry for taking that long to understand.
 

Similar threads

Replies
1
Views
1K
Replies
7
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K