Hello again Bethany!
Let me help out with this problem!
(a) Find a solution y = f(x)
Starting equation:
dy/dx = 3x2 / e2y
We start with a derivative, and want to integrate this and solve in terms of "y". Before we can try and integrate anything, we need to make sure that all of our "y-terms" are on the "dy" side, and all our "x-terms" are on the "dx" side...
dy/dx = 3x2 / e2y (multiply both sides by dx)
dy = [ 3x2 / e2y ] * dx (multiply both sides by e2y)
[ e2y ] dy = [ 3x2 ] * dx
Now all the y's are on one side, and the x's are on the other side. We can now indefinitely integrate! Remember that indefinite integration always generates a +C integration constant!
∫ [ e2y ] dy = ∫ [ 3x2 ] * dx
(1/2)*e2y = x3 + C
Now we just need to rearrange terms to solve in terms of y...
(1/2)*e2y = x3 + C (multiply both sides by 2, note that 2*C is still an unknown arbitrary constant number, so we can still just call it +C for simplicity)
e2y = 2x3 + C (take the natural log of both sides...)
ln(e2y) = ln(2x3 + C) (ln() and exponent cancel on left side / apply log rule to right side...)
2y = ln(2x3 + C)
y = (1/2) * ln(2x3 + C)
What can we do about that integration constant C? Well let's plug in the 1 data point they told us...
f(0)=1/2
(1/2) = (1/2) * ln(2(0)3 + C)
1 = ln(C) (raise both sides e^)
C = e1
C = e
So C = e in this situation as it turns out... Plug back in...
y = (1/2) * ln(2x3 + C)
y = (1/2) * ln(2x3 + e)
(b) What is the domain and range of this function?
This is a logarithm-based function. Logarithms have a range that spans from -∞ to +∞, so the range of this function is similarly...
Range: y∈(-∞ , +∞)
What about the domain? logarithms have a limited domain since you cannot plug negative (or zero) numbers into them. So, what values of x result in us plugging in an input greater than zero into the log?
2x3 + e > 0
2x3 > -e
x3 > -e/2
x > (-e/2)(1/3)
So as long as our x-input is greater than (-e/2)(1/3), the cube root of a negative half of Euler's number, we should be able to evaluate our logarithm numerically!
So the domain of our function can be written as...
Domain: x∈( (-e/2)(1/3) , +∞)
Hope that helps!
--Zach