1a) The first problem is an algebra problem. By the time you get to a calculus class, you are supposed to know what the absolute value function does. It has one behavior for x < 0 and a different behavior for x > 0. Thus, x=0 is where the break lies between one piece of the function definition and the other.
.. f(x) = {x < 0: (3x^3 -x)/x
.. .. .. .. {x > 0: (3x^3 +x)/x
Obviously, this simplifies to
.. f(x) = {x < 0: 3x^2 -1
.. .. .. .. {x > 0: 3x^2 +1
.. .. .. .. {x = 0: undefined . . . . . . the value of |x|/x is not defined at x=0
1b) See the source link for a graph
1c) The value of |x|/x is -1 for x<0, +1 for x>0. The limit value of this ratio at x=0 is different from the right than from the left, so is said not to exist. If the value of |x|/x does not exist at x=0, then f(x) does not exist at x=0.
1d) x=3 is greater than zero, so the function 3x^2 +1 applies. The slope of this is 6x, which has the value of 6*3 = 18 at x=3. The slope of the tangent at x=3 is 18.
2) We suspect your equation for height should be
.. h(t) = 58t -0.83t^2 . . . . . . since Moon's gravity is about 1/6 that of Earth's
2a) The average velocity is defined as
.. Vavg = (h(1+a) -h(1))/((1 +a) -1)
.. = ((58(1 +a) -0.83(1 +a)^2) - (58*1 -0.83*1^2))/a
.. = (58a -0.83*(2a +a^2))/a
.. = 58 -0.83(2 +a)
.. = 56.34 -0.83a
2bi) a=0.1, Vavg = 56.34 -0.83*0.1 = 56.257 . . . m/s
2bii) a=0.01, Vavg = 56.34 -0.83*.01 = 56.3317 . . . m/s
2biii) a=0.001, Vavg = 56.34 -0.83*.001 = 56.33917 . . . m/s
2c) dh/dt = lim[aβ0] Vavg = 56.34 -0.83*0 = 56.34 . . . m/s (at t=1)
_____
There's no point to trying wrong ways to work problems like these. The purpose of your text is to teach you the right way to work them. If you don't understand what it is telling you, ask questions. (It will assume you understand the rules and terminology of algebra. If you don't, that is a different problem.)
For position, velocity, and acceleration problems, you are expected to know that the velocity is the rate of change of position, and the acceleration is the rate of change of velocity. The average velocity is
.. Vavg = (change in position)/(time in which that change occurred)
Since h(t) gives position, the change in position is
.. (change in position) = (position at some time) - (position at some earlier time)
In this problem, you are given the times as "1" and "1+a", so you have
.. (change in position) = h(1+a) -h(1)
.. (time in which that change occurred) = (1+a) -(1)