Cant work this out, why is it happening,

  • Thread starter Thread starter devanlevin
  • Start date Start date
  • Tags Tags
    Work
AI Thread Summary
The discussion focuses on the equations y(t)=22t-4t² and x(t)=30t-t³, where the user is trying to find x(y) or y(x). The user encounters a discrepancy when calculating x for a specific value of y, leading to different results from the original equations and their derived formula. Key points include the need to correctly cube the denominator when substituting for t³ and the importance of considering both positive and negative roots in the quadratic equation for t. The user is reminded that omitting the negative root may result in missing valid solutions for t. This highlights the necessity of thorough analysis when solving parametric equations.
devanlevin
cant work this out, why is it happening, please help!

y(t)=22t-4t^{2}
x(t)=30t-t^{3}

find x(y) or y(x)
what i did was say

y-22t+4t^{2}=0

t=\frac{22+\sqrt{484-16y}}{8}=\frac{11+\sqrt{121-4y}}{4}

x=30*\frac{11+\sqrt{121-4y}}{4}-(\frac{11+\sqrt{121-4y}}{4})^{3}


which works for every value for y(t) i plug in except for t=2s
where i get, from the original equations, x=52 y=28
but from my equation when y=28, x=62.125
why is this happening?
 
Physics news on Phys.org


Did you remember to cube the 4 in the denominator when you substituted for t^3? x=30IOW, the second term in your value for x should be:
\frac{(11+\sqrt{121-4y})^3}{4^3}

Also, you are omitting the \pm in your value for t, but this is a more minor problem.
 


devanlevin said:
y(t)=22t-4t^{2}
x(t)=30t-t^{3}

find x(y) or y(x)
what i did was say

y-22t+4t^{2}=0

t=\frac{22+\sqrt{484-16y}}{8}=\frac{11+\sqrt{121-4y}}{4}

The equation 4t^2- 22t+ y= 0 has two solutions! Choosing the positive root means that you are assuming that t> 11/4= 2.75 and your formula will be correct only for t> 2.75

x=30*\frac{11+\sqrt{121-4y}}{4}-(\frac{11+\sqrt{121-4y}}{4})^{3}


which works for every value for y(t) i plug in except for t=2s
where i get, from the original equations, x=52 y=28
but from my equation when y=28, x=62.125
why is this happening?
 


thanks, that works perfectly, but why do you say specifically 11/4, because of 11/4 in the fraction or because when the sqrt=0, t=11/4
 


Because your value for t is 11/4 + a positive quantity (i.e., sqrt(121 - 4y)/4 ). By omitting the other solution, you are losing sight of the fact that there is a solution for t < 11/4.
 


thanks
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top