Quadratic function solution method optimizing

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 4K views
YoungPhysicist
Insights Author
Messages
350
Reaction score
203

Homework Statement


For which values of b will the quadratic function ƒ(x) = x2-2bx+7 have a minimum value of 6?

Homework Equations


y = ax2+bx+c
y = a(x-h)2+k

b(first one) = -2ah(second one)
c(first one) = ah2+k(second one)

The Attempt at a Solution


Well, I actually already have the answer to the question: b = ±1, but I believe there must be a better method to this.

My poor method goes like this:

Since the parabola has a "minimum", it must open upwards,with a vertex's y position as 6, which makes the function I am dealing with looks like these two forms:
  • y = x2-2bx+7
  • y = (x-h)2+6
which the second one can be turned into y = x2-2hx+h2+6
∴ h2+6 = 7(c)
∴h = ±1

then because -2b = -2h,and h = ±1, b = ±1.

Is there a simpler way of doing this?
 
Last edited:
Physics news on Phys.org
The minimum or maximum value of a parabola is ##f({-b \over 2a})## where ##f(x) = ax^2 + bx + c##.
 
  • Like
Likes   Reactions: scottdave and YoungPhysicist
verty said:
The minimum or maximum value of a parabola is ##f({-b \over 2a})## where ##f(x) = ax^2 + bx + c##.
Thanks!
 
With a minimum value of 6, this parabola doesn't have real roots, but if we took a shifted parabola down by 6, the vertex would just touch the x axis. Thia happens when the discriminant of the quadratic formula is zero. If you subtract 6 then solve for the discriminant equal zero.
 
  • Like
Likes   Reactions: YoungPhysicist
scottdave said:
With a minimum value of 6, this parabola doesn't have real roots, but if we took a shifted parabola down by 6, the vertex would just touch the x axis. Thia happens when the discriminant of the quadratic formula is zero. If you subtract 6 then solve for the discriminant equal zero.
Thanks,too. Yet another great method.:smile:
 
Young physicist said:

Homework Statement


For which values of b will the quadratic function ƒ(x) = x2-2bx+7 have a minimum value of 6?

Homework Equations


y = ax2+bx+c
y = a(x-h)2+k

b(first one) = -2ah(second one)
c(first one) = ah2+k(second one)

The Attempt at a Solution


Well, I actually already have the answer to the question: b = ±1, but I believe there must be a better method to this.

My poor method goes like this:

Since the parabola has a "minimum", it must open upwards,with a vertex's y position as 6, which makes the function I am dealing with looks like these two forms:
  • y = x2-2bx+7
  • y = (x-h)2+6
which the second one can be turned into y = x2-2hx+h2+6
∴ h2+6 = 7(c)
∴h = ±1

then because -2b = -2h,and h = ±1, b = ±1.

Is there a simpler way of doing this?

Your method is about as simple as it gets.
 
  • Like
Likes   Reactions: YoungPhysicist
Thanks everyone. Problem solved. Here is my improved method based of @verty 's post:

ƒ(x) = x2-2dx+7(easier to distinguish from the b in y = ax2+bx+c)

65F26413-34DC-4441-A85E-E4070C507F83.jpeg
 

Attachments

  • 65F26413-34DC-4441-A85E-E4070C507F83.jpeg
    65F26413-34DC-4441-A85E-E4070C507F83.jpeg
    16.2 KB · Views: 1,076