News
The constructor for Parabola takes a string argument, which is the equation of the parabola in standard form. This is written using ^ as an exponent character. Custom regex is used to extract ...
For a quadratic equation of the form \ (y = k { (x - a)^2} + b\), the following diagram shows the main properties: If k > 0, the vertex is a minimum turning point ...
package chapter_13; import java.util.Scanner; /** * (Algebra: vertex form equations) The equation of a parabola can be expressed * in either standard form (y = ax2 + bx + c) or vertex form (y = a (x - ...
For a quadratic equation of the form y = k (x a) 2 + b, the following diagram shows the main properties: If k > 0, the vertex is a minimum turning point If k < 0, the vertex is a maximum turning point ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results