Given that f(X) is one to one and and covering all real numbers, solve this equation. I've tried solving it assuming that f(X) is linear, but could it be solved as a cubic function? Cause a cubic function is covering all real numbers and could under certain circumstances be one to one, like (X+4)^3
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/cyborg_youssef
πŸ“…︎ Dec 25 2021
🚨︎ report
How to find the 0-slope points of a Cubic Function without using Calculus?

With Calculus, it easier for x^n graphs.

For example, take the derivative of a positive quadratic function and you get a linear function, and of it, where the line touches the x axis, that is the x-value of the minimum point or 0-slope point of the quadratic.

Another example, for the two points on a cubic equation, you can simple take its deravite and it becomes a quadratic. You can take its roots and these x values are the x values of the two points on a cubic graph. If there arent any roots, then the cubic equation simply doesnt have two "sharp" points.

Ok thats pretty basic stuff, but without calculus:

Quadratics: a) Factorising method which can reveal the coordinates of this 0-slope point. b) Use a pretty basic formula for x and y value. These two methods are actually quite similar in terms of their logic.

Now, cubics. I think by factorising a,b,c and d terms, one can figure out a formula. If it is, what is it? And a bit of a harder question, can it be done "logically" using factorising or simpler algebra?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/GoldenFreddy11
πŸ“…︎ Nov 06 2021
🚨︎ report
(advanced functions grade 12) for question d do I have to interpret the answer by saying 3 per cubic meter is the slope of to secant line that touches the point x=3 and x=4 my teacher marks pretty hard so im not sure if I have to say (per cubic meter)
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/heavy679
πŸ“…︎ Nov 10 2021
🚨︎ report
(pre calculus: Composite functions) I have to pick find my y values for the polynomial function and the cubic function and combine it into one function but when I did that for g(x)-f(x) and f(x)g(x) my graph looked really weird am I doing it correctly? reddit.com/gallery/qntcqu
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/heavy679
πŸ“…︎ Nov 06 2021
🚨︎ report
Question: prove tangent of average of two roots in a cubic function passes through the third root

A cubic equation f(x)=a(x-b)(x-c)(x-d) which has three real roots. The question is to prove that the tangent of the average of any two roots passes through the third root. I was stuck on this for a long time, and the hint says that show f’( (b+c) /2 ) = -a/4(b-c)^2 . I was been able to show this but couldn’t understand why this is the proof.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/DaiDaiDai4
πŸ“…︎ Oct 27 2021
🚨︎ report
Come across similar question on the GMAT (cubic function), could you please explain how to tackle this problem? Thank you!
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/redditedbrain
πŸ“…︎ Oct 09 2021
🚨︎ report
While combing through files on my old laptop I came across this code I wrote to solve a cubic function. It's uh... it's something.
πŸ‘︎ 523
πŸ’¬︎
πŸ‘€︎ u/jaysuchak33
πŸ“…︎ May 24 2021
🚨︎ report
[Precalculus: Factoring cubic functions] How do I solve 12x^3+8x^2-x-1=0 for x?

Hi, so I'm doing a problem and the question asks:

Solve for x in the equation: 12x^3+8x^2-x-1=0

I did some guess and check and found one of the factors, so I have the answers x=-1/2 and 1/3. But I'm not sure how else I can solve it without guess and check? I tried factoring by pulling out but that didn't work, so I'm kind of stuck. Anyone willing to explain to me? Thank you!

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/EvaMeadows
πŸ“…︎ Aug 29 2021
🚨︎ report
Canoo@Twitter: Loft on wheels.⁠ A new standard of versatility where form meets function in a cabin with 188 cubic feet of space.⁠

http://twitter.com/canoo/status/1413215890200428544

πŸ‘︎ 27
πŸ’¬︎
πŸ‘€︎ u/PlaneReflection
πŸ“…︎ Jul 08 2021
🚨︎ report
[algebra] How do I write this cubic function in standard form, just imagine the cubic going on forever
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/jac5423
πŸ“…︎ Aug 30 2021
🚨︎ report
AP Calculus AB Cubic Gradient of a Quartic Function

Hi guys, could someone please explain to me why x=2 is an oblique point of inflection. Thanks :)

https://i.redd.it/sr1fimxeipi71.png

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/jimcridland
πŸ“…︎ Aug 21 2021
🚨︎ report
[AP Calculus AB: Quartic Functions] Cubic Gradient Function of a Quartic Equation

Hey guys, thanks so much to u/deschan2021 for adding me, ur a legend.

Could someone pls explain to me why @ x=4 is a horizontal point of inflection. Thanks!

Could someone also pls explain to me why at x=2 is an oblique point of inflection, thanks!

