P.S. You may want your original definition to use a "patterned" variable on the left-hand side — either
r[w_] := 200/(I w(10I w + 1))
or
r[w_] = 200/(I w(10I w + 1))
Note also that there is utterly no need for those distracting *
symbols between items of a product; just a space between symbols in a product is enough, and when the first of two items in the product is an actual number, you don't even need a space there. Almost like in printed or handwritten math! The *
symbol to denote multiplication is a relic from Fortran and other programming languages as well as from early, dumb "computer-assisted algebra" systems.