1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
pav-90 [236]
3 years ago
9

Use the fundamental definition of a derivative to find f'(x) where f(x)=

%2Bb%7D" id="TexFormula1" title="\frac{x+a}{x+b}" alt="\frac{x+a}{x+b}" align="absmiddle" class="latex-formula">
The answer I get is \frac{-a+b}{\left(x+b\right)^{2}} , but I'm not entirely sure if this is correct and also I'm not sure if I'm using the right method.

Mathematics
2 answers:
IRINA_888 [86]3 years ago
8 0

Answer:

Yes, you are right.

See explanation.

Step-by-step explanation:

The definition of derivative is:

f'(x)=\lim_{h \rightarrow 0} \frac{f(x+h)-f(x)}{h}.

We are given f(x)=\frac{x+a}{x+b}.

Assume a \text{ and } b are constants.

If f(x)=\frac{x+a}{x+b} then f(x+h)=\frac{(x+h)+a}{(x+h)+b}.

Let's plug them into our definition above:

f'(x)=\lim_{h \rightarrow 0} \frac{f(x+h)-f(x)}{h}

f'(x)=\lim_{h \rightarrow 0} \frac{\frac{(x+h)+a}{(x+h)+b}-\frac{x+a}{x+b}}{h}

I'm going to find a common denominator for the main fraction's numerator.

That is, I'm going to multiply first fraction by 1=\frac{x+b}{x+b} and

I'm going to multiply second fraction by 1=\frac{(x+h)+b}{(x+h)+b}.

This gives me:

f'(x)=\lim_{h \rightarrow 0} \frac{\frac{((x+h)+a)(x+b)}{((x+h)+b)(x+b)}-\frac{(x+a)((x+h)+b)}{(x+b)((x+h)+b)}}{h}

Now we can combine the fractions in the numerator:

f'(x)=\lim_{h \rightarrow 0} \frac{\frac{((x+h)+a)(x+b)-(x+a)((x+h)+b)}{((x+h)+b)(x+b)}}{h}

I'm going to multiply a bit on top and see if there is anything than can be canceled:

f'(x)=\lim_{h \rightarrow 0} \frac{\frac{(x+h)x+(x+h)b+ax+ab-x(x+h)-xb-a(x+h)-ab}{((x+h)+b)(x+b)}}{h}

Note: I do see that (x+h)x-x(x+h)=0.

I also see ab-ab=0.

I will also distributive in other places in the mini-fraction's numerator.

f'(x)=\lim_{h \rightarrow 0} \frac{\frac{xb+bh+ax-xb-ax-ah}{((x+h)+b)(x+b)}}{h}

Note: I see xb-xb=0.

I also see ax-ax=0.

f'(x)=\lim_{h \rightarrow 0} \frac{\frac{bh-ah}{((x+h)+b)(x+b)}}{h}

In the numerator of the mini-fraction on top the two terms contain a factor of h so I can factor that out.

This will give me something to cancel out across the main fraction since \frac{h}{h}=1.

f'(x)=\lim_{h \rightarrow 0} \frac{\frac{h(b-a)}{((x+h)+b)(x+b)}}{h}

f'(x)=\lim_{h \rightarrow 0} \frac{\frac{(b-a)}{((x+h)+b)(x+b)}}{1}

So we now have gotten rid of what would make this over 0 if we had replace h with 0.

So now to evaluate the limit, that is also we have to do now.

\frac{\frac{(b-a)}{((x+0)+b)(x+b)}}{1}

\frac{\frac{b-a)}{((x)+b)(x+b)}}{1}

\frac{\frac{(b-a)}{(x+b)(x+b)}}{1}

I'm going to go ahead and rewrite this so that isn't over 1 anymore because we don't need the division over 1.

\frac{b-a}{(x+b)(x+b)}

\frac{b-a}{(x+b)^2}

or what you wrote:

\frac{-a+b}{(x+b)^2}

xz_007 [3.2K]3 years ago
4 0

Answer:

(b-a)/(x+b)²

Step-by-step explanation:

f(x+h) = (x+h+a)/(x+h+b)

limit h -->0

[f(x+h) - f(x)]/h

(x+h+a)/(x+h+b) - (x+a)/(x+b)

[(x+b)(x+h+a) - (x+h+b)(x+a)] ÷ [h(x+h+b)(x+b)]

