Patrick T. answered 11/23/21
Tutor Specializing in French & Math (up to college Pre-Calculus)
Hello ALi,
a) Find The initial slope,
You need to find P'(l), the derivative of the function P. You will use the quotient rule for that. which is:
(u/v)' = [v*u' - u*v']/v2
Let u = numerator = l; then u' = 1
Let v = denominator = al2 + bl + c; then v' = 2al + b
P' = [1(al2 + bl + c) - l(2al + b)]/(al2 + bl + c)2 = (al2 + bl + c-2al2 -bl)/(al2 + bl + c)2
Simplifying the numerator: P' = (-al2 + c)/(al2 + bl + c)2
Now to find P'(0), replace any mention of l by 0:
P'(0) = (-a*02 + c)/(a*02 + b*0 + c)2
so P'(0) = c/(c)2
P'(0) = c/c2 ---> P'(0) = 1/c
b)The light intensity for which P reaches a maximum: You would need to do the 1st derivative test:
P'(l) = 0 ----> (-al2 + c)/(al2 + bl + c)2=0
Multiply both sides by (al2 + bl + c)2 : (-al2 + c)=0 ----> c= al2
so l^2=c/a ---> l = ± square root(c/a)
Since: c and a are POSITIVE constants and the light intensity cannot be negative, you would only choose the positive square root ---> l = square root(c/a)
That will be the light intensity when P reaches its maximum.
c) The maximum rate of photosynthesis (maximum value of P): From the previous question, you know that the maximum value of P happens when l = square root of (c/a).
The equation of P you listed was: P = l/(al2 + bl + c)
To find the max value of P, you would replace any mention of l by square root(c/a) and simplify where necessary
Cheers!