https://preview.redd.it/9lt92ibjkpi71.png?width=654&format=png&auto=webp&s=0e6ea853f960836fc3bf03a5597698857d1690fc

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/jimcridland
πŸ“…︎ Aug 21 2021
🚨︎ report
Has anyone used a cubic spline function in dart / Flutter (and not for animations)?

So, I do some data science work that’s normally in python and for which I have to fit a cubic spline to about 70 data points. I need the spline function since I also have to solve for additional x-axis values.

In python it’s fairly easy with Scipy and Interp1d libs, but... I need to develop it to circulate to other users. I’ve made a front end with Qt but it’s a bit janky.

Now, I could make a 10 times better front end in Flutter in about a tenth of the time but I can’t find any way to create a cubic spline function. Things are made a bit more complex because if you search for β€˜flutter’ and β€˜spline’ there are a thousand hits to do with animation curves since it’s one of the options. So TLDR - does anyone know of a library that will create cubic spline function (not just plot the spline) in dart / flutter?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Cladser
πŸ“…︎ Jun 14 2021
🚨︎ report
Shader Graph - Easing Nodes: Adding common easing functionality to Shader Graph. 31 easing functions (Sin, Cubic, Exponential, etc.) with their In, Out, InOut variants. Also containing a Steps Node that allows to create interpolations that have discrete steps. FOR FREE assetstore.unity.com/pack…
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/_Cerborus
πŸ“…︎ Apr 21 2021
🚨︎ report
Cubic-bezier Function Examples

Anyone come across websites using the cubic bezier function the wild? Learning front end I'd like to see what's possible with this particular function of CSS.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/HooperSuperUser
πŸ“…︎ Apr 03 2021
🚨︎ report
5 minute Calculus - Cubic polynomial functions ax^3+bx^2+cx+d in 5 minutes

https://www.youtube.com/watch?v=VvF6XCGFaUQ

-Can a cubic polynomial P have more than three (real) zeroes?

-How many local extreme values can a cubic function have?

-Do cubics have inflection points?

-If a cubic has three zeroes, what is the x-coordinate of the inflection point?

