Finding Maximum Values: Using Calculus to Solve Quadratic Equations

  • Thread starter Thread starter ihopeican
  • Start date Start date
  • Tags Tags
    Maximum
AI Thread Summary
To find the maximum value of the quadratic equation -3x^2 - 5x + 1, the turning point can be calculated using the formula -b/2a, which yields x = -0.8333. This value represents the x-coordinate of the maximum point, as the equation opens downward. The quadratic formula can also be used to determine the roots, and the maximum y-value is located at the midpoint of these roots. Completing the square is another method to find the maximum value. Understanding these techniques is essential for solving quadratic equations effectively.
ihopeican
Messages
27
Reaction score
0
Question:
Hello, the question is to find the MAXIMUM VALUE of -3x^2-5x+1=0.

Attempt:

I tried to enter this into my calculate in Polynomial and got two values of x:
x=-1.85
and
x=0.1804

Thankyou!

See following post for attempted answer.
 
Last edited:
Physics news on Phys.org
ihopeican said:
Question:
Hello, the question is to find the MAXIMUM VALUE of -3x^2-5x+1=0.

Attempt:

I tried to enter this into my calculate in Polynomial and got two values of x:
x=-1.85
and
x=0.1804

Thankyou!

I came up with -0.8333333333.

I got this from thinking the maximum value is just the turning point (Ie: -b/2a)
 
Use the quadratic formula...
 
Using the quadratic formula to solve that equation will tell you where the value of y is 0. The x-value for maximum y will be halfway between the two roots.

By the way, you really want to find the maximum value of y= -3x^2-5x+1. An equation, like -3x^2-5x+1=0, doesn't have a "value" to begin with!

You can also find the maximum by completing the square in -3x^2-5x+1.
 
Hmm, read it wrong due to the zero... I agree that the equation doesn't have a value to begin with.
 
I used calculus to get the maximum, and I get what ihopeican got; x = -0.8333... without calculus, you can get the x value of the midpoint by -b/2a, as ihopeican suggested, or by finding the zeros of the equation and finding the average of their x values, as HallsofIvy suggested. When you get to calculus, you will learn how to use derivatives to get maximums and minimums of lots more equations, not just quadratics. It's fun, easy, and fast. XD
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top