Difference between revisions of "Parabola"
m (→Graphing Parabolas) |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | A '''parabola''' is a type of [[conic section]]. A parabola is a [[locus]] of points that are equidistant from a point (the [[focus]]) and a line (the [[directrix]]). | + | A '''parabola''' is a type of [[conic section]]. A parabola is a [[locus]] of points that are equidistant from a point (the [[focus]]) and a line (the [[directrix]]). |
== Parabola Equations == | == Parabola Equations == | ||
Line 12: | Line 12: | ||
[[Image:Parabola.png|thumb|right|150px|150px|The graph of <math>y=x^2</math>]] | [[Image:Parabola.png|thumb|right|150px|150px|The graph of <math>y=x^2</math>]] | ||
Using the completed square form, <math>y - k = a(x - h)^2</math> or <math>x - h = a(y - k)^2</math>, the vertex of the graph is at the point <math>(h, k)</math>. The graph appears vertically if the <math>x</math> term is squared, and horizontal if the <math>y</math> term is squared. The graph will be oriented (opens up) upwards/right if <math>a</math> is positive, and will be downwards/left if <math>a</math> is negative. | Using the completed square form, <math>y - k = a(x - h)^2</math> or <math>x - h = a(y - k)^2</math>, the vertex of the graph is at the point <math>(h, k)</math>. The graph appears vertically if the <math>x</math> term is squared, and horizontal if the <math>y</math> term is squared. The graph will be oriented (opens up) upwards/right if <math>a</math> is positive, and will be downwards/left if <math>a</math> is negative. | ||
− | Here are the graphs of a few | + | Here are the graphs of a few parabolas: |
<center> <math>3x^2-14x+8</math> (<math>a</math> is positive) | <center> <math>3x^2-14x+8</math> (<math>a</math> is positive) | ||
<asy> | <asy> | ||
Line 27: | Line 27: | ||
draw(graph(f,(7+2*sqrt(13))/3,(7-2*sqrt(13))/3),red+linewidth(1)); | draw(graph(f,(7+2*sqrt(13))/3,(7-2*sqrt(13))/3),red+linewidth(1)); | ||
</asy></center> | </asy></center> | ||
− | <center><math>-x^2+2x+2</math> (<math>a</math> is negative | + | <center><math>-x^2+2x+2</math> (<math>a</math> is negative) |
<asy> | <asy> | ||
import graph; | import graph; | ||
Line 42: | Line 42: | ||
</asy></center> | </asy></center> | ||
<br /><br /><br /><br /><br /><br /><br /><br /><br /> | <br /><br /><br /><br /><br /><br /><br /><br /><br /> | ||
+ | |||
+ | |||
+ | ==Video Description== | ||
+ | https://youtu.be/Res-cddhRLw?si=a2XGd_hkEArrwOVG | ||
+ | |||
+ | ~MathProblemSolvingSkills.com | ||
+ | |||
+ | |||
==Problems== | ==Problems== |
Latest revision as of 15:22, 13 September 2023
A parabola is a type of conic section. A parabola is a locus of points that are equidistant from a point (the focus) and a line (the directrix).
Contents
Parabola Equations
There are several "standard" ways to write the equation of a parabola. The first is polynomial form: where a, b, and c are constants. This is useful for manipulating the polynomial.
The second is completed square form, or where a, h, and k are constants and the vertex is (h,k). This is very useful for graphing the quadratic because the vertex and stretching factor are immediately before you.
The third way is the conic section form, or or where the p is a constant, and is the distance from the focus to the vertex.
Graphing Parabolas
Using the completed square form, or , the vertex of the graph is at the point . The graph appears vertically if the term is squared, and horizontal if the term is squared. The graph will be oriented (opens up) upwards/right if is positive, and will be downwards/left if is negative. Here are the graphs of a few parabolas:
Video Description
https://youtu.be/Res-cddhRLw?si=a2XGd_hkEArrwOVG
~MathProblemSolvingSkills.com
Problems
Introductory
- A parabola with equation passes through the points (2,3) and (4,3). What is ?
Intermediate
Suppose that a parabola has vertex and equation , where and is an integer. The minimum possible value of can be written in the form where and are relatively prime positive integers. Find .
Olympiad
Find the area of the largest triangle [and prove this is the maximum] whose interior is entirely within the region bounded by and .