SOLUTION: The dimensions of the facade of the house, should be 7m wide and 4 ms high, it should be a parabola, use the origin of the parabola as one corner. Find the quadratic equation to th

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: The dimensions of the facade of the house, should be 7m wide and 4 ms high, it should be a parabola, use the origin of the parabola as one corner. Find the quadratic equation to th      Log On


   



Question 956147: The dimensions of the facade of the house, should be 7m wide and 4 ms high, it should be a parabola, use the origin of the parabola as one corner. Find the quadratic equation to that.
--------------
3 points are (0,0), (3.5,4) and (7,0)
y = ax^2 + bx + c
At x = 0, y = 0 --> c = 0
----
At x = 7, y = 0
49a + 7b = 0
7a + b = 0
b = -7a
---
At x = 3.5, y = 4
12.25a + 3.5b = 4
Sub for b
12.25a - 24.5a = 4
-12.25a = 4
a = -16/49
---
b = 16/7
-------------
And then they got
y=16x^2/49+16x/7
What I am wondering is how you got there, because I have looked very hard a it and can not make sense of it, would someone please explain the process a bit more clearly?

Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

you are given 3 points which are: (0,0), (3.5,4) and (7,0)
you need a quadratic equation y+=+ax%5E2+%2B+bx+%2B+c of a parabola which contain given points
so, use point (0,0)=> means x+=+0 and y+=+0
y+=+ax%5E2+%2B+bx+%2B+c
0+=+a%2A0%5E2+%2B+b%2A0+%2B+c
0+=+0+%2B+0+%2B+c------eq.1
=>c=0
so, we now that our equation will be y+=+ax%5E2+%2B+bx+ and we need to find a and b
now use (3.5,4)
+x+=+3.5, y+=+4
y+=+ax%5E2+%2B+bx+
4+=+a%2A3.5%5E2+%2B+b%2A3.5+
4+=+12.25a+%2B+3.5b+------eq.2.......solve for a
+12.25a=4-3.5b+
+a=4%2F12.25-3.5b%2F12.25+
+a=0.33-0.28b+.........eq a1
now, we can use (7,0)
0+=+a%2A7%5E2+%2B+b%2A7+
0+=+49a+%2B+7b+.....solve for a
+49a=-7b+
+a=-7b%2F49+
+a=-b%2F7+...........eq a2

use eq a1 and eq a2, make right sides equal
+0.33-0.28b+=-b%2F7 ....solve for b.......both sides multiply by 7
+2.31-1.96b+=-b
+2.31+=1.96b-b
+2.31+=0.96b
b=+2.31+%2F0.96
b=+2.4
now find +a=-b%2F7+...........eq a2
+a=-2.4%2F7+
+a=-0.34+
+y=-0.34x%5E2%2B2.4x+