Re: Calculus help?
I know this doesn't belong on this site, but why not ask, right? If any of you guys know how to solve this, help would be greatly appreciated. The prof. never taught us how to do this. If you could explain how you got what you did so I can understand it in the future, that'd be awesome. Thanks, guys!
2. If f(x)=ax^2+b, f(−5)=6 and f′(−5)=2, find the coefficients a and b.
This one is fairly simple.
Since f(x)=ax^2 + b then f'(x)=2ax
since b is a constant, the derivate of a constant is zero
We know that f'(-5) = 2 so,
2 = 2a(-5)
Sove for a, and you should get
a = -1/5
Next to solve for b, we use the first equation.
f(x) = ax^2 + b = (-1/5)x^2 + b
since f(-5) = 6 = (-1/5)(-5)^2 + b
Solve for b and you should get
b = 11
So, a = -1/5 and b = 11
I posted a problem yesterday that I needed help with. I was given the go-ahead to post any other problems that I can't figure out, so here it is:
y = 0.5 ·4^x
the equation of the line being found is tangent to the graph at = (0, 0.5)
I'm supposed to find the x-value for where the tangent line crosses the x-axis. Any help is appreciated and rep will be given for the correct answer or legitimate attempts for the correct answer. Thanks, guys.
We know that to get the equation for the tangent line of the function, we must take the derivative.
f(x) = 0.5 * 4^x
This derivative is a little tricky.
First lets get x out of the exponent by using the natural log, so
ln[f(x)] = ln[0.5] + xln[4]
Recall that the ln[ab] = ln[a] + ln(b)
so now we can take the derivative.
[1/f(x)]f'(x) = ln[4]
thus, f'(x) = ln[4]f(x) = ln4[(0.5)*4^x]
Now that we have the equation of the tangent line, we want to know the slope of the line at x = 0
Taken from the coordinate (0,0.5)
So f'(0) = ln[4][(0.5)(4^x)] = (0.5)*ln[4]
Then, using the equation y2-y1 = m(x2-x1) we can find the equation of the tangent line that passes through the point (0,0.5)
so plugging in our numbers we get
y2 - 0.5 = (0.5)*ln[4](x2-0)
Thus,
y2 = (0.5)*ln[4]x2 + 0.5
Now to find the x value for the tangent line when it crosses the x-axis we let y=0
So,
0 = (0.5)*ln[4]x + 0.5
x = [-(0.5)/(0.5)ln4] = -1/ln[4]
I hope this helps. Sorry if I don't do a good job of explaining what I did and why.