Make the internet a better place to learn

Completing the square is method of solving a quadratic equation that involves finding a value to add to both the left and right side of the equation. This value has the extra benefit of making one side of the equation a perfect trinomial which makes the function easier to identify and/or graph.

Let's begin by factoring #25# from the left side of the equation.

#25(x^2-(20)/25x) = 11#

Take the coefficient of the #x# term and divide it by #2# and square it

#((-20/25)/(2))^2=(-20/25*1/2)^2=(-10/25)^2=100/625#

#100/625# This the number you add to the left side

#25(100/625)# Is added to the right side because we initially factored out 25 from the left side.

We added these values but the equation remains balanced because they are added to both sides of the equation.

#25(x^2-(20)/25x+100/625) = 11 + 25(100/625)#

#25(x^2-(20)/25x+100/625) = 11 + 100/25#

#25(x^2-(20)/25x+100/625) = 11 + 4#

#25(x^2-(20)/25x+100/625) = 15#

#(x^2-(20)/25x+100/625) = 15/25#

#(x-(10)/25)^2 = 15/25#

#sqrt((x-(10)/25)^2) = sqrt(15/25)#

#(x-(10)/25) = sqrt(15/25)#

#x = sqrt(15/25)+(10)/25#

#x = sqrt(15)/5+(10)/25#

#x = sqrt(15)/5+(2)/5#

#x = (sqrt(15)+2)/5#

Answer:

The sequence is a geometric sequence.

Explanation:

  • In an Arithmetic sequence there is a common difference #d# between any two consecutive terms
  • In a Geometric sequence there is a common ratio #r# for any two consecutive terms

The sequence given is :

#-10, 20 , -40, 80#

1) Checking if the sequence is an arithmetic sequence:

# color(blue)(d _1= a_2 - a_1) = 20 - (-10) = color(blue)(30#
# d_2 = a_3 - a_2 = -40 - (20) =color(blue)( -60#

As observed #d_1 != d_2# , so it is not an arithmetic sequence.

2) Checking if the sequence is a geometric sequence:

# color(blue)(r _1= a_2/ a_1) = 20 / -10 = color(blue)(-2#

# color(blue)(r _2 = a_3/ a_2) = (-40 )/ 20 = color(blue)(-2#

# color(blue)(r _3 = a_4/ a_3) = (80 )/-40 = color(blue)(-2#

Since #r_1 = r_2 = r3# it forms a geometric sequence.

So the sequence is a geometric sequence.

Answer:

A piecewise continuous function is a function that is continuous except at a finite number of points in its domain.

Explanation:

Note that the points of discontinuity of a piecewise continuous function do not have to be removable discontinuities. That is we do not require that the function can be made continuous by redefining it at those points. It is sufficient that if we exclude those points from the domain, then the function is continuous on the restricted domain.

For example, consider the function:

#s(x) = { (-1, "if x < 0"), (0, "if x = 0"), (1, "if x > 0") :}#

graph{(y - x/abs(x))(x^2+y^2-0.001) = 0 [-5, 5, -2.5, 2.5]}

This is continuous for all #x in RR# except #x = 0#

The discontinuity at #x=0# is not removable. We cannot redefine #s(x)# at that point and get a continuous function.

At #x=0# the graph of the function 'jumps'. More formally, in the language of limits we find:

#lim_(x->0+) s(x) = 1#

#lim_(x->0-) s(x) = -1#

So the left limit and right limit disagree with one another and with the value of the function at #x=0#.

If we exclude the finite set of discontinuities from the domain, then the function restricted to this new domain will be continuous.

In our example, the definition of #s(x)# as a function from #(-oo, 0) uu (0, oo) -> RR# is continuous.

If we graph #s(x)# restricted to this domain, it still looks like it is discontinuous at #0#, but #0# is not part of the domain, so the 'jump' there is irrelevant. At any point, arbitrarily close to #0#, we can choose a little open interval around it in which the function is (constant and therefore) continuous.

Slightly confusingly, the function #tan(x)# is considered continuous - rather than piecewise continuous, because the asymptotes at #x = pi/2 + n pi# are excluded from the domain.

graph{tan(x) [-10.06, 9.94, -4.46, 5.54]}

