What are the points of inflection, if any, of #f(x)=secxtanx # on [0,2pi]?

1 Answer
Jul 14, 2016

There aren't any as far as I can tell. Once I conclude that any critical points are complex you're probably safe to bail out, tbh I only did the rest out of my own interest in the problem.

Explanation:

Ugh, why is it never nice, easy functions...

#f'(x) = d/(dx)(secx)tanx + secxd/(dx)(tanx)#

#f'(x) = secxtan^2x + sec^3x#

#f''(x) = d/(dx)(secx)tan^2x + secxd/(dx)(tan^2x) + d/(dx)(sec^3x)#

#f''(x) = secxtan^3x + 2sec^3xtanx + 3sec^3xtanx = secxtan^3x + 5sec^3tanx#

We now have all the derivatives we're going to need. First, we identify the critical points of the function by setting the first derivative equal to zero:

#secxtan^2x + sec^3x = 0#

#secx(tan^2x+sec^2x) = 0#

Recall that #tan^2x = sec^2x - 1#

(if you want to derive this identity, try dividing every term in #sin^2x + cos^2x = 1# by #cos^2x#)

#secx(2sec^2x-1) = 0#

Hence either

#secx = 0# or #2sec^2x - 1 = 0#

Secant is never zero, so no solutions from the first expression.

#sec^2x = 1/2#

#secx = +-1/(sqrt(2))#

Taking the reciprocal:

#cosx = +-sqrt(2)#

#x=cos^(-1)(sqrt(2))# remembering that cosine is an even function so #+-sqrt(2)# will yield the same answer.

So, this isn't very nice and is about to get complex. I'm pretty sure this means that there isn't any real points of inflection but I'm going to soldier bravely into it anyway, mostly out of self-interest but you might be interested too? :)

#color(red)("DISCLAIMER")#

#rarr# Depending on how much work you've done with complex numbers, this might just be an unintelligible mess (it might be anyway!). If you haven't really met them yet, i think you can be pretty safe in abandoning ship here.

We let x be some complex number a + bi

#a + bi = cos^(-1)(sqrt(2))#

#cos(a+bi) = sqrt(2)#

Using Euler's formula, we can see that:

#cosx = (e^(ix) + e^(-ix))/2#

So we have:

#(e^(i(a+bi)) + e^(-i(a+bi)))/2 = sqrt(2)#

#e^(ai-b) + e^(-ai+b) = 2sqrt(2)#

#e^(ai)e^(-b) + e^(-ai)e^(b) = 2sqrt(2)#

Using Euler's formula:

#e^(-b)[cos(a) + isin(a)] + e^(b)[cos(a) - isin(a)] = 2sqrt(2)#

Collecting real and imaginary parts

#(e^b + e^(-b))cos(a) + i(e^(-b)-e^b)sin(a) = 2sqrt(2)#

So

#(e^b + e^(-b))cos(a) = 2sqrt(2)#

and

#(e^(-b)-e^b)sin(a) = 0#

Looking at our second equation, there are a number of solutions that can arise from this. We might think that b = 0 would work, but subbing into the first gives:

#cos(a) = sqrt(2)#

which is the exact same thing that got us into this mess so not helpful. If we try a = 0 we get

#e^b + e^(-b) = 2sqrt(2)#

This is more promising, try substitution of #u=e^b#

#u + 1/u = 2sqrt(2)#

#u^2 - 2sqrt(2)u + 1 = 0#

#u = (2sqrt(2) +- 2)/2 = sqrt(2) +- 1 = e^b#

#b = ln(sqrt(2)+-1)#

Hence the roots are given by

#x = 2npi + ln(sqrt(2)+-1)i#

When subbed into second derivative I got #+-9/4i# so no inflection points.