Simple factoring after differentiating.

AI Thread Summary
The discussion focuses on simplifying the derivative of the function f(t) = t * sqrt(4 - t^2) to find critical points. The user initially struggles with factoring and notation but receives guidance on applying the product and chain rules correctly. After correcting their derivative to f'(t) = (4 - 2t^2) / sqrt(4 - t^2), they identify critical points at ±sqrt(2), questioning the book's mention of -1 as a critical point. The conversation also touches on frustrations with the quality of the calculus textbook being used and seeks recommendations for better resources. Overall, the thread emphasizes the importance of accurate differentiation and proper factoring techniques in calculus.
calisoca
Messages
28
Reaction score
0

Homework Statement



I'm having trouble factoring this to its simplest term. I'm not very good at factoring, but I'm working on it. I was hoping that someone might be able to help me here.

Homework Equations



Find the critical points for f(t) = t * sqrt(4 -(t^2)) on the closed interval [1, -2].

The Attempt at a Solution



Using the product rule, this is where I'm at:

f'(t) = ((4 - (t^2))^(1/2)) + ((t^2)*((4 - (t^2))^(-1/2))).

I want to reduce this down so as to make it easier to set the equation to 0 to find the critical points.

My question is, how can I factor this down to its simplest terms? I see some common terms in the answer, I'm just not sure what of process to use to reduce it?

If there is any confusion in my notation, then please let me know. I tried to use parenthesis as liberally as possible so to make the arithmetic operations clear.

By the way, in case you wanted to check your solution, the book has f(sqrt(2)) = 2 and f(-1) = -sqrt(3) as the critical points.

I really appreciate the help.
 
Last edited:
Physics news on Phys.org
In addition to the product rule, you need to use the chain rule when you differentiate (4 - t^2)^(1/2).

You should have gotten f'(t) = ((4 - t^2)^(1/2)) - (t^2)*(4 - (t^2))^(-1/2).

To simplify this, pull out a factor of (4 - t^2)^(-1/2) from both terms.

f'(t) = (4 - t^2)^(-1/2) * (4 - t^2 - t^2) = (4 - t^2)^(-1/2) * (4 - 2t^2)

Using LaTeX, this can be written as:
f'(t) = \frac{4 - 2t^2}{\sqrt{4 - t^2}}

The critical points are at +/-sqrt(2). One of these is at odds with what you show as the book's answer. Are you sure that you posted the same problem?

The interval you show, [1, -2] has the numbers in reverse order. Always put the smaller number first.
 
There were two typos on my part.

First, it actually should have been [-1, 2].

Second, I did use the chain rule, so I should not have typed:
f'(t) = ((4 - (t^2))^(1/2)) + ((t^2)*((4 - (t^2))^(-1/2)))
but rather:
f'(t) = ((4 - (t^2))^(1/2)) - ((t^2)*((4 - (t^2))^(-1/2)))

Thank you for pointing out those two errors.

Your solution for factoring was so simple, I just can't believe I didn't see it. I was trying to do something else. Once your mind starts going in one direction, sometimes it's hard to turn it around.

Like I said, I'm bad at factoring, but you guys are really helping me make progress.
 
Last edited:
One other thing - what's with -1 being a critical number? I graphed the function as you gave it and saw critical points for t = +/_sqrt(2), but not for t = -1.
 
To be honest, I have no idea.

Actually, that was exactly what the book gave as the problem.

When I graphed it as the book gave it, I did not see a critical point at -1, either.

The book I am using is Essential Calculus by James Stewart, published by Thomson Brooks/Cole, ISBN 0-495-01442-7.

I was taking Calculus I, but I dropped it, because the professor was unbelievably horrible. I wasn't taking it for any particular class, but just because I wanted to learn it. I figured I could teach myself 1000 times better than she could. Since the book cost $130, and when I dropped, it was past the refund/return date, I figured I may as well keep the book and try to make use of it.

It's hands down the worst math book I've ever had the misfortune of trying to learn from in my life.

If anyone knows of any really great calculus textbooks, then please let me know.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top