67.9k views
1 vote
Find the linearization L(x) of the function at a. f(x) = x^4 + 2x^2, a = 1

User Neuron
by
5.2k points

1 Answer

6 votes

The equation of the tangent line at x=1 can be written in point-slope form as

... L(x) = f'(1)(x -1) +f(1)

The derivative is ...

... f'(x) = 4x^3 +4x

so the slope of the tangent line is f'(1) = 4+4 = 8.

The value of the function at x=1 is

... f(1) = 1^4 +2·1^2 = 3

So, your linearization is ...

... L(x) = 8(x -1) +3

or

... L(x) = 8x -5

Find the linearization L(x) of the function at a. f(x) = x^4 + 2x^2, a = 1-example-1
User Miyuru
by
5.3k points