Derivative of a fractional function without quotient rule

Click For Summary

Homework Help Overview

The problem involves finding the derivative of a fractional function representing the displacement of a particle, specifically x(t) = (2t - 5) / (4t^2 + 2t), without using the quotient rule. The context includes determining when the particle is stationary and when it moves at a constant velocity, as well as analyzing changes in acceleration.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss using the product rule and chain rule as alternatives to the quotient rule. Some express uncertainty about applying these rules, particularly in handling the negative exponent in the product rule. Others suggest using the definition of the derivative or considering partial fraction decomposition.

Discussion Status

The discussion is ongoing, with various approaches being explored. Some participants have offered guidance on potential methods, while others are still seeking clarity on the application of differentiation rules. There is no explicit consensus on a single method to proceed.

Contextual Notes

Participants note a lack of familiarity with certain differentiation techniques, and there is mention of a possible error in the original function's variable notation. The constraints of the homework assignment, including the prohibition of the quotient rule, are acknowledged.

Saracen Rue
Messages
150
Reaction score
10

Homework Statement


The displacement of a particle can be modeled by the function x(t)=\frac{2x-5}{4x^2+2x}, where t is in seconds, x is in meters, and t ∈ [1,10]

a) Determine the derivative of the function without using the quotient rule.

b) Hence, find exactly when the particle is stationary.

c) Determine when the particle is moving at a constant velocity. You can use your calculator to assist you.


d) A jolt is defined as being a change in acceleration over time. With the help of your calculator, determine the time for which the jolt is equal to the displacement.

Homework Equations


I'm not sure, besides the differentiation rules. However, I can't use the quotient rule.

The Attempt at a Solution


I'm honestly not sure how to even begin here. I've never been taught how to solve this sort of question without the quotient rule. Can anyone please give me an idea on where I should start? Thank you for your time.
 
Physics news on Phys.org
Saracen Rue said:
Can anyone please give me an idea on where I should start?
Use the product rule and the chain rule instead?
 
Krylov said:
Use the product rule and the chain rule instead?
I have never learned the chain rule method. Also, I'm not sure how the product rule would work here: the (4x^2+2x) term would be to the power of negative 1, and I'm not sure how to apply to product rule then. Sorry for being stupid, but I'm really new (not to mention bad) when it comes to calculus...
 
Saracen Rue said:
Sorry for being stupid, but I'm really new (not to mention bad) when it comes to calculus...
Lack of knowledge does not imply stupidity. Do you have a good calculus book? I recommend that you make a few hundred exercises from such a book (not all at once!) differentiating all kinds of functions using the chain rule, product rule and quotient rule. This is essential material and it should not be an obstruction.

Also, now that I take a better look, I think your function should read ##x(t) = \frac{2 t - 5}{4 t^2 + 2 t}## instead, so ##t## instead of ##x## in the right-hand side.
 
[QUpOTE="Saracen Rue, post: 5283378, member: 521193"]

Homework Statement


The displacement of a particle can be modeled by the function x(t)=\frac{2x-5}{4x^2+2x}, where t is in seconds, x is in meters, and t ∈ [1,10]

a) Determine the derivative of the function without using the quotient rule.

b) Hence, find exactly when the particle is stationary.

c) Determine when the particle is moving at a constant velocity. You can use your calculator to assist you.


d) A jolt is defined as being a change in acceleration over time. With the help of your calculator, determine the time for which the jolt is equal to the displacement.

Homework Equations


I'm not sure, besides the differentiation rules. However, I can't use the quotient rule.

The Attempt at a Solution


I'm honestly not sure how to even begin here. I've never been taught how to solve this sort of question without the quotient rule. Can anyone please give me an idea on where I should start? Thank you for your time.[/QUOTE]

The product rule gives
\frac{d}{dx} (2x-5)(4x^2 +2x)^{-1} = \left[ \frac{d}{dx} (2x-5) \right] (4x^2 + 2x)^{-1} + (2x - 5) \left[ \frac{d}{dx} (4x^2 + 2x)^{-1} \right]
Getting ##d(2x-5)/dx## is easy; where you need to use the chain rule is in the second differentiation:
\frac{d(4x^2 + 2x)^{-1}}{dx} = \frac{d(4x^2 + 2x)^{-1}}{d (4x^2 + 2x)} \cdot \frac{d(4x^2 + 2x)}{dx}
This means that if we have a function of the form ##f(x) = g(h(x))## we can let ##u = h(x)## and get
\frac{df}{dx} = \left. \frac{dg}{du} \right|_{u = h(x)} \cdot \frac{dh}{dx}
For f = g(h) (with h = h(x)), a way of remembering this is to think of
\frac{df}{dx} = \frac{dg}{dh} \cdot \frac{dh}{dx}
(cancelling the dh's).

Anyway, if ##h = 4x^2 + 2x## and ##g(h) = h^{-1}##, can you calculate ##dg/dh## and ##dh/dx##? That's all there is to it.
 
Saracen Rue said:
I have never learned the chain rule method. Also, I'm not sure how the product rule would work here: the (4x^2+2x) term would be to the power of negative 1, and I'm not sure how to apply to product rule then. Sorry for being stupid, but I'm really new (not to mention bad) when it comes to calculus...
If your function is ##x(t) = \frac{2t - 5}{4t^2 + 2t}## (with change as noted by Krylov), and the objective is to find x'(t) without using the quotient rule, there are three other possibilities.
1) Use the definition of the derivative as the limit of a quotient.
2) Use the product rule and chain rule, writing the function as ##x(t) = (2t - 5) (4t^2 + 2t)^{-1}##
3) Use the product rule and a rule you might have learned about the derivative of the reciprocal of a function, with ##x(t) = (2t - 5) \left(\frac{1}{4t^2 + 2t}\right)## .

Choice 1 above would be pretty tricky, so it seems to me that one of the other two choices is what you're expected to use.
 
Or you could express the fraction as

## \frac{(2x + 1) - 6}{2x (2x + 1)} ##

and I hope easy to see ways to proceed.
 
You could use partial fraction decomposition. Then you only need to deal with ##\displaystyle \ \frac{A}{t}+ \frac{B}{2t+1}\ ## .

Alternatively, you could multiply both sides by the denominator, then do implicit differentiation.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K