The easiest way I have been able to do something similar is this:
Get your player location and get the tree location. Subtract the two vectors to get a line between the two. Use a normalize node on the result so the impulse has a force of 1 in the direction you want. Then multiply it by a float it int and plug that into the add impulse node.