I want to be able to solve for the equation of this parabola.
Known Points A(2,1) Slope @ A=1/2 B(7.25,2.5) Slope @ B=1/5
nothing else is known/given, The picture shows that parabola's Axis of symmetry is the X Axis but this is not necessarily true.
Is this sufficient information?
I just though of something.
if you plot parallel lines that pass though the points given and mirror them around a line perpendicular to the slope at respective points the will intersect at the focus which opens up much more information!
You could try starting from a generic parabola: $f(x)=ax^2+bx+c$ whose derivative is $f^{\prime}(x)=2ax+b$. What you know is that $f(2)=1$ (this ensures that the point $(2,1)$ is on the graph), $f^{\prime}(2)=1/2$ (this means the slope at $x=2$ is $1/2$), $f(7.25)=2.5$ and $f^{\prime}(7.25)=1/5$. If you plug in those values you get a system of equations to solve:
$a(2)^{2}+b(2)+c=1$
$a(7.25)^{2}+b(7.25)+c=2.5$
$2a(2)+b=1/2$
$2a(7.25)+b=1/5$
If the system of equations has a solution (in terms of $a$, $b$, and $c$) then you have your parabola. If the system is inconsistent, then no such parabola exists. If the system has more than one solution, then the parabola is not unique.