Generally, it is impossible to find a unique equation describing some particular graph.
What you might do, is to construct equations that show SOME of the properties of the graph.
You say you have a symmetric curve with maximum at (0,0.5) and a zero at (7.5,0).
Well, is it a parabola, perhaps? I don't know. It might as well be the graph of a fourth-order polynomial, or some other function.
If it IS the graph of a parabola, i.e, that it is a graph of a second-order polynomial, we might make some headway:
1. We have that:
[tex]y=ax^{2}+bx+c[/tex], and we are to determine a,b,c.
From your info, we have that the maximum occurs at x=0.
Since, in general, we have that the maximum will occur at [tex]x=-\frac{b}{2a}[/tex], we see that b=0 in your case.
2. The zero:
We know this occurs at x=7.5, therefore we have, using the info in (1):
[tex]0=a*7.5^{2}+c\to{c}=-a*7.5^{2}[/tex]
3. Preliminary expression:
We now have that:
[tex]y=a*(x^{2}-7.5^{2})[/tex]
4. Value at maximum:
We have that at x=0, y=0.5, we therefore get:
[tex]0.5=-a*7.5^{2}\to{a}=-\frac{0.5}{7.5^{2}}[/tex]
5. Final expression
We have now strictly determined how a second-order polynomial that fullfills all the given info looks like, namely, for example:
[tex]y=-\frac{1}{112.5}(x-7.5)(x+7.5)[/tex]