Question: Plotting complex equations

eq1 := 285 = .3354101966*sqrt(1/(1.025384421*10^(-9)*d^4/t[min]^3+5.568148129*10^(-8)*d+(3/550400)*d^2/t[min]));

I would like to plot tmin for varying values of d.

i can solve for tmin with a know value of d using fsolve

but can't do the plot I want

Please Wait...