Anyone ever come across a good situation where
a) a situation is modeled by a quadratic equation $y=ax^2+bx+c$ and/or
b) you've even needed to find where $y=0$ (roots, $x$-intercept, etc)
Anyone ever come across a good situation where
a) a situation is modeled by a quadratic equation $y=ax^2+bx+c$ and/or
b) you've even needed to find where $y=0$ (roots, $x$-intercept, etc)
On
The quintessential example surely must be that the position of a thrown object under the action of gravity depends quadratically on time since the motion began.
I have however no idea where one could find an example where the dependence would be cubic.
On
I was writing a graphics program, and had to find where a ray intersected a sphere. The ray represented a line drawn from a pixel on the screen. That uses a quadratic equation to solve.
Also the projection of a sphere onto the screen. If you know the quadratic formula for a line-sphere intersection, then the edge of the sphere on the screen is where the discriminate goes to zero.
But for students simple things like line-circle intersections is going to be a lot easier.
HMM.As abiessu pointed out, classical mechanics is where knowing quadratics is absolutely essential.
On
Outline fonts such as those in TrueType typically describe glyph shapes with quadratic Bézier curves. To render them on screen or on paper one typically needs to find where horizontal rays cross the glyph outline and this requires solving a quadratic equation.
In other words, what you reading right now is the outcome of many, many quadratic equations...
Headlights in motor vehicles: The parabolic shape is the unique shape such that all rays emanating from the focal point reflect off the parabola and travel parallel to each other outwards. Note that many headlights do not actually use a smooth parabola, since lights heading straight outwards would not spread enough to provide good visibility. However, the theory of the parabolic mirror is what influences how the mirrors are shaped.
In this vein, the mirror telescope also focuses all received light using a parabola.
In any acceleration scenario (including approximating the curve due to gravity), the curve of position vs. time is quadratic. Among the many possible applications, one that is practical is to consider a car moving at constant speed, and a second car currently moving faster and approaching from behind but also applying a constant deceleration (i.e., braking). The point(s) at which the positions of the two cars would be the same are the solutions of a specific quadratic.