Extracting a function of a variable from an expression

58 Views Asked by At

I have this expression: $\frac{d+2wd}{2w+3wd-3d-w^2-1}$

Is there anyway I can write it just as a function of f(d)?

[To me this looks like it is already a function of d, but I want to confirm if what I'm thinking is correct and if not, how can I separate the w from this, if it is possible?]