Consider the curve where a and b are constants. The normal to this curve at the point where x=4 is 4x+y=22. Find the values of a and b?
y=asqrtx+ b/sqrtx y=a√x+b√x
1 Answer
The answer will be
Explanation:
We can start by rewriting the function as
y = a(x)^(1/2) + bx^(-1/2)y=a(x)12+bx−12
Taking the derivative, and treating
y' = 1/2a(x)^(-1/2) - 1/2bx^(-3/2)
Let's evaluate
y'(4) = 1/2(a)(4)^(-1/2) - 1/2(b)(4^(-3/2))
y'(4) = 1/2(a)(1/4)^(1/2) - 1/2(b)(1/4)^(3/2)
y'(4) = 1/4a - 1/16b
That means that the slope of the normal line is the negative reciprocal or
m_"normal" = -1/(1/4a - 1/16b)
We're given the actual equation of the normal line is
4 = 1/(1/4a - 1/16b)
At
Therefore:
a(4)^(1/2) + b(4)^(-1/2) = 6
2a + 1/2b = 6
4a + b = 12
b = 12 - 4a
Substituting this second equation into the first, we get:
4 = 1/(1/4a - 1/16(12 - 4a))
4 = 1/(1/4a - 3/4 + 1/4a)
4 = 1/(1/2a - 3/4)
4(1/2a - 3/4) = 1
2a - 3 = 1
2a = 4
a = 2
It follows that
b = 12 - 4(2) = 4
A graphical confirmation confirms that our answer is viable.
Hopefully this helps!