SOLUTION: Hi there I need to calculate out how far and high a boy named Jose throws in a ball in a football match, Y stands for the height in meters and X for the diatance in meters from whe

Algebra ->  Coordinate-system -> SOLUTION: Hi there I need to calculate out how far and high a boy named Jose throws in a ball in a football match, Y stands for the height in meters and X for the diatance in meters from whe      Log On


   



Question 750622: Hi there I need to calculate out how far and high a boy named Jose throws in a ball in a football match, Y stands for the height in meters and X for the diatance in meters from where jose is standing.
How do I calculate Y=-0,04x^2+0,6x+2

Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
Y=-0.04x^2+0.6x+2
.
Maximum is at vertex:
x-value of vertex is "axis of symmetry":
x = -b/(2a)
x = -0.6/(2*(-0.04))
x = -0.6/(-0.08)
x = 0.6/(0.08)
x = 7.5
Max height:
Y=-0.04(7.5)^2+0.6(7.5)+2
Y= 4.25 meters (max height)
.
Max distance, we set Y to zero and solve for x:
0=-0.04x^2+0.6x+2
0=0.04x^2-0.6x-2
0=0.02x^2-0.3x-1
applying the "quadratic formula" yields:
x = {17.81, -2.81}
throw out the negative solution (extraneous) leaving
x = 17.81 meters (max distance)
.
details of "quadratic formula":
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 0.02x%5E2%2B-0.3x%2B-1+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%28-0.3%29%5E2-4%2A0.02%2A-1=0.17.

Discriminant d=0.17 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28--0.3%2B-sqrt%28+0.17+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%28-0.3%29%2Bsqrt%28+0.17+%29%29%2F2%5C0.02+=+17.8077640640442
x%5B2%5D+=+%28-%28-0.3%29-sqrt%28+0.17+%29%29%2F2%5C0.02+=+-2.80776406404415

Quadratic expression 0.02x%5E2%2B-0.3x%2B-1 can be factored:
0.02x%5E2%2B-0.3x%2B-1+=+0.02%28x-17.8077640640442%29%2A%28x--2.80776406404415%29
Again, the answer is: 17.8077640640442, -2.80776406404415. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+0.02%2Ax%5E2%2B-0.3%2Ax%2B-1+%29