[x²+xb+hx+hb+ax+ab-x²-ax-hx-ha-bx-ab] ÷ [h(x+h+b)(x+b)]

[bh - ah] ÷ [h(x+h+b)(x+b)]

h(b-a) ÷ [h(x+h+b)(x+b)]

(b-a) ÷ [(x+h+b)(x+b)]

As h --> 0

(b-a)/(x+b)²

You might be interested in
The measure of EFH is twice the measure of GFH. What is the
Vladimir [108]

Answer:

30° =  m∠GFH

Step-by-step explanation:

Since ∠EFH and ∠GFH are complementary, the sum of their measures i 90.

Let x = m∠GFH

2x = m∠EFH

m∠GFH + m∠EFH = 90

x + 2x = 90

3x = 90

x = 30° =  m∠GFH

8 0
3 years ago
Solve the following recurrence relation: <br> <img src="https://tex.z-dn.net/?f=A_%7Bn%7D%3Da_%7Bn-1%7D%2Bn%3B%20a_%7B1%7D%20%3D
-Dominant- [34]

By iteratively substituting, we have

a_n = a_{n-1} + n

a_{n-1} = a_{n-2} + (n - 1) \implies a_n = a_{n-2} + n + (n - 1)

a_{n-2} = a_{n-3} + (n - 2) \implies a_n = a_{n-3} + n + (n - 1) + (n - 2)

and the pattern continues down to the first term a_1=0,

a_n = a_{n - (n - 1)} + n + (n - 1) + (n - 2) + \cdots + (n - (n - 2))

\implies a_n = a_1 + \displaystyle \sum_{k=0}^{n-2} (n - k)

\implies a_n = \displaystyle n \sum_{k=0}^{n-2} 1 - \sum_{k=0}^{n-2} k

Recall the formulas

\displaystyle \sum_{n=1}^N 1 = N

\displaystyle \sum_{n=1}^N n = \frac{N(N+1)}2

It follows that

a_n = n (n - 2) - \dfrac{(n-2)(n-1)}2

\implies a_n = \dfrac12 n^2 + \dfrac12 n - 1

\implies \boxed{a_n = \dfrac{(n+2)(n-1)}2}

4 0
2 years ago
Is 2/7x proportional on a graph
Dvinal [7]
No it’s proportional on a table doe
7 0
3 years ago
Allegra has a cell-phone plan that charges $65 per month and $0.10 for every minute that she uses the phone beyond what her plan
Bond [772]
It seems confusing, but it's just breaking down the steps for you. It's done the same as any other word problem.
a. The unknown is how many minutes she used beyond the plan. So, we'll use "m" for the variable, to represent minutes.
b. 73.40 = 65 + 0.10m
   The 73.40 is the total, which is why it's by itself. 65 represents the price per month for the plan, and 0.10m is the price per extra minute multiplied by the unknown amount of minutes used.
c. 73.40 = 65 + 0.10m
     8.40 = 0.10m
       84 = m
d. The number of minutes that Allegra went over the time that the plan allows is found by solving the equation we just wrote and solved. $0.10 is paid for every minute past the plan's allowance, meaning that "m" in the equation, when solved, shows us exactly how many minutes over Allegra went.
8 0
3 years ago
What fraction is equal to one quarter​
natta225 [31]

Answer:

A quarter is one of four equal parts.

<h3>So, the fraction representing a quarter would be, ¼.</h3>

6 0
3 years ago
Other questions:
  • Graph each equation
    12·1 answer
  • 8d = –56<br><br><br> –448<br><br><br> –7<br><br><br> –64<br><br><br> –48
    10·1 answer
  • Which pair of figures shows a dilation With a scale factor of 1 1/2?
    14·2 answers
  • Write 0.000 000 33 in scientific notation.
    5·2 answers
  • In the Journal of Shell and Spatial Structures (December 1963), environmental researcher Vivek Ajmani studied the performance of
    12·1 answer
  • A bag contains 10 marbles. Four of
    8·1 answer
  • Find the area of the shape. Either enter an exact answer in terms of π or use 3.14 for π and enter your answer as a decimal
    15·1 answer
  • What scale factor was applied to the first rectangle to get the resulting image?
    8·1 answer
  • Please find the areas of the four rectangles and ADD<br> them together. Fill in the spaces below.
    11·1 answer
  • Instructions: Find the surface area of the figure below. Round your answers to the nearest tenth, if necessary.
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!