Meanwhile, the sawtooth function #f(x) = x - floor(x)# is not considered piecewise continuous as a function from #RR# to #RR#, but is piecewise continuous on any finite open interval.

graph{3/5(abs(sin(x * pi/2))-abs(cos(x * pi/2))-abs(sin(x * pi/2)^3)/6+abs(cos(x * pi/2)^3)/6) * tan(x * pi/2)/abs(tan(x * pi/2))+1/2 [-2.56, 2.44, -0.71, 1.79]}

Answer:

#t=(u-u_0)/a#

#s=u_0*t+1/2at^2# (Need to solve quadratic)

Explanation:

Via changing velocity I pressume you mean an object that accelerates or decelerates.

If acceleration is constant

If you have initial and final speed:

#a=(Δu)/(Δt)#

#a=(u-u_0)/(t-t_0)#

Usually #t_0=0#, so:

#t=(u-u_0)/a#

If the above method does not work because you are missing some values, you can use the equation below. The distance traveled #s# can be given from:

#s=u_0*t+1/2at^2#

where #u_0# is the initial speed
#t# is the the time
#a# is the acceleration (note this value is negative if the case is a deceleration)

Therefore, if you know the distance, initial speed and acceleration you can find the time by solving the quadratic equation that is formed. However, if acceleration if not given, you will need the final speed of the object #u# and can use the formula:

#u=u_0+at#

#u-u_0=at#

#a=(u-u_0)/t#

and substitute to the distance equation, making it:

#s=u_0*t+1/2*(u-u_0)/t*t^2#

#s=u_0*t+1/2*(u-u_0)*t#

Factor #t#:

#s=t*(u_0+1/2*(u-u_0))#

#t=s/(u_0+1/2*(u-u_0))#

So you got 2 equations. Pick one of them, which will help you solve with the data you are given:

#s=u_0*t+1/2at^2#

#t=s/(u_0+1/2*(u-u_0))#

Below are two other cases where acceleration is not constant. FEEL FREE TO IGNORE THEM if acceleration in your case is constant, since you placed it in the Precalculus category and the below contain calculus.

If acceleration is a function of time #a=f(t)#

The definition of acceleration:

#a(t)=(du)/dt#

#a(t)dt=du#

#int_0^ta(t)dt=int_(u_0)^udu#

#int_0^ta(t)dt=u-u_0#

#u=u_0+int_0^ta(t)dt#

If you still don't have enough to solve, that means you have to go to distance. Just use the definition of speed and move on, as if I analyze it further it will only confuse you:

#u(t)=(ds)/dt#

The second part of this equation means integrading acceleration with respect to time. Doing that gives an equation with only #t# as the unknown value.

If acceleration is a function of speed #a=f(u)#

The definition of acceleration:

#a(u)=(du)/dt#

#dt=(du)/(a(u))#

#int_0^tdt=int_(u_0)^u(du)/(a(u))#

#t-0=int_(u_0)^u(du)/(a(u))#

#t=int_(u_0)^u(du)/(a(u))#

Answer:

#(5x-1)/((x-2)(x+1)) = 3/(x-2) + 2/(x+1)#

Explanation:

The partial fraction decomposition suggests that the function can be broken down into the sum of two other functions, or;

#(5x-1)/((x-2)(x+1)) = A/(x-2) + B/(x+1)#

Where we need to solve for #A# and #B#. We can cross multiply to combine the terms on the right hand side over a common denominator. We get;

#(5x-1)/((x-2)(x+1)) = (A(x+1) + B(x-2))/((x-2)(x+1))#

We can now cancel the denominator on each side, leaving;

#5x-1 = A(x+1) + B(x-2)#

Now we can solve for #A# and #B#. We can make one of the terms cancel out by choosing the right value for #x#. Lets try #x=~1#.

#5(~1)-1 = A(~1+1) + B(~1-2)#

The #A# term goes away since it is multiplied by zero, leaving;

#~6 = ~3B#

Solving for #B#;

#B=2#

We can substitute #B# and solve for #A#, but it would be easier to do the same trick that we used to solve for #B#. Let #x=2#.

#5(2) -1 = A(2+1) + B(2-2)#

