As always, not homework. Just trying to expand my math skillz.
Given the following:
a function has the form -ax^2 + bx + c = 0 (i.e., I know it is a downward facing parabola)
I know the coordinates of the vertex, and the y value of that is positive
I know the the numerical value of the definite integral, between the two x intercepts
Can I define a and b from this information? I know that I can define c simply because I know the vertex. I’ve been trying to work this out for some time, and I can’t get it. Instinctively, I think this should be doable.
If you know the vertex, (h, k), then you can write y = –a(x–h)[sup]2[/sup] + k, where the only thing undetermined is the value of a. (This could then be multiplied out into the “-ax^2 + bx + c” form.)
The greater a is, the narrower the parabola is, and the smaller the value of the definite integral you’re talking about (= the area of the region between the parabola and the x-axis).
So the answer is yes, but the argument I’ve given isn’t a constructive proof.
On preview: The further condition you added, that the vertex be on the y-axis, isn’t necessary, but it probably makes it easier.
Yes. I added h as the distance between the x-value of the vertex and the x intercepts because otherwise you’d have to but the whole quadratic formula into the definite integral. (Although I didn’t figure that out at the time, I just realised adding another unknown made for a cleaner set of equations for my to type into the CAS software.)
We have the equation A: a x^2 + b x + c = 0 and function f(x) = a x^2 + b x + c
With a, b and c being unknown, and with the givens:
A having two solutions
a being negative
f having the vertex (d, e)
the integral of the function between the x-intercepts being g.
If we call the two solutions to A A[sub]1[/sub] and A[sub]2[/sub]
Then
f(d)=e
f’(d) = 0
And the absolute value of the definite integral of f from A[sub]1[/sub] to A[sub]2[/sub] = g.
Three unknowns, three equations.
And I think we can remove the condition of a being negative and just add that we’re comparing with the absolute value of g.
I worked it out like this. As said b = 0 and then c is the actual value when x = 0, i.e. the value at the y-intercept (vertex). Then the x-intercepts are at ± sqrt(c/a) (simple computation, both a and c are assumed positive) and the integral between them works out to (4c)/c * sqrt(c/a). Since this and c are known, you can solve for a.