How to Create a Function with a Turning Point and a Point of Inflection?

  • Thread starter Thread starter salemchic05
  • Start date Start date
Click For Summary
To create a function with one turning point and one point of inflection, start with a quadratic function in the form f(x) = ax^2 + bx + c. The turning point occurs where the slope changes, which can be achieved by setting the coefficient of the x term (b) to zero for symmetry. To ensure a point of inflection, the coefficient of x^2 (a) should be negative, allowing the graph to transition from concave up to concave down. By establishing specific coordinates for the turning point and point of inflection, a system of equations can be formed to solve for the coefficients a, b, and c. This method provides a structured approach to designing the desired function.
salemchic05
Messages
4
Reaction score
0
I need to create a function that has one turning point and one point of inflection. I have no idea what I'm doing!
 
Physics news on Phys.org
Try xe-x. The general idea is that is has a max (the turning point) and then asymptotically goes to 0 (as x becomes infinite), so it needs to switch from concave to convex along the way.
 


Creating a function with a turning point and a point of inflection can seem daunting at first, but with some guidance, it can become much easier. A turning point is a point on the graph of a function where the slope changes from positive to negative or vice versa. A point of inflection is where the concavity of the graph changes from concave up to concave down or vice versa.

To create a function with these characteristics, we can start by thinking about the basic shape of the graph we want to create. In this case, we want a graph that has a single hump or bump, with the turning point at the top of the hump and the point of inflection at the bottom. One way to achieve this is by using a quadratic function, which has the general form of f(x) = ax^2 + bx + c.

To ensure that our function has a turning point and a point of inflection, we need to make sure that the coefficient of the x^2 term is not zero. This will give us a parabola that has a single turning point. Next, we need to determine the values of a, b, and c that will give us the desired shape of the graph.

To create a turning point at the top of the hump, we want the coefficient of the x term (b) to be zero. This will eliminate the linear term in our function, creating a symmetrical parabola. Now, we can focus on the value of a, which will determine the steepness of the hump. To create a point of inflection at the bottom of the hump, we want the value of a to be negative. This will give us a parabola that starts off concave up, then becomes concave down, creating the desired point of inflection.

For example, let's say we want our turning point to be at (2, 5) and our point of inflection to be at (4, 3). We can use the information we have to create a system of equations to solve for the values of a, b, and c.

f(2) = 5: 4a + 2b + c = 5
f'(2) = 0: 8a + b = 0
f(4) = 3: 16a + 4b + c = 3
f''(4) = 0:
 
There are probably loads of proofs of this online, but I do not want to cheat. Here is my attempt: Convexity says that $$f(\lambda a + (1-\lambda)b) \leq \lambda f(a) + (1-\lambda) f(b)$$ $$f(b + \lambda(a-b)) \leq f(b) + \lambda (f(a) - f(b))$$ We know from the intermediate value theorem that there exists a ##c \in (b,a)## such that $$\frac{f(a) - f(b)}{a-b} = f'(c).$$ Hence $$f(b + \lambda(a-b)) \leq f(b) + \lambda (a - b) f'(c))$$ $$\frac{f(b + \lambda(a-b)) - f(b)}{\lambda(a-b)}...

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
1K
Replies
13
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 22 ·
Replies
22
Views
6K
Replies
1
Views
1K