Find the derivative from first principles

  • Thread starter Thread starter Asian Girl
  • Start date Start date
  • Tags Tags
    Derivative
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
15 replies · 3K views
Asian Girl
Messages
35
Reaction score
0

Homework Statement


Find the derivative from first principles, i.e, from the definition of f ' as a limit, for f(x)= [tex]\sqrt{}a-bx, where a and b are positive constants. What are the domains of f and f ' ?<br /> <br /> <br /> <h2>The Attempt at a Solution</h2><br /> I solved: <br /> <br /> f(x) = \sqrt{a-bx} ---> f(x+h) = \sqrt{a-b(x+h)}<br /> <br /> lim h-->0 = \sqrt{a-b(x+h)} - \sqrt{a-bx} / h<br /> <br /> lim h-->0 = \sqrt{a-bx+bh-a+bx} / h<br /> <br /> lim h-->0 = \sqrt{bh} / h<br /> <br /> lim h-->0 = \sqrt{bh}* \sqrt{bh} / h\sqrt{bh}<br /> <br /> lim h-->0 = b/ \sqrt{bh}<br /> <br /> What did I do wrong here? <br /> <br /> Please help and thanks[/tex]
 
Last edited:
Physics news on Phys.org
Asian Girl said:
lim h-->0 [tex]\frac{\sqrt{a-b(x+h)} - \sqrt{a-bx}}{h}[/tex]

lim h-->0 [tex]\frac{\sqrt{a-bx+bh-a+bx}}{h}[/tex]

Check this step. The former does not lead to the latter. You cannot "extend" the root from the left expression of the numerator to the right one. Instead, multiply the numerator (and the corresponding denominator) by its conjugate; ie. Conjugate of a+b is a-b and vice versa.
 
hmmm ...

ok then i should do lim f(x) - g(x) = lim f(x) - lim g(x)

= lim sf(a-b(x+h)) * sf(a-b(x+h)/ h sf(a-b(x+h)) * lim sf(a-bx) * sf(a-bx)/ h sf(a-bx)

= lim a-bx+bh / h sf(a-bx+bh) * lim (a-bx) / h sf(a-bx)


I don't know how to cancel h
 
[tex] \frac{\sqrt{a-b(x+h)} - \sqrt{a-bx}}{h}[/tex]

Try multiplying the numerator by
[tex] \frac{\sqrt{a-b(x+h)} + \sqrt{a-bx}}{\sqrt{a-b(x+h)} + \sqrt{a-bx}}[/tex]

too hard to read what you wrote... >>
 
too hard to read what you wrote... >>[/QUOTE]


Sorry, i don't know to use those symbols. Would you show me please?
 
Basically, you multiply by the conjugate to remove the radicals in this situation.

For example, [tex](\sqrt{c}+\sqrt{d})(\sqrt{c}-\sqrt{d})=c-d[/tex]. where [tex](\sqrt{c}-\sqrt{d})[/tex] is the conjugate of [tex](\sqrt{c}+\sqrt{d})[/tex]
 
How do I use square roof symbol please?
 
Asian Girl said:
How do I use square roof symbol please?
\sqrt{} you have to wrap it around "tex" and its end tag "/tex"
 
konthelion said:
\sqrt{} you have to wrap it around "tex" and its end tag "/tex"

That how I did but when I posted it did not show square roof's symbol.
Probably work's computer doesn't allow me to do it.
 
is this the right answer?

- b
------------------
sf (a-bx) + sf (a-bx)

so the domain of f ' is a-bx > 0
 
Solve for the domain of f, and f' in terms of x. Btw, it's a good thing to know that it is square root and not square "roof" =P
 
konthelion said:
Solve for the domain of f, and f' in terms of x. Btw, it's a good thing to know that it is square root and not square "roof" =P

my bad... hehehehe ( I've been here just couple months)
Thanks so much all.