Calculus quotient rule problem

  • Thread starter Thread starter thearn
  • Start date Start date
  • Tags Tags
    Calculus quotient
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
32 replies · 4K views
thearn
Messages
27
Reaction score
0

Homework Statement


using the quotient rule, find the derivative of y = (2x-3)/(√(x^2-5)). Do not leave the answer in complex form.

Homework Equations


the quotient rule g(x)f'(x) - f(x)g'(x)
---------------------
(g(x))^2

The Attempt at a Solution



1/2+2x^2+3x/(x^2-5)(√(x^2-5))
 
Last edited:
Physics news on Phys.org
How can you simplify [itex]\sqrt{x^2}[/itex]?

Edit: Also, please confirm that the denominator is [itex]\sqrt{x^2} -5[/itex] as you have written, and not [itex]\sqrt{x^2 - 5}[/itex]. Your attempt at a solution shows that you are not always using parentheses when needed.
 
square root of x^2= x. The square is over the x^2 and the -5 sorry for the error. I wanted to check my answer or be guided through the problem if I am incorrect. Thanks.
Your correct in the specification of the square root. It should be the square root of x^2-5 with the square root sign over the entire expression.
 
Last edited:
thearn said:

Homework Statement


using the quotient rule, find the derivative of y = (2x-3)/(√x^2-5). Do not leave the answer in complex form.
Do you mean (2x-3)/√(x^2-5)? That's different from what you wrote.
thearn said:

Homework Equations


the quotient rule g(x)f'(x) - f(x)g'(x)
---------------------
(g(x))^2

The Attempt at a Solution



1/2+2x^2+3x/(x^2-5)(√x^2-5)

This is what you wrote:
$$ \frac{1}{2} + 2x^2 + \frac{3x}{x^2 - 5} (\sqrt{x^2} - 5)$$

If that's not what you intended, please add parentheses to correct it.
 
thearn said:
square root of x^2= x.
No, not true. ##\sqrt{x^2} = |x|##
thearn said:
The square is over the x^2 and the -5 sorry for the error. I wanted to check my answer or be guided through the problem if I am incorrect. Thanks.
Your correct in the specification of the square root. It should be the square root of x^2-5 with the square root sign over the entire expression.
 
oh ok yeah I miswrote, thanks. Yes that is valid.
 
Mod note: To reduce confusion, I fixed the erroneous correction.[/color]

my fault yes I accidentally wrote the nine.
 
Last edited by a moderator:
thearn said:
my fault yes I accidentally wrote the nine.

OK, so it's
[tex]y = \frac{2x-3}{\sqrt{x^2 - 5}}[/tex]
So let's identify the pieces you need for the quotient rule. What are [itex]f(x)[/itex], [itex]g(x)[/itex], [itex]f'(x)[/itex], and [itex]g'(x)[/itex]?
 
(x^2-5)^1/2=g(x); f(x)=2x-3 I understand how to plug everything in I just am having problems with simplifying I suppose.
 
(x^2-5)^(1/2) *2 - 1/2(x^2-5)^(-1/2) *2x
-------------------------------------------------
x^2-5
 
thearn said:
(x^2-5)^(1/2) *2 - 1/2(x^2-5)^(-1/2) *2x
-------------------------------------------------
x^2-5

This part --> -1/2(x^2-5)^(-1/2) *2x <-- is g'(x). You are missing f(x).
 
jbunniii said:
What are [itex]f'(x)[/itex] and [itex]g'(x)[/itex]?

f'(x)=2 g'(x)=1/2(x^2-5)^-1/2 *2x
 
By the way, it's pretty easy to typeset your expressions properly using the "tex" feature, and it will make your expressions a lot easier to read. To see an example of how to do it, right-click on the following equation and select "show math as tex commands":

[tex]y = \frac{2x-3}{\sqrt{x^2 - 5}}[/tex]

You can then copy/paste and modify as needed. Then add "tex" and "/tex" tags to make it work properly. For example, the equation above is specified as follows:

Code:
[tex]y = \frac{2x-3}{\sqrt{x^2 - 5}}[/tex]
 
cool, thanks for the tip, would my answer happen to be correct?
 
If we make the fix that Mark44 pointed out, then (prior to simplifying), the quotient formula gives you
[tex]\frac{2(x^2 - 5)^{1/2} - (1/2)(2x)(2x-3)(x^2 - 5)^{-1/2}}{x^2 - 5}[/tex]
Now if you can tell us step by step how you are simplifying this, we can tell you what you are doing wrong.
 
using the chain rule shouldn't you have (1/2)(2x-3)(x^2-5)^-1/2 *2x?
 
thearn said:
using the chain rule shouldn't you have (1/2)(2x-3)(x^2-5)^-1/2 *2x?
Yes, fixed it. Thanks. So what's a good first step for simplifying the fraction? Hint: try to get rid of the nasty 1/2 and -1/2 powers in the numerator.
 
(2x^2 -10) -2x^2 +3/2
----------------------------------
x^2 -5*squareroot(x^2 -5)
 
I multiplied both the numerator and the denominator by the square root of x squared minus 5.

I have to get use to this equation writing thing. It's quite hard otherwise.
 
thearn said:
(2x^2 -10) + (-2x^2 -3/2)
----------------------------------
x^2 -5*squareroot(x^2 -5)
OK, so you multiplied the numerator and denominator by [itex](x^2 - 5)^{1/2}[/itex]. So the first term in the numerator becomes [itex]2(x^2 - 5) = 2x^2 - 10[/itex]. So far so good.

The second term becomes [itex]-(1/2)(2x)(2x-3) = -x(2x-3) = -2x^2 + 3x[/itex], which isn't quite the same as what you have. I think you are just making simple algebra mistakes. Are you writing this down on paper or trying to do it in your head?
 
oh alright, 3x-10/ x^2-5 I was just made a whole bunch of little errors. thanks. Yeah I was writing it out but I guess I am just a little tired.
 
Last edited:
thearn said:
yeah i corrected it. My fault. answer -2x^2 -17/2 / (x^2-5)
That's still not what I get. Adding my first and second term, the numerator should be
[tex](2x^2 - 10) - 2x^2 + 3x[/tex]
What does this simplify to? Also, what happened to the [itex]\sqrt{x^2 - 5}[/itex] factor in your denominator?
 
thearn said:
oh alright, 3x-10/ x^2-5 I was just made a whole bunch of little errors. thanks. Yeah I was writing it out but I guess I am just a little tired.
OK, that's what I get too. No worries, we all have days where can barely calculate 2+2.

[edit] Wait, you're still missing a [itex](x^2 - 5)^{1/2}[/itex] factor in the denominator!
 
jesussss... I'm just being so dumb leme do this problem fifteen times before I write anything else so I can cease to waste your time.