#Quadratics
22 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
How to proceed
If it doesn’t have two distinct real roots then the discriminant is 0
Hmmmm
b² - 4ac <= 0
Ohh I misread the question the roots can be complex as well then
It's fine ig. I feel like minimum value would be related to =0 case. Just being cautious and added <
You need to find the minimum value of z = 5a + b under the constraint b^2 - 20a ≤ 0.
How can we usually find extrema of a function under a constraint?
Linear Programming?
Hmmm restrict a,b using the constraint then find the minimum of x for those a,b?
There isn't an x here. The general algorithm is as follows.
Suppose you have a function f and some constraints that form a region D.
- Find the critical points of f that lie in the interior of D. If D is unbounded, check which ones are extremum points.
- Do the same, but for the boundary of D (you may need to parametrize the boundary or use Lagrange multipliers or bordered hessian; if the boudary is sufficiently simple, you can just reduce the amount of variables).
- Compare the values at all the extremum points you've found.
Hmmmm looks tedious
*minimum of z
Oh yeah thank you I made a mistake after finding |b| inequality so didn't get to a reasonable answer
@tulip surge has given 1 rep to @crimson reef
+close