First, find the derivative of this function,
f(x) = x^3 ln(x^2 + 1) - 2xf(x)=x3ln(x2+1)−2x.
Using the sum rule, we could split this into two parts,
g(x) = x^3 ln(x^2 + 1)g(x)=x3ln(x2+1)
and
h(x) = -2xh(x)=−2x,
so that
f(x) = g(x) + h(x)f(x)=g(x)+h(x)
and
(df)/(dx) = (dg)/(dx) + (dh)/(dx)dfdx=dgdx+dhdx.
We could then proceed to find the derivative of each function, starting with g(x)g(x):
(dg)/(dx) = d/dx (x^3 ln(x^2 + 1))dgdx=ddx(x3ln(x2+1))
Using the product rule:
dg = x^3 * d(ln(x^2 + 1)) + ln(x^2 + 1) * d(x^3)dg=x3⋅d(ln(x2+1))+ln(x2+1)⋅d(x3)
Let's solve for each differential, from derivatives, starting from d(x^3)d(x3):
(d(x^3))/(dx) = 3x^2 rarr d(x^3) = 3x^2 dxd(x3)dx=3x2→d(x3)=3x2dx
Putting that back in:
dg = x^3 * d(ln(x^2 + 1)) + ln(x^2 + 1) * 3x^2 dxdg=x3⋅d(ln(x2+1))+ln(x2+1)⋅3x2dx
Now, how about the other differential? I think solving for that derivative requires breaking it up into smaller functions. Let's set
p(x) = ln(x^2 + 1) = p_3(p_2(p_1(x)))p(x)=ln(x2+1)=p3(p2(p1(x)))
where
p_1(x) = x^2p1(x)=x2
p_2(x) = x + 1p2(x)=x+1
p_3(x) = ln(x)p3(x)=ln(x)
then use the chain rule:
(dp)/(dx) = (dp_1)/(dx) * (dp_2)/(dp_1) * (dp_3)/(dp_2)dpdx=dp1dx⋅dp2dp1⋅dp3dp2
Starting from the derivative of p_1p1 to xx:
(dp_1)/(dx) = (d(x^2))/(dx) = 2xdp1dx=d(x2)dx=2x
Then solving for the differential, by "multiplying" by dxdx:
(dp_1)/(dx) = 2x rarr dp_1 = 2x dxdp1dx=2x→dp1=2xdx
Next, p_2p2 to p_1p1:
(dp_2)/(dp_1) = (d(p_1 + 1))/(dp_1) = 1dp2dp1=d(p1+1)dp1=1
(dp_2)/(dp_1) = 1 rarr dp_2 = dp_1dp2dp1=1→dp2=dp1
Awesome! Evaluate dp_1dp1:
dp_2 = 2x dxdp2=2xdx
Then dp_3dp3 to dp_2dp2:
(dp_3)/(dp_2) = (d(ln(p_2)))/(dp_2) = 1/(p_2)dp3dp2=d(ln(p2))dp2=1p2
(dp_3)/(dp_2) = 1/(p_2) rarr dp_3 = 1/(p_2) dp_2dp3dp2=1p2→dp3=1p2dp2
dp_3 = 1/(p_1 + 1) 2x dx = (2x)/(x^2 + 1) dxdp3=1p1+12xdx=2xx2+1dx
So:
(dp_3)/(dx) = (dp)/(dx) = (2x)/(x^2 + 1)dp3dx=dpdx=2xx2+1
(dp)/(dx) = (2x)/(x^2 + 1) rarr dp = (2x)/(x^2 + 1) dxdpdx=2xx2+1→dp=2xx2+1dx
Substituting dpdp back in dgdg:
dg = x^3 * dp + ln(x^2 + 1) * 3x^2 dxdg=x3⋅dp+ln(x2+1)⋅3x2dx
dg = x^3 * (2x)/(x^2 + 1) dx + ln(x^2 + 1) * 3x^2 dxdg=x3⋅2xx2+1dx+ln(x2+1)⋅3x2dx
Simplifying:
dg = (2x^4)/(x^2 + 1) dx + 3x^2 ln(x^2 + 1) dxdg=2x4x2+1dx+3x2ln(x2+1)dx
Dividing by dxdx to solve for the derivative:
(dg)/(dx) = (2x^4)/(x^2 + 1) + 3x^2 ln(x^2 + 1)dgdx=2x4x2+1+3x2ln(x2+1)
And substituting this back into (df)/(dx)dfdx:
(df)/(dx) = (2x^4)/(x^2 + 1) + 3x^2 ln(x^2 + 1) + (dh)/(dx)dfdx=2x4x2+1+3x2ln(x2+1)+dhdx
Now, on to h(x) = -2xh(x)=−2x:
(dh)/(dx) = -2dhdx=−2
So:
(df)/(dx) = (2x^4)/(x^2 + 1) + 3x^2 ln(x^2 + 1) - 2dfdx=2x4x2+1+3x2ln(x2+1)−2
Let's solve for x = 1x=1:
rarr (2(1)^4)/((1)^2 + 1) + 3(1)^2 ln((1)^2 + 1) - 2→2(1)4(1)2+1+3(1)2ln((1)2+1)−2
= 1 + 3 ln(2) - 2=1+3ln(2)−2
m_t = 3 ln(2) - 1mt=3ln(2)−1
That gives us the slope of the tangent line. Taking the negative reciprocal:
m_n = -(m_t)^(-1) = -(3 ln(2) - 1)^(-1) = 1/(1 - 3 ln(2))mn=−(mt)−1=−(3ln(2)−1)−1=11−3ln(2)
Now that we have the slope of the normal line, we just need the yy-intercept. We can start by using the point-slope form:
y - y_1 = m(x - x_1)y−y1=m(x−x1)
The slope, mm, in this case is m_n = 1/(1 - 3 ln(2))mn=11−3ln(2) :
y - y_1 = (x - x_1)/(1 - 3 ln(2))y−y1=x−x11−3ln(2)
We need a point on the graph. Well, there's our input, x = 1x=1, and the output, f(1) = (1)^3 ln((1)^2 + 1) - 2(1) = ln(2) - 2f(1)=(1)3ln((1)2+1)−2(1)=ln(2)−2, so substitute that for x_1x1 and y_1y1 respectively:
y - (ln(2) - 2) = (x - 1)/(1 - 3 ln(2))y−(ln(2)−2)=x−11−3ln(2)
Finally, isolate yy:
y = (x - 1)/(1 - 3 ln(2)) + ln(2) - 2y=x−11−3ln(2)+ln(2)−2
That's the equation for the line normal to f(x) = x^3 ln(x^2 + 1) - 2xf(x)=x3ln(x2+1)−2x at x = 1x=1.