- Given function
f(x)=ae2x+bex+cx
We are given:
- f(0)=−1
- f′(ln2)=21
- ∫0ln4(f(x)−cx)dx=239
We need to find ∣a+b+c∣.
- Use f(0)=−1
Since
f(0)=ae0+be0+c⋅0=a+b
so,
a+b=−1...(1)
- Differentiate f(x)
f′(x)=2ae2x+bex+c
Now at x=ln2:
eln2=2,e2ln2=4
Hence,
f′(ln2)=2a(4)+b(2)+c=8a+2b+c
Given this equals 21, so
8a+2b+c=21...(2)
- Use the integral condition
We have
f(x)−cx=ae2x+bex
Therefore,
∫0ln4(f(x)−cx)dx=∫0ln4(ae2x+bex)dx
Integrate:
∫ae2xdx=2ae2x,∫bexdx=bex
So,
∫0ln4(ae2x+bex)dx=[2ae2x+bex]0ln4
Now,
eln4=4,e2ln4=16
Thus,
(2a⋅16+b⋅4)−(2a⋅1+b⋅1)=239
8a+4b−2a−b=239
215a+3b=239
Multiply by 2:
15a+6b=39
Divide by 3:
5a+2b=13...(3)
- Solve for a,b,c
From (1):
a+b=−1
So,
b=−1−a
Substitute into (3):
5a+2(−1−a)=13
5a−2−2a=13
3a=15
a=5
Then,
b=−1−5=−6
Now use (2):
8a+2b+c=21
8(5)+2(−6)+c=21
40−12+c=21
28+c=21
c=−7
- Compute ∣a+b+c∣
a+b+c=5−6−7=−8
Hence,
∣a+b+c∣=8
- Check with options
The correct option is:
C: 8
- Compare with stored answer
Stored correct answer: C
Our derived answer: C
So they agree.