How would one use the Table command to create a list of derivatives ? For example, f[x_] := Sqrt[3 + x]/2 ?
Table
f[x_] := Sqrt[3 + x]/
Just to acknowledge there are a variety of opinions as to how to help with homework problems.
My suggestion is to first figure out how to do it without the Table command.