New Reply

finding an equation of a parabola given three points.

 
Share Thread Thread Tools
Sep15-07, 12:49 PM   #1
 

finding an equation of a parabola given three points.


1. The problem statement, all variables and given/known data

Find an equation of a parabola given three points without a vertex point.

2. Relevant equations

y=a(x-h)+k

3. The attempt at a solution

The parabola is upside down to I know a is negative.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Sep15-07, 12:52 PM   #2
 
Recognitions:
Homework Helper Homework Help
Any thoughts about the problem? What does the general form of the equation of a parabola look like?
Sep15-07, 01:04 PM   #3
 
y=ax^2+bx+c
Sep15-07, 01:14 PM   #4
 

finding an equation of a parabola given three points.


I don't know how to find the variables given the three points.
Sep15-07, 01:25 PM   #5
 
Recognitions:
Homework Helper Homework Help
Quote by starchild75 View Post
I don't know how to find the variables given the three points.
The general form will give you your method. If you have three points, then you can form three equations in general form. The unknowns will be the coefficients. You can simply solve the system of linear equations. This would be introductory level algebra.
Sep15-07, 01:32 PM   #6
 
if you have 3 points and you know the general equation of a parabola what could you make?
Sep15-07, 02:08 PM   #7
 
the 3 points are: (-2,2), (0,1), (1,-2.5)

I substituted the numbers, giving three equations.

2=4a-2b+c

1=0x^2+0b+C

-5/2=a+b+c

so c=1

-2b=-4a+1

b=(4a+1)/2


I can't get the numbers to work.


This is actually in my calculus book. chapter 1
Sep15-07, 02:22 PM   #8
 
I got the numbers to work. The equation in general form is 2x^2-11/2x+1. How would I convert that to standard form. What is the trick to solving these? I feel like I got lucky to get the answer.
Sep15-07, 02:35 PM   #9
 
To solve these you will just need to know algebra to solve a system of equations.

if instead of (0,1) you were given some other point you would go ahead and combine 2 equations into 1 hopefully eliminating an x^2 or x or c term, and then working with that one and the remaining equation try to solve for a,b,or c, and using that to solve for the other co-efficients.

to get that equation to the standard form you need to complete the square, but you first need to remove the 2 in front of x^2 first.
Sep15-07, 04:06 PM   #10
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by starchild75 View Post
the 3 points are: (-2,2), (0,1), (1,-2.5)

I substituted the numbers, giving three equations.

2=4a-2b+c

1=0x^2+0b+C

-5/2=a+b+c

so c=1

-2b=-4a+1

b=(4a+1)/2


I can't get the numbers to work.


This is actually in my calculus book. chapter 1
You said you had 3 equations- you've only written 2 there!
The three equations you get are:
(-2,2) 4a- 2b+ c= 2
(0, 1) c= 1
(1, -2.5) a+ b+ c= -2.5

Yes, from the second equation, you get c= 1. Putting that into the other two equations, 4a- 2b= 1 and a+ b= -3.5. Can you solve those two equations for a and b?

Quote by starchild75 View Post
I got the numbers to work. The equation in general form is 2x^2-11/2x+1. How would I convert that to standard form. What is the trick to solving these? I feel like I got lucky to get the answer.
Sorry, but it's too early to feel lucky! That's not at all right. Putting a= 2, b= 11/2, c= 1 into the first equation, you get 4(2)- 2(11/2)+ 1= 2- 11+ 1= -8, not 2.

Once you do have the correct equation, if by "standard form" you mean y= a(x- h)2+ k, you get that form by completing the square.
Sep15-07, 05:28 PM   #11
 
I had 3 equations.

-2=4a+2b+c
-5/2=a+b+c
1=0+0+c
Sep15-07, 05:34 PM   #12
 
the solutions I got were 2, -11/2, and 1. They worked in all 3 equations.
Sep15-07, 05:43 PM   #13
 
Every time I do this problem, I get different answers. I have always had trouble with these. I can handle trig easily compared to these problems. I am so frustrated.
Sep15-07, 05:51 PM   #14
 
I think I switched the signs around. Now I get
2=4a-2b+c
1=0+0+c
-5/2=a+b+c

and got

a=-1
b=-5/2
c=1

Does that sound better?
Sep15-07, 06:50 PM   #15
 
Recognitions:
Homework Helper Homework Help
Quote by starchild75 View Post
I think I switched the signs around. Now I get
2=4a-2b+c
1=0+0+c
-5/2=a+b+c

and got

a=-1
b=-5/2
c=1

Does that sound better?
looks good to me.
Aug12-11, 02:18 PM   #16
 
If I am given the points (-6; -2), (4; -2) and (1; -8) with the equation y = 2 x^2 + bx + c, CAN I use any of the two points two simultaneously solve for b and c?

By the way I tried and get different values with different points. The only reasonable solution is if I solve the problem using the fact that x = -1 is an axis of symmetry and then use the general equation y = 2(x + 1)^2 + q. Then use the point (1; -8) to find q. Rewriting the equation gives b = 4 and c = -14.

Why don't I get the same when I solve simultaneously?
Aug12-11, 04:05 PM   #17
 
Mentor
The three points are not on the same parabola -- at least they're not consistent with being on the same parabola if it's of the form: y = 2 x2 + b x + c .
New Reply
Thread Tools


Similar Threads for: finding an equation of a parabola given three points.
Thread Forum Replies
Find the equation for a parabola given 3 points Precalculus Mathematics Homework 10
Finding a Parabola using three points, no equations Linear & Abstract Algebra 2
Finding the equation of a parabola General Math 3
finding equation of a parabola? Help Precalculus Mathematics Homework 4
Finding the equation of a parabola Precalculus Mathematics Homework 3