Last minute review of how to apply ideas relating to derivatives to analyzing cubic functions. Added in lots of pictures so you can see how derivatives affect things. (Also, a slight review of quadratics since those are a cubic's derivative)


All the vids so far:

  • Series: https://www.youtube.com/watch?v=nqqPuT7PmEM

  • Flow Chart for series: https://www.youtube.com/watch?v=e19RmVGUGb0

  • FTC (accumulation: https://www.youtube.com/watch?v=u8DGiK11gVU

  • FTC (derivative): https://www.youtube.com/watch?v=mgeMhi8pdrg

  • Particle: https://www.youtube.com/watch?v=M-T1Q5o4nMM

  • Volume: https://www.youtube.com/watch?v=FZtsJoHhRGk

  • Polar: https://www.youtube.com/watch?v=PPOEj7piH_E

  • Parametric: https://www.youtube.com/watch?v=kmG9ee2BXKM

  • Logistic differential equation: https://www.youtube.com/watch?v=q8Rr8m2TAo8

  • Numerical integration: https://www.youtube.com/watch?v=7vRSYZwSXrk

  • Maclaurin series: https://www.youtube.com/watch?v=SHu_z4YpBmw

  • Cubics: https://www.youtube.com/watch?v=VvF6XCGFaUQ

  • Torus (solid of revolution): https://www.youtube.com/watch?v=TweCrW1ENhk

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/RPMath
πŸ“…︎ May 24 2021
🚨︎ report
Shader Graph - Easing Nodes: Adding common easing functionality to Shader Graph. 31 easing functions (Sin, Cubic, Exponential, etc.) with their In, Out, InOut variants. Also containing a Steps Node that allows to create interpolations that have discrete steps. FOR FREE assetstore.unity.com/pack…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/_Cerborus
πŸ“…︎ Apr 21 2021
🚨︎ report
Shader Graph - Easing Nodes: Adding common easing functionality to Shader Graph. 31 easing functions (Sin, Cubic, Exponential, etc.) with their In, Out, InOut variants. Also containing a Steps Node that allows to create interpolations that have discrete steps. FOR FREE assetstore.unity.com/pack…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/_Cerborus
πŸ“…︎ Apr 21 2021
🚨︎ report
How do I find the roots of this cubic function?

My professor says I need three roots for this function: x^3 - x^2 - 2x - 1=0.

I only get one using Newton's method, I don't know how to get three.

Am I applying the correct formula or is there something else I should be using?

πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Jan 22 2021
🚨︎ report
Shader Graph - Easing Nodes: Adding common easing functionality to Shader Graph. 31 easing functions (Sin, Cubic, Exponential, etc.) with their In, Out, InOut variants. Also containing a Steps Node that allows to create interpolations that have discrete steps. FOR FREE assetstore.unity.com/pack…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/_Cerborus
πŸ“…︎ Apr 21 2021
🚨︎ report
Unity Asset | Shader Graph - Easing Nodes: Adding common easing functionality to Shader Graph. 31 easing functions (Sin, Cubic, Exponential, etc.) with their In, Out, InOut variants. Also containing a Steps Node that allows to create interpolations that have discrete steps. FOR FREE assetstore.unity.com/pack…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/_Cerborus
πŸ“…︎ Apr 21 2021
🚨︎ report
Simple question about a cubic function

If I have x(x^2-2x-2)=3 Am I allowed to say x=3, together with the other non solutions (i)? The basics got me hard rn

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/hishiron_
πŸ“…︎ Dec 07 2020
🚨︎ report
Me as a programmer explaining why we need to take the arc tangent of the derivative of a cubic function inputted into our field-centric driving algorithm to pick up the first skystone after spending all my time making equations and not programming our auto.
πŸ‘︎ 268
πŸ’¬︎
πŸ‘€︎ u/_alexk_
πŸ“…︎ Apr 08 2020
🚨︎ report
Find a cubic function f(x) that has a local local max value of 3 at x=-2 and a local min of -24 at x=1

I really need help with this problem. With the information given I found 4 equations, two f’(x) and two f(x). I tried solving them but I’m not getting anywhere. Any help is appreciated

πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Dec 02 2020
🚨︎ report
Trying to invert a cubic function for each part, but only got 2 out of 3. Can someone help me find the middle inverse?

Hey all,

I'm working on finding the inverse of the equation y = 3x^2 - 2x^3, aka the "Ease Function of Order 3". I only care about inverting the part of the original function where 0 < x < 1. However, When I plug into Wolfram Alpha, I only get the outer branches of the inverse and not the middle, so basically every part of the original function that is not between 0 and 1.

My thinking is that WA is ignoring the "plus-or-minus" cases and just spitting out the first solution, which is the uppermost branch. So I tried flipping signs and only got the lowermost branch.

All I want is the middle branch. Anyone better at inverting cubics than I?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/tinfoil_powers
πŸ“…︎ Dec 27 2020
🚨︎ report
[Grade 12 Advanced Functions] I am stuck on this cubic inequality word problem

It's all here, the question and my work.

You can probably tell I started phoning it in towards the end because I have no clue what is going on with this problem! lol. I've been coming back to it for the last couple of days and I give up. I hate this solution and know it sucks!

DO NOT GIVE ME THE ANSWER just yet, but I would appreciate a helpful nudge and information about whether I am warm or cold so far.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/PleaseSendtheMath
πŸ“…︎ Sep 04 2020
🚨︎ report
How do I find a cubic function from a table?

Like how do I find formula for an ax^3 + bx^2 + cx + d with Just points I am given?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/brambino__
πŸ“…︎ Sep 28 2020
🚨︎ report
question about graphing.... how do i find the end behavior of this polynomial?? the degree is 14 right so it’s even so it would be a -quadratic function?? my teacher says it’s an -cubic function
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/HeadSingle
πŸ“…︎ Sep 21 2020
🚨︎ report
Cubic Function Question

Hey everyone,

I'm new here and I have just started looking at cubic functions in algebra and I'm trying to gain insight into something but I'm not even sure what question to ask, but I'll try anyway.

Please take a look at the graph.

https://preview.redd.it/8k5pcb4dplz41.png?width=1920&format=png&auto=webp&s=0ab430d01b9075d53f9d026e34ce0ce609d45222

As you can see I've graphed x^(2) , x^(3) and x^(3)-x^(2). What I'm trying to understand is the curve of x^(3)-x^(2) when x<1. I understand the inflection point of x^(3)-x^(2) is where the difference between x^(2) and x^(3) starts decreasing rather than increasing, which also happens to be 2/3rds of the way through. Why does the difference between them start getting smaller at 2/3rds which also happens to be the exponents in the equation. Also if I do x^(4) - x^(3) then the inflection point happens to be at exactly 3/4's and so on. Can anyone shed some light on this for me? Is there even any insight to be gained here or am I just wasting my time? I'm trying to get an intuitive understanding of why this is the case.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/tomcass240
πŸ“…︎ May 18 2020
🚨︎ report
Cubic Function Given Four Points

I've seen multiple people make a quadratic that goes through three points, but I've never seen a cubic that goes through four points. I'm guessing some of the functions could be greatly simplified, but I do all my graphs without looking anything up, and this is as simplified as I could get it:

https://www.desmos.com/calculator/r0slnoidco

If any of you are curious how it works I'd be happy to explain (be prepared - its significantly more complicated than quadratics because quadratics have a useful property that cubics don't)

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/royalebot9000
πŸ“…︎ Mar 25 2020
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.