Solve Polynomial Scale: Find a,b,c,d

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Polynomial Scale
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
4 replies · 3K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
what is a b c and d so that all values of s are true

\begin{align}\displaystyle
&f_{15}=\\
&-17d+11s^2-4s+10as^3=(b+2)s+90s^3+(3c-1)s^2+85\\
&-17d+11s^2-6s+10as^3=bs+90s^3+3cs^2-s^2+85\\
&(s=0)\\
&-17d=85 \therefore d=-5\\
&11s^2-6s+10as^3=bs+90s^3+3cs^2-s^2\\
&(s=-1)\\
&11+6-10a=-b-90+3c-1\\
&-10a+b-3c=-18 \\
&(s=1) \\
&11-6+10a=b+90+3c-1\\
&10a-b-3c=-6 \\
&--3c=-24\therefore c=4
\end{align}

what i couldn't get is a and b
 
Mathematics news on Phys.org
From the first equation, we have be equating like coefficients:

$$10a=90$$

$$11=3c-1$$

$$-4=b+2$$

$$-17d=85$$

Solve each of these to find the values in question. :)
 
mahalo much

I tried earlier to do this by some factoring
and a thot a matrix could be used

but ran into fog banks
 
karush said:
mahalo much

I tried earlier to do this by some factoring
and a thot a matrix could be used

but ran into fog banks

You could use an augmented matrix:

$$\left[\begin{array}{cccc|c}10 & 0 & 0 & 0 & 90 \\ 0 & 1 & 0 & 0 & -6 \\ 0 & 0 & 3 & 0 & 12 \\ 0 & 0 & 0 & -17 & 85 \\ \end{array}\right]$$

Now perform:

$$\frac{1}{10}R_1,\,\frac{1}{3}R_3,\,-\frac{1}{17}R_4$$

to obtain:

$$\left[\begin{array}{cccc|c}1 & 0 & 0 & 0 & 9 \\ 0 & 1 & 0 & 0 & -6 \\ 0 & 0 & 1 & 0 & 4 \\ 0 & 0 & 0 & 1 & -5 \\ \end{array}\right]$$