This time, the #B# term goes away;

#9 = 3A#

#A = 3#

Now that we have our values for #A# and #B# we can plug into our first function and get;

#(5x-1)/((x-2)(x+1)) = 3/(x-2) + 2/(x+1)#

Answer:

Look at changes of signs to find this has #1# positive zero, #1# or #3# negative zeros and #0# or #2# non-Real Complex zeros.

Then do some sums...

Explanation:

#f(x) = -3x^4-5x^3-x^2-8x+4#

Since there is one change of sign, #f(x)# has one positive zero.

#f(-x) = -3x^4+5x^3-x^2+8x+4#

Since there are three changes of sign #f(x)# has between #1# and #3# negative zeros.

Since #f(x)# has Real coefficients, any non-Real Complex zeros will occur in conjugate pairs, so #f(x)# has exactly #1# or #3# negative zeros counting multiplicity, and #0# or #2# non-Real Complex zeros.

#f'(x) = -12x^3-15x^2-2x-8#

Newton's method can be used to find approximate solutions.

Pick an initial approximation #a_0#.

Iterate using the formula:

#a_(i+1) = a_i - f(a_i)/(f'(a_i))#

Putting this into a spreadsheet and starting with #a_0 = 1# and #a_0 = -2#, we find the following approximations within a few steps:

#x ~~ 0.41998457522194#

#x ~~ -2.19460208831628#

We can then divide #f(x)# by #(x-0.42)# and #(x+2.195)# to get an approximate quadratic #-3x^2+0.325x-4.343# as follows:

enter image source here

Notice the remainder #0.013# of the second division. This indicates that the approximation is not too bad, but it is definitely an approximation.

Check the discriminant of the approximate quotient polynomial:

#-3x^2+0.325x-4.343#

#Delta = b^2-4ac = 0.325^2-(4*-3*-4.343) = 0.105625 - 52.116 = -52.010375#

Since this is negative, this quadratic has no Real zeros and we can be confident that our original quartic has exactly #2# non-Real Complex zeros, #1# positive zero and #1# negative one.

Answer:

#(x-2)^2+(y-(-4))^2=10^2#

Explanation:

The general standard form for the equation of a circle is
#color(white)("XXX")(x-a)^2+(y-b)^2=r^2#
for a circle with center #(a,b)# and radius #r#

Given
#color(white)("XXX")x^2+y^2-4x+8y-80 (=0)color(white)("XX")#(note: I added the #=0# for the question to make sense).

We can transform this into the standard form by the following steps:

Move the #color(orange)("constant")# to the right side and group the #color(blue)(x)# and #color(red)(y)# terms separately on the left.
#color(white)("XXX")color(blue)(x^2-4x)+color(red)(y^2+8y)=color(orange)(80)#

Complete the square for each of the #color(blue)(x)# and #color(red)(y)# sub-expressions.
#color(white)("XXX")color(blue)(x^2-4x+4)+color(red)(y^2+8y+16)=color(orange)(80)color(blue)(+4)color(red)(+16)#

Re-write the #color(blue)(x)# and #color(red)(y)# sub-expressions as binomial squares and the constant as a square.
#color(white)("XXX")color(blue)((x-2)^2)+color(red)((y+4)^2) = color(green)(10^2)#

Often we would leave it in this form as "good enough",
but technically this wouldn't make the #y# sub-expression into the form #(y-b)^2# (and might cause confusion as to the y component of the center coordinate).

So more accurately:
#color(white)("XXX")color(blue)((x-2)^2)+color(red)((y-(-4))^2=color(green)(10^2)#
with center at #(2,-4)# and radius #10#

Answer:

#y=4(1/2)^x#

Explanation:

An exponential function is in the general form

#y=a(b)^x#

We know the points #(-1,8)# and #(1,2)#, so the following are true:

#8=a(b^-1)=a/b#

#2=a(b^1)=ab#

Multiply both sides of the first equation by #b# to find that

#8b=a#

Plug this into the second equation and solve for #b#:

#2=(8b)b#

#2=8b^2#

#b^2=1/4#

#b=+-1/2#

Two equations seem to be possible here. Plug both values of #b# into the either equation to find #a#. I'll use the second equation for simpler algebra.

If #b=1/2#:

#2=a(1/2)#

#a=4#

Giving us the equation: #color(green)(y=4(1/2)^x#

If #b=-1/2#:

#2=a(-1/2)#

#a=-4#

Giving us the equation: #y=-4(-1/2)^x#

However! In an exponential function, #b>0#, otherwise many issues arise when trying to graph the function.

The only valid function is

#color(green)(y=4(1/2)^x#

Answer:

Given that a point #color(brown)(P-> (x,y)->(-4,3) " Cartesian")#

Then #color(blue)(P ->(5,143.13^o) " Polar ")# to 2 decimal places

Explanation:

This is not a polar graph!!!
Tony B

#color(blue)("Where it all comes from")#

We are give the coordinates of (-4,3)
Suppose we viewed this in the context of Cartesian form and use #y=mx+c#

Then #c=0# and #m=y/x=-3/4#

So we would have #y=-3/4x#

Suppose the graph was only plotted over the range #x->(0,-4)#

Then the above graph would not be continuous but be a line from
#(0,0) to (3,-4)#

All we need now is the angle that that line makes to the x-axis and the length of that line.
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Finding the Polar r value")#

#"Length "= sqrt(x^2+y^2) =sqrt(3^2+4^2) =5#

#color(blue)("So the polar "r=5)#

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Finding the Polar "theta" value")#
The Polar angle #theta# is measured from the positive x-axis counterclockwise.

Let the angle from the line to the negative x-axis be #phi#

Then #phi = tan^(-1)(y/x) = tan^(-1)(3/4) #

But #color(white)(..)phi+theta=180#

so #color(white)(..)theta =180 - tan^(-1)(3/4)#

#color(blue)( theta = 143.13# to 2 decimal places
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Putting at all together")#

Given that a point #P-> (x,y)->(-4,3) "Cartesian"#

Then #P ->(5,143.13^o) " Polar "# to 2 decimal places

Answer:

#(7/3)/(x - 1 ) + (-7/3x - 10/3)/(x^2 + x + 1 ) #

Explanation:

The first thing that has to be done is to factorise the denominator.
# x^3 - 1 # is a difference of cubes and is factorised as follow :

#a^3 - b^3 = (a - b )(a^2 + ab + b^2 ) #

here then #a = x# and #b = 1# .

So # x^3 - 1 = (x - 1 )(x^2 + x + 1 ) #

Now #(x - 1)# is of degree 1 and so numerator will be of degree 0 ie. a constant. Similarly #(x^2 +x +1 )# is of degree 2 and so numerator will be of degree 1 ie of the form #ax + b#. Now the expression can be written as :

#(8x - 1) /(x^3 - 1 )= A/(x - 1 ) +( Bx + C)/(x^2 + x + 1 )#

Multiplying through by #(x^3 - 1 )#

#8x - 1 = A(x^2 + x + 1 ) + (Bx + C )(x - 1 )" " " " color(red)(("*"))#

We now have to find the values of #A# , #B# and #C#.

Note that if we use #x = 1# then the term with A will be 0.

Substitute x = 1 in equation #color(red)(("*") )#

#7 = 3A + 0 rArr A = 7/3#

To find B and C it will be necessary to compare the coefficients on both sides of the equation #color(red)(("*"))#. Multiplying out the brackets on the right hand side to begin with.

#rArr 8x -1 = Ax^2 + Ax + A + Bx^2 + Cx - Bx - C #

This can be 'tidied up' by collecting like terms and letting #A =7/3#

#8x - 1 = 7/3 x^2 + 7/3 x + 7/3 + Bx^2 + Cx - Bx - C #

#rArr 8x - 1 = (7/3 + B)x^2 + (7/3 +C - B)x +(7/3 - C )#

Compare #x^2 # terms

#0 = 7/3 + B rArr B = -7/3 #

Now compare constant terms.

# - 1 = A - C = -7/3 - C rArr C= -10/3 #

Finally

#(8x - 1 )/(x^3 - 1 ) =( 7/3)/(x - 1 ) + ( -7/3x - 10/3)/(x^2 +x + 1 ) #