Polynomial Definition and 1000 Threads
-
M
MHB How is the remainder for Taylor polynomials calculated?
Hey! :o I want to calculate the Taylor polynomial of order $n$ for the funktion $ f(x) = \frac{1}{ 1−x}$ for $x_0=0$ and $0 < x < 1$ and the remainder $R_n$. We have that \begin{equation*}f^{(k)}(x)=\frac{k!}{(1-x)^{k+1}}\end{equation*} I have calculated that...- mathmari
- Thread
- Polynomial Remainder Taylor
- Replies: 10
- Forum: Topology and Analysis
-
M
MATLAB Associated Legendre Polynomial of 1st and 2nd kind
Hi PF! In MATLAB I'm trying to use associated Legendre polynomials of the 1st and second kind, widely regarded as ##P_i^j## and ##Q_i^j##, where ##j=0## reduces these to simply the Legendre polynomials of the 1st and second kind (not associated). Does anyone here know if MATLAB has a built in...- member 428835
- Thread
- Legendre Polynomial
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
Coefficient Matching for different series
Homework Statement Hello, I have a general question regarding to coefficient matching when spanning some function, say , f(x) as a linear combination of some other basis functions belonging to real Hilbert space. Homework Equations - Knowledge of power series, polynomials, Legenedre...- CGandC
- Thread
- Coefficient Legendre Polynomial Power series Series Spherical harmonics
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
Airy Stress Func. Polynomial order to satisfy the biharmonic equation
Hello, When choosing a polynomial stress function Φ to satisfy the biharmonic equation, how does once decide on which order of the polynomial to choose? For example, is it based upon the number of boundary conditions, like a 3rd order polynomial would satisfy 3 boundary conditions?- StevenScott
- Thread
- Polynomial Stress Stress analysis
- Replies: 1
- Forum: Mechanical Engineering
-
MHB Polynomial challenge: Show that not all the coefficients of f(x) are integers.
$f(x)$ is a degree 10 polynomial such that $f(p)=q$, $f(q)=r$, $f(r)=p$, where $p$, $q$, $r$ are integers with $p<q<r$. Show that not all the coefficients of $f(x)$ are integers.- castor28
- Thread
- Challenge Coefficients Integers Polynomial
- Replies: 3
- Forum: General Math
-
S
B Remainder of polynomial division
Is this true? If the remainder of f(x) / g(x) is a (where a is constant), then the remainder of (f(x))n / g(x) is an I don't know how to be sure whether it is correct or wrong. I just did several examples and it works. Thanks- songoku
- Thread
- Division Polynomial Polynomial division Remainder
- Replies: 3
- Forum: General Math
-
E
Python Polynomial Regression with Scikit-learn
Hello, I followed an example in a book that compares polynomial regression with linear regression. We have one feature or explanatory variable. The code is the following: import numpy as np import matplotlib.pyplot as plt from sklearn.linear_model import LinearRegression from...- EngWiPy
- Thread
- Polynomial Regression
- Replies: 3
- Forum: Programming and Computer Science
-
J
MHB Complex Variables - Legendre Polynomial
We define the Legendre polynomial $P_n$ by $$P_n (z)=\frac{1}{2^nn!}\frac{d^n}{dz^n}(z^2-1)^n$$ Let $\omega$ be a smooth simple closed curve around z. Show that $$P_n (z)=\frac{1}{2i\pi}\frac{1}{2^n}\int_\omega\frac{(w^2-1)^n}{(w-z)^{n+1}}dw$$ What I have: We know $(w^2-1)^n$ is analytic on...- joypav
- Thread
- Complex Complex variables Legendre Polynomial Variables
- Replies: 2
- Forum: Topology and Analysis
-
N
I Problem when evaluating bounds....Is the result 1 or 0^0?
Consider the summation ∑,i=0,n (t^(n-i))*e^(-st) evaluated from zero to infinity. You could break down the sum into: (t^(n))*e + (t^(n-1))*e + (t^(n-1))*e + ... + (t^(n-n))*e ; where e = e^(-st) To evaluate this, notice that all terms will go to zero when evaluated at infinity However, when...- nathangeo
- Thread
- Diffeq Limit Polynomial Power Summation
- Replies: 6
- Forum: General Math
-
MHB Polynomial with five roots: determine the roots of the equation x^5+ax^4+bx^3+cx^2+dx+e=0 as functions of a,d and e
I am so sorry for having posted this challenge/puzzle with a serious typo: The roots of the equation should be functions of $a, d$ and $e$. In my old version I wrote $a, b$ and $e$. I will see to, that future challenges are properly debugged before posting.For $e \ne 0$, determine the roots...- lfdahl
- Thread
- Functions Polynomial Roots
- Replies: 1
- Forum: General Math
-
M
MHB What is the Polynomial P(x) Given a Specific Quotient and Remainder?
I can't seem to figure this out. When a polynomial P(x) is divided by (2x+1) the quotient is x^2-x+2 and the remainder is 5. What is P(x)?- missnerdist
- Thread
- Polynomial
- Replies: 2
- Forum: General Math
-
Is 18 a Polynomial? Understanding Polynomials and Degrees
Homework Statement Is the following a polynomial or not: 18 Homework EquationsThe Attempt at a Solution Not a polynomial (computer says it is)- Hawksteinman
- Thread
- Polynomial
- Replies: 6
- Forum: Precalculus Mathematics Homework Help
-
MHB Solve Polynomial Scale: Find a,b,c,d
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)\\...- karush
- Thread
- Polynomial Scale
- Replies: 4
- Forum: General Math
-
MHB First order corrections to a polynomial equation
I've seen this done in a video but I can no longer find the video! :( What I would like to do is approximate the solutions to a polynomial equation in terms of a small perturbation. For example, say we have y = f(x) and know the corresponding zeros exactly. How would I go about finding first... -
I How do I factorise polynomials using a new method?
As part of my degree in physics with Astrophysics, I have to do some maths modules. In the maths lectures, the lecturer just goes though a giant 212 page work booklet explaining everything as she goes along. Me and a friend only do the work booklet in the lectures and we're already on page 33...- Hawksteinman
- Thread
- Polynomial
- Replies: 15
- Forum: General Math
-
B
Irreducibility of a Polynomial
Homework Statement Let ##f(x) = x^2 + x + 1 \in \Bbb{F}_2[x]##. Prove that ##f(x)## is irreducible and that ##f(x)## has a root ##\alpha \in \Bbb{F}_4##. Use the construction of ##\Bbb{F}_4## to display ##\alpha## explicitly Homework Equations Definition: An element ##p## in a domain ##R## is...- Bashyboy
- Thread
- Polynomial
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
S
Chebyshev polynomial approximation
Homework Statement Find the quadratic least squares Chebyshev polynomial approximation of: g(z) = 15π/8 (3-z^2)√(4-z^2) on z ∈ [-2,2] Homework Equations ϕ2(t) = c0/2 T0(t) +c1T1(t)+c2T2(t) T0(t)=1 T1(t)=t T2(t)=2t2-1 Cj = 2/π ∫ f(t) Tj(t) / (√(1-t2) dt where the bounds for the integration...- says
- Thread
- Approximation Polynomial
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
MHB Polynomial in n variables: Prove the identity
Suppose $f$ is a polynomial in $n$ variables, of degree $ \le n − 1$, ($n = 2, 3, 4 ...$ ).Prove the identity: \[\sum (-1)^{\epsilon_1+\epsilon_2+\epsilon_3+ ...+\epsilon_n}f(\epsilon_1,\epsilon_2,\epsilon_3,...,\epsilon_n) = 0\;\;\;\;\; (1)\] where $\epsilon_i$ is either $0$ or $1$, and the...- lfdahl
- Thread
- Identity Polynomial Variables
- Replies: 1
- Forum: General Math
-
F
Proof of No Solution for x^2 - 3xy + 2y^2 = 10 Conjecture | Polynomial Homework
Homework Statement Prove or refute the following conjecture: There are no positive integers x and y such that ##x^2 - 3xy + 2y^2 = 10## Homework Equations ##10 = 5*2## ##10 = 10*1## The Attempt at a Solution I graphed it using a graphing calculator, so I know this is true. Proof: This will...- fishturtle1
- Thread
- Polynomial Proof
- Replies: 7
- Forum: Precalculus Mathematics Homework Help
-
MHB Prove a Polynomial has no real roots
Prove that polynomials of the form:\[P_n(x)=x^{2n}-2x^{2n-1}+3x^{2n-2}-...-2nx+2n+1, \: \: n = 1,2,...\]- have no real roots.- lfdahl
- Thread
- Polynomial Roots
- Replies: 4
- Forum: General Math
-
B
Can I Rescale These Bottle Design Functions for Half the Volume?
All variables and given/known data and Relevant equations: So I got the functions for a bottle design (one side with the bottle lying horizontally): 1. y=-1/343x^3+3/98x^2 + 2.5 ; 0<x<7 2. y=3; 7<x<15 3. y=-1/98x^2+15/49x+69/98; 15<x<22 Combined they give the volume of 570.2mL using the volume...- BigKevSebas
- Thread
- Curves Polynomial Volume change
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
W
Justification for upper bound in Taylor polynomial
Homework Statement I've been reviewing some Taylor polynomial material, and looking over the results and examples here. https://math.dartmouth.edu/archive/m8w10/public_html/m8l02.pdf I'm referring to Example 3 on the page 12 (page numbering at top-left of each page). The question is asking...- woe_to_hice
- Thread
- Bound Polynomial Taylor Upper bound
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
B
Water Bottle Design Using Polynomials
Homework Statement [/B] I am to design a 600mL water bottle by drawing one side (bottle lying horizontally). Three types of functions must be included (different orders). The cross-sectional view would be centred about the x-axis, and the y-axis would represent the radius of that particular...- BigKevSebas
- Thread
- Assignment Design Polynomial Polynomials Water
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
D
I Need help solving for X in third order polynomial
Hello I have a third order polynomial, for example y(x) = -60000x^3 - 260x^2 + 780x + 0.6 I need to know what is x at y = 28 and/or y= 32. I can goto MATLAB and find the roots ( x = - .1158, -.0007, and .1122 ) or I can go to http://www.wolframalpha.com and it also finds the roots and...- Dubs Mozz
- Thread
- Polynomial Roots
- Replies: 15
- Forum: Linear and Abstract Algebra
-
M
Legendre Polynomial Integration
Homework Statement Simplify $$\int_{-1}^1\left( (1-x^2)P_i''-2xP'_i+2P_i\right)P_j\,dx$$ where ##P_i## is the ##i^{th}## Legendre Polynomial, a function of ##x##. Homework Equations The Attempt at a Solution Integration by parts is likely useful?? Also I know the Legendre Polynomials are...- member 428835
- Thread
- Integration Legendre Polynomial
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
B What are the applications of roots of a polynomial?
Hello. Assume that I have two polynomials of degree 2, i.e., Quadratic Equations. 1. Assume that the Quadratic Equation is: x2 + 7x + 12 = 0 The roots of the Quadratic Equation is -3 and -4. 2. Assume that there is another Quadratic Equation: x2 + 8x + 12 = 0 The roots of the Quadratic...- pairofstrings
- Thread
- Applications Polynomial Quadratic equation Roots
- Replies: 5
- Forum: General Math
-
1
I Finding Critical Points of a Quartic Function: A Scientific Approach
I need this solved for x: y' = 4ax^3 + 3bx^2 + 2cx + d = 0 This is to say, I need the formula for the "critical points" of a Quartic function. Wikipedia says: "The derivative of a quartic function is a cubic function." https://en.wikipedia.org/wiki/Quartic_function And I found the above...- 1plus1is10
- Thread
- Polynomial
- Replies: 4
- Forum: Calculus
-
T
Can this polynomial be factored into two integer products
Homework Statement Homework Equations none The Attempt at a Solution i assumed it can be factored into the form ## (x^2 + m_1 x + m_0)(x + n_0) ## by comparison of coefficients ## m_0 n_0 = -abc -1\\ m_1 + n_0 = -a -b -c\\ m_0 + m_1 n_0 = ab +ac + bc\\ ## the only other information i have is...- timetraveller123
- Thread
- Integer Polynomial
- Replies: 15
- Forum: Precalculus Mathematics Homework Help
-
M
I Polynomial Division: Solve with Mike's Help!
Hello everyone. Iam working on a course in digital control systems and by reading my textbook I stumbled over this expression. C(z) = 0.3678z + 0.2644 : z^2 − 1.3678z + 0.3678 = 0.3678z^−1 + 0.7675z^−2 + 0.9145z^−3 + ... Now Iam wondering how the result of the polynomial division is...- MikeSv
- Thread
- Division Polynomial Polynomial division
- Replies: 4
- Forum: General Math
-
T
Proving a polynomial cannot be factored with integer coefficients
Homework Statement [/B]Homework EquationsThe Attempt at a Solution i tried to do it by writing it as ## a_{1999} x^{1999} + a_{1998} x^{1998} ... a_0 \pm1 = 0 ## for 1999 different integer values of x i am thinking of writing it as ## a_{1999} x^{1999} = -a_{1998} x^{1998} - a_{1997} x ^...- timetraveller123
- Thread
- Coefficients Integer Polynomial
- Replies: 12
- Forum: Precalculus Mathematics Homework Help
-
A
Integration of an inverse polynomial
Hello, I want to integrate this expression : ∫ (x5 + ax4 + bx3 + cx2 + dx)-1 between xmin>0 and xmax>0 a is positive but b, c and d can be positive or negative. I have no idea to integrate this expression... Do you have methods to do this ? Thanks in advance !- Ado
- Thread
- Integration Inverse Polynomial
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
I Example of an Inseparable Polynomial .... Lovett, Page 371 ...
I am reading "Abstract Algebra: Structures and Applications" by Stephen Lovett ... I am currently focused on Chapter 7: Field Extensions ... ... I need help with Example 7.7.4 on page 371 ...Example 7.7.4 reads as follows: In the above text from Lovett we read the following:" ... ... The...- Math Amateur
- Thread
- Example Polynomial
- Replies: 3
- Forum: Linear and Abstract Algebra
-
T
Proving a polynomial has no integer solution
Homework Statement let p(x) be a polynomial with integer coefficients satisfying p(0) = p(1) = 1999 show that p has no integer zeros Homework EquationsThe Attempt at a Solution ## p(x) = \sum_{i= 0}^{n}{a_i x^i} ##[/B] using the given information a0 = 1999( a prime number) and ## a_n +...- timetraveller123
- Thread
- Integer Polynomial
- Replies: 35
- Forum: Precalculus Mathematics Homework Help
-
B How to Apply Hermite Polynomial for Physics Problems
I have doubt since a long time, that is How we apply the Hermite polynomial for a physics problem. And I don't know weather everyone known about how the analyze a physics problem and how do they apply a correct mathematical methods?- Alaguraja
- Thread
- Polynomial
- Replies: 5
- Forum: Classical Physics
-
M
MHB What is the Factorization of p^3 - q^3 -p(p^2 - q^2) + q(p - q)^2?
Factor. p^3 - q^3 -p(p^2 - q^2) + q(p - q)^2 Solution: p^3 - q^3 - p^3 + pq^2 + q(p^2 -2pq + q^2) p^3 - q^3 - p^3 + pq^2 + qp^2 -2pq^2 + q^3 pq^2 + qp^2 - 2pq^2 -pq^2 + qp^2 qp^2 - pq^2 pq(p - q) Correct?- mathdad
- Thread
- Polynomial
- Replies: 2
- Forum: General Math
-
M
MHB Why is x^2 + 1 an Irreducible Polynomial?
Why is x^2 + 1 irreducible?- mathdad
- Thread
- Polynomial
- Replies: 7
- Forum: General Math
-
M
MHB How do I factor this expression: 3(x + 5)^3 + 2(x + 5)^2?
Precalculus by David Cohen, 3rd Edition Chapter 1, Section 1.3. Question 46a. Factor the expression. 3(x + 5)^3 + 2(x + 5)^2 (x + 5)^2[3(x + 5) + 2] (x + 5)^2[3x + 15 + 2] (x + 5)^2[3x + 17] Correct?- mathdad
- Thread
- Polynomial
- Replies: 3
- Forum: General Math
-
Computing the order in a polynomial quotient ring
Homework Statement Consider the quotient ring ##F = \mathbb{Z}_3 [x] / \langle x^2 + 1 \rangle##. Compute the order of the coset ##(x+1) + \langle x^2 + 1 \rangle## in the group of units ##F*##. Homework EquationsThe Attempt at a Solution I was thinking that I just continually compute powers...- Mr Davis 97
- Thread
- Computing Polynomial quotient Ring
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
I Determining the coefficient of the legendre polynomial
We know that the solution to the Legendre equation: $$ (1-x^2)\frac{d^2 y}{dx^2} - 2x \frac{dy}{dx} + n(n+1) = 0 $$ is the Legendre polynomial $$ y(x) = a_n P_n (x)$$ However, this is a second order differential equation. I am wondering why there is only one leading coefficient. We need two...- Mayan Fung
- Thread
- Coefficient Legendre Polynomial
- Replies: 2
- Forum: Differential Equations
-
J
Cryptographic attacks as minimization of degree 4 polynomial
Cryptography is based on reason-result chains like hash functions: which are inexpensive to propagate in the intended direction, but seem hard to reverse. However, decomposing them into satisfaction of simple (direction-agnostic) relations like 3-SAT clauses, may bring a danger of existence of...- jarekduda
- Thread
- Cryptography Degree Minimization Polynomial
- Replies: 7
- Forum: Programming and Computer Science
-
MHB Expressing a polynomial P(x)=(x−a)^2(x−b)^2+1 by two other polynomials
Let $a$ and $b$ be two integer numbers, $a \ne b$. Prove, that the polynomial: $$P(x) = (x-a)^2(x-b)^2 + 1$$ cannot be expressed as a product of two nonconstant polynomials with integer coefficients.- lfdahl
- Thread
- Polynomial Polynomials
- Replies: 2
- Forum: General Math
-
L
MHB Finding a third degree polynomial... stumped
Problem: Find a third degree polynomial with rational coefficients if two of its zeros are 6 and – 𝑖 and it passes through the point (2, -10)So far, I have came up with this: (x-6)(x^2+1) however, instead of passing through (2,-10), it passes through (2,-20) Anyone know how to come up with a...- lashia
- Thread
- Degree Polynomial
- Replies: 5
- Forum: General Math
-
MHB 10.8.3 Find the Taylor polynomial
$\textrm{10.8.{7} Find the Taylor polynomial of orders $0, 1, 2$, and $3$ generated by $f$ at $a$.}$ \begin{align*} \displaystyle f(x)&=\sin{x} \end{align*} \[ \begin{array}{llll}\displaystyle f^0(x)&=\sin{x}&\therefore f^0(\frac{5x}{6})&=\frac{1}{2}\\ \\ f^1(x)&=\cos{x}&\therefore... -
K
I Can Taylor series be used to get the roots of a polynomial?
I'm using this method: First, write the polynomial in this form: $$a_nx^n+a_{n-1}x^{n-1}+...a_2x^2+a_1x=c$$ Let the LHS of this expression be the function ##f(x)##. I'm going to write the Taylor series of ##f^{-1}(x)## around ##x=0## and then put ##x=c## in it to get ##f^{-1}(c)## which will be...- Kumar8434
- Thread
- Differentiation Polynomial Polynomials Roots Series Taylor Taylor series
- Replies: 16
- Forum: General Math
-
L
Finding the Constant for Cancellation in Polynomial Factoring
Homework Statement ##\frac{3x^2+x+C}{x+5}## find value of constant C such that the clause can be canceled in some manner. What will be the canceled form of the clause. Homework Equations -presumably C is a constant, and also an integer. -polynomial factorization will be attempted -cancelling...- late347
- Thread
- Factoring Polynomial
- Replies: 7
- Forum: Precalculus Mathematics Homework Help
-
B
MHB How can I factorize this polynomial?
Decompose $$6a^2-3ab-11ac+12ad-18b^2+36bc-45bd-10c^2+27cd-18d^2$$ I noticed that the factorized form would be $$(Aa+Bb+Cc+Dd)(Wa + Xb + Yc + Zd)$$ Which is similar to the factorized form $$(Aa+Bb+Cc)(Wa+Xb+Yc)$$ $$Yc(Aa+Bb)+Cc(Wa+Xb) = c(CX+BY)$$ Is there a way that I can somehow use...- bergausstein
- Thread
- Decomposition Polynomial
- Replies: 4
- Forum: General Math
-
J
I Newton Divided Difference Interpolation Polynomial
f(x)= a(0) + a1(x-x(0)) + a2(x-x(1))(x-x(0)) I am having a hard time understanding the intuition of (x-x(1))(x-x(0)) being multiplied by the coefficient a(2). For example, if I added a(3) to the equation, I would have had to multiply a(3) by (x-x(0))(x-x(1))(x-x(2)). I've researched the Mean...- JaredPM
- Thread
- Difference Interpolation Newton Polynomial
- Replies: 1
- Forum: General Math
-
Factoring a four term polynomial
Homework Statement I just want to know how get from ##4x^3+3x^2-6x-5=0 ## to ##(x+1)^2(4x-5)=0##. What's the trick when dealing with these nasty polynomials? I got the answer by taking another approach (solving a root equation) but I noted this is also a way to go, but I can't figure out the...- Quadrat
- Thread
- Factoring Polynomial Polynomials Term
- Replies: 11
- Forum: Precalculus Mathematics Homework Help
-
Prove: polynomial is uniquely defined by three of its values
Homework Statement Algebra - I.M. Gelfand, Problem 164. Prove that a polynomial of degree not exceeding 2 is defined uniquely by three of its values. This means that if P(x) and Q(x) are polynomials of degree not exceeding 2 and P(x1) = Q(x1), P(x2) = Q(x2), P(x3) = Q(x3) for three different...- CynicusRex
- Thread
- Polynomial Quadratic Roots
- Replies: 2
- Forum: Precalculus Mathematics Homework Help
-
F
Solving a 3rd Degree Polynomial: What are the Options?
Homework Statement Solve for the roots of the following. (What do you notice about the complex roots?) b) x3 + x2 + 2x + 1 = 0 Homework Equations To find roots of a polynomial of degree n > 3, look at the constant and take all its factors. Those are possible roots. Then plug them into see...- fishturtle1
- Thread
- Degree Polynomial
- Replies: 10
- Forum: Precalculus Mathematics